Age | Commit message (Expand) | Author |
2006-08-29 | Implement messages for snomasks +cq (local connect, local quit) | brain |
2006-08-29 | Remove snomask n (nickchanges) - this will be a module when someone writes it | brain |
2006-08-29 | auto-set +s when +n is set (as +n requires +s) - allow +n to be 'set twice' a... | brain |
2006-08-29 | Snomask support cometh! and it leave a sticky white mess all over the floor :( | brain |
2006-08-29 | Spanningtree tidyups | brain |
2006-08-28 | Hey, what the hell. Let's do remote ADMIN too. :) | w00t |
2006-08-28 | ^*&^^)()%- | w00t |
2006-08-28 | Remote MOTD support | w00t |
2006-08-28 | Remove blank lines from previous perl inplace edits | brain |
2006-08-28 | Make oper-override notices a bit more grammar friendly, add an override notic... | w00t |
2006-08-28 | Update comment | brain |
2006-08-28 | Zed, you are found guilty of over-assuming the IRC protocol and forcing ircd ... | brain |
2006-08-28 | YOU KNOW I REALLY HATE IT WHEN CLIENT AUTHORS JUST MAKE ASSUMPTIONS ON THINGS... | brain |
2006-08-28 | Hint of the day: When you have a function that can return a bool, dont mix up... | brain |
2006-08-28 | Move trailing space stripping to only strip from non-last-item values (dont ask) | brain |
2006-08-28 | Check for muppet 3rdparty apps that might not order the list correctly | brain |
2006-08-28 | Error scemantics - 'this' server, 'your' server | brain |
2006-08-28 | Module list diffing | brain |
2006-08-28 | Capab matching on important keys, and module lists | brain |
2006-08-28 | Fix ping timeouts to properly close and free the socket, same with /SQUIT | brain |
2006-08-28 | gcc whinges. | brain |
2006-08-28 | Add DelFd calls when squitting a server or pinging it out | brain |
2006-08-28 | Connect timeouts now work again, using InspSocket | brain |
2006-08-28 | Note: connect() cant time out for inspsockets in this commit. They'll sit in ... | brain |
2006-08-28 | Add support for NAMESX | brain |
2006-08-27 | Bail out if we get a non-existent user | brain |
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 |