]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods/core_oper
Add support for blocking tag messages with the deaf mode.
[user/henk/code/inspircd.git] / src / coremods / core_oper /
2021-03-05 InspIRCd RobotUpdate copyright headers.
2020-04-24 InspIRCd RobotUpdate copyright headers.
2020-04-21 InspIRCd RobotFixes by misspell-fixer
2020-04-14 Matt SchatzMinor cleanup and documentation improvements.
2020-04-09 Matt SchatzPrevent a trailing space in the failed oper SNOTICE.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-11-17 Peter PowellMake rehashing messages more consistent.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-28 RobbyTextual improvements and fixes such as typos, casing...
2019-02-18 RobbyVarious text improvements: consistency, syntax, help...
2019-02-07 Peter PowellFix an unintentionally inverted condition in core_oper.
2019-02-05 Peter PowellQuit users during cleanup instead of when /DIE is executed.
2019-02-05 Peter PowellMove <oper:class> and <oper:vhost> to core_oper.
2019-01-24 Peter PowellRemove trailing whitespace from various source files.
2018-12-19 linuxdaemonMake more modules rehash atomically (#1535)
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-10-01 Peter PowellMove <security:hideulinekills> into core_oper.
2018-10-01 Peter PowellMove <security:hidekills> into core_oper.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-08-13 Peter PowellImplement IRCv3 message tag support.
2018-07-26 Peter PowellUse CommandBase::Params instead of std::vector<std...
2018-07-20 Peter PowellRemove Log() calls made unnecessary by the previous...
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-21 Peter PowellAdd the override keyword in places that it is missing.
2017-11-17 Peter PowellFix a ton of -Wsign-conversion warnings.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-28 Peter PowellHide User#host and User#dhost and use accessors to...
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-08-05 Peter PowellMerge pull request #1351 from SaberUK/master+webirc
2017-07-27 Peter PowellMerge pull request #1271 from SaberUK/master+exemption
2017-07-25 Peter PowellMerge pull request #1300 from SaberUK/master+genssl
2017-07-24 Peter PowellMerge pull request #1232 from Adam-/master+kill
2017-07-12 Adamcmd_kill: deduplicate logic
2017-07-12 Adamcmd_kill: log all kills from or to remote users
2017-07-12 Adamcmd_kill: correct notices to show as a remote kill...
2017-07-12 Adamcmd_kill: rename u to target
2017-07-12 Adamcmd_kill: don't show kill path in KILL messages to...
2017-07-12 Adamcmd_kill: reshuffle
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-09-16 Attila MolnarMerge pull request #1176 from SaberUK/master+format
2016-09-12 Attila MolnarChange type of log messages to MODNAME in several modules
2016-09-12 Attila MolnarMerge pull request #1217 from SaberUK/master+die-restart
2016-09-12 Peter PowellUndocument <power> and set the default to the server...
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2015-12-07 Attila MolnarRemove some IS_SERVER() checks
2015-06-25 Attila MolnarMerge pull request #1059 from OVERdrive-IRC/m_repeat...
2015-05-19 Attila MolnarMerge branch 'master+movenames'
2015-05-17 Attila MolnarMove InspIRCd::SendError() to cmd_die
2015-05-17 Attila MolnarMove code that quits all users from InspIRCd::Cleanup...
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-10 Attila MolnarReduce std::string::substr() usage
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-07-16 Attila MolnarMove typedef OperIndex to ServerConfig::OperIndex
2014-04-07 Attila MolnarMerge insp20
2014-03-07 Attila MolnarRead the die and restart password and their hash type...
2014-03-05 Attila MolnarCreate the core_oper module
2014-03-05 Attila MolnarMove src/commands/cmd_*.cpp to src/coremods[/core_*]/