| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -1/+1 | |
| | | |||||
| * | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -1/+1 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | Add support for setting the unset rank in ModeHandler. | 2017-11-06 | 1 | -1/+1 | |
| | | |||||
| * | Add support for length arguments in getString. | 2017-09-03 | 1 | -2/+1 | |
| | | |||||
| * | Add CXX11_OVERRIDE to overridden members that lack it. | 2017-07-12 | 1 | -2/+2 | |
| | | | | | | This fixes a ton of warnings when building on compilers that default to C++11 or newer. | ||||
| * | Change Membership:hasMode() to accept a PrefixMode | 2016-08-30 | 1 | -1/+1 | |
| | | |||||
| * | Merge insp20 | 2015-04-20 | 1 | -0/+14 | |
| |\ | |||||
| | * | m_operprefix Fix force joined opers not being given the operprefix mode | 2015-01-19 | 1 | -1/+17 | |
| | | | |||||
| * | | Replace irc::modestacker usage with the new ModeParser::Process() | 2014-09-03 | 1 | -9/+3 | |
| | | | |||||
| * | | Pass prefix rank and prefix char to PrefixMode constructor | 2014-08-06 | 1 | -2/+2 | |
| | | | |||||
| * | | Rename UserChanList to User::ChanList, remove UCListIter | 2014-07-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge insp20 | 2014-04-07 | 1 | -1/+2 | |
| |\| | |||||
| | * | m_operprefix Don't set +y on the oper if hideoper is being unset due to ↵ | 2014-03-23 | 1 | -1/+2 | |
| | | | | | | | | | | | | | deopering Fixes issue #801 reported by @UselessOper | ||||
| * | | Convert UserChanList to an intrusively linked list | 2014-01-24 | 1 | -1/+1 | |
| | | | |||||
| * | | Automatically register and unregister mode watchers | 2014-01-06 | 1 | -12/+0 | |
| | | | |||||
| * | | Create a base class for prefix modes | 2013-09-11 | 1 | -19/+3 | |
| | | | | | | | | | Move Channel::SetPrefix() into Membership | ||||
| * | | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -2/+0 | |
| | | | |||||
| * | | Automatically attach modules to events | 2013-08-04 | 1 | -3/+0 | |
| | | | |||||
| * | | Replace hardcoded mode letters, part 3 | 2013-07-19 | 1 | -3/+6 | |
| | | | | | | | | | This changes most remaining User::IsModeSet() calls to use ModeReferences for modes that were created by other modules or the core | ||||
| * | | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| | | | |||||
| * | | Introduce ModeProcessFlags, can be passed to ModeParser::Process() to ↵ | 2013-06-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | indicate local only mode changes and mode merges Change ProtocolInterface::SendMode() to take source and destination parameters, and call it from the mode parser whenever the mode change is global This deprecates the ambiguous InspIRCd::SendMode() and InspIRCd::SendGlobalMode() interface (the latter sent mode changes originating from local users twice, etc.) | ||||
| * | | Store prefix rank in a ModeHandler field, change ↵ | 2013-06-06 | 1 | -5/+1 | |
| | | | | | | | | | ModeHandler::GetPrefixRank() to be non-virtual | ||||
| * | | Merge insp20 | 2013-06-06 | 1 | -1/+1 | |
| |\| | |||||
| | * | Remove unused variables, avoid copies where possible, check empty() instead ↵ | 2013-05-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | of size() == 0 Most of these were detected by cppcheck | ||||
| * | | Watch mode names with ModeWatchers instead of mode letters | 2013-06-01 | 1 | -27/+15 | |
| | | | |||||
| * | | Remove useless ModeType parameter from ModeWatcher::BeforeMode() and AfterMode() | 2013-06-01 | 1 | -2/+2 | |
| | | | |||||
| * | | Tidy up keywords on module methods. | 2013-05-15 | 1 | -6/+6 | |
| | | | | | | | | | | | - Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it. | ||||
| * | | OnUserPreJoin is a local-only hook, change User* parameter to LocalUser* | 2013-04-13 | 1 | -1/+1 | |
| | | | |||||
| * | | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | 2013-04-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -1/+0 | |
| | | | |||||
| * | | Change channel name parameter of Module::OnUserPreJoin() and ↵ | 2013-04-01 | 1 | -1/+1 | |
| |/ | | | | Channel::JoinUser() to std::string from char* | ||||
| * | Dynamically determine the size of the eventlist[] passed to Attach() | 2012-12-02 | 1 | -1/+1 | |
| | | | | | m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove | ||||
| * | m_operprefix Enhance compatibility with m_hideoper using a ModeWatcher | 2012-11-12 | 1 | -5/+52 | |
| | | | | | Prioritize after m_opermodes, so we know when it sets +H on somebody | ||||
| * | m_operprefix Switch to OnUserPreJoin hook to give +y to joining opers, ↵ | 2012-11-12 | 1 | -27/+22 | |
| | | | | | switch to OnPostOper for giving +y initially | ||||
| * | m_operprefix Remove unused hooks, move module initialization to init() | 2012-11-12 | 1 | -12/+13 | |
| | | |||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+15 | |
| | | |||||
| * | Remove VF_COMMON from mode-provider modules (no longer needed due to better ↵ | 2010-01-15 | 1 | -1/+1 | |
| | | | | | | | CAPAB checking) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12263 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | ...because every now and again, i have to do a massive commit. | 2010-01-11 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Get rid of ModePair | 2009-10-24 | 1 | -21/+0 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11963 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove dummy API_VERSION from Version constructor | 2009-10-17 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11887 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add names for all modes (part 1 of named channel mode list) | 2009-10-08 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11809 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Run DelMode and DelModeWatcher in RemoveModule | 2009-10-05 | 1 | -1/+0 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11799 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Change IS_FAKE and CheckTimeStamp to IS_SERVER and ResolveModeConflict to ↵ | 2009-09-26 | 1 | -2/+2 | |
| | | | | | | | clarify their use git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11765 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove InspIRCd* parameters and fields | 2009-09-26 | 1 | -5/+4 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Describe module purpose in /MODULES output | 2009-09-22 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11757 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove redundant ServerInstance* fields | 2009-09-13 | 1 | -1/+1 | |
| | | | | | | | | | It has been impossible to have more than one InspIRCd* object in the same address space for some time now, and this feature was never used. This formalizes class InspIRCd as a singleton object. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11703 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Simplify ModeHandler constructor | 2009-09-13 | 1 | -1/+7 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11701 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Module API changes to use Membership* where sensible | 2009-09-13 | 1 | -10/+3 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11699 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Membership* changes | 2009-09-13 | 1 | -104/+14 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11697 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | ModResult conversion: Change return type of all module functions | 2009-09-02 | 1 | -3/+3 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11634 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
