Age | Commit message (Expand) | Author |
2006-08-30 | Remove -v argument from install (openbsd doesnt like it) - thanks wyleniauy | brain |
2006-08-30 | Remove a ton of <typeinfo>, <iostream>, <sstream> etc that we usually never use | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-29 | Annnd, get the fix right. | brain |
2006-08-29 | Fix for correct display when removing snomask | brain |
2006-08-29 | Put servername in remote quits | brain |
2006-08-29 | Document SnomaskManager | brain |
2006-08-29 | Only send 008 when MODE Oper | brain |
2006-08-29 | Clarify message | brain |
2006-08-29 | Don't silently drop modes that are oper only when a non-oper tries to set the... | brain |
2006-08-29 | FDSFDSACFasfcas | brain |
2006-08-29 | Fix typos | brain |
2006-08-29 | More snomask +o (unoper) | brain |
2006-08-29 | Snomasks +k (kills) and +o (oper) | brain |
2006-08-29 | The rest of snomask +x (i think) | brain |
2006-08-29 | Snomask +l (linking) and some +x (XLINE) | brain |
2006-08-29 | +Q and +C (remote quit and connect) snomasks implemented | brain |
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 |