]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/inspircd.h
Remove the Kiwi links from the readme.
[user/henk/code/inspircd.git] / include / inspircd.h
2021-03-05 InspIRCd RobotUpdate copyright headers.
2020-04-21 InspIRCd RobotFixes by misspell-fixer
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-12-09 Peter PowellMake BindPorts return size_t instead of int.
2019-12-08 Peter PowellImprove behaviour when running as root.
2019-12-08 Peter PowellConvert InspIRCd::SetSignals to a static function.
2019-12-08 Peter PowellMove forking code into a function and remove DaemonSeed.
2019-10-14 Peter PowellImplement serialisation of users.
2019-07-26 Peter PowellFix various cases of broken indentation.
2019-05-06 Peter PowellFix building against older versions of glibc.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-28 RobbyTextual improvements and fixes such as typos, casing...
2019-02-18 Matt SchatzAdd a function for displaying human-readable durations.
2019-01-09 Matt SchatzImprove X-line text consistency.
2018-12-21 linuxdaemonOnly parse valid durations, don't treat invalid multipl...
2018-11-24 Peter PowellMove IsValidDuration into the core.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-10-21 Peter PowellFix warnings from Doxygen.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-09-23 Peter PowellSwitch all core modules still using COMMAND_INIT to...
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-08-13 Peter PowellImplement IRCv3 message tag support.
2018-07-26 Peter PowellReplace irc::stringjoiner with a generic stdalgo::strin...
2018-07-26 Peter PowellUse CommandBase::Params instead of std::vector<std...
2018-07-18 Peter PowellInitial support for listening on UNIX socket endpoints.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-07-10 Peter PowellAdd InspIRCd::IsHost for checking the validity of hostn...
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-04-16 Peter PowellAdd range checking to ConfigTag::getFloat.
2018-04-08 Peter PowellInclude modules/whois.h directly from files that use it.
2018-04-08 Peter PowellMove OnStats from the core to a cross-module event.
2018-01-14 Peter PowellFix some minor Doxygen errors.
2018-01-06 Peter PowellRework message handling.
2018-01-03 Peter PowellMake InspIRCd::Format return std::string instead of...
2017-12-23 Peter PowellGet rid of InspIRCd::QuickExit.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-25 Peter PowellConvert the remaining things away from the caller/handl...
2017-11-25 Peter PowellConvert GenRandom to std::function.
2017-11-25 Peter PowellConvert IsChannel to std::function.
2017-11-25 Peter PowellConvert IsIdent to std::function.
2017-11-25 Peter PowellConvert IsNick to std::function.
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-12 Peter PowellMerge the latest changes from insp20 into master.
2017-09-11 Peter PowellMove operquit out of the core and into core_user.
2017-08-26 Peter PowellFix a bunch of Doxygen warnings.
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-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2017-05-17 AdamMerge pull request #1094 from SISheogorath/insp20+fixed...
2017-03-20 Peter PowellMove the OnCheckExemption hook out of the core.
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-06-27 Attila MolnarMerge pull request #1181 from SaberUK/insp20+null
2016-06-17 Attila MolnarDon't exit on rehash if the pid file cannot be written
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarIntroduce Stats::Context, pass it to the OnStats hook...
2016-02-25 Attila MolnarAdd Numeric::Numeric
2016-02-25 Attila MolnarMove implementation of ConvTo*() and related functions...
2016-02-25 Attila MolnarInclude stdint.h from inspircd.h
2016-02-22 Attila MolnarMerge insp20
2016-01-03 Attila MolnarMerge branch 'master+numericbuilder'
2015-12-30 Attila MolnarAdd Numeric::Builder
2015-12-08 Attila MolnarStrip all control codes except \001 in InspIRCd::StripC...
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-10 Attila MolnarMerge insp20
2015-05-04 Attila MolnarMerge branch 'master+whoiscontext'
2015-04-28 Attila MolnarMove OnWhois* events to core_whois, add Whois::Context
2015-04-20 Attila MolnarMerge insp20
2014-12-19 Attila MolnarMerge branch 'master+listmode'
2014-12-19 Attila MolnarMerge branch 'master+flatmap'
2014-12-15 Attila MolnarAdd flat_[multi]{map,set} containers
2014-10-27 Attila MolnarMerge insp20
2014-09-27 Attila MolnarAdd the insp::aligned_storage template
2014-08-04 Attila MolnarRemove InspIRCd::BindSocket()
2014-07-25 Attila MolnarMerge insp20
2014-07-14 Attila MolnarMove ISupportManager class declaration to isupportmanag...
2014-06-28 Attila MolnarAdd InspIRCd::TimingSafeCompare() function that compare...
2014-06-25 Peter PowellAdd parameter to InspIRCd::TimeString for UTC time...
2014-06-25 Peter PowellAdd formatting to InspIRCd::TimeString; switch all...
2014-06-24 Attila MolnarChange allocation of InspIRCd::Users to be physically...
2014-06-24 Attila MolnarChange allocation of InspIRCd::SNO to be physically...
2014-06-24 Attila MolnarChange allocation of InspIRCd::Modules to be physically...
2014-06-24 Attila MolnarChange allocation of InspIRCd::Logs to be physically...
2014-06-24 Attila MolnarChange allocation of InspIRCd::Modes to be physically...
2014-06-24 Attila MolnarAdd the fakederef class
2014-06-14 Attila MolnarRemove unused #define ERROR -1
2014-06-13 Attila MolnarMake the default ProtocolInterface instance part of...
2014-06-13 Attila MolnarChange allocation of InspIRCd::Parser to be physically...
2014-06-13 Attila MolnarChange allocation of InspIRCd::BanCache to be physicall...
2014-06-13 Attila MolnarPull in bancache.h from inspircd.h
2014-06-13 Attila MolnarChange allocation of InspIRCd::Threads to be physically...
2014-06-13 Attila MolnarChange allocation of InspIRCd::stats to be physically...
2014-06-11 Attila MolnarAdd ConvToUInt64()
2014-04-07 Attila MolnarMerge insp20
2014-03-24 Attila MolnarCull ident sockets instead of immediate delete, add...
next