summary refs log tree commit diff
path: root/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'command.c')
0 files changed, 0 insertions, 0 deletions
an> * Track channel topicsJune McEnroe2019-10-26 | * Add flags to request TOPIC and NAMES on client connectJune McEnroe2019-10-26 | * Add AGPLv3 notice on client registrationJune McEnroe2019-10-25 | | | | OwO * Send PRIVMSG and NOTICE to other clientsJune McEnroe2019-10-25 | * Clean up listen APIJune McEnroe2019-10-25 | * Use produce/consume words for ring bufferJune McEnroe2019-10-25 | | | | To disambiguate clientRecv and clientRead, say clientConsume. * Implement client reading from ring bufferJune McEnroe2019-10-25 | | | | It's still messy but it works!! * Implement ringDiff and ringReadJune McEnroe2019-10-25 | * Register readers by client usernamesJune McEnroe2019-10-24 | * Implement ringWriteJune McEnroe2019-10-24 | * Make clientFormat publicJune McEnroe2019-10-24 | * Make serverFormat publicJune McEnroe2019-10-24 | * Rename some thingsJune McEnroe2019-10-24 | * Rename Command to MessageJune McEnroe2019-10-23 | * Synchronize state after client registrationJune McEnroe2019-10-23 | * Implement some amount of client connectionJune McEnroe2019-10-23 | * Clean up state.c and factor out parsingJune McEnroe2019-10-23 | * Add verbose flagJune McEnroe2019-10-23 | * Add dynamic poll list