Age | Commit message (Expand) | Author |
2006-08-27 | Fixes for w00t, now its boo time :) | brain |
2006-08-27 | Fix mode granting in FJOIN | brain |
2006-08-27 | I only fix stuff at 3:30am if im asked nicely and now im too tired to think a... | brain |
2006-08-27 | Extra sanity checks | brain |
2006-08-27 | Sometimes we were just doing Route->GetSock(), without first checking Route w... | brain |
2006-08-27 | Overloaded char* equivalents of some core functions, will help us track down ... | brain |
2006-08-25 | Tidyup, multiple inheritence from base class to avoid code duplication in the... | brain |
2006-08-25 | Remove On005Numeric event from a ton of modules which no longer need it (as C... | brain |
2006-08-25 | Fix changing of idents and hosts (it wasnt working -- in fact WriteCommon was... | brain |
2006-08-25 | Add userrec::ChangeIdent (which we were missing) which can emulate the quit/r... | brain |
2006-08-25 | Add <options:cyclehosts> which allows a user to appear to have quit when thei... | brain |
2006-08-25 | Added leachim's +qa prefix patch | brain |
2006-08-24 | Remove OnPostConnect here, it was being used under the assumption that it sti... | brain |
2006-08-24 | Speaking of forgetting things, someone forgot to change the name of the function | special |
2006-08-24 | Someone forgot another :p | brain |
2006-08-24 | Moved an ipv6-only variable in userrec::GetIPString into the SUPPORT_IP6LINKS... | special |
2006-08-24 | Somebody forgot one :p | brain |
2006-08-24 | Renamed the OnGlobalConnect callback to OnPostConnect, which is much more app... | special |
2006-08-24 | When the mode sequence doesnt start with + or -, assume a + | brain |
2006-08-24 | Check for missing comma in FJOIN element | brain |
2006-08-23 | ModeParser::InsertMode is no longer required -- this is auto-generated by the... | brain |
2006-08-23 | Document ModeParser::FindPrefix() and chanrec::GetAllPrefixes() | brain |
2006-08-23 | Forgot the comma in first join | brain |
2006-08-23 | If we get an unknown prefix character on a user when they join, we throw a fi... | brain |
2006-08-23 | Check for illegal mode prefixes in AddMode (':' and ',') | brain |
2006-08-23 | Multi-prefix FJOIN, and allowing module-defined prefixes across the network | brain |
2006-08-23 | Fix and finish 005 numeric. PREFIX= is now calculated automatically if you ad... | brain |
2006-08-23 | More prefixchar stuff. | brain |
2006-08-23 | Document mode prefixes | brain |
2006-08-23 | Spotted problem: must clear out all prefixes attached to a user when they qui... | brain |
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 |