]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Make messageflood weights configurable.
[user/henk/code/inspircd.git] / include /
2019-06-06 Peter PowellOnly call events on modules which aren't dying.
2019-05-29 Peter PowellAdd irc::sockets::isunix for checking if a file is...
2019-05-22 linuxdaemonAdd an overload of StreamSocket::Close which closes...
2019-05-17 Peter PowellRelease v3.1.0.
2019-05-14 Peter PowellResize the event sets to 2x the CurrentSetSize in Resiz...
2019-05-13 Peter PowellAllow SSLIOHook instances to override Get{Certificate...
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-04-19 Peter PowellBump the API revision for the previous commits.
2019-04-19 Peter PowellRemove the OnNamesListItem event out of the core.
2019-04-19 Peter PowellRename HasPermission to HasCommandPermission.
2019-04-18 Peter PowellRemove the 'noisy' mode for HasPrivPermission.
2019-04-15 Peter PowellReplace the geoip module with geo_maxmind, geoban,...
2019-04-15 Peter PowellBump the API revision for the previous commit.
2019-04-15 Peter PowellFix linking servers with UNIX sockets.
2019-04-04 Peter PowellFix various typos.
2019-04-04 Peter PowellBump the API revision for the previous commit.
2019-04-04 Peter PowellDocument OnUserInit properly and add OnUserPostInit.
2019-03-30 Peter PowellRename OnClientProtocolPopulateTags to OnPopulateTags.
2019-03-12 linuxdaemonRename GetFlagIndex -> GetFieldIndex
2019-03-12 linuxdaemonAdd Who::Request::GetFlagIndex to get field index
2019-02-22 Matt SchatzImprove the handling of config X-lines and filters...
2019-02-19 Peter PowellImplement support for IRCv3 client-to-client tags.
2019-02-19 Peter PowellFix erasing event subscribers erasing all with the...
2019-02-19 Peter PowellAllow customising ElementComp in flat_{map,multimap...
2019-02-18 Matt SchatzAdd a function for displaying human-readable durations.
2019-02-18 RobbyVarious text improvements: consistency, syntax, help...
2019-02-15 Peter PowellReplace GetServerPort() with server_sa.port().
2019-02-15 Peter PowellRename User::nping to nextping for consistency with...
2019-02-15 Peter PowellRefactor UserManager::DoBackgroundUserStuff().
2019-02-14 Peter PowellWriteNeighborsWithCap: add the ability to send to the...
2019-02-07 Peter PowellAdd irc::sockets::untosa() for creating AF_UNIX sockaddrs.
2019-02-07 Peter PowellDocument OnUserWrite.
2019-02-06 linuxdaemonExpand searching in m_httpd_stats, add global handling...
2019-02-06 Peter PowellRelease v3.0.0 release candidate 2.
2019-02-05 Peter PowellDelete the old broken test suite.
2019-02-04 Peter PowellDLLManager: add a function for retrieving a symbol.
2019-02-01 linuxdaemonAllow multiple fingerprints in an oper block (#1564)
2019-02-01 B00mX0rFix a minor typo in ssl.h
2019-01-28 Peter PowellAdd ParamMode::IsParameterSecret and remove special...
2019-01-28 Peter PowellAdd overloads for ConvToNum to prevent (unsigned) char...
2019-01-24 Peter PowellRemove trailing whitespace from various source files.
2019-01-24 Peter PowellFix overriding <options:exemptchanops> with the exemptc...
2019-01-24 Peter PowellFix a minor Doxygen warning.
2019-01-24 Matt SchatzAdd the reason to xline removal notices. (#1545)
2019-01-24 Peter PowellMove the <disabled> tag out of the core to a new module.
2019-01-24 Peter PowellImplement support for the extended tag space for client...
2019-01-22 Peter PowellRename OnClientProtocolProcessTag to OnProcessTag.
2019-01-14 linuxdaemonRedo OnSetEndPoint logic to fix duplicate clones (...
2019-01-09 Matt SchatzImprove X-line text consistency.
2019-01-07 Peter PowellRelease v3.0.0 release candidate 1.
2019-01-03 linuxdaemonAdd the ability to disable console colors in stdout...
2019-01-02 Peter PowellFix message tags not being broadcast across the network.
2018-12-21 linuxdaemonOnly parse valid durations, don't treat invalid multipl...
2018-12-19 Peter PowellAdd the <maxlist> tag and switch ListModeBase to always...
2018-12-16 Peter PowellFix ParamModeBase::OnUnset() not being virtual.
2018-12-13 Peter PowellStore durations as unsigned long not long in XLine...
2018-12-12 Peter PowellFix conversion issues by replacing ConvToInt with ConvT...
2018-12-12 Peter PowellReject setting modes which are null or not registered.
2018-12-09 Peter PowellMove some config parser-internal types out of the publi...
2018-12-09 Peter PowellUse consistent numerics when a mode already exists...
2018-12-09 Peter PowellAllow modules to check if a user is on a callerid accep...
2018-12-04 Peter PowellAdd an option for changing the allowed server clock...
2018-11-26 Peter PowellOnly check if a SSL cert is usable if we're getting...
2018-11-24 Peter PowellMove IsValidDuration into the core.
2018-11-15 Peter PowellFix the OnSendWhoLine event being completely broken...
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-11-04 Peter PowellImplement support for WEBIRC attributes.
2018-10-25 Peter PowellAllow HAProxy to specify that a client is connecting...
2018-10-25 Peter PowellStore the type of a StreamSocket within itself.
2018-10-21 Peter PowellFix warnings from Doxygen.
2018-10-18 Peter PowellFix unregistered user modes thinking they are enabled.
2018-10-01 Peter PowellMove <security:userstats> into core_stats.
2018-10-01 Peter PowellMove <security:hidesplits> to the spanningtree module.
2018-10-01 Peter PowellMove <security:genericoper> into core_whois.
2018-10-01 Peter PowellMove <security:hideulinekills> into core_oper.
2018-10-01 Peter PowellMove <security:hidekills> into core_oper.
2018-10-01 Peter PowellDocument ServerConfig::Conf{Tags,Value} better.
2018-10-01 Peter PowellFix the chanhistory module being inconsistent across...
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-09-23 Peter PowellSwitch all core modules still using COMMAND_INIT to...
2018-09-23 Peter PowellDon't sync xlines defined in the config and expire...
2018-09-11 Peter PowellAmend OnPostCommand to specify whether the command...
2018-08-26 Peter PowellImplement proper CTCP parsing in MessageDetails.
2018-08-22 Peter PowellSend the 001-004 numerics and MOTD/LUSERS from core_info.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellFix aliases that resolve to messages echoing with echo...
2018-08-14 Peter PowellFix a bunch more conflicting/unnamed numerics.
2018-08-13 Peter PowellRename OnChangeLocalUserHost to OnPreChangeHost for...
2018-08-13 Peter PowellRemove the OnInfo event.
2018-08-13 Peter PowellAdd support for the IRCv3 batch specification.
2018-08-13 Peter PowellAdd support for the IRCv3 server-time specification.
2018-08-13 Peter PowellImplement IRCv3 message tag support.
2018-08-13 Peter PowellAdd an accessor for the last mode change list to ModePa...
2018-08-12 Peter PowellConvert AWAY to use cross-module events and clean up...
2018-08-12 Peter PowellPass the Extensible container to ExtensionItem::free().
2018-08-10 Peter PowellMove message parsing to ProcessBuffer and fix edge...
2018-08-10 Peter PowellSplit irc::tokenparser::GetToken into GetMiddle and...
2018-08-10 Peter PowellRemove the integer overloads of irc::tokenparser::GetTo...
next