Age | Commit message (Expand) | Author |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-07 | Include explicit parameter list in ProtocolInterface::SendMode | danieldg |
2009-03-06 | Construct explicit parameter type list for MODE parameters | danieldg |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-10-27 | Add user/channel mode synchronisation detection to CAPAB - link will now drop... | w00t |
2008-08-31 | Whoops, left off a virtual. Please ensure youre using this version if you act... | brain |
2008-08-31 | Move all the parameters around AGAIN. See docs shortly | brain |
2008-08-17 | Add OnParameterMissing to modehandler, called when the mode handler should ha... | brain |
2008-05-04 | Update comments for new api | brain |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |
2008-05-02 | Optimize MODE #chan b etc, avoid a 256 byte memset for duplicate mode checks | brain |
2008-05-01 | Simple user/channel mode patch | brain |
2008-04-02 | Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod... | brain |
2008-04-01 | Add an optional bool to ModeParser::ModeString() to not give the nickname n t... | brain |
2008-03-23 | Add ability to control what opertypes can set what operonly user/chan modes. ... | aquanight |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-18 | Someone please help me fix the warnings in modules caused by this change. All... | brain |
2008-02-14 | New mode stuff. Note, the framework is now here so that every mode handler ca... | brain |
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 |