summary refs log tree commit diff
path: root/bounce.c (follow)
Commit message (Expand)AuthorAge
...
* Send clients their own QUIT on shutdownJune McEnroe2019-10-31
* Iterator over pollfds in reverseJune McEnroe2019-10-31
* Clear passwords from memory with memset_sJune McEnroe2019-10-31
* Remove client count FIXMEJune McEnroe2019-10-30
* Add option for ring sizeJune McEnroe2019-10-30
* Set away status upon connectingJune McEnroe2019-10-30
* Allocate ring buffer at runtimeJune McEnroe2019-10-29
* Implement getopt_long-integrated configuration parsingJune McEnroe2019-10-29
* Lock save fileJune McEnroe2019-10-28
* Add option to save and load ring contents across restartsJune McEnroe2019-10-28
* Add quit message optionJune McEnroe2019-10-28
* Move entire login flow to state and reorganize itJune McEnroe2019-10-28
* Output ring info on SIGINFOJune McEnroe2019-10-27
* Reload certificate on SIGUSR1June McEnroe2019-10-27
* Explicitly tls_handshake new clientsJune McEnroe2019-10-27
* Add undocumented flag to disable verificationJune McEnroe2019-10-26
* Implement graceful shutdownJune McEnroe2019-10-26
* Track channel topicsJune McEnroe2019-10-26
* Set AWAY when no clients are connectedJune McEnroe2019-10-26
* Add flags to request TOPIC and NAMES on client connectJune McEnroe2019-10-26
* Allow reading sensitive information from filesJune McEnroe2019-10-26
* Clean up event loopJune McEnroe2019-10-25
* Clean up listen APIJune McEnroe2019-10-25
* Use produce/consume words for ring bufferJune McEnroe2019-10-25
* Implement client reading from ring bufferJune McEnroe2019-10-25
* Make serverFormat publicJune McEnroe2019-10-24
* Rename some thingsJune McEnroe2019-10-24
* Implement some amount of client connectionJune McEnroe2019-10-23
* Add verbose flagJune McEnroe2019-10-23
* Set an initial loop capJune McEnroe2019-10-23
* Add dynamic poll listJune McEnroe2019-10-23
* Add stateJune McEnroe2019-10-23
* Implement serverLoginJune McEnroe2019-10-22
* Rename bouncer to bounceJune McEnroe2019-10-22