summary refs log tree commit diff
BranchCommit messageAuthorAge
masterHandle 004 RPL_MYINFO with fewer parametersJune McEnroe8 months
 
TagDownloadAuthorAge
3.1pounce-3.1.tar.gz  pounce-3.1.zip  June McEnroe2 years
3.0pounce-3.0.tar.gz  pounce-3.0.zip  June McEnroe4 years
2.5pounce-2.5.tar.gz  pounce-2.5.zip  June McEnroe4 years
2.4pounce-2.4.tar.gz  pounce-2.4.zip  June McEnroe4 years
2.3pounce-2.3.tar.gz  pounce-2.3.zip  June McEnroe4 years
2.2pounce-2.2.tar.gz  pounce-2.2.zip  June McEnroe4 years
2.1p1pounce-2.1p1.tar.gz  pounce-2.1p1.zip  June McEnroe5 years
2.1pounce-2.1.tar.gz  pounce-2.1.zip  June McEnroe5 years
2.0pounce-2.0.tar.gz  pounce-2.0.zip  June McEnroe5 years
1.4p2pounce-1.4p2.tar.gz  pounce-1.4p2.zip  June McEnroe5 years
1.4p1pounce-1.4p1.tar.gz  pounce-1.4p1.zip  June McEnroe5 years
1.4pounce-1.4.tar.gz  pounce-1.4.zip  June McEnroe5 years
1.3p1pounce-1.3p1.tar.gz  pounce-1.3p1.zip  June McEnroe5 years
1.3pounce-1.3.tar.gz  pounce-1.3.zip  June McEnroe5 years
1.2p1pounce-1.2p1.tar.gz  pounce-1.2p1.zip  June McEnroe5 years
1.2pounce-1.2.tar.gz  pounce-1.2.zip  June McEnroe5 years
1.1pounce-1.1.tar.gz  pounce-1.1.zip  June McEnroe5 years
1.0p3pounce-1.0p3.tar.gz  pounce-1.0p3.zip  June McEnroe6 years
1.0p2pounce-1.0p2.tar.gz  pounce-1.0p2.zip  June McEnroe6 years
1.0p1pounce-1.0p1.tar.gz  pounce-1.0p1.zip  June McEnroe6 years
1.0pounce-1.0.tar.gz  pounce-1.0.zip  June McEnroe6 years
-0400'>2019-10-27Wait for SASL success before sending CAP ENDJune McEnroe Also refuse to continue logging in if SASL authentication fails. I should really just move all of log in and authentication from server.c to state.c... 2019-10-27Only increment consumer after successful sendJune McEnroe 2019-10-27Set SO_REUSEADDR on bindsJune McEnroe 2019-10-27Output ring info on SIGINFOJune McEnroe 2019-10-27Improve client/server error messagesJune McEnroe 2019-10-27Add reload cmd to rc scriptJune McEnroe Using daemon(8) makes this way more awkward than it should be. 2019-10-27Reload certificate on SIGUSR1June McEnroe 2019-10-27Drop clients on zero-length readsJune McEnroe 2019-10-27Explicitly tls_handshake new clientsJune McEnroe This prevents a client connecting, sending nothing, and getting blocked in tls_read immediately. 2019-10-26Document rationaleJune McEnroe 2019-10-26Handle nick collisionJune McEnroe 2019-10-26Wait for AUTHENTICATE + from serverJune McEnroe 2019-10-26Respond to PING with same parameterJune McEnroe 2019-10-26Add undocumented flag to disable verificationJune McEnroe 2019-10-26Do not require RPL_ISUPPORT for stateReadyJune McEnroe 2019-10-26Implement graceful shutdownJune McEnroe 2019-10-26Require PASS before USERJune McEnroe Prevent creating a ring consumer without authentication. 2019-10-26Track channel topicsJune McEnroe 2019-10-26Set AWAY when no clients are connectedJune McEnroe 2019-10-26Add flags to request TOPIC and NAMES on client connectJune McEnroe 2019-10-26OopsJune McEnroe 2019-10-26Disconnect client on unknown commandJune McEnroe During registration, no other commands should be sent. Afterwards, only intercepted commands will get parsed. 2019-10-26Allow reading sensitive information from filesJune McEnroe 2019-10-26Add rc scriptJune McEnroe 2019-10-25Add install and uninstall targetsJune McEnroe 2019-10-25Expand documentationJune McEnroe 2019-10-25Add AGPLv3 notice on client registrationJune McEnroe OwO 2019-10-25Rename project pounceJune McEnroe