]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Document OnUserInit properly and add OnUserPostInit.
[user/henk/code/inspircd.git] / src / modules /
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.
2019-03-12 linuxdaemonAdd SSL flag to WHO response
2019-03-12 linuxdaemonRename GetFlagIndex -> GetFieldIndex
2019-03-12 linuxdaemonAdd Who::Request::GetFlagIndex to get field index
2019-03-09 Peter Powellm_httpd: GCC is __GNUC__ not _GNUC.
2019-03-08 Peter Powellm_httpd: use http_response_str() instead of Response().
2019-03-08 Peter PowellFix an "unknown pragma" warning on Windows.
2019-03-02 Peter PowellReject client-to-client tags with no name.
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 RobbyMinor text fixes for m_filter.
2019-02-19 Matt SchatzImprove the messages in m_filter.
2019-02-18 Peter PowellImprove support for wildcards in <link:name>.
2019-02-18 Matt SchatzStart using DurationString() in X-line additions and
2019-02-18 Matt SchatzX-line expiries: use the new DurationString() function.
2019-02-18 RobbyVarious text improvements: consistency, syntax, help...
2019-02-16 Peter Powellircv3_chghost: also send the CHGHOST message to the...
2019-02-16 Peter PowellRemove obsolete ifdef in m_ssl_gnutls.
2019-02-15 Peter PowellMove the close and jumpserver modules to inspircd-extras.
2019-02-15 Peter PowellReplace GetServerPort() with server_sa.port().
2019-02-06 linuxdaemonExpand searching in m_httpd_stats, add global handling...
2019-02-04 Peter Powellm_check: improve the output when showing list modes.
2019-02-04 Peter Powellm_check: rename the timestamp key to createdat.
2019-02-04 Peter Powellm_check: improve the output of the member key.
2019-02-04 Peter Powellm_check: split modeperms into chanmodeperms and usermod...
2019-02-04 Peter Powellm_check: remove unnecessary usage of CheckContext:...
2019-02-04 Peter Powellm_check: replace timestring() with a Write() overlod.
2019-02-04 Peter Powellident: fix erroneously prefixing an ident multiple...
2019-02-04 Peter Powellident: rename ext to socket.
2019-02-04 Peter Powellident: rename nolookupprefix to prefixunqueried.
2019-02-04 Peter Powellident: store the timeout as an unsigned value and limit...
2019-02-04 Peter Powellident: reduce the amount of messages sent when a lookup...
2019-02-04 Peter Powellident: Change idents with the ChangeIdent method.
2019-02-04 Peter Powellident: Fix making idents longer than maxident when...
2019-02-01 linuxdaemonAllow multiple fingerprints in an oper block (#1564)
2019-01-28 Peter PowellFix reading the setname config tag.
2019-01-28 Peter PowellRead the muteban config in ReadConfig().
2019-01-28 Peter PowellFix the prioritisation of OnRawMode in m_samode.
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.
next