summary refs log tree commit diff
path: root/client.c (follow)
Commit message (Expand)AuthorAge
* Intercept client QUIT with no parameter 1.0p3June McEnroe2019-12-28
* Don't send self-PMs to the server 1.0p2June McEnroe2019-12-08
* Fix wordcmp return value when the words have differing lengthsMichael Forney2019-11-21
* Declare globals as extern in headers, and define in source fileMichael Forney2019-11-21
* client: Include time.h for gmtime and strftimeMichael Forney2019-11-20
* Format milliseconds as intJune McEnroe2019-11-20
* Add concept of passive clientsJune McEnroe2019-11-14
* Use struct timeval for sub-second precisionJune McEnroe2019-11-14
* Remove server-time filter TODOJune McEnroe2019-11-14
* Tweak filter regexesJune McEnroe2019-11-14
* Filter multi-prefixJune McEnroe2019-11-14
* Replace filters with regex replacesJune McEnroe2019-11-14
* Refactor filterUserhostInNamesJune McEnroe2019-11-13
* Factor out wordcpy for filtersJune McEnroe2019-11-13
* Skip initial NAMES parametersJune McEnroe2019-11-11
* Filter userhost-in-namesJune McEnroe2019-11-11
* Compare words without copying in filtersJune McEnroe2019-11-10
* Filter invite-notifyJune McEnroe2019-11-10
* Filter extended-joinJune McEnroe2019-11-10
* Filter ACCOUNT, AWAY, CHGHOST for incapable clientsJune McEnroe2019-11-10
* Maintain stateCaps and offer them to clientsJune McEnroe2019-11-09
* Parse capabilitiesJune McEnroe2019-11-09
* Define macro for bit flag enumsJune McEnroe2019-11-09
* Only change AWAY status for registered clientsJune McEnroe2019-11-08
* Use #defines for constant stringsJune McEnroe2019-11-06
* Change license to GPLv3June McEnroe2019-11-06
* Use explicit_bzero from LibreSSLJune McEnroe2019-11-06
* Zero PASS parameterJune McEnroe2019-11-04
* Hash client passwords with cryptJune McEnroe2019-11-04
* Use explicit_bzero to clear passwordsJune McEnroe2019-10-31
* Shrink client buffer sizeJune McEnroe2019-10-31
* Specify when command is allowed in Handlers listJune McEnroe2019-10-28
* Disallow PRIVMSG/NOTICE before registrationJune McEnroe2019-10-28
* Move entire login flow to state and reorganize itJune McEnroe2019-10-28
* Only increment consumer after successful sendJune McEnroe2019-10-27
* Improve client/server error messagesJune McEnroe2019-10-27
* Drop clients on zero-length readsJune McEnroe2019-10-27
* Require PASS before USERJune McEnroe2019-10-26
* OopsJune McEnroe2019-10-26
* Disconnect client on unknown commandJune McEnroe2019-10-26
* Add AGPLv3 notice on client registrationJune McEnroe2019-10-25
* Send PRIVMSG and NOTICE to other clientsJune McEnroe2019-10-25
* Clean up clientJune McEnroe2019-10-25
* Use produce/consume words for ring bufferJune McEnroe2019-10-25
* Implement client reading from ring bufferJune McEnroe2019-10-25
* Zero entire Client structJune McEnroe2019-10-24
* Register readers by client usernamesJune McEnroe2019-10-24
* Unset non-blocking on clientsJune McEnroe2019-10-24
* Intercept client QUITJune McEnroe2019-10-24
* Only set NeedCapEnd if unregisteredJune McEnroe2019-10-24