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
/
include
/
inspircd.h
Age
Commit message (
Expand
)
Author
2021-03-31
Fix various documentation comments.
Sadie Powell
2021-03-05
Update copyright headers.
InspIRCd Robot
2020-04-21
Fixes by misspell-fixer
InspIRCd Robot
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-12-09
Make BindPorts return size_t instead of int.
Peter Powell
2019-12-08
Improve behaviour when running as root.
Peter Powell
2019-12-08
Convert InspIRCd::SetSignals to a static function.
Peter Powell
2019-12-08
Move forking code into a function and remove DaemonSeed.
Peter Powell
2019-10-14
Implement serialisation of users.
Peter Powell
2019-07-26
Fix various cases of broken indentation.
Peter Powell
2019-05-06
Fix building against older versions of glibc.
Peter Powell
2019-04-28
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2019-02-18
Add a function for displaying human-readable durations.
Matt Schatz
2019-01-09
Improve X-line text consistency.
Matt Schatz
2018-12-21
Only parse valid durations, don't treat invalid multipliers as seconds (#1538)
linuxdaemon
2018-11-24
Move IsValidDuration into the core.
Peter Powell
2018-10-21
Fix warnings from Doxygen.
Peter Powell
2018-09-23
Switch all core modules still using COMMAND_INIT to MODULE_INIT.
Peter Powell
2018-08-13
Implement IRCv3 message tag support.
Peter Powell
2018-07-26
Replace irc::stringjoiner with a generic stdalgo::string::join.
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2018-07-18
Initial support for listening on UNIX socket endpoints.
Peter Powell
2018-07-10
Add InspIRCd::IsHost for checking the validity of hostnames.
Peter Powell
2018-04-16
Add range checking to ConfigTag::getFloat.
Peter Powell
2018-04-08
Include modules/whois.h directly from files that use it.
Peter Powell
2018-04-08
Move OnStats from the core to a cross-module event.
Peter Powell
2018-01-14
Fix some minor Doxygen errors.
Peter Powell
2018-01-06
Rework message handling.
Peter Powell
2018-01-03
Make InspIRCd::Format return std::string instead of const char*.
Peter Powell
2017-12-23
Get rid of InspIRCd::QuickExit.
Peter Powell
2017-11-25
Convert the remaining things away from the caller/handler API.
Peter Powell
2017-11-25
Convert GenRandom to std::function.
Peter Powell
2017-11-25
Convert IsChannel to std::function.
Peter Powell
2017-11-25
Convert IsIdent to std::function.
Peter Powell
2017-11-25
Convert IsNick to std::function.
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-09-11
Move operquit out of the core and into core_user.
Peter Powell
2017-08-26
Fix a bunch of Doxygen warnings.
Peter Powell
2017-03-20
Move the OnCheckExemption hook out of the core.
Peter Powell
2016-08-17
Merge insp20
Attila Molnar
2016-06-17
Don't exit on rehash if the pid file cannot be written
Attila Molnar
2016-02-25
Introduce Stats::Context, pass it to the OnStats hook and switch all code to it
Attila Molnar
2016-02-25
Add Numeric::Numeric
Attila Molnar
2016-02-25
Move implementation of ConvTo*() and related functions into convto.h
Attila Molnar
2016-02-25
Include stdint.h from inspircd.h
Attila Molnar
2015-12-30
Add Numeric::Builder
Attila Molnar
2015-12-08
Strip all control codes except \001 in InspIRCd::StripColor()
Attila Molnar
2015-05-17
Move InspIRCd::SendError() to cmd_die
Attila Molnar
2015-04-28
Move OnWhois* events to core_whois, add Whois::Context
Attila Molnar
[next]