]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Fix a minor oversight in ERR_NONICKNAMEGIVEN.
[user/henk/code/inspircd.git] / src / modules /
2016-06-27 Attila MolnarMerge pull request #1186 from SaberUK/master+build...
2016-06-27 Attila MolnarMerge pull request #1182 from SaberUK/master+431
2016-06-15 Attila MolnarAdd mbedTLS SSL module
2016-04-30 Attila MolnarMerge branch 'master+sslconnmsg'
2016-04-28 Attila Molnarm_spanningtree Send snotice with the negotiated ciphers...
2016-04-28 Attila MolnarDeduplicate code for on connect SSL ciphersuite NOTICE...
2016-04-28 Attila MolnarExport the GetCiphersuite() method from the SSL modules
2016-04-28 Attila MolnarAdd SSLIOHook::IsSSL() to determine whether a socket...
2016-04-26 Attila MolnarMerge branch 'master+sasloffline'
2016-04-25 Attila Molnarm_sasl Advertise the sasl capability only if the target...
2016-04-25 Attila Molnarm_sasl Add ServerTracker class for tracking sasl_target
2016-04-25 Attila Molnarm_spanningtree Call the OnServerLink hook from TreeServ...
2016-04-25 Attila Molnarm_spanningtree Call the OnServerSplit hook from TreeSer...
2016-04-25 Attila Molnarm_spanningtree Call the OnServerSplit hook from the...
2016-04-25 Attila Molnarm_spanningtree Don't try to call the OnServerSplit...
2016-04-13 Attila Molnarm_spanningtree Ignore incoming BURST command in CONNECT...
2016-04-13 Attila Molnarm_spanningtree Fix FJOIN forwarding
2016-04-13 Attila Molnarm_spanningtree Resync servers when they recreate a...
2016-04-13 Attila Molnarm_spanningtree Allow IJOIN with lower TS
2016-04-11 Attila MolnarRefactor topic setting logic to go through Channel...
2016-03-30 Attila MolnarRemove unused ProtocolInterface::SendTopic()
2016-03-30 Attila MolnarRemove ProtocolInterface::PushToClient()
2016-03-30 Attila Molnarm_showfile Replace User::SendText() call with WriteComm...
2016-03-30 Attila Molnarm_spanningtree Remove PUSH handler
2016-03-30 Attila MolnarMerge branch 'master+stnum'
2016-03-29 Attila MolnarMake User::WriteRemoteNumeric() virtual, implement...
2016-03-29 Attila Molnarm_spanningtree Add CommandNum::Builder
2016-03-29 Attila Molnarm_spanningtree Translate NUM to PUSH and PUSH to NUM...
2016-03-29 Attila Molnarm_spanningtree Add NUM command handler
2016-03-29 Attila Molnarm_spanningtree Add class SpanningTree::RemoteUser
2016-03-29 Attila MolnarMerge branch 'master+stroute'
2016-03-29 Attila MolnarMerge pull request #1165 from Adam-/master+dnssource
2016-03-29 Attila MolnarSimplify GetRouting() methods doing unicast
2016-03-29 Attila Molnarm_spanningtree Use SpanningTreeUtilities::FindRouteTarg...
2016-03-29 Attila Molnarm_spanningtree Add SpanningTreeUtilities::FindRouteTarget()
2016-03-29 Attila Molnarm_spanningtree Remove unused SpanningTreeUtilities...
2016-03-29 Attila Molnarm_spanningtree Remove unused SpanningTreeUtilities...
2016-03-29 Attila Molnarm_spanningtree Remove unused CommandBuilder::Unicast...
2016-03-29 Attila MolnarEnsure server names passed to some commands are really...
2016-03-24 Attila MolnarMerge pull request #1149 from SaberUK/master+sasl
2016-03-24 Peter PowellAdd support for SASL reauthentication.
2016-03-22 Attila MolnarMerge branches 'master+check' and 'master+namedmodes'
2016-03-22 Attila Molnarm_namedmodes Switch to Numeric::ParamBuilder
2016-03-22 Attila Molnarm_namedmodes Inherit command handler from SplitCommand
2016-03-19 Attila Molnarm_check Move DumpExt() into CheckContext
2016-03-19 Attila Molnarm_check Move DumpListMode() into CheckContext
2016-03-19 Attila Molnarm_check Refactor, move to the new RPL_CHECK numeric
2016-03-05 Attila MolnarMerge branch 'master+chanwritenotice'
2016-03-05 Attila MolnarSend NOTICEs to local channel members with Channel...
2016-03-04 Attila MolnarMerge pull request #1150 from johanna-a/conname_extban
2016-03-04 Johanna AAdds classban module providing extban 'n' for connect...
2016-03-02 Attila MolnarMerge branch 'master+writeremotenotice'
2016-03-01 Attila Molnarm_spanningtree Remove ModuleSpanningTree::RemoteMessage()
2016-03-01 Attila MolnarSend NOTICEs that can go to both local and remote users...
2016-02-26 Attila MolnarMerge branch 'master+writenumeric-who'
2016-02-26 Attila MolnarSend WHO reply numerics with User::WriteNumeric(),...
2016-02-26 Attila Molnarm_hideoper Reorder checks in OnSendWhoLine()
2016-02-26 Attila MolnarReturn ModResult from the OnSendWhoLine hook
2016-02-25 Attila MolnarRemove unnecessary std::string::c_str() calls
2016-02-25 Attila MolnarAdd RPL_ISON, RPL_USERIP and RPL_USERHOST to the list...
2016-02-25 Attila Molnarm_clones Send numeric with User::WriteNumeric()
2016-02-25 Attila Molnarm_userip Send numeric with User::WriteNumeric()
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
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 MolnarConvert WhoisContext::SendLine() calls to pass the...
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
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 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 cap-notify sending ADD instead of NEW.
2016-02-19 Peter PowellFix warnings when building under GCC 6.
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-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...
2015-12-29 Attila MolnarConvert remaining NOTICEs implemented using WriteServ...
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-07 Attila MolnarMerge pull request #1110 from SaberUK/insp20+cap
next