index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
coremods
/
core_oper
Age
Commit message (
Expand
)
Author
2021-03-05
Update copyright headers.
InspIRCd Robot
2020-04-24
Update copyright headers.
InspIRCd Robot
2020-04-21
Fixes by misspell-fixer
InspIRCd Robot
2020-04-14
Minor cleanup and documentation improvements.
Matt Schatz
2020-04-09
Prevent a trailing space in the failed oper SNOTICE.
Matt Schatz
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-11-17
Make rehashing messages more consistent.
Peter Powell
2019-04-28
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2019-02-18
Various text improvements: consistency, syntax, help and doc updates/fixes.
Robby
2019-02-07
Fix an unintentionally inverted condition in core_oper.
Peter Powell
2019-02-05
Quit users during cleanup instead of when /DIE is executed.
Peter Powell
2019-02-05
Move <oper:class> and <oper:vhost> to core_oper.
Peter Powell
2019-01-24
Remove trailing whitespace from various source files.
Peter Powell
2018-12-19
Make more modules rehash atomically (#1535)
linuxdaemon
2018-10-01
Move <security:hideulinekills> into core_oper.
Peter Powell
2018-10-01
Move <security:hidekills> into core_oper.
Peter Powell
2018-08-13
Implement IRCv3 message tag support.
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2018-07-20
Remove Log() calls made unnecessary by the previous commit.
Peter Powell
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2017-11-17
Fix a ton of -Wsign-conversion warnings.
Peter Powell
2017-11-12
Merge tag 'v2.0.25' into master.
Peter Powell
2017-10-28
Hide User#host and User#dhost and use accessors to modify them.
Peter Powell
2017-07-12
cmd_kill: deduplicate logic
Adam
2017-07-12
cmd_kill: log all kills from or to remote users
Adam
2017-07-12
cmd_kill: correct notices to show as a remote kill when a remote oper kills a...
Adam
2017-07-12
cmd_kill: rename u to target
Adam
2017-07-12
cmd_kill: don't show kill path in KILL messages to users
Adam
2017-07-12
cmd_kill: reshuffle
Adam
2016-09-12
Change type of log messages to MODNAME in several modules
Attila Molnar
2016-09-12
Undocument <power> and set the default to the server name.
Peter Powell
2016-08-17
Merge insp20
Attila Molnar
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2016-02-22
Merge insp20
Attila Molnar
2015-12-07
Remove some IS_SERVER() checks
Attila Molnar
2015-05-17
Move InspIRCd::SendError() to cmd_die
Attila Molnar
2015-05-17
Move code that quits all users from InspIRCd::Cleanup() to cmd_die
Attila Molnar
2015-01-10
Reduce std::string::substr() usage
Attila Molnar
2014-07-16
Move typedef OperIndex to ServerConfig::OperIndex
Attila Molnar
2014-03-07
Read the die and restart password and their hash type on demand
Attila Molnar
2014-03-05
Create the core_oper module
Attila Molnar
2014-03-05
Move src/commands/cmd_*.cpp to src/coremods[/core_*]/
Attila Molnar