summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Track own originCurtis McEnroe2019-10-231-19/+24
* Track channels and sync ISUPPORTCurtis McEnroe2019-10-231-35/+114
* Track nick changesCurtis McEnroe2019-10-231-0/+15
* Rename Command to MessageCurtis McEnroe2019-10-233-51/+51
* Synchronize state after client registrationCurtis McEnroe2019-10-233-8/+46
* Send to server if client has no needsCurtis McEnroe2019-10-231-3/+9
* Implement some amount of client connectionCurtis McEnroe2019-10-233-18/+153
* Set clients non-blockingCurtis McEnroe2019-10-231-0/+2
* Clean up state.c and factor out parsingCurtis McEnroe2019-10-232-41/+45
* Respond to pingsCurtis McEnroe2019-10-231-2/+10
* Add verbose flagCurtis McEnroe2019-10-234-6/+21
* Set NOSIGPIPE on server connectionCurtis McEnroe2019-10-231-0/+4
* Set an initial loop capCurtis McEnroe2019-10-231-3/+3
* Fix rest parsingCurtis McEnroe2019-10-231-1/+1
* Add dynamic poll listCurtis McEnroe2019-10-234-14/+90
* Don't assume commands have targets and handle ERRORCurtis McEnroe2019-10-231-17/+20
* Clean up state somewhatCurtis McEnroe2019-10-231-46/+55
* Actually send the buffer...Curtis McEnroe2019-10-231-1/+1
* Add stateCurtis McEnroe2019-10-235-1/+183
* Add README.7Curtis McEnroe2019-10-221-0/+35
* Implement serverLoginCurtis McEnroe2019-10-224-3/+94
* Mention server-time in manual pageCurtis McEnroe2019-10-221-1/+3
* Implement serverConnectCurtis McEnroe2019-10-222-0/+72
* Rename bouncer to bounceCurtis McEnroe2019-10-224-4/+6
* Remove pollfd from listen interfaceCurtis McEnroe2019-10-203-31/+28
* Move listen code to listen.cCurtis McEnroe2019-10-194-73/+156
* Bind to all available addressesCurtis McEnroe2019-10-151-25/+38
* Add argument parsing and dumb TLS serverCurtis McEnroe2019-10-153-0/+169
* Add manual page with initial argumentsCurtis McEnroe2019-10-151-0/+187