summaryrefslogtreecommitdiff
path: root/src/modules/m_override.cpp
AgeCommit message (Expand)Author
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-01-31Update copyright headers.InspIRCd Robot
2020-01-29Add Channel::WriteRemoteNotice and revert WriteNotice changes.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2017-12-11Add optional oper override umode +O.B00mX0r
2017-11-17Fix a ton of -Wsign-conversion warnings.Peter Powell
2017-11-06Add support for setting the unset rank in ModeHandler.Peter Powell
2017-07-09Merge v2.0.23 and v2.0.24 into master.Peter Powell
2017-05-17m_override: fix parentheses compiler warningAdam
2016-12-10fix channel rank issueSheogorath
2016-03-05Send NOTICEs to local channel members with Channel::WriteNotice()Attila Molnar
2015-11-02Rewrite invite systemAttila Molnar
2014-09-04Pass Modes::ChangeList references to the OnPreMode hook, make it modifiableAttila Molnar
2014-04-26Remove redundant IS_LOCAL() checks discovered by static assertsAttila Molnar
2014-04-03m_override Deduplicate codeAttila Molnar
2014-01-21Merge insp20Attila Molnar
2014-01-09Stop null checking pointers that are always validAttila Molnar
2013-12-14Fix m_override refusing to override modes if the user holds halfop or higher ...Daniel Vassdal
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
2013-08-04Automatically attach modules to eventsattilamolnar
2013-07-19Replace hardcoded mode letters, part 2attilamolnar
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-05-14Add method for writing server notices.Peter Powell
2013-04-13OnUserPreJoin is a local-only hook, change User* parameter to LocalUser*attilamolnar
2013-04-13Remove the deprecated invite APIattilamolnar
2013-04-11Convert ISUPPORT to use a map instead of a string.Peter Powell
2013-04-10Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()attilamolnar
2013-04-01Change channel name parameter of Module::OnUserPreJoin() and Channel::JoinUse...attilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-12-02Attach to events and register services in init()attilamolnar
2012-11-19ServerConfig::ServerName is a std::string, don't call .c_str() on it when pas...attilamolnar
2012-11-12Remove usage of the deprecated ConfigReaderattilamolnar
2012-10-12Remove superfluous std::string()sattilamolnar
2012-09-30Fix more undefined behavior caused by referencing the returned buffer by std:...attilamolnar
2012-07-06Updated the version lines on several modules.Shawn Smith
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-02-25Make remote/local snomasks consistent and allow use without namingdanieldg
2010-02-07Don't send GODMODE snomask for remote users (let SendGlobalSno handle that)danieldg
2010-01-19Clean up some slow iterationsdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-15Hide channel mode structuresdanieldg
2009-10-21Change User::oper to an OperInfo referencedanieldg
2009-10-21Move all local-only fields to LocalUserdanieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-08Update Event and Request APIsdanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-13Replace OnAccessCheck with OnPreMode to remove a number of redundant checksdanieldg