Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-11 | Implement configurable auto replay modes. So far there is "none", "time" ↵ | Luke Bratch | |
(auto replay the last X seconds), and "lastspoke" (auto replay everything since you last spoke). | |||
2019-06-10 | Refactoring - split giant processircmessage() switch statement into separate ↵ | Luke Bratch | |
server and client functions in message.h/message.c. | |||
2019-05-16 | Implement normal logging (file per channel/user). | Luke Bratch | |
2019-05-12 | Implement TLS using OpenSSL. | Luke Bratch | |
2019-05-11 | Add the ability to replay messages from a replay log file. (No replay log ↵ | Luke Bratch | |
file writing yet.) | |||
2019-05-11 | Implement a configuration file reader, an example configuration file, and ↵ | Luke Bratch | |
start reading nick/username/realname from it instead of being statically defined. | |||
2019-04-18 | First actual "bouncer" features - self connects and registers (NICK/USER) ↵ | Luke Bratch | |
and automatically handles PING/PONG response/requests | |||
2019-04-18 | Add a Makefile | Luke Bratch | |