summaryrefslogtreecommitdiff
path: root/blabouncer.c
AgeCommit message (Expand)Author
2019-04-21Fix appendcrlf() to strip both CR and LF, fixes mysterious newlines in PRIVMSGsLuke Bratch
2019-04-21Make already connected clients join channels when JOINingLuke Bratch
2019-04-21Not using time.hLuke 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-18First actual "bouncer" features - self connects and registers (NICK/USER) and...Luke Bratch
2019-04-18Split functions into different filesLuke Bratch
2019-04-18Move multiple (duplicated) relaying to all clients stuff to a functionLuke Bratch
2019-04-17More or less the same functionality, but now stable with clients connecting/d...Luke Bratch
2018-04-01It's now actually a semi-bouncer! It doesn't tell new clients which channels...Luke Bratch
2018-03-31Client listener in place, not functional yet except for ability to accept con...Luke Bratch
2018-03-30Change some code styleLuke Bratch
2018-03-30Initial commit - currently just a very manual IRC clientLuke Bratch