]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2016-06-15 Attila MolnarAdd mbedTLS SSL module
2016-06-13 Attila MolnarStop processing the new connection in UserManager:...
2016-06-09 Attila MolnarFix for GCC 6 rightfully optimizing out the NULL check...
2016-05-30 Attila MolnarMerge pull request #1174 from SaberUK/insp20+hideoper...
2016-05-30 Attila MolnarMerge pull request #1179 from SaberUK/insp20+fix-buildp...
2016-05-30 Peter PowellFix 005 not showing some modes with the same rank as...
2016-05-03 Peter PowellFix a minor warning in m_hideoper on some systems.
2016-05-03 Attila MolnarUpdate .gitignore to reflect LDAP module changes
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-22 Attila MolnarMerge pull request #1170 from SaberUK/insp20+travis
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-04-10 Peter PowellAdd configuration for building with Travis-CI.
2016-04-10 Attila MolnarMerge pull request #1169 from SaberUK/insp20+fix-makefile
2016-04-10 Peter PowellFix extraneous quotes in makefile template.
2016-04-04 Attila MolnarMerge pull request #1168 from SaberUK/master+fix-config...
2016-04-04 Peter PowellFix "use of uninitialized value $key in hash element...
2016-04-04 Attila MolnarMerge pull request #1167 from SaberUK/master+collision
2016-04-04 Peter PowellRename M to INSPIRCD_MODULE.
2016-04-04 Peter PowellRename T to INSPIRCD_TARGET.
2016-04-04 Peter PowellRename D to INSPIRCD_DEBUG.
2016-04-04 Peter PowellRename V to INSPIRCD_VERBOSE.
2016-04-04 Peter PowellRename PURE_STATIC to INSPIRCD_STATIC.
2016-03-30 Attila MolnarRemove unused ProtocolInterface::SendTopic()
2016-03-30 Attila MolnarRemove ProtocolInterface::PushToClient()
2016-03-30 Attila MolnarRemove User::SendText() and overrides completely
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 MolnarHandle numerics with a source other than the local...
2016-03-29 Attila MolnarMerge branch 'master+stroute'
2016-03-29 Attila MolnarMerge pull request #1165 from Adam-/master+dnssource
2016-03-29 Adamcore_dns: allow configuring source address
2016-03-29 Attila MolnarMerge pull request #1162 from SaberUK/insp20+fix-deinstall
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-29 Attila Molnarcore_info Deduplicate code by inheriting some commands...
2016-03-29 Attila Molnarcore_info Add class ServerTargetCommand
2016-03-25 Peter PowellDelete modules cautiously when doing a deinstall.
2016-03-25 Peter PowellPartially revert "Quote paths in the makefile".
2016-03-24 Attila MolnarMerge pull request #1149 from SaberUK/master+sasl
2016-03-24 Peter PowellAdd support for SASL reauthentication.
2016-03-24 Attila MolnarMerge pull request #1159 from SaberUK/master+configure
2016-03-23 Attila MolnarDon't prepend ":<nick>" to raw input log
2016-03-22 Peter PowellSimplify the configure cache file format.
2016-03-22 Peter PowellMove the configure cache to the .configure directory...
2016-03-22 Peter PowellWrite generated templates to the .configure directory.
2016-03-22 Peter PowellFix a typo in parse_templates.
2016-03-22 Peter PowellExtract directory creation code to its own subroutine.
2016-03-22 Attila MolnarRemove now unused overload of User::SendText()
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-22 Attila MolnarAdd Numeric::ParamBuilder
2016-03-22 Attila MolnarMerge pull request #1157 from SaberUK/insp20+fix-cron...
2016-03-21 Peter PowellFix 'cron' and 'restart' in the helper not forwarding...
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-19 Attila MolnarFix oversights in the WriteNumeric() parameter conversion
2016-03-05 Attila MolnarMerge branch 'master+chanwritenotice'
2016-03-05 Attila MolnarSend NOTICEs to local channel members with Channel...
2016-03-05 Attila MolnarAdd Channel::WriteNotice()
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-03-01 Attila MolnarAdd User::WriteRemoteNotice()
2016-02-29 Attila MolnarRemove embarrassing negative comments about some client...
2016-02-29 Attila MolnarMerge pull request #1147 from SaberUK/insp20+gcc6
2016-02-29 Attila MolnarMerge pull request #1148 from guikcd/spelling-error
2016-02-29 Attila MolnarMerge pull request #1146 from SaberUK/insp20+quote
2016-02-29 Attila MolnarMerge pull request #1145 from Adam-/insp20+ulinekill
2016-02-28 Guillaume DelacourMinor spelling errors in m_spanningtree.so
2016-02-26 Peter PowellFix GCC 6 warning about null checking this.
next