Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-30 | Implement changing client-side TLS certificate and key paths, and reloading ↵ | Luke Bratch | |
certificate/key at runtime when doing a REHASH (BLABOUNCER command or SIGHUP). | |||
2019-06-17 | Implement a per-client identifier so auto replay can replay everything a ↵ | Luke Bratch | |
given client has missed. | |||
2019-06-11 | Refactoring - rename ircdstrings struct to ircdstate since it doesn't just ↵ | Luke Bratch | |
contain strings. | |||
2019-06-10 | Refactoring - split giant processircmessage() switch statement into separate ↵ | Luke Bratch | |
server and client functions in message.h/message.c. |