Andrew Vojak

Results 36 issues of Andrew Vojak

Saw the application crash with the following messages in the log: ``` (com.github.avojak.iridium:2): GLib-Net-DEBUG: 09:59:01.094: CLIENT[0x559e4edf6a60]: yielding operation OP_READ (com.github.avojak.iridium:2): GLib-Net-DEBUG: 09:59:01.094: CLIENT[0x559e4edf6a60]: successfully read 85 bytes from TLS connection...

bug
unable to reproduce

Use gresource for the custom icons: https://docs.elementary.io/develop/apis/gresource#icons See: https://github.com/elementary/appcenter-reviews/pull/239#issuecomment-991468797

enhancement
help wanted

With the new channel users list in the popover there will be a context menu for right-clicking nicknames. The same menu should be displayed when right-clicking nicknames in the chat...

enhancement

The default is green for the user and blue for anyone else. I'm thinking of two options: 1. Allow configuring of both colors 2. Allow configuring of the user's color,...

enhancement
requesting feedback

I think it would be handy to include a toggle for hiding disconnected servers. This could be added to a kebab menu in the new action bar in the side...

enhancement

Save and load a limited chat history between application sessions. Might be able to leverage the TextBuffer serialize and deserialize methods to maintain the tags in the buffer for coloring...

enhancement

Support opening in a private session, where no connection information, credentials, etc. are saved.

enhancement
priority: low

**Is your feature request related to a problem? Please describe.** When there are connections to multiple hosts for the same network, they're indistinguishable in the side panel. **Describe the solution...

enhancement

Support exporting and importing the connection details for all server connections and channels currently in the side panel.

enhancement
priority: low

Hitting the cancel button in the server connection dialog should close the socket connection. Currently it does not, and it's possible that the connection will still succeed in the background...

bug