| Commit message (Expand) | Author | Age |
* | Send CAP LS 302 to the server | June McEnroe | 2020-02-27 |
* | Properly treat CAP LS version as a number | June McEnroe | 2020-02-27 |
* | Support CAP LS 302 from clients | June McEnroe | 2020-02-27 |
* | Support cap-notify | June McEnroe | 2020-02-27 |
* | Support setname | June McEnroe | 2020-02-26 |
* | Support labeled-response | June McEnroe | 2020-02-26 |
* | Support batch | June McEnroe | 2020-02-26 |
* | Clean up intercept tag skip | June McEnroe | 2020-02-26 |
* | Also skip the origin in wordcmp | June McEnroe | 2020-02-26 |
* | Use %n for tags when formatting intercepted PRIVMSG/NOTICE | June McEnroe | 2020-02-26 |
* | Tweak buffer sizes | June McEnroe | 2020-02-26 |
* | Add time tag to lines missing it | June McEnroe | 2020-02-25 |
* | Support message-tags | June McEnroe | 2020-02-25 |
* | Request server-time from the server and filter tags for clients | June McEnroe | 2020-02-25 |
* | Bump buffer sizes to allow for tags | June McEnroe | 2020-02-25 |
* | Remove bad assert | June McEnroe | 2020-02-18 |
* | Add option to set local client CA | June McEnroe | 2020-01-12 |
* | Add a vendor capability for passive clients | June McEnroe | 2020-01-10 |
* | Intercept client QUIT with no parameter 1.0p3 | June McEnroe | 2019-12-28 |
* | Don't send self-PMs to the server 1.0p2 | June McEnroe | 2019-12-08 |
* | Fix wordcmp return value when the words have differing lengths | Michael Forney | 2019-11-21 |
* | Declare globals as extern in headers, and define in source file | Michael Forney | 2019-11-21 |
* | client: Include time.h for gmtime and strftime | Michael Forney | 2019-11-20 |
* | Format milliseconds as int | June McEnroe | 2019-11-20 |
* | Add concept of passive clients | June McEnroe | 2019-11-14 |
* | Use struct timeval for sub-second precision | June McEnroe | 2019-11-14 |
* | Remove server-time filter TODO | June McEnroe | 2019-11-14 |
* | Tweak filter regexes | June McEnroe | 2019-11-14 |
* | Filter multi-prefix | June McEnroe | 2019-11-14 |
* | Replace filters with regex replaces | June McEnroe | 2019-11-14 |
* | Refactor filterUserhostInNames | June McEnroe | 2019-11-13 |
* | Factor out wordcpy for filters | June McEnroe | 2019-11-13 |
* | Skip initial NAMES parameters | June McEnroe | 2019-11-11 |
* | Filter userhost-in-names | June McEnroe | 2019-11-11 |
* | Compare words without copying in filters | June McEnroe | 2019-11-10 |
* | Filter invite-notify | June McEnroe | 2019-11-10 |
* | Filter extended-join | June McEnroe | 2019-11-10 |
* | Filter ACCOUNT, AWAY, CHGHOST for incapable clients | June McEnroe | 2019-11-10 |
* | Maintain stateCaps and offer them to clients | June McEnroe | 2019-11-09 |
* | Parse capabilities | June McEnroe | 2019-11-09 |
* | Define macro for bit flag enums | June McEnroe | 2019-11-09 |
* | Only change AWAY status for registered clients | June McEnroe | 2019-11-08 |
* | Use #defines for constant strings | June McEnroe | 2019-11-06 |
* | Change license to GPLv3 | June McEnroe | 2019-11-06 |
* | Use explicit_bzero from LibreSSL | June McEnroe | 2019-11-06 |
* | Zero PASS parameter | June McEnroe | 2019-11-04 |
* | Hash client passwords with crypt | June McEnroe | 2019-11-04 |
* | Use explicit_bzero to clear passwords | June McEnroe | 2019-10-31 |
* | Shrink client buffer size | June McEnroe | 2019-10-31 |
* | Specify when command is allowed in Handlers list | June McEnroe | 2019-10-28 |