| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs. | 2017-11-21 | 1 | -1/+1 | |
| * | Add support for setting the unset rank in ModeHandler. | 2017-11-06 | 1 | -2/+2 | |
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | 2016-02-25 | 1 | -4/+2 | |
| * | Reduce std::string::substr() usage•••substr() returns a new string while erase() and assign() modify the existing one | 2015-01-10 | 1 | -1/+1 | |
| * | Replace irc::modestacker usage with the new ModeParser::Process() | 2014-09-03 | 1 | -9/+3 | |
| * | Add a ModeParser::FindMode() overload that takes a mode name and a mode type | 2014-02-20 | 1 | -8/+2 | |
| * | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | 2013-11-12 | 1 | -4/+4 | |
| * | Send ListModeBase modes implicitly on channel sync•••Remove Module::ProtoSendMode() and ListModeBase::DoSyncChannel() | 2013-09-12 | 1 | -5/+0 | |
| * | Keep lists of mode handlers by type | 2013-09-12 | 1 | -3/+5 | |
| * | Move prefix mode specific fields and getters into PrefixMode•••Add ModeHandler::IsPrefixMode() | 2013-09-11 | 1 | -7/+7 | |
| * | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -6/+0 | |
| * | Replace OnRehash() with ReadConfig() that is called on boot, on module load a...•••This eliminates the need for calling OnRehash() in init() | 2013-08-30 | 1 | -1/+1 | |
| * | Automatically attach modules to events | 2013-08-04 | 1 | -3/+0 | |
| * | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| * | Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat...•••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.) | 2013-06-13 | 1 | -1/+1 | |
| * | Tidy up keywords on module methods.•••- 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. | 2013-05-15 | 1 | -5/+5 | |
| * | Migrate u_listmode.h into the core, change +b to use it | 2013-04-08 | 1 | -3/+3 | |
| * | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -1/+1 | |
| * | Dynamically determine the size of the eventlist[] passed to Attach()•••m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove | 2012-12-02 | 1 | -1/+1 | |
| * | Attach to events and register services in init() | 2012-12-02 | 1 | -0/+4 | |
| * | Remove calls to ListModeBase::OnCleanup (deprecated, empty function) | 2012-11-19 | 1 | -5/+0 | |
| * | m_autoop Fix desync issue #37 reported by @Joah - part 1 | 2012-05-30 | 1 | -1/+1 | |
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+15 | |
| * | Fix bug #110 | 2011-01-24 | 1 | -10/+16 | |
| * | Don't try to tidy m_autoop entries (fixes extra !*@*) | 2010-08-08 | 1 | -0/+1 | |
| * | Allow autoop to use long names•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12499 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-19 | 1 | -22/+36 | |
| * | Better error messages for m_autoop•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12423 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-10 | 1 | -1/+9 | |
| * | Add access checking for m_autoop•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12361 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-03 | 1 | -6/+25 | |
| * | Add m_autoop.so - ircd-side channel access lists via listmode +w•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12359 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-03 | 1 | -0/+92 |
