Age | Commit message (Expand) | Author |
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 | 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-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 | More tweaks | brain |
2006-08-19 | Fixed makefile | brain |
2006-08-19 | Changed modes/ makefile (not yet tested) | 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 | Missing a space in log messages | brain |
2006-08-18 | NONBLOCKING LOGGER! | brain |
2006-08-18 | Indent tidyup | 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 | 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 | Move lowermap[] into a pre-initialised const array in hashcomp.h, | brain |
2006-08-18 | Dont allow USERIP (where loaded) on unregistered users | brain |