Age | Commit message (Expand) | Author |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-13 | Fix access checks on chanprotect preventing use of SAMODE | danieldg |
2009-09-13 | Use FindMode instead of FindPrefix for OnUserPreJoin privs; makes it possible... | 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 | Fix segfault in m_chanprotect when OnAccessCheck is called with a null channel | 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-04-27 | Remove sending +q from OnPostJoin, fixes bug #847. See removed comment for wh... | danieldg |
2009-04-20 | Actually use irc::modestacker correctly | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-06 | Construct explicit parameter type list for MODE parameters | danieldg |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-22 | Fix bug #659, #524 and others: Allow operoverride to set +qa. Based on patch ... | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-10-30 | Revert "Add option to allow +q to +q users, +a to +a users." | w00t |
2008-10-28 | Remove ancient comment. | w00t |
2008-10-28 | Move chanprotect settings from <options> to <chanprotect>. | w00t |
2008-10-28 | Add option to allow +q to +q users, +a to +a users. | w00t |
2008-09-26 | Fix <options:noservices> causing +o (and +q!) not being correctly given on ch... | aquanight |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-08-10 | Fix bug #555 : <options:deprotectothers> now works correctly, and applies to ... | aquanight |
2008-07-11 | Fix m_nopartmsg to work via API modification, involves a string copy that won... | w00t |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-05-25 | More compile fixes | brain |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | brain |
2008-05-19 | Convert channel::name to std::string, this was a beastie! | brain |
2008-05-19 | More done | brain |
2008-05-05 | fix some unitialised vectors and tidy up a bit. | peavey |
2008-05-04 | Convert a whole bunch more | peavey |
2008-05-01 | Some modules throw CoreException, this is wrong wrongitty wrong! Throw Module... | brain |
2008-04-21 | Remove OnRehash of m_chanprotect: bad idea, and it's broken anyway. | w00t |
2008-04-16 | Change that allows the m_override module to not announce a key override for a... | brain |
2008-04-04 | Dont check APrefix both times :p | brain |
2008-04-04 | Better checks | brain |
2008-04-04 | Throw exception if both the prefix chars are defined and the same (thaks dani... | brain |
2008-04-02 | Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod... | brain |
2008-04-02 | This is better than using a const; Since 1.1 we don't need a value at all, we... | brain |
2008-04-02 | Remove unload_kludge: this still isn't handled in a very polite way (it uses ... | w00t |
2008-04-02 | Just use string literal instead of declaring a var for it | w00t |
2008-04-01 | Configurable prefixes for chanmodes +qa: prefixes can be turned on or off ind... | w00t |
2008-04-01 | Add a required prefix of 0, this may fix problem encountered by Raff7.. (pure... | w00t |
2008-03-24 | Finally change all the Version() objects | brain |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-02-18 | Phew. Fix a bunch of method sigs to stop warnings. | w00t |
2008-01-17 | Remove a redundant method here, call the mode manager directly | w00t |
2008-01-17 | Fix.. snomask O is already taken (ffs) so use A instead | w00t |
2008-01-17 | Remove InspIRCd::WriteOpers in favour of snomask O | w00t |