]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Fixed misc. instances of ERR_NOSUCHNICK instead of channel numerics
[user/henk/code/inspircd.git] / src / modules /
2017-12-22 B00mX0rFixed misc. instances of ERR_NOSUCHNICK instead of...
2017-12-22 Peter PowellMerge pull request #1443 from B00mX0r/master+filtershun
2017-12-21 B00mX0rAdd SHUN as a /filter action
2017-12-21 Peter PowellMerge pull request #1370 from clinew/insp30+openssl-crl
2017-12-20 Peter PowellMerge pull request #1444 from B00mX0r/master+missingsno
2017-12-20 Peter PowellMerge pull request #1445 from B00mX0r/master+nickmsg
2017-12-19 B00mX0rClarify error message when attempting to /NICK while...
2017-12-19 B00mX0rAdd snomask alert on m_filter quit/part G-Line
2017-12-19 Peter PowellMerge pull request #1442 from B00mX0r/master+map_version
2017-12-19 B00mX0rShow server versions in /MAP for opers
2017-12-16 Peter PowellOnly show a duration in m_chanhistory's notice if one...
2017-12-16 Peter PowellRemove usage of deprecated API members in m_ssl_openssl.
2017-12-15 Wade ClineAdd OpenSSL CRLs.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-12-11 Peter PowellMerge pull request #1423 from B00mX0r/master+override_umode
2017-12-11 B00mX0rAdd optional oper override umode +O.
2017-12-10 Peter PowellRequire that the services server be configured in ...
2017-12-10 Peter PowellExtract RFC modes from the core to core_channel and...
2017-12-09 Peter PowellClean up numeric usage in WHOIS and WHOWAS.
2017-12-09 Peter PowellAdd names for a bunch more numerics.
2017-12-03 Peter PowellClean up m_password_hash slightly.
2017-12-03 ThatOneRoadieSend a snotice when m_filter kills or G-Lines a client.
2017-12-03 Christopher 'm4z... Add SSL cert info to connect class debug log.
2017-12-03 Shawn SmithRemoved config option for +L redirect.
2017-12-03 Peter PowellMove OnSync{Channel,Network,User} to ServerEventListener.
2017-12-03 Peter PowellRename the spanningtree module header to server.
2017-12-03 Peter PowellMerge pull request #1417 from B00mX0r/master+fix_1416
2017-11-30 Peter PowellBump the minimum versions of GnuTLS to 2.0.0 and OpenSS...
2017-11-30 Peter PowellImprove TLS security configuration in m_ssl_openssl.
2017-11-28 Peter PowellAdd length checking to GetExtBanStatus and m_banexception.
2017-11-27 B00mX0rFix m_cloaking umode syncing
2017-11-25 Peter PowellConvert GenRandom to std::function.
2017-11-25 Peter PowellConvert IsChannel to std::function.
2017-11-25 Peter PowellConvert IsNick to std::function.
2017-11-21 Peter PowellAdd the override keyword in places that it is missing.
2017-11-17 Peter PowellFix a ton of -Wsign-conversion warnings.
2017-11-16 Attila MolnarAdd events which are fired when a service is added...
2017-11-13 Peter PowellAdd a class which encapsulates the concept of token...
2017-11-13 Attila MolnarUnite SSL service providers and SSL profile classes
2017-11-13 Peter PowellOnly subclass Simple{Channel,User}ModeHandler when...
2017-11-13 Peter PowellAdd the m_ircv3_sts module which implements the IRCv3...
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-11-09 Peter PowellWork around removing shuns on nicks when the nick is...
2017-11-09 Peter PowellRevert the code changes to m_sasl made in commit 9d4b43...
2017-11-07 Peter PowellMerge pull request #1255 from genius3000/insp20+timedbans
2017-11-07 genius3000Improve (synchronize) the notices in m_timedbans
2017-11-06 Peter PowellMerge pull request #1359 from genius3000/insp20+sasl_no...
2017-11-06 Peter PowellEnable using m_customprefix to alter core prefix modes.
2017-11-06 Peter PowellClean up the configuration reading in m_customprefix.
2017-11-06 Peter PowellMove depriv from m_customprefix into PrefixMode.
2017-11-06 Peter PowellAdd support for setting the unset rank in ModeHandler.
2017-11-06 genius3000Inform the client when a SASL message cannot be sent
2017-11-01 Peter PowellFix some SSL module issues.
2017-10-31 Peter PowellMake core_hostname_lookup redo the lookup when a user...
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-27 Peter PowellChange SetClientIP to take a C++ string instead of...
2017-10-21 Peter PowellAdd PackageInfo directives for Debian.
2017-10-21 Peter PowellAdd a helper function for calling the OnCheckExemption...
2017-10-19 Peter PowellSwitch from std::stringstream to irc::spacesepstream.
2017-10-18 Peter PowellAdd a constructor to OperInfo and use it to set the...
2017-10-18 Peter PowellClean up OnCleanup.
2017-10-17 Peter PowellFix sending a malformed 410 numeric when sent empty...
2017-10-15 Peter PowellUn-constify the private fields of WebIRCHost.
2017-10-15 Peter PowellRewrite the configuration documentation for m_cgiirc.
2017-10-15 Peter PowellAdd support for WEBIRC blocks authenticating using...
2017-10-15 Peter PowellShow the gateway, realhost, and realip in WHOIS for...
2017-10-15 Peter PowellClean up the WEBIRC command handler.
2017-10-15 Peter PowellAdd support for hashed WebIRC passwords to m_cgiirc.
2017-10-15 Peter PowellRewrite the m_cgiirc configuration handling.
2017-10-15 Peter PowellUpdate wiki links to use HTTPS and point to the correct...
2017-10-15 Peter PowellRemove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-10-12 Peter PowellMerge pull request #1361 from genius3000/master+rline_IP
2017-10-12 Peter PowellMerge pull request #1353 from SISheogorath/master+domai...
2017-10-12 Peter PowellFix a broken distro constraint in the m_ssl_gnutls...
2017-10-12 Peter PowellClean up m_sasl slightly by making SendSASL take common...
2017-10-12 Peter PowellSend ERR_SASLTOOLONG when a client sends an oversized...
2017-10-11 Peter PowellInclude connection security with the SASL host information.
2017-10-11 Peter PowellDon't abort the SASL authentication in OnUserConnect.
2017-10-11 Peter PowellGet rid of ReadCGIIRCExt() in m_sasl.
2017-10-11 SheogorathMake domainparts configureable
2017-10-11 genius3000Make RLines match against IP as well as host
2017-10-11 Peter PowellConvert the AUTHENTICATE handler to use SplitCommand.
2017-10-11 Peter PowellAdd a constant for the 477 numeric (ERR_NEEDREGGEDNICK).
2017-10-11 Peter PowellSend RPL_LOGGEDOUT to clients when they log out of...
2017-10-01 Peter PowellSwitch the WEBIRC command to use SplitCommand.
2017-09-27 Peter PowellRemove support for the pass, passfirst, identfirst...
2017-09-18 Peter PowellConvert Disabled[CU]Modes to use a bitset instead of...
2017-09-12 Peter PowellStore the server endpoint as a sockaddrs in ListenSocket.
2017-09-12 Peter PowellGet rid of irc::sockets::satoap().
2017-09-09 Peter PowellFix m_cgiirc allowing malformed hosts sent via WEBIRC.
2017-09-08 Peter PowellImplement support for configurable casemapping & defaul...
2017-09-06 Peter PowellConvert uncontroversial anonymous numerics to use const...
2017-09-03 Peter PowellAdd support for length arguments in getString.
2017-09-03 Peter PowellConvert a bunch of time-related config options to getDu...
2017-08-27 Peter PowellRemove module file extensions from user-visible messages.
2017-08-25 Peter PowellFix mistakenly hardcoding the halfop prefix char in...
2017-08-16 Peter Powellm_chghost: use an iterator instead of a NULL-checking...
2017-08-16 Peter Powellm_sethost: check the length first for consistency with...
next