Age | Commit message (Expand) | Author |
2008-02-03 | Clear up header insanity | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-04 | Remove some unnecessary headers from places, commit working BanCacheManager s... | w00t |
2007-10-23 | pedantic safe | brain |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-08-26 | Proper fix for end-of-list numerics on restricted lists in bug #386, rather t... | brain |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-06-17 | More comments | brain |
2007-05-19 | Fix std::sort stuff for w00t | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-01-03 | Fix lusers breakage introduced by latest set of optimizations | brain |
2006-12-29 | This doesnt need to be static | brain |
2006-12-29 | Add counter system for umodes to get rid of some O(n) | brain |
2006-12-15 | And now, just to force you to recompile the *whole* ircd.. updated headers on... | w00t |
2006-09-09 | Make SAMODE oper output tidier | brain |
2006-09-03 | Add /RELOAD and move cmd_mode into its own command. | brain |
2006-09-02 | Allow unloading of modules which implement modes! | brain |
2006-08-31 | *thwap* om for not fixing the bugs he finds :p | brain |
2006-08-30 | Remove a ton of <typeinfo>, <iostream>, <sstream> etc that we usually never use | brain |
2006-08-25 | Add <options:cyclehosts> which allows a user to appear to have quit when thei... | 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 | Multi-prefix FJOIN, and allowing module-defined prefixes across the network | brain |
2006-08-23 | More prefixchar stuff. | brain |
2006-08-23 | Document mode prefixes | brain |
2006-08-23 | Mode handlers handling listmodes where a listmode item is a nickname can now ... | brain |
2006-08-12 | Explain what ModeParser does | brain |
2006-08-11 | (Bigger than it looks, i did this with perl inplace edit) -- commands now tak... | brain |
2006-08-10 | So much stuff changed in this one, i forgot most of it. | brain |
2006-08-10 | Move InsertMode into ModeParser | brain |
2006-08-03 | Dynamically generate 004 numeric from the modehandler list | brain |
2006-07-28 | Add support for syntax of commands in place of the text 'Not enough parameter... | brain |
2006-07-27 | Change std::pair<bool,std::string> to neater typedef "ModePair" | brain |
2006-07-27 | Mode merging during FJOIN with ourts==theirts. Only +k and +l have CheckTimes... | brain |
2006-07-27 | commit remainder of new mode bouncing stuff for TS based modes | brain |
2006-07-26 | Add extra method to mode handler, ModeHandler::ModeSet(). | brain |
2006-07-16 | mass tidyup, change A LOT of stuff to const char** which was char** (such as ... | brain |
2006-07-10 | Inherit tons of stuff from classbase that should always have been | brain |
2006-07-10 | Made a load more stuff Extensible which might be of use to someone | brain |
2006-07-10 | Added ModeParser::AddModeWatcher() and ModeParser::DelModeWatcher() | brain |
2006-07-09 | Finally finished documenting new mode parser. Lots of comments. | brain |
2006-07-08 | Convert u_listmode and m_banexception to new api | brain |
2006-07-08 | Added DisplayCurrentModes which will display the modes of a channel or nick | brain |
2006-07-08 | Refactored user modes to work like the channel modes - core and module data n... | brain |
2006-07-08 | Added usermodes +swi. | brain |
2006-07-08 | Add cmode +o (op/deop) and in the process change a lot of char* to const char... | brain |
2006-07-08 | ModeHandler documented | brain |
2006-07-07 | Started work on ModeParser::CleanMask() | brain |
2006-07-07 | Comments | brain |