]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Allow configuring whether SETNAME sends snotices and is oper-only.
[user/henk/code/inspircd.git] / src / modules /
2019-01-28 Peter PowellAllow configuring whether SETNAME sends snotices and...
2019-01-28 Peter PowellFix not checking for server names case insensitively.
2019-01-28 linuxdaemonRefactor m_httpd_stats, add subpages (#1554)
2019-01-28 Peter PowellFix parsing anticaps mode parameters (again).
2019-01-25 Peter PowellFix sending the SSL connection notice when using a...
2019-01-24 Peter PowellRemove trailing whitespace from various source files.
2019-01-24 Peter PowellFix parsing anticaps mode parameters.
2019-01-24 Matt SchatzAdd the reason to xline removal notices. (#1545)
2019-01-24 linuxdaemonAdd translation for casemapping between 2.0/3.0 (#1544)
2019-01-24 Peter PowellMove the <disabled> tag out of the core to a new module.
2019-01-24 linuxdaemonAvoid forwarding passwords to nickserv when using SASL...
2019-01-23 Peter PowellFix a crash in m_sslinfo when a socket is SSL but a...
2019-01-23 linuxdaemonFix away broadcast logic (#1561)
2019-01-22 Peter PowellRename OnClientProtocolProcessTag to OnProcessTag.
2019-01-20 Peter PowellMove ident lookups to the OnSetUserIP hook.
2019-01-19 Peter PowellFix sending the entire VERSION output as a single param...
2019-01-17 Robbym_check: Fix showing oper permissions (privileges)...
2019-01-14 Peter PowellFix the hostchange set action swapping the host/value...
2019-01-14 linuxdaemonRedo OnSetEndPoint logic to fix duplicate clones (...
2019-01-11 linuxdaemonAllow wildcards in <connect:dnsbl>
2019-01-10 Peter PowellFix reading the server path for UNIX sockets.
2019-01-10 Peter PowellFix copying too much data into the remote endpoint...
2019-01-10 Peter Powellm_ircv3_echomessage: only echo the tags which were...
2019-01-09 Peter PowellFix m_alias not initialising 'active' before use.
2019-01-09 Matt SchatzImprove X-line text consistency.
2019-01-05 Peter PowellMove RPL_UNINVITED to 653 to avoid a collision with...
2019-01-04 linuxdaemonMerge m_restrictchans and m_regonlycreate due to conver...
2019-01-03 Peter PowellImprove the spanningtree "unknown command" error message.
2019-01-02 Peter PowellFix a crash when trying to use ROUTE_TYPE_MESSAGE with...
2019-01-02 Peter PowellFix message tags not being broadcast across the network.
2019-01-02 Peter PowellStrip message tags when talking with 1202 protocol...
2019-01-02 Peter PowellRemove spanningtree check for lines sent without a...
2018-12-21 linuxdaemonOnly parse valid durations, don't treat invalid multipl...
2018-12-20 Peter PowellFix thinking that 1202 protocol servers have not finish...
2018-12-19 Peter PowellAdd the <maxlist> tag and switch ListModeBase to always...
2018-12-19 linuxdaemonMake more modules rehash atomically (#1535)
2018-12-17 Peter PowellFix not propagating rehashes properly across the network.
2018-12-16 Peter PowellFix ParamModeBase::OnUnset() not being virtual.
2018-12-13 Peter PowellUpdate the cloaks of connected users when their IP...
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 PowellFix not rejecting invalid durations in DCCALLOW.
2018-12-12 Peter PowellFix a crash when the core_oper module is not loaded.
2018-12-09 Peter PowellUse consistent numerics when a mode already exists...
2018-12-09 Peter PowellUse ERR_BANLISTFULL in the chanfilter and exemptchanops...
2018-12-09 Peter PowellFix a numeric collision with UnrealIRCd's help numerics.
2018-12-09 Peter PowellAllow users on an accept list to bypass the +R user...
2018-12-09 Peter PowellAllow modules to check if a user is on a callerid accep...
2018-12-09 Peter PowellRaise the default max number of ACCEPT entries from...
2018-12-01 Peter PowellFix detecting secure clients connecting through HAProxy...
2018-11-24 Peter PowellMove IsValidDuration into the core.
2018-11-24 Peter PowellFix some incorrect conditions in the showfile module.
2018-11-24 Peter PowellImprove the description of the maphide module.
2018-11-24 Peter PowellImprove the output of the showfile module.
2018-11-21 Peter PowellKill users that fail a WEBIRC auth instead of penalisin...
2018-11-21 Peter PowellOnly try to parse the WebIRC IP if the user matches...
2018-11-21 Robbym_filter: Add a warn action for notifying opers while...
2018-11-21 Robbym_blockcolor: Check for colors the same way InspIRCd...
2018-11-19 Peter PowellAdd support for multiple cloak configurations.
2018-11-16 Peter PowellFix sending DNSBL error snotices when a user isn't...
2018-11-16 Peter PowellFix an inverted condition in the cgiirc module.
2018-11-15 Peter PowellFix the OnSendWhoLine event being completely broken...
2018-11-12 Michael Hazellm_filter: add Z-Line support
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-11-04 Peter PowellImplement support for WEBIRC attributes.
2018-11-03 Peter PowellWebSocket: send messages as text by default.
2018-10-31 Peter PowellWebSocket: use one WebSocket message per IRC message.
2018-10-28 Peter PowellAlso synchronise the prefix rank between servers.
2018-10-27 Peter PowellFix a shadowing warning in the spanningtree module.
2018-10-27 Peter PowellImprove CAPAB negotiation in the spanningtree module.
2018-10-26 Peter PowellFix a bunch of harmless compiler warnings on recent...
2018-10-25 Peter PowellAllow HAProxy to specify that a client is connecting...
2018-10-25 Peter PowellFix the censor module sending the wrong numeric in...
2018-10-14 RobbyShow reasons in xline expiry messages.
2018-10-13 Peter PowellImplement support for IPv6 GeoIP lookups.
2018-10-10 Peter PowellRequire WebSocket origins to be whitelisted in order...
2018-10-09 Peter PowellFix sending malformed ERR_BANLISTFULL numerics in some...
2018-10-06 edefUse nodejs/http_parser instead of a homebrew parser.
2018-10-04 Peter PowellConvert m_sha256 to use a vendored library instead...
2018-10-01 Peter PowellMove <security:hidesplits> to the spanningtree module.
2018-10-01 Peter PowellGet rid of DummyMessageDetails in the delayjoin module.
2018-10-01 Peter PowellFix the delayjoin module not hiding JOIN messages properly.
2018-10-01 Peter PowellFix the chanhistory module being inconsistent across...
2018-09-27 Peter PowellFix SQL modules using "provider" in <database> instead...
2018-09-25 Robbym_dnsbl: Add the IP address to the positive detection...
2018-09-25 Robbym_dnsbl: Use the blacklist name rather than the domain.
2018-09-25 Peter PowellSend a message to snomask 'd' when a DNSBL lookup fails.
2018-09-25 Renegade334Add extban 'a' to m_gecosban.
2018-09-25 Peter PowellDon't sync filters defined in the config and expire...
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-09-23 A_DMake kicknorejoin respect /INVITE (#1514).
2018-09-18 Peter PowellMerge m_noctcp_user into m_noctcp.
2018-09-18 Peter PowellFix gateway client hosts not being updated if DNS resol...
2018-09-17 Peter PowellImprovements and bugfixes to the cgiirc module.
2018-09-16 Peter PowellImprovements to the hostchange module.
2018-09-11 Peter PowellAmend OnPostCommand to specify whether the command...
2018-09-09 Peter PowellAdd a module for hiding mode changes from unprivileged...
2018-09-06 Peter PowellRemove the ripemd160 module.
2018-08-26 Peter PowellImplement proper CTCP parsing in MessageDetails.
2018-08-24 Peter PowellImprove the snotices sent out by the filter module.
next