]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Make connect class debug logging more complete and consistent.
[user/henk/code/inspircd.git] / src / modules /
2020-02-18 Sadie PowellSend RPL_KNOCKDLVR when <knock:notify> is set to numeric.
2020-02-18 Sadie PowellGeneralise XLine stats numerics using RPL_STATS from...
2020-02-18 Sadie PowellAdd support for the IRCv3 extensions to the SETNAME...
2020-02-15 Sadie PowellAdd HasFd to EventHandler and switch code to use it.
2020-02-15 Sadie PowellFix leaking the dccallow list instead of setting it...
2020-02-15 Sadie PowellFix logic calling OnList when sending a cap notification.
2020-02-14 Sadie PowellMarginally improve the error pages created by httpd...
2020-02-14 Sadie PowellOnly register the sts capability when we have a valid...
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-31 Sadie PowellThe labeled response spec is no longer a draft.
2020-01-31 Sadie PowellFix the chanhistory module not storing CTCP ACTIONs.
2020-01-29 Sadie PowellThe KNOCK command is broadcast so we should only send...
2020-01-29 Sadie PowellAdd Channel::WriteRemoteNotice and revert WriteNotice...
2020-01-28 Sadie PowellImplement support for the IRCv3 labeled-response specif...
2020-01-28 Sadie PowellAdd a vendor cap which rejects any attempts to enable it.
2020-01-24 Sadie PowellRemove the preceding - in messages sent by opermotd...
2020-01-23 Sadie Powelldccallow: use IsCTCP instead of parsing the message...
2020-01-23 Sadie Powelldccallow: Use irc::equals for messages received over...
2020-01-23 Sadie PowellAdd a method for getting the name of a MessageTarget.
2020-01-18 Sadie PowellUse irc::equals instead of transforming to upper case...
2020-01-17 Sadie PowellFix a harmless warning in the ssl_mbedtls module.
2020-01-17 Sadie PowellUse irc::equals instead of strcasecmp where appropriate.
2020-01-16 Sadie PowellFix STATUSMSG tag messages not including the status...
2020-01-16 Sadie PowellCheck tag list after checking if the message-tag cap...
2020-01-15 Sadie PowellAdd support for setting the help topic in helpop.
2020-01-15 Sadie PowellPrevent users from sending an empty TAGMSG.
2020-01-13 Sadie PowellVarious improvements for the helpop module.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2020-01-08 Sadie PowellRebuild the 005 numeric after changing the case mapping.
2020-01-07 Sadie PowellMinor improvements to the codepage module.
2020-01-07 Sadie PowellAdd a replacement for the nationalchars module.
2020-01-07 Sadie PowellExplicitly reject nicks beginning with a number in...
2020-01-06 Sadie PowellFix linking servers that are using the nationalchars...
2020-01-05 Sadie PowellAdd an oper only parameter to Simple{Channel,User}ModeH...
2020-01-05 Sadie PowellRename the modes in the services_account module to...
2020-01-03 Sadie PowellRename <chanhistory:notice> to <chanhistory:prefixmsg>.
2020-01-03 Sadie PowellMake chanhistory skip CTCPs when storing messages.
2020-01-03 Sadie PowellMake chanhistory replay notices as well as privmsgs.
2020-01-03 Sadie PowellFix the chanhistory module not replaying message tags.
2020-01-03 Sadie PowellAdd an event provider class for the event/messagetag...
2019-12-31 Sadie PowellUpdate my name and email address.
2019-12-29 Peter PowellFix the previous commit on C++11 compilers.
2019-12-29 Peter PowellMark messages from ulined clients with the inspircd...
2019-12-21 Peter PowellUse FindNickOnly for finding the required nick for...
2019-12-06 iwalkaloneFixing MatchCIDR call when checking proxy range
2019-11-29 Peter PowellChange the default for <waitpong:sendsnotice> to false.
2019-11-29 Peter PowellMinor cleanup of the conn_umodes module.
2019-11-29 Peter PowellWebSocket: move the OriginList typedef inside WebSocket...
2019-11-29 Peter PowellWebSocket: replace the behindproxy switch with a proxy...
2019-11-28 Peter PowellImplement support for websocket connections via a proxy...
2019-11-28 Peter PowellMove WebSocket config to its own class.
2019-11-22 Peter PowellRename ldapoper class to LDAPOper.
2019-11-18 Matt SchatzSplit the channel mode and extban replies.
2019-11-18 Matt SchatzChange Config->CaseMapping back when unloading.
2019-11-17 Peter PowellAllow Channel::WriteNotice send to other servers and...
2019-11-16 Peter PowellRefactor the MySQL code slightly.
2019-11-15 Matt SchatzSSL modules: send SNOTICE upon successful rehash.
2019-11-13 Peter PowellRefactor the MySQL query and result queue classes.
2019-11-13 Peter PowellGet rid of some dead code in the MySQL module.
2019-11-13 Peter PowellImprove the logic around connecting to a MySQL server.
2019-11-13 Peter PowellAdd GetId() to the SQL::Provider class.
2019-11-03 Peter PowellUse case insensitive comparisons when checking for...
2019-10-25 Peter PowellAdd a workaround for connectban hitting gateway IP...
2019-10-25 Peter PowellExtract connectban's range checking code to a function.
2019-10-24 Robbym_noctcp: Fix noctcp user mode not applying to exempted...
2019-10-24 Peter PowellRaise <connflood:bootwait> from 10 seconds to 2 minutes.
2019-10-24 Peter PowellIgnore DNSBL responses if the user's IP address has...
2019-10-24 Matt SchatzImprove the timed ban notices (#1722).
2019-10-20 Matt SchatzAdd oper exemption to hidemode.
2019-10-17 Peter PowellSQuit all servers when a shutdown happens.
2019-10-13 Peter PowellConvert a bunch of LocalUser* casts to IS_LOCAL.
2019-09-30 Peter PowellFix an shadowing warning in the spanningtree module.
2019-09-30 Peter PowellStop GCC warnings about the deprecated OnServerSplit...
2019-09-30 Peter PowellFix a compiler error in the LDAP module.
2019-09-27 Peter PowellDeduplicate code for handling with setting LDAP options.
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-09-23 Peter PowellAdd the server id to the Server class.
2019-09-20 Peter PowellLower the acceptable drift for clocks on link.
2019-09-16 Peter PowellFix cloaking not ignoring the case of a user's hostname.
2019-09-16 Peter PowellFix the noctcp user mode not applying to channel CTCPs.
2019-09-14 linuxdaemonm_alias: Add option to strip colors when matching
2019-09-14 linuxdaemonm_chanfilter: Apply filters to part messages (#1702)
2019-09-03 Peter PowellAdd internal serialisations of the DCC allow and silenc...
2019-09-02 iwalkaloneWhen silence mask is prefixed by + or -, it should...
2019-08-26 Peter PowellFix the haproxy module losing initial data in some...
2019-08-23 Peter PowellSilence some GCC warnings.
2019-08-20 Peter PowellImprove escaping strings in the MySQL module.
2019-08-20 Peter PowellInitialise and deallocate the MySQL library correctly.
2019-08-13 Peter PowellFix some remaining uses of ato[il].
2019-08-13 Peter PowellConvert LocalExtItem to a typedef and deprecate it.
2019-08-09 Peter PowellFix waitpong referring to registration timeouts as...
2019-08-08 Matt SchatzFix DNSBL lookups for IPv6.
2019-08-07 Peter PowellConvert all core ExtensionItem code away from {un,...
2019-08-07 Peter PowellAdd {To,From}{Human,Internal,Network} to ExtensionItem.
2019-07-31 Peter PowellOnly send ACCOUNT and CHGHOST to clients that have...
2019-07-31 Peter PowellFix sasl hangs with clients that blindly request the...
2019-07-31 Peter PowellFix sending DEL for caps which have not been advertised...
2019-07-31 Peter PowellFix extban O matching against oper types containing...
2019-07-26 Peter PowellFix various cases of broken indentation.
next