Age | Commit message (Expand) | Author |
2006-08-23 | Mode handlers handling listmodes where a listmode item is a nickname can now ... | brain |
2006-08-23 | Inherit ModuleMessage from Extensible, so users can Extend and Shrink it. | brain |
2006-08-21 | Poor old Ian Gulliver :p Finally got his credit here | brain |
2006-08-21 | In 1.1, place all FJOIN parameters in the last parameter of the FJOIN - if th... | brain |
2006-08-19 | Make it virtual, in case someone ever wants to make a derived version of it | brain |
2006-08-19 | Extra comments about how the FileLogger class schedules its own write events ... | brain |
2006-08-19 | Missing vector.h | brain |
2006-08-19 | I hate this header | brain |
2006-08-19 | Add multimap | brain |
2006-08-19 | More tweaks | brain |
2006-08-19 | Fixed makefile | brain |
2006-08-19 | Changed modes/ makefile (not yet tested) | brain |
2006-08-19 | Remove users.h include from here | brain |
2006-08-18 | Fix timeouts | brain |
2006-08-18 | Fix ident timeouts to work properly when the connect succeeds but nothing com... | brain |
2006-08-18 | Make DELETE inline so its about as fast as the define it replaced | brain |
2006-08-18 | Change #define DELETE to a template | brain |
2006-08-18 | Change comment | brain |
2006-08-18 | Missing a space in log messages | brain |
2006-08-18 | NONBLOCKING LOGGER! | brain |
2006-08-18 | Indent tidyup | brain |
2006-08-18 | Document ListenSocket class | brain |
2006-08-18 | Fix trying to add failed ports to socketengine (<3 new code) | brain |
2006-08-18 | Dont allow an empty away message (im not sure what the RFC says on this one sts) | brain |
2006-08-18 | Typos in the socketengines | brain |
2006-08-18 | Things are so much easier here (thanks to sts for the bug) | brain |
2006-08-18 | Odd bits and bobs to keep the numeric sane if the user is insane (like stskee... | brain |
2006-08-18 | stskeeps trying to get his name all over our commit log :p (thanks for the bu... | brain |
2006-08-18 | Dont allow an empty key (thanks stskeeps) | brain |
2006-08-18 | Correctly return false on failure to fork | brain |
2006-08-18 | Checking if child pid still exists, if it vanishes we exit | brain |
2006-08-18 | When daemonizing, have parent process wait forever, and child process kill it... | brain |
2006-08-18 | Comments | brain |
2006-08-18 | Move lowermap[] into a pre-initialised const array in hashcomp.h, | brain |
2006-08-18 | Dont allow USERIP (where loaded) on unregistered users | brain |
2006-08-18 | Dont allow USERHOST (and new WHO) on unregistered users | brain |
2006-08-18 | Don't allow adding of invalid nicknames to watchlist | brain |
2006-08-18 | Get rid of SocketEngine::Wait and array-copy, change to SocketEngine::Dispatc... | brain |
2006-08-18 | Modified m_silence to take masks instead of nicknames. Since this is *much* m... | special |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-18 | Forward port of /list pattern matching, reported by Stskeeps | special |
2006-08-17 | Optimize tons more timer checking stuff | brain |
2006-08-17 | DoSocketTimeouts and TickTimers only need to be called once a second. Why the... | brain |
2006-08-17 | Add modules.h to cmd_connect.h | brain |
2006-08-17 | Just comments | brain |
2006-08-17 | Fix typo | brain |
2006-08-17 | userrec::AddBuffer and userrec::Write end up copying the const std::string& i... | brain |
2006-08-17 | Improve userrec::AddBuffer (remove craq char to std::string loop) | brain |
2006-08-17 | Change a std::string operator+= to append() | brain |
2006-08-17 | Optimization and removal of casts (profiling stuff) | brain |