summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-25Fix changing of idents and hosts (it wasnt working -- in fact WriteCommon was...brain
2006-08-25Add userrec::ChangeIdent (which we were missing) which can emulate the quit/r...brain
2006-08-25Add <options:cyclehosts> which allows a user to appear to have quit when thei...brain
2006-08-25Added leachim's +qa prefix patchbrain
2006-08-24Remove OnPostConnect here, it was being used under the assumption that it sti...brain
2006-08-24Speaking of forgetting things, someone forgot to change the name of the functionspecial
2006-08-24Someone forgot another :pbrain
2006-08-24Moved an ipv6-only variable in userrec::GetIPString into the SUPPORT_IP6LINKS...special
2006-08-24Somebody forgot one :pbrain
2006-08-24Renamed the OnGlobalConnect callback to OnPostConnect, which is much more app...special
2006-08-24When the mode sequence doesnt start with + or -, assume a +brain
2006-08-24Check for missing comma in FJOIN elementbrain
2006-08-23ModeParser::InsertMode is no longer required -- this is auto-generated by the...brain
2006-08-23Document ModeParser::FindPrefix() and chanrec::GetAllPrefixes()brain
2006-08-23Forgot the comma in first joinbrain
2006-08-23If we get an unknown prefix character on a user when they join, we throw a fi...brain
2006-08-23Check for illegal mode prefixes in AddMode (':' and ',')brain
2006-08-23Multi-prefix FJOIN, and allowing module-defined prefixes across the networkbrain
2006-08-23Fix and finish 005 numeric. PREFIX= is now calculated automatically if you ad...brain
2006-08-23More prefixchar stuff.brain
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