summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* don't mark channel read without interventionraven2026-02-111-3/+0
* fix spurious deletion of non-logged-in usersraven2026-02-111-8/+12
* todo list itemraven2026-02-111-0/+1
* 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
* fix typosraven2026-02-102-2/+2
* reorganize anonymous user handlingraven2026-02-102-26/+32
* direct channel listraven2026-02-103-13/+57
* refactor login handlingraven2026-02-102-9/+20
* channel read statusraven2026-02-105-4/+119
* only show welcome message onceraven2026-02-101-1/+5
* add very important todo itemraven2026-02-101-0/+1
* augment todo listraven2026-02-101-0/+1
* fix makefileraven2026-02-101-1/+1
* makefileraven2026-02-101-0/+16
* todo listraven2026-02-101-0/+7
* add shell script for generating a self signed certmasterrebecca2026-02-101-0/+2
* use tls for connectionsrebecca2026-02-106-13/+34
* add licenseraven2026-02-091-0/+661
* 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
* validation as a subpackage of protoraven2026-02-094-3/+3
* don't indicate protocol version in hiraven2026-02-091-2/+1
* remove this loggingraven2026-02-091-1/+0
* remove members when channel is deletedraven2026-02-091-0/+3
* store user's direct channels in separate bucketraven2026-02-091-3/+11
* fix off by one in message indicesraven2026-02-091-2/+2
* go mod tidyraven2026-02-092-12/+14
* rewrite this slightlyraven2026-02-091-1/+1
* fix broken commandsraven2026-02-091-2/+2
* support /leave with argumentraven2026-02-092-8/+18
* passwordsraven2026-02-0913-46/+400
* events generated from other clients on the same accountraven2025-10-226-13/+42
* show welcome message after logged inraven2025-10-221-2/+1
* allow some commands before connectionraven2025-10-201-34/+51
* persistent message historyraven2025-10-202-41/+127
* remove extraneous loggingraven2025-10-201-2/+0
* track user channelsraven2025-10-203-8/+36
* user and channel savingraven2025-10-2012-170/+478
* tolerate EOF in object parsingraven2025-10-201-0/+10
* make IDs lexically orderablecitrons2025-07-251-1/+6
* don't use goroutine to generate IDscitrons2025-07-251-11/+4
* scrolling adjustmentcitrons2025-06-121-0/+1
* object.Tombstonecitrons2025-06-125-64/+36
* InfoForcitrons2025-06-126-20/+17
* properly clean up resources associated with conncitrons2025-06-121-85/+88