]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2018-03-13 Peter PowellMerge pull request #1461 from puckipedia/haiku-support
2018-03-10 Puck MeerburgAdd Haiku support
2018-03-01 Peter PowellImprove the message shown to the admin when generating...
2018-02-24 Peter PowellAppend LDFLAGS at the same time as CPPFLAGS and CXXFLAGS.
2018-02-17 Peter PowellRelease v3.0.0 alpha 6.
2018-02-17 Peter PowellMove m_sslrehashsignal to the extra directory.
2018-02-17 Peter PowellFix building on Windows (mostly).
2018-02-07 Peter PowellImport the anticaps module from inspircd-extras.
2018-02-07 Peter PowellSend the ACCEPT and KEYLEN ISUPPORT tokens.
2018-02-02 Peter PowellAllow the maximum length of a chanfilter message to...
2018-02-02 Peter PowellAdd names for a bunch of numerics.
2018-01-29 Peter PowellAdd ERR_INVALIDMODEPARAM for responding to invalid...
2018-01-25 systocratImprove performance under load of OnDataReady and remov...
2018-01-25 Peter PowellAdd a module which rehashes SSL modules on receiving...
2018-01-20 Peter PowellPass an irc::socket::sockaddrs to SocketEngine::SendTo().
2018-01-20 Peter PowellPass an irc::socket::sockaddrs to SocketEngine::Connect().
2018-01-20 Peter PowellRemove duplicated code in LocalUser::GetServerPort().
2018-01-14 Peter PowellFix some minor Doxygen errors.
2018-01-12 Peter PowellRelease v3.0.0 alpha 5.
2018-01-07 Peter PowellFix some char signedness oversights when using bitsets.
2018-01-07 Shawn SmithAdd user mode +z for ssl-only private messages.
2018-01-06 Peter PowellStrip commas from channel keys like Charybdis and other...
2018-01-06 Peter PowellRework message handling.
2018-01-03 Peter PowellImprove the method that blockcaps uses to block messages.
2018-01-03 Peter PowellFix m_chanhistory sending the history notice directly...
2018-01-03 Peter PowellMake InspIRCd::Format return std::string instead of...
2017-12-31 Peter PowellIncrease the config default for <chanhistory:maxlines...
2017-12-29 Peter PowellDon't hardcode mode characters which are sent in 005...
2017-12-27 Peter PowellFix various issues with the cgiirc module.
2017-12-23 Peter PowellUse a bitset in blockcaps instead of a char array.
2017-12-23 Peter PowellUse a bitset in chghost/sethost instead of a char array.
2017-12-23 Peter PowellFix User::ChangeRealHost() to change the real host...
2017-12-23 Peter PowellAdd ISUPPORT tokens for the host, line, and user length.
2017-12-23 Peter PowellGet rid of InspIRCd::QuickExit.
2017-12-22 Peter PowellImprove and modernize the SQL system API.
2017-12-22 Peter PowellMerge pull request #1446 from B00mX0r/master+wrongnumeric
2017-12-22 B00mX0rFixed misc. instances of ERR_NOSUCHNICK instead of...
2017-12-22 Peter PowellRename <security:hidewhois> to <security:hideserver>.
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-19 Peter PowellUse GetMaxMask in InspIRCd::IsValidMask instead of...
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 PowellDon't allow users to set a zero channel limit.
2017-12-11 Peter PowellRelease v3.0.0 alpha 4.
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-11 B00mX0rEnsure that ModeParser doesn't try to process a non...
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... 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-12-03 Peter PowellMerge pull request #1428 from Chewsterchew/patch-1
2017-12-02 ChewRemove extra double quote (")
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-29 Peter PowellMerge INSPIRCD_MODULE and INSPIRCD_TARGET.
2017-11-28 Peter PowellUse ERR_INVALIDUSERNAME rather than ERR_NEEDMOREPARAMS...
2017-11-28 Peter PowellAdd length checking to GetExtBanStatus and m_banexception.
2017-11-27 Peter PowellAssume that RUSAGE_SELF is always defined.
2017-11-27 Peter PowellMerge pull request #1421 from B00mX0r/master+fix_extbans
2017-11-27 B00mX0rFix m_cloaking umode syncing
2017-11-26 B00mX0rFix action extbans not triggering
2017-11-25 Peter PowellConvert the remaining things away from the caller/handl...
2017-11-25 Peter PowellConvert GenRandom to std::function.
2017-11-25 Peter PowellConvert IsChannel to std::function.
2017-11-25 Peter PowellConvert IsIdent to std::function.
2017-11-25 Peter PowellConvert IsNick to std::function.
2017-11-25 Peter PowellFix a minor typo in core_channel.
2017-11-22 Peter PowellRemove the preconfigured Charybdis and UnrealIRCd modul...
2017-11-21 Peter PowellAdd the override keyword in places that it is missing.
2017-11-20 Peter PowellInherit non-core connect class settings properly.
2017-11-17 Peter PowellImprove LIST and implement more extended list features.
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-15 Peter PowellMerge pull request #1413 from B00mX0r/insp20
2017-11-15 B00mX0rFix referring to sqloper and sqlauth as extras in modul...
2017-11-13 Peter PowellAdd a class which encapsulates the concept of token...
2017-11-13 Peter PowellRelease v3.0.0 alpha 3.
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-12 Peter PowellRelease v2.0.25
next