Age | Commit message (Expand) | Author |
2019-05-08 | Add some STDIN based debugging commands. | Luke Bratch |
2019-05-08 | Make TOPIC tracking/following/setting/etc. work for most/all scenarios and en... | Luke Bratch |
2019-05-08 | Remove PARTed channels from channel array so new clients don't JOIN previousl... | Luke Bratch |
2019-05-08 | Close and clear up disconnecting clients promptly | Luke Bratch |
2019-04-21 | Fix appendcrlf() to strip both CR and LF, fixes mysterious newlines in PRIVMSGs | Luke Bratch |
2019-04-21 | Make already connected clients join channels when JOINing | Luke Bratch |
2019-04-21 | Not using time.h | Luke Bratch |
2019-04-20 | We are bouncing! You can now: | Luke Bratch |
2019-04-19 | Lots and lots of refactoring and comments work in preparation for more actual... | Luke Bratch |
2019-04-18 | First actual "bouncer" features - self connects and registers (NICK/USER) and... | Luke Bratch |
2019-04-18 | Split functions into different files | Luke Bratch |
2019-04-18 | Move multiple (duplicated) relaying to all clients stuff to a function | Luke Bratch |
2019-04-17 | More or less the same functionality, but now stable with clients connecting/d... | Luke Bratch |
2018-04-01 | It's now actually a semi-bouncer! It doesn't tell new clients which channels... | Luke Bratch |
2018-03-31 | Client listener in place, not functional yet except for ability to accept con... | Luke Bratch |
2018-03-30 | Change some code style | Luke Bratch |
2018-03-30 | Initial commit - currently just a very manual IRC client | Luke Bratch |