summaryrefslogtreecommitdiff
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* this line is too long!raven2026-02-111-1/+2
|
* make clipboard command configurableraven2026-02-114-11/+23
|
* configuration filesraven2026-02-113-0/+112
|
* fix unread status not clearing on mouse clickraven2026-02-101-1/+1
|
* channel read statusraven2026-02-103-3/+32
|
* only show welcome message onceraven2026-02-101-1/+5
|
* use tls for connectionsrebecca2026-02-103-5/+12
| | | | | introduced are the --key and --cert options for the server and the --no-verify-cert option on the client
* allow specifying server address at command lineraven2026-02-091-1/+8
|
* fix "unknown command"raven2026-02-091-2/+2
|
* require authentication to create channelraven2026-02-091-1/+3
|
* check channel list for /join and /leaveraven2026-02-092-7/+30
|
* rewrite this slightlyraven2026-02-091-1/+1
|
* fix broken commandsraven2026-02-091-2/+2
|
* support /leave with argumentraven2026-02-092-8/+18
|
* passwordsraven2026-02-095-29/+192
|
* events generated from other clients on the same accountraven2025-10-222-7/+26
|
* show welcome message after logged inraven2025-10-221-2/+1
|
* allow some commands before connectionraven2025-10-201-34/+51
|
* properly clean up resources associated with conncitrons2025-06-121-85/+88
|
* DM menu optioncitrons2025-06-091-0/+3
|
* push channels messages sent in to historycitrons2025-06-091-2/+2
|
* only open history view if message is not onscreencitrons2025-06-091-4/+15
|
* fix message send in history viewcitrons2025-06-092-14/+17
|
* jump to messagecitrons2025-06-098-30/+164
|
* repliescitrons2025-06-096-21/+180
|
* keep stale information in whoMsgcitrons2025-06-071-6/+11
|
* direct messagescitrons2025-06-072-5/+51
|
* click on command window to go therecitrons2025-06-071-1/+5
|
* fix double callback in ObjectCache.Fetchcitrons2025-06-071-1/+2
|
* user information commandcitrons2025-06-073-1/+85
|
* clearing preview no longer relies on empty log msgcitrons2025-06-071-10/+6
|
* channel list context menucitrons2025-06-072-2/+27
|
* more robust connection handlingcitrons2025-06-071-15/+27
|
* context menuscitrons2025-06-071-2/+8
|
* fix number key bugcitrons2025-06-071-1/+1
|
* channel list scrollingcitrons2025-06-074-30/+42
|
* clickable, draggable channel listcitrons2025-06-073-13/+49
|
* fix empty channel list crashcitrons2025-06-071-0/+4
|
* ctrl+l to clear command window previewcitrons2025-06-072-0/+15
|
* more compact list commandcitrons2025-06-071-12/+10
|
* limit size of command window previewcitrons2025-06-073-8/+17
|
* fix login prompt autocompletecitrons2025-06-071-1/+0
|
* alt+(1-9) for switching between channelscitrons2025-06-071-0/+10
|
* fix deadlockcitrons2025-06-071-2/+2
|
* randomize reconnect timecitrons2025-06-071-1/+2
|
* automatically rejoin channels on reconnectcitrons2025-06-071-1/+27
|
* clipboard supportcitrons2025-06-075-6/+122
|
* increase scroll speedcitrons2025-06-071-1/+2
|
* test on remotecitrons2025-06-071-1/+1
|
* additional help textcitrons2025-06-071-0/+17
|