summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-08-29Snomask support cometh! and it leave a sticky white mess all over the floor :(brain
2006-08-29Spanningtree tidyupsbrain
2006-08-28Hey, what the hell. Let's do remote ADMIN too. :)w00t
2006-08-28^*&^^)()%-w00t
2006-08-28Remote MOTD supportw00t
2006-08-28Remove blank lines from previous perl inplace editsbrain
2006-08-28Make oper-override notices a bit more grammar friendly, add an override notic...w00t
2006-08-28Zed, you are found guilty of over-assuming the IRC protocol and forcing ircd ...brain
2006-08-28YOU KNOW I REALLY HATE IT WHEN CLIENT AUTHORS JUST MAKE ASSUMPTIONS ON THINGS...brain
2006-08-28Hint of the day: When you have a function that can return a bool, dont mix up...brain
2006-08-28Move trailing space stripping to only strip from non-last-item values (dont ask)brain
2006-08-28Check for muppet 3rdparty apps that might not order the list correctlybrain
2006-08-28Error scemantics - 'this' server, 'your' serverbrain
2006-08-28Module list diffingbrain
2006-08-28Capab matching on important keys, and module listsbrain
2006-08-28Fix ping timeouts to properly close and free the socket, same with /SQUITbrain
2006-08-28gcc whinges.brain
2006-08-28Add DelFd calls when squitting a server or pinging it outbrain
2006-08-28Connect timeouts now work again, using InspSocketbrain
2006-08-28Note: connect() cant time out for inspsockets in this commit. They'll sit in ...brain
2006-08-28Add support for NAMESXbrain
2006-08-27Bail out if we get a non-existent userbrain
2006-08-27Fixes for w00t, now its boo time :)brain
2006-08-27Fix mode granting in FJOINbrain
2006-08-27I only fix stuff at 3:30am if im asked nicely and now im too tired to think a...brain
2006-08-27Extra sanity checksbrain
2006-08-27Sometimes we were just doing Route->GetSock(), without first checking Route w...brain
2006-08-27Overloaded char* equivalents of some core functions, will help us track down ...brain
2006-08-25Tidyup, multiple inheritence from base class to avoid code duplication in the...brain
2006-08-25Remove On005Numeric event from a ton of modules which no longer need it (as C...brain
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-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