tiny
tiny copied to clipboard
A terminal IRC client
When I connect to my soju bouncer, instead of irc.libera.chat directly, channels in ``join`` config are ignored.
When a person speaks in a channel it would be nice to see some visual indicator that the person is a channel operator. Weechat does this be prefixing their nick...
With soju in single stream mode, channels are managed on the bouncer. I don't have to set any channel in the tiny config file, they are send by the server....
It would be great to implement that extension, to be able to query the bouncer backlog from tiny https://ircv3.net/specs/extensions/chathistory
To list channels I currently use LIST, but sometimes I want to change the ordering, or perhaps order by number of users instead. ``` /channels [ORDER_BY] [ORDERING] ORDER_BY: name (default),...
When I paste some lines, something, it mess up the tiny UI, and I have like text artefacts which appears in most channels.  ``.1.gz`` apprears then in many channels...
Installed tiny via: `cargo install --git https://github.com/osa1/tiny` `$XDG_CONFIG_HOME` is set to `/Users/name/.config` `$HOME` is set to `/Users/name` However when running for the first time: `tiny couldn't find a config file...
A user can now generate a x509 certificate, register it with a server, and provide the PEM file to tiny for use over TLS. Closes #196 Overview: 1. Bumped rustls...
By setting these in Cargo.toml everyone is forced to build with them. It is better to leave the defaults to Cargo and the user building the project. If there are...
When running tiny on a server for long periods of time it would be useful if we showed date changes in the tabs + log files. Currently it's a bit...