]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
regex_pcre: pkg-config is not required by this module.
[user/henk/code/inspircd.git] / src / modules /
2019-07-16 Peter Powellregex_pcre: pkg-config is not required by this module.
2019-07-15 Peter PowellSend ERR_NOTEXTTOSEND in response to an empty GLOBOPS...
2019-07-15 Peter PowellSplit ServerEventListener into {Broadcast,Link,Sync...
2019-07-10 Matt SchatzSkip UNIX sockets in GetLocation().
2019-07-04 Matt SchatzUse DurationString() in the 'Replaying ...' message.
2019-07-04 Matt SchatzFix whitelist check for a badchan redirect (#1676).
2019-07-04 Peter PowellFix building on Windows.
2019-07-04 Peter PowellStop prioritising OnUserConnect in the conn_umodes...
2019-07-02 Peter PowellRevert "Add the msgid tag to all outgoing messages".
2019-06-29 Peter Powellsslinfo: use the SSL certificate API to get user SSL...
2019-06-26 Peter PowellOnly show UHNAMES and NAMESX in 005 if the cap module...
2019-06-25 Peter PowellSwitch permchannels and xline_db from OnBackgroundTimer...
2019-06-25 Peter Powellpermchannels: remove an unused ChanModeReference.
2019-06-24 linuxdaemonReplace large if/else blocks for target.type with switc...
2019-06-24 linuxdaemonReset diagnostic pragmas after including external heade...
2019-06-22 Peter PowellFix an inverted condition in the ircv3_sts module.
2019-06-22 linuxdaemonFix msgid inconsistencies with TAGMSG
2019-06-14 Peter PowellLog SQL queries at the debug log level.
2019-06-12 Peter PowellShow the mode syntax in ERR_INVALIDMODEPARAM.
2019-06-12 Peter Powellchanhistory: recreate the mode parameter instead of...
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-10 Peter PowellFix some more warnings in the httpd module.
2019-06-10 Peter PowellFix a misleading log message in the sslinfo module.
2019-06-10 Peter PowellAdd a way to disable older SSL versions with ssl_openssl.
2019-06-08 Peter PowellFix a typo in the filter module.
2019-06-07 Peter PowellFix building on older compiler versions.
2019-06-07 Peter PowellImplement support for millisecond level server-time...
2019-06-07 Peter PowellAdd an option to the filter module to ignore self messages.
2019-06-07 Peter PowellReplace all abstract usages of his/he/her with they...
2019-06-07 Peter PowellAdd the msgid tag to all outgoing messages.
2019-06-07 Ben HarrisCoreExport for CommandSave. fixes #1635
2019-06-07 Peter PowellCheck the unset level in autoop as well as the set...
2019-06-07 Peter PowellValidate the exemptchanops parameter better and check...
2019-06-07 Peter PowellShow how many users are non-SSL in ERR_ALLMUSTSSL.
2019-06-06 Peter PowellMake messageflood weights configurable.
2019-06-06 Peter PowellUse a less scary message when an alias target is not...
2019-06-05 linuxdaemonm_repeat: Fix parsing mode parameter
2019-06-05 Matt SchatzFix a compiler warning introduced in d107093. (#1653)
2019-06-04 Peter PowellFix showing the anticaps channel name in ERR_CANNOTSEND...
2019-05-30 Peter PowellIgnore SIGUSR1 and SIGUSR2 by default.
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-20 Robbym_filter: Minor cosmetic changes (#1645).
2019-05-20 Filippo CortigianiAdd an option to the filter module to exclude registere...
2019-05-20 Peter PowellFix some warnings in m_httpd on older versions of GCC.
2019-05-19 linuxdaemonm_haproxy: Initialize address length to 0
2019-05-17 Peter PowellCopy the silence flags when sending update notifications.
2019-05-15 linuxdaemonFix space separation for CAPAB module list
2019-05-15 Peter PowellAdd support for the IRCv3 message id specification.
2019-05-14 Peter PowellFix an inverted condition in the commonchans module.
2019-05-14 Peter PowellAdd an enumeration for known protocol versions.
2019-05-13 Peter PowellIf a parent server is hidden then also hide its child...
2019-05-13 Peter PowellFix an unnecessary string copy when reading the <link...
2019-05-13 Peter PowellReplace ModuleSpanningTree::TimeToStr with InspIRCd...
2019-05-11 Peter PowellMove message access checks to OnUserPre{Tag,}Message.
2019-05-11 Peter PowellAllow disabling a STS policy for users in specific...
2019-05-09 Peter PowellDelete some obsolete comments.
2019-05-09 Peter PowellSilence a fallthrough warning in the pgsql module on...
2019-05-06 Peter Powellm_geo_maxmind: fix building on older libc versions.
2019-05-03 Peter PowellFix the ctctags module being marked as a draft.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-28 RobbySome more text fixes and improvements (#1618).
2019-04-28 Peter PowellRaise the maximum time period for the conn_join module...
2019-04-28 RobbyTextual improvements and fixes such as typos, casing...
2019-04-27 B00mX0rFix compatibility issues between sqloper and postgres
2019-04-27 Robbym_connectban and m_svshold: Use DurationString() in...
2019-04-27 linuxdaemonm_spanningtree: Parse and copy message tags for all...
2019-04-27 linuxdaemonm_spanningtree: Ensure tags are sent in forwarded cmds
2019-04-27 Peter PowellFix hiding ERR_NOOPERMOTD response when an operator...
2019-04-26 Peter PowellUpdate documentation links.
2019-04-26 Peter PowellFix the numerics used by the opermotd module.
2019-04-25 Peter PowellFix broken linking over IPv4 on IPv6 capable systems.
2019-04-21 RobbyFix grammar in unknown mode/snomask character messages.
2019-04-19 Peter PowellFall back to the most recent version supported on ...
2019-04-19 Peter PowellFix namedmodes exposing non-key secret parameters to...
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-18 Peter PowellRemove CXX11_OVERRIDE from some non-overrides.
2019-04-18 Peter PowellAdd the new implementation of the silence module.
2019-04-18 Peter PowellRemove m_silence pending a complete rewrite.
2019-04-16 Peter PowellUpdate trivially-modifiable modules to handle tag messages.
2019-04-16 Peter PowellFix building m_geo_maxmind with older versions of libma...
2019-04-15 Peter PowellReplace the geoip module with geo_maxmind, geoban,...
2019-04-15 Peter PowellFix linking servers with UNIX sockets.
2019-04-13 Peter Powellcommonchans: HandleMessage should not be marked as...
2019-04-04 Peter PowellGeneral code cleanup for the commonchans module.
2019-04-04 Peter PowellUse a consistent naming scheme for operator privileges.
2019-04-04 Peter PowellUse SQUERY instead of PRIVMSG in alias/passforward...
2019-04-03 Matt SchatzMerge extras/m_privdeaf into m_deaf and update document...
2019-04-02 Robbym_commonchans: Replace IsOper() with HasPrivPermission...
2019-03-30 Peter PowellRename OnClientProtocolPopulateTags to OnPopulateTags.
2019-03-30 Peter PowellMark messages with inspircd.org/bot if the user has...
2019-03-25 Peter Powellm_permchannels: validate channel names properly.
2019-03-20 Peter PowellStrip message tags correctly in the 1202 spanningtree...
2019-03-14 RobbyUpdate most URLs to use HTTPS and fix some dead links.
2019-03-14 Peter PowellGenerate the ssl_cert metadata before bursting a connec...
2019-03-14 Matt SchatzAdd oper privs to allow overriding noctcp.
2019-03-14 Matt SchatzFix incorrect ModResult for noctcp user target.
next