]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2016-02-25 Attila MolnarIntroduce Stats::Context, pass it to the OnStats hook...
2016-02-25 Attila MolnarAdd User::WriteRemoteNumeric() and switch code using...
2016-02-25 Attila MolnarMake source server settable in Numeric::Numeric
2016-02-25 Attila MolnarConvert WhoisContext::SendLine() calls to pass the...
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-25 Attila MolnarAdd Numeric::Numeric
2016-02-25 Attila MolnarAdd no-op ConvToStr(const std::string&)
2016-02-25 Attila MolnarMove implementation of ConvTo*() and related functions...
2016-02-25 Attila MolnarInclude stdint.h from inspircd.h
2016-02-24 Attila Molnarm_dccallow Call WriteNumeric() in a loop when displayin...
2016-02-24 Attila MolnarFix some numerics
2016-02-22 Attila MolnarMerge insp20
2016-02-22 Attila MolnarMerge pull request #1139 from johanna-a/master
2016-02-20 Johanna AAdds <commandlist> tag with command usage to httpd_stats.
2016-02-20 Attila MolnarMerge pull request #1142 from SaberUK/master+fixes
2016-02-20 Peter PowellFix GCC 6 warning about auto_ptr via a different method.
2016-02-20 Peter PowellFix build errors on CentOS 6 and OpenBSD.
2016-02-20 Peter PowellFix not having a CPU count when the lookup command...
2016-02-20 Attila MolnarMerge pull request #1127 from SaberUK/master+testnet
2016-02-20 Peter PowellRemove the useless testnet module.
2016-02-19 Attila MolnarMerge pull request #1135 from SaberUK/master+starttls
2016-02-19 Attila MolnarMerge pull request #1133 from SaberUK/master+tempfix
2016-02-19 Attila MolnarMerge pull request #1130 from SaberUK/master+capnew
2016-02-19 Attila MolnarMerge pull request #1126 from SaberUK/master+gcc6
2016-02-19 Peter PowellRemove the STARTTLS token from ISUPPORT.
2016-02-19 Peter PowellFix the temporary fix for finding SSL libraries.
2016-02-19 Peter PowellFix cap-notify sending ADD instead of NEW.
2016-02-19 Peter PowellFix warnings when building under GCC 6.
2016-02-13 Attila MolnarRelease v2.0.21
2016-02-13 Attila Molnarm_namedmodes Only show chan key to members and opers...
2016-02-13 Attila Molnarm_callerid Free old extension data before unserializing...
2016-02-13 Attila MolnarLimit DNS cache size
2016-02-13 Attila MolnarCap TTL of DNS cache entries
2016-02-13 Attila MolnarGarbage collect DNS cache more often
2016-02-12 Attila Molnarm_dccallow Add config option to control max entries...
2016-02-12 Attila Molnarm_ircv3 Fix AWAY being sent on join to the joining...
2016-02-12 Attila MolnarMerge pull request #1071 from SaberUK/insp20+fix-lusers
2016-02-12 Peter PowellFix hidden operators being shown in LUSERS.
2016-02-11 AdamUpdate m_ssl_gnutls to use libgnutls-30 for gnutls 3.4
2016-01-06 Attila MolnarAdd rewritten m_watch module
2016-01-06 Attila MolnarAdd m_monitor which implements the MONITOR command...
2016-01-06 Attila MolnarNuke m_watch
2016-01-06 Attila Molnarm_spanningtree Ignore SVSWATCH from 2.0 servers
2016-01-06 Attila Molnarm_spanningtree Add compatibility hack that allows modul...
2016-01-03 Attila MolnarMerge branch 'master+numericbuilder'
2015-12-30 Attila Molnarcore_whois Switch to Numeric::Builder
2015-12-30 Attila Molnarcmd_names Switch to Numeric::Builder
2015-12-30 Attila Molnarcmd_names Inherit handler from SplitCommand
2015-12-30 Attila Molnarcore_ison Switch to Numeric::Builder
2015-12-30 Attila Molnarcore_ison Inherit handler from SplitCommand
2015-12-30 Attila Molnarcore_ison Simplify handler
2015-12-30 Attila MolnarAdd Numeric::Builder
2015-12-29 Attila MolnarConvert remaining NOTICEs implemented using WriteServ...
2015-12-29 Attila MolnarFix InspIRCd::StripColor() stripping characters that...
2015-12-28 Attila Molnarcmd_part Send ERR_NOTONCHANNEL if the user is not on...
2015-12-28 Attila MolnarReturn true from Channel::PartUser() if the user was...
2015-12-28 Attila MolnarInvert if in Channel::PartUser()
2015-12-28 Attila MolnarFix some whitespace issues
2015-12-28 Attila Molnarm_cap Fix incorrect syntax of empty CAP LIST reply
2015-12-18 Attila Molnarm_xline_db Don't flush database when an xline expires
2015-12-08 Attila MolnarStrip all control codes except \001 in InspIRCd::StripC...
2015-12-07 Attila MolnarMerge pull request #1110 from SaberUK/insp20+cap
2015-12-07 Peter PowellWork around irc::spacesepstream not stripping extraneou...
2015-12-07 Peter PowellFix CAP REQ to be atomic like the standard dictates.
2015-12-07 Attila MolnarDeduplicate code in InspIRCd::FindNick()
2015-12-07 Attila MolnarRemove some IS_SERVER() checks
2015-12-07 Attila MolnarDo not insert FakeUsers into UserManager::uuidlist
2015-12-07 Attila Molnarm_spanningtree Try FindServerID() first if the prefix...
2015-12-06 Attila Molnarm_spanningtree Change allocation of ModuleSpanningTree...
2015-12-06 Attila Molnarm_spanningtree Implement ServerCommand::RegisterService()
2015-12-06 Attila MolnarMerge branch 'master+echomessage-invitenotify'
2015-12-06 Attila MolnarAdd m_ircv3_invitenotify which implements the IRCv3...
2015-12-06 Attila MolnarAdd minimum channel rank and exception list parameters...
2015-12-06 Attila Molnarcmd_invite Fire the OnUserInvite event before announcin...
2015-12-06 Attila Molnarcmd_invite Extend scope of the prefix character variable
2015-12-06 Attila MolnarAdd m_ircv3_echomessage which implements the IRCv3...
2015-12-06 Attila MolnarRemove <options:ircumsgprefix> entirely
2015-12-06 Attila MolnarMerge branch 'master+cap'
2015-12-05 Attila MolnarAdd m_ircv3_chghost which implements the IRCv3.2 chghos...
2015-12-05 Attila Molnarm_ircv3 Make WriteNeighborsWithCap() available for...
2015-12-05 Attila Molnarm_cap Make Capability objects compatible with dynamic_r...
2015-12-05 Attila MolnarAdd m_ircv3_capnotify which implements the IRCv3.2...
2015-12-05 Attila Molnarm_cap Save and restore the cap state of a module when...
2015-12-05 Attila Molnarm_cap Specialize extension item
2015-12-05 Attila Molnarm_sasl Advertise SASL mechanism list to supporting...
2015-12-05 Attila Molnarm_cap Provide the OnCapValueChange event and add Cap...
2015-12-05 Attila Molnarm_cap Provide the OnCapAddDel() event
2015-12-05 Attila Molnarm_cap Add Capability::GetCapValue(), list capabilities...
2015-12-05 Attila Molnarm_cap Reject CAP CLEAR from clients newer than 3.1
2015-12-05 Attila Molnarm_cap Learn the supported capability negotiation protoc...
2015-12-05 Attila Molnarm_cap Add Capability::OnList() hook
2015-12-05 Attila Molnarm_sasl Create SASLCap which subclasses Cap::Capability...
2015-12-05 Attila Molnarm_cap Add Capability::OnRequest() hook
2015-12-05 Attila MolnarAdd rewritten m_cap module
2015-12-05 Attila Molnarm_sasl Enforce usage of uuids in server-to-server SASL...
2015-12-05 Attila MolnarNuke m_cap
2015-12-05 Attila Molnarm_ircv3 Change signature of WriteNeighboursWithExt...
2015-12-02 Attila MolnarMerge branch 'master+serviceinit'
2015-12-01 Attila MolnarMerge branch 'master+reloadmod'
2015-12-01 Attila MolnarMerge branch 'master+whowas-purge-empty'
next