Página 3 de 10

Re: Log of development zx-uno network tools.

Publicado: 11 Jun 2019, 20:04
por nihirash
Ok)

If you want, you may try this version for Timex Hi-RES.

It can connect only to irata.online and works slowly, sometimes it wrotes black on white, sometimes white on black.

It uses 8x8 font and sometimes it looks more readable.

But for me, main version still is for speccy screen.

And this is only proof-of-concept version.

Re: Log of development zx-uno network tools.

Publicado: 11 Jun 2019, 23:30
por desUBIKado
nihirash escribió:Ok)

If you want, you may try this version for Timex Hi-RES.

It can connect only to irata.online and works slowly, sometimes it wrotes black on white, sometimes white on black.

It uses 8x8 font and sometimes it looks more readable.

But for me, main version still is for speccy screen.

And this is only proof-of-concept version.
Hola nihirash,

He probado esta versión y me cuesta mucho más leer las letras. Se lee mejor los textos con la versión PLATOUNO que con esta versión PLATOTIM en alta resolución.

Gracias por tu trabajo.

Re: Log of development zx-uno network tools.

Publicado: 12 Jun 2019, 17:48
por nihirash
There will be a little pause.

But before it - small and simple IRC client.

Works as platoterm in direct mode - may be required using esprst.

To write command use not "/" symbol but "!"(it easly to type).

There some shortcuts:
  • !j #channel - joins to channel
  • !l - leave channel
  • !m userName message - send private message
If you need send other command use bang as prefix and type your command:

Código: Seleccionar todo

!KICK user2
Now you may talk in one active channel and send direct messages.

If there some irc-chat for zx-uno and speccy users - i'll be glad to talk here.

Sources are here: https://github.com/nihirash/zxuno-irc

Re: Log of development zx-uno network tools.

Publicado: 12 Jun 2019, 22:43
por antoniovillena
wow. Congratulations. An irc client is very useful in events

Re: Log of development zx-uno network tools.

Publicado: 12 Jun 2019, 22:45
por nihirash
antoniovillena escribió:wow. Congratulations. An irc client is very useful in events
It doesn't have right error handling :D

Sorry, My time is already limited, but it's already usable

Re: Log of development zx-uno network tools.

Publicado: 12 Jun 2019, 23:22
por nihirash
phpBB [media]


If someone wants video - very short video :mrgreen:

Re: Log of development zx-uno network tools.

Publicado: 13 Jun 2019, 23:37
por desUBIKado
He probado el cliente irc con chat.freenode.net e irc.chathispano.com y funciona perfectamente. :gracias!: :okidoki;

Re: Log of development zx-uno network tools.

Publicado: 15 Jun 2019, 12:39
por desUBIKado
He seguido probando el cliente IRC y veo que si escribo y llego al final de la línea, está se repite de forma infinita haciendo un scroll vertical, hasta que pulso la tecla ENTER y se envía.

También he visto un video en el que aparece el cliente IRC para Spectrum BitchZX, el cual tiene color.

phpBB [media]


Supongo que el cliente IRC del ZX-Uno no tiene color porque parte de otro código, pero sería un añadido interesante ya que la pantalla solo en blanco y negro queda un poco monótona.

Re: Log of development zx-uno network tools.

Publicado: 16 Jun 2019, 13:33
por nihirash
desUBIKado escribió:He seguido probando el cliente IRC y veo que si escribo y llego al final de la línea, está se repite de forma infinita haciendo un scroll vertical, hasta que pulso la tecla ENTER y se envía.

Supongo que el cliente IRC del ZX-Uno no tiene color porque parte de otro código, pero sería un añadido interesante ya que la pantalla solo en blanco y negro queda un poco monótona.
It doesn't use any code from BitchZX. It written from scratch(just some parts made by analogue with SIC).

As I already written - now I have less time than before, and I did what I did.
Of course, there much space to improve this client and it open source. If you want - you may make pull request with improvments or wait when I have enought time to make it better.

Re: Log of development zx-uno network tools.

Publicado: 16 Jun 2019, 15:47
por nihirash
Well)

Colourful version of IRC-client.

Also, added support to change on the fly default talk stream(and even on private messages).

Código: Seleccionar todo

!s user
For changing stream to private messages to user.

Código: Seleccionar todo

!s #z80
For changing stream to channel #z80.

Now you may join to any count of channels but for leaving channel you need select it as default stream and after it use !l command

BTW, I've increased maximum input length by adding scrolling on input line

phpBB [media]