summaryrefslogtreecommitdiff
path: root/functions.h
AgeCommit message (Expand)Author
2019-09-16Release version 0.2.v0.2Luke Bratch
2019-09-16Make all log filenames lowercase - since IRC nicks and channel names are case...Luke Bratch
2019-09-15Start tracking nicks in channels (upon JOIN/PART/QUIT/NICK) and use that to c...Luke Bratch
2019-07-25Release version 0.1.1.v0.1.1Luke Bratch
2019-07-18Release version 0.1!v0.1Luke Bratch
2019-07-10Ensure log filenames are safe for writing.Luke Bratch
2019-06-17Implement a per-client identifier so auto replay can replay everything a give...Luke Bratch
2019-06-16Load all settings from configuration file at startup instead of reading it fo...Luke Bratch
2019-06-12Allow reloading the configuration file at runtime using a BLABOUNCER command ...Luke Bratch
2019-06-11Implement configurable auto replay modes. So far there is "none", "time" (au...Luke Bratch
2019-06-11Refactoring - rename ircdstrings struct to ircdstate since it doesn't just co...Luke Bratch
2019-06-10Refactoring - split giant processircmessage() switch statement into separate ...Luke Bratch
2019-06-10Refactoring - move most functions into functions.h/functions.c except connect...Luke Bratch
2019-06-10Add copyright and GPL 3 notices.Luke Bratch
2019-05-30Convert debugprint() from being to file/screen/disabled to always being to fi...Luke Bratch
2019-05-28Implement debugging to file and set the default configuration file to be that.Luke Bratch
2019-05-27Make debug output optional and disabled by default.Luke Bratch
2019-05-27Make sure MAXTOKENS being exceeded can't cause a buffer overflow.Luke Bratch
2019-05-21Support multiple nick prefixes in channels by storing/relaying server 005/RPL...Luke Bratch
2019-05-17Properly support changing our nick while connecting by updating it everywhere...Luke Bratch
2019-05-16Correctly handle nicks changing and actually track users PARTing channels.Luke Bratch
2019-05-12Make configuration file path configurable on the command line. Also finish r...Luke Bratch
2019-05-08Make TOPIC tracking/following/setting/etc. work for most/all scenarios and en...Luke Bratch
2019-04-20We are bouncing! You can now:Luke Bratch
2019-04-18Split functions into different filesLuke Bratch