summaryrefslogtreecommitdiff
path: root/functions.c
AgeCommit message (Expand)Author
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-06-01Put debug logs in subdirectory and have max number to keep be configurable. ...Luke Bratch
2019-05-30Remove most (all?) exit()s with error handling without exiting where possible...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-27Only compare nick instead of full nick!user@host when processing server JOIN/...Luke Bratch
2019-05-21Support multiple nick prefixes in channels by storing/relaying server 005/RPL...Luke Bratch
2019-05-18Add underflow safety check in appendcrlf().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-12Completely rewrite configuration file reading to remove lots of duplicated co...Luke Bratch
2019-05-08Make TOPIC tracking/following/setting/etc. work for most/all scenarios and en...Luke Bratch
2019-04-21Fix appendcrlf() to strip both CR and LF, fixes mysterious newlines in PRIVMSGsLuke Bratch
2019-04-20We are bouncing! You can now:Luke Bratch
2019-04-19Lots and lots of refactoring and comments work in preparation for more actual...Luke Bratch
2019-04-18Split functions into different filesLuke Bratch