]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/modules
Make BindPorts return size_t instead of int.
[user/henk/code/inspircd.git] / include / modules /
2019-11-25 Peter PowellAdd some overloads of IRCv3::Replies::Reply#Send.
2019-11-13 Peter PowellAdd GetId() to the SQL::Provider class.
2019-10-13 Peter PowellAdd GetTypeStr to the DNS API.
2019-09-23 Peter PowellAdd the OnServerBurst hook and fix the docs for OnServe...
2019-09-23 Peter PowellAdd whether the server split with an error to OnServerS...
2019-08-07 Peter PowellConvert all core ExtensionItem code away from {un,...
2019-07-25 Peter PowellAdd support for the IRCv3 standard replies extension.
2019-07-22 Peter PowellAdd the time tag on the server the message originates...
2019-07-19 Peter PowellAdd an event for adding tags to S2S messages.
2019-07-15 Peter PowellSplit ServerEventListener into {Broadcast,Link,Sync...
2019-06-12 Peter PowellAdd an API for accessing a batch end event.
2019-06-11 Peter PowellFix echo-message replies being considered a side effect.
2019-06-07 Peter PowellImplement support for millisecond level server-time...
2019-05-13 Peter PowellAllow SSLIOHook instances to override Get{Certificate...
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-19 Peter PowellRemove the OnNamesListItem event out of the core.
2019-04-15 Peter PowellReplace the geoip module with geo_maxmind, geoban,...
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-19 Peter PowellImplement support for IRCv3 client-to-client tags.
2019-02-14 Peter PowellWriteNeighborsWithCap: add the ability to send to the...
2019-02-06 linuxdaemonExpand searching in m_httpd_stats, add global handling...
2019-02-01 B00mX0rFix a minor typo in ssl.h
2019-01-24 Peter PowellRemove trailing whitespace from various source files.
2019-01-24 Peter PowellFix overriding <options:exemptchanops> with the exemptc...
2018-12-13 Peter PowellStore durations as unsigned long not long in XLine...
2018-12-09 Peter PowellAllow modules to check if a user is on a callerid accep...
2018-11-26 Peter PowellOnly check if a SSL cert is usable if we're getting...
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-01 Peter PowellFix the chanhistory module being inconsistent across...
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
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-12 Peter PowellConvert AWAY to use cross-module events and clean up...
2018-07-30 Peter PowellRename User::fullname to realname and make it private.
2018-07-30 Peter PowellReplace most usages of "GECOS" with "real" or "real...
2018-07-26 Peter PowellUse CommandBase::Params instead of std::vector<std...
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-04-08 Peter PowellMove OnStats from the core to a cross-module event.
2018-04-07 Daniel VassdalSQL: Add HasColumn() to check if a result contains...
2018-03-29 Dylan FrankIgnore expired or invalid client certificates (#1468).
2018-02-17 Peter PowellFix building on Windows (mostly).
2018-01-03 Peter PowellMake InspIRCd::Format return std::string instead of...
2017-12-22 Peter PowellImprove and modernize the SQL system API.
2017-12-22 Peter PowellMerge pull request #1443 from B00mX0r/master+filtershun
2017-12-21 B00mX0rAdd SHUN as a /filter action
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-12-03 Peter PowellMove OnSync{Channel,Network,User} to ServerEventListener.
2017-12-03 Peter PowellRename the spanningtree module header to server.
2017-11-21 Peter PowellAdd the override keyword in places that it is missing.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-29 Peter PowellAdd support to IOHook for retrieving the hostname sent...
2017-10-28 Peter PowellHide User#host and User#dhost and use accessors to...
2017-10-21 Peter PowellAdd a helper function for calling the OnCheckExemption...
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-09-03 Peter PowellMove <dns:timeout> out of the core.
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-12 Peter PowellMerge pull request #1270 from SaberUK/master+sasl
2017-07-12 Peter PowellMerge pull request #1267 from SaberUK/master+config
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-12 Peter PowellMerge pull request #1356 from SISheogorath/master+issue...
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2017-07-09 Attila MolnarMerge pull request #1302 from Adam-/master+txt
2017-04-23 Adamcore_dns: add support for txt records
2017-03-20 Peter PowellMove the OnCheckExemption hook out of the core.
2016-09-02 Attila MolnarMerge insp20
2016-09-02 Attila MolnarFix Windows build and most MSVC warnings
2016-08-25 Adamcore_dns Make question a member of request, move common...
2016-08-17 Attila MolnarMerge insp20
2016-04-30 Attila MolnarMerge branch 'master+sslconnmsg'
2016-04-28 Attila MolnarExport the GetCiphersuite() method from the SSL modules
2016-04-28 Attila MolnarAdd SSLIOHook::IsSSL() to determine whether a socket...
2016-02-25 Attila MolnarFix oversight in the last Stats::Context:AddRow() method
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 MolnarConvert WhoisContext::SendLine() calls to pass the...
2016-02-22 Attila MolnarMerge insp20
2015-12-06 Attila MolnarMerge branch 'master+cap'
2015-12-05 Attila Molnarm_ircv3 Make WriteNeighborsWithCap() available for...
2015-12-05 Attila Molnarm_cap Make Capability objects compatible with dynamic_r...
2015-12-05 Attila Molnarm_cap Specialize extension item
2015-12-05 Attila Molnarm_cap Provide the OnCapValueChange event and add Cap...
2015-12-05 Attila Molnarm_cap Provide the OnCapAddDel() event
2015-12-05 Attila Molnarm_cap Add Capability::GetCapValue(), list capabilities...
2015-12-05 Attila Molnarm_cap Learn the supported capability negotiation protoc...
2015-12-05 Attila Molnarm_cap Add Capability::OnList() hook
2015-12-05 Attila Molnarm_cap Add Capability::OnRequest() hook
2015-12-05 Attila MolnarAdd rewritten m_cap module
2015-12-05 Attila MolnarNuke m_cap
2015-12-02 Attila MolnarMerge branch 'master+serviceinit'
2015-12-01 Attila MolnarMerge branch 'master+reloadmod'
next