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