Age | Commit message (Expand) | Author |
2017-12-11 | Add optional oper override umode +O. | B00mX0r |
2017-11-17 | Fix a ton of -Wsign-conversion warnings. | Peter Powell |
2017-11-06 | Add support for setting the unset rank in ModeHandler. | Peter Powell |
2017-07-09 | Merge v2.0.23 and v2.0.24 into master. | Peter Powell |
2017-05-17 | m_override: fix parentheses compiler warning | Adam |
2016-12-10 | fix channel rank issue | Sheogorath |
2016-03-05 | Send NOTICEs to local channel members with Channel::WriteNotice() | Attila Molnar |
2015-11-02 | Rewrite invite system | Attila Molnar |
2014-09-04 | Pass Modes::ChangeList references to the OnPreMode hook, make it modifiable | Attila Molnar |
2014-04-26 | Remove redundant IS_LOCAL() checks discovered by static asserts | Attila Molnar |
2014-04-03 | m_override Deduplicate code | Attila Molnar |
2014-01-21 | Merge insp20 | Attila Molnar |
2014-01-09 | Stop null checking pointers that are always valid | Attila Molnar |
2013-12-14 | Fix m_override refusing to override modes if the user holds halfop or higher ... | Daniel Vassdal |
2013-08-30 | Replace OnRehash() with ReadConfig() that is called on boot, on module load a... | attilamolnar |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-07-19 | Replace hardcoded mode letters, part 2 | attilamolnar |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-05-14 | Add method for writing server notices. | Peter Powell |
2013-04-13 | OnUserPreJoin is a local-only hook, change User* parameter to LocalUser* | attilamolnar |
2013-04-13 | Remove the deprecated invite API | attilamolnar |
2013-04-11 | Convert ISUPPORT to use a map instead of a string. | Peter Powell |
2013-04-10 | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | attilamolnar |
2013-04-01 | Change channel name parameter of Module::OnUserPreJoin() and Channel::JoinUse... | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-12-02 | Attach to events and register services in init() | attilamolnar |
2012-11-19 | ServerConfig::ServerName is a std::string, don't call .c_str() on it when pas... | attilamolnar |
2012-11-12 | Remove usage of the deprecated ConfigReader | attilamolnar |
2012-10-12 | Remove superfluous std::string()s | attilamolnar |
2012-09-30 | Fix more undefined behavior caused by referencing the returned buffer by std:... | attilamolnar |
2012-07-06 | Updated the version lines on several modules. | Shawn Smith |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-02-25 | Make remote/local snomasks consistent and allow use without naming | danieldg |
2010-02-07 | Don't send GODMODE snomask for remote users (let SendGlobalSno handle that) | danieldg |
2010-01-19 | Clean up some slow iterations | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-15 | Hide channel mode structures | danieldg |
2009-10-21 | Change User::oper to an OperInfo reference | danieldg |
2009-10-21 | Move all local-only fields to LocalUser | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-13 | Replace OnAccessCheck with OnPreMode to remove a number of redundant checks | danieldg |
2009-09-13 | Module API changes to use Membership* where sensible | danieldg |
2009-09-13 | Membership* changes | danieldg |
2009-09-05 | Likewise, convert OnLocalTopicChange to OnPreTopicChange and to be run for bo... | w00t |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |