Age | Commit message (Expand) | Author |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-11-12 | Remove usage of the deprecated ConfigReader | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-02-24 | Fix empty prefixes in m_chanprotect | danieldg |
2010-02-19 | Change channel mode +a to "admin" which is easier to remember than "protected" | danieldg |
2010-01-17 | Add Module::init() for correct exception handling during hook registration | danieldg |
2010-01-15 | Remove VF_COMMON from mode-provider modules (no longer needed due to better C... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2010-01-09 | Disallow adding prefix-mode when it is already set (fixes bug #935) | danieldg |
2009-10-24 | Get rid of ModePair | danieldg |
2009-10-08 | Add names for all modes (part 1 of named channel mode list) | danieldg |
2009-10-06 | Clean up m_chanprotect | danieldg |
2009-10-05 | Run DelMode and DelModeWatcher in RemoveModule | danieldg |
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 |