summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2019-09-12Make some older compilers happy by specifying -D_BSD_SOURCE and -std=gnu99.Luke Bratch
2019-09-12Change Makefile to not leave separate .o files lying around.Luke Bratch
2019-06-11Implement configurable auto replay modes. So far there is "none", "time" (au...Luke Bratch
2019-06-10Refactoring - split giant processircmessage() switch statement into separate ...Luke Bratch
2019-05-16Implement normal logging (file per channel/user).Luke Bratch
2019-05-12Implement TLS using OpenSSL.Luke Bratch
2019-05-11Add the ability to replay messages from a replay log file. (No replay log fi...Luke Bratch
2019-05-11Implement a configuration file reader, an example configuration file, and sta...Luke Bratch
2019-04-18First actual "bouncer" features - self connects and registers (NICK/USER) and...Luke Bratch
2019-04-18Add a MakefileLuke Bratch