Age | Commit message (Expand) | Author |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-09-04 | Do not apply parameter length restrictions or CleanMask when unsetting modes | Daniel De Graaf |
2010-02-06 | rename channel modes +it to distinguish them from commands | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2010-01-09 | Remove mode counter, not reliable and only used for umode +i | danieldg |
2009-11-15 | Add ParamChannelModeHandler | danieldg |
2009-11-15 | Hide channel mode structures | danieldg |
2009-11-03 | Create m_halfop | danieldg |
2009-10-24 | Get rid of ModePair | danieldg |
2009-10-21 | Change User::oper to an OperInfo reference | danieldg |
2009-10-08 | Add names for all modes (part 1 of named channel mode list) | danieldg |
2009-10-02 | Fix valgrind issues and crashes on exit | danieldg |
2009-09-26 | Change IS_FAKE and CheckTimeStamp to IS_SERVER and ResolveModeConflict to cla... | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-13 | Simplify ModeHandler constructor | danieldg |
2009-09-13 | Replace OnAccessCheck with OnPreMode to remove a number of redundant checks | danieldg |
2009-09-13 | Membership* changes | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Remove "servermode" parameter, replace with IS_FAKE() which is more reliable | danieldg |
2009-09-02 | Add Module* creator to Command and ModeHandler | danieldg |
2009-09-02 | Use CheckTimeStamp to merge modes on netburst | danieldg |
2009-09-01 | Re-implement dependency generation in perl to increase speed | danieldg |
2009-06-01 | Makefile updates: Allow run-cc wrapper to be disabled by "make V=1" | danieldg |
2009-06-01 | Makefile updates: clean up command lines | danieldg |
2009-04-29 | Overloading SetMode seems to cause the compiler to interpret "" as a bool and... | danieldg |
2009-04-17 | Fix SetModeParam to use std::string and handle edge cases. | danieldg |
2009-04-16 | Fix bug #826: setting +l 0 doesn't work in some cases. Just don't check for +... | w00t |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-07 | Fix +k for real | danieldg |
2009-03-07 | Let's try that +k fix again, this time with more testing | danieldg |
2009-03-07 | Fix r11178 not allowing keys to be unset | danieldg |
2009-03-06 | Construct explicit parameter type list for MODE parameters | danieldg |
2009-03-06 | Drop channel keys if they are identical to the already-set key (fix for bug #... | w00t |
2009-02-14 | Nuke trailing spaces | peavey |
2009-02-11 | Remove/Add cmode h according to <option:allowhalfop>. Fixes bug #715 reported... | peavey |
2009-01-31 | Fix compile error | danieldg |
2009-01-31 | Fix for bug #695. For now, we cant be sure what parts of the code might still... | brain |
2009-01-25 | Allow +l 0 (for +PlL #newchan). | w00t |
2009-01-25 | This can't be case sensitive because it's not consistant, and also would brea... | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-11-02 | Remove +s when no snomasks are set.. bug found (indirectly) by jackmcbarn. | w00t |
2008-11-01 | Send remote de-oper to REMOTEOPER snomask. | w00t |
2008-10-25 | Fix <disabled:umodes> interfering with /unloadmodule m_implementing_a_umode, ... | w00t |
2008-09-29 | I think this fixes the mode +k weirdness. Keys were never being set correctly... | brain |
2008-08-31 | Move all the parameters around AGAIN. See docs shortly | brain |
2008-08-25 | Fixes, this can't be taken directly from 1.1 | w00t |
2008-08-24 | Forward-port r10257, fixes bug #599 reported by mixx941. | w00t |
2008-08-17 | Add OnParameterMissing to modehandler, called when the mode handler should ha... | brain |
2008-07-29 | Move umode_n to umode_s, second half of last commit | w00t |
2008-07-29 | After discussions and thought, move umode +n to +s. This increases cross-ircd... | w00t |