tiny icon indicating copy to clipboard operation
tiny copied to clipboard

A terminal IRC client

Results 122 tiny issues
Sort by recently updated
recently updated
newest added

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...

feature request
libtiny_tui

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....

feature request

It would be great to implement that extension, to be able to query the bouncer backlog from tiny https://ircv3.net/specs/extensions/chathistory

feature request

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),...

feature request

When I paste some lines, something, it mess up the tiny UI, and I have like text artefacts which appears in most channels. ![tiny](https://user-images.githubusercontent.com/14223657/150400545-53ebbfed-47a3-47bf-b3ab-426d463b9c70.png) ``.1.gz`` apprears then in many channels...

bug
libtiny_tui

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...

enhancement