]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree
Merge pull request #1162 from SaberUK/insp20+fix-deinstall
[user/henk/code/inspircd.git] / src / modules / m_spanningtree /
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-28 Guillaume DelacourMinor spelling errors in m_spanningtree.so
2015-02-04 Attila Molnarm_spanningtree Fix TreeRoot UserCount being possibly...
2015-01-21 Attila MolnarMerge pull request #961 from SaberUK/insp20+fix-snotice
2015-01-03 Peter PowellFix a snotice in m_spanningtree incorrectly using an...
2014-10-26 Attila MolnarRemove some dead code found by Coverity
2014-10-15 Attila MolnarMerge pull request #935 from SaberUK/insp20+fix-crlf
2014-10-13 Attila Molnarm_spanningtree Rebuild serverlist and sidlist when...
2014-10-13 Attila MolnarMerge pull request #934 from SaberUK/insp20+fix-various...
2014-10-13 Attila MolnarMerge pull request #933 from SaberUK/insp20+fix-llvm34
2014-10-13 Peter PowellFix various warnings when building with LLVM 3.5.
2014-07-24 Attila MolnarUpdate example configuration files, fix typos and case
2014-07-24 Attila Molnarm_spanningtree Always treat the remote client as the...
2014-06-06 Attila Molnarm_spanningtree Forward NICK messages when they cause...
2014-06-05 Attila Molnarm_spanningtree Fix cleanup of connections when unloadin...
2014-05-20 Dan ParsonsUpdate server.cpp
2014-04-29 Attila Molnarm_spanningtree Advertise the availability of m_globops...
2014-04-26 Attila Molnarm_spanningtree Set the bursting flag in the FJOIN handl...
2014-04-04 Attila MolnarAdd REG_ALL checks to treat unregistered users as nonex...
2014-03-02 Attila Molnarm_spanningtree Do pointer comparison before deleting...
2014-03-02 Attila Molnarm_spanningtree Don't send snotices to servers about...
2013-12-15 Attila Molnarm_spanningtree Fix nick TS desync on SVSNICK
2013-11-09 AdamUse case insensitive comparison for server names for...
2013-11-09 AdamFix parsing ADDLINE with expiration or creation dates...
2013-11-09 AdamFix issue #657, fix sending FNAME with spaces
2013-09-04 Attila MolnarMerge pull request #623 from ChrisTX/insp20+compilerfixes
2013-08-31 attilamolnarm_spanningtree Fix timestamp in AWAY
2013-08-21 attilamolnarm_spanningtree When an IOHook goes away close all pendi...
2013-07-26 AdamUse server ids when propagating squits
2013-06-12 attilamolnarm_spanningtree FJOIN handler: Merge and take maxmodes...
2013-06-05 attilamolnarRemove unnecessary string copies and dead code
2013-06-04 attilamolnarm_spanningtree Fix FIDENT routing
2013-05-16 attilamolnarRemove unused variables, avoid copies where possible...
2013-04-23 attilamolnarm_spanningtree Fix crash when connecting to a remote...
2013-04-18 attilamolnarm_spanningtree Fix IS_LOCAL() check in OnRehash handler
2013-04-10 attilamolnarm_spanningtree Create new TreeServers for incoming...
2013-03-20 attilamolnarm_spanningtree Fix incoming channel modes being lost...
2013-02-03 Attila MolnarMerge pull request #416 from SaberUK/insp20+clang42...
2013-02-01 Peter PowellRemove unused variables detected by Clang 4.2.
2013-01-14 attilamolnarm_spanningtree Fix rare desync when a KILL crosses...
2012-12-15 attilamolnarAdd a flag to Command that controls whether an empty...
2012-12-15 attilamolnarAdd IS_SERVER() and REG_ALL checks to (mostly oper...
2012-11-29 attilamolnarcmd_rehash, m_spanningtree Fix REHASH messages duplicat...
2012-11-28 attilamolnarm_spanningtree Remove redundant params.size() checks
2012-11-19 attilamolnarRemove usage of deprecated CallCommandHandler() and...
2012-11-12 attilamolnarRemove usage of the deprecated ConfigReader
2012-11-09 attilamolnarm_spanningtree SVSNICK needs 3 parameters
2012-11-09 attilamolnarm_spanningtree Refuse bogus NICK messages
2012-10-21 attilamolnarMake better use of User::GetFullRealHost()
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-10-06 attilamolnarm_spanningtree Fix undefined behavior caused by referen...
2012-10-02 attilamolnarm_spanningtree Fill a parameterlist in OnAddLine/OnDelLine
2012-10-02 attilamolnarm_spanningtree Simplify OnMode and OnSetAway handlers
2012-10-02 attilamolnarm_spanningtree Remove empty RedoConfig()
2012-10-02 attilamolnarm_spanningtree Utils: Remove unused functions
2012-10-02 attilamolnarm_spanningtree OPERTYPE handler: Return when finished...
2012-10-02 attilamolnarm_spanningtree Remote WHOIS handler: Find target with...
2012-10-02 attilamolnarm_spanningtree Netburst: Remove unused parameters and...
2012-10-02 attilamolnarm_spanningtree Netburst: Prefix SERVER and VERSION...
2012-10-02 attilamolnarm_spanningtree Netburst: Remove unnecessary variables...
2012-10-02 attilamolnarm_spanningtree Use iterators in CAPAB handler and when...
2012-10-02 attilamolnarm_spanningtree Only allow uuids in SVSJOIN, METADATA...
2012-09-30 attilamolnarm_spanningtree Return const references from several...
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
2012-09-23 attilamolnarFix undefined behavior caused by referencing the return...
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-08-10 attilamolnarm_spanningtree Add missing aposthrope to connection...
2012-08-10 ChrisTXm_spanningtree: Resolve issue #250
2012-08-08 attilamolnarm_spanningtree Specify the uuid of the remote user...
2012-08-08 attilamolnarm_spanningtree Handle ? wildcard as well when processin...
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-08 attilamolnarm_spanningtree Add function to easily determine whether...
2012-07-05 Attila MolnarMerge pull request #242 from SaberUK/insp20-doxygen-fix
2012-07-05 Attila MolnarMerge pull request #244 from SaberUK/insp20-configure-fix
2012-07-05 Attila MolnarMerge pull request #243 from SaberUK/insp20-config...
2012-07-04 attilamolnarm_spanningtree Fix crash in SVSPART handler when the...
2012-07-01 attilamolnarm_spanningtree Call the collision handler with the...
2012-07-01 attilamolnarm_spanningtree Return when ecountering an invalid comma...
2012-07-01 attilamolnarFix crash in ADDLINE handler when the command had no...
2012-06-27 Attila MolnarMerge pull request #235 from attilamolnar/insp20+invitefix
2012-06-17 attilamolnarFix pending invites not being removed when a channel...
2012-06-15 Robin BurchellMerge pull request #193 from attilamolnar/insp20+newlinefix
2012-06-13 attilamolnarm_spanningtree Burst to a new server before introducing...
2012-06-13 Sir PogglesBe consistent with Robby's qQ snomask changes
2012-06-11 attilamolnarm_spanningtree Only add a resolved server IP as valid...
2012-06-11 attilamolnarm_spanningtree Move SecurityIPResolver code to resolver...
2012-06-11 attilamolnarm_spanningtree Disallow server passwords which contain...
2012-06-11 attilamolnarm_spanningtree Notify opers upon ecountering a configur...
2012-06-01 Robin BurchellMerge pull request #179 from attilamolnar/insp20+desyncfix
2012-05-31 attilamolnarm_spanningtree Fix desync issue #37 reported by @Joah...
2012-05-27 Robin BurchellMerge pull request #142 from attilamolnar/insp20+sestatsfix
2012-05-27 Robin BurchellMerge pull request #145 from SaberUK/insp20-typo-fixes
2012-05-25 Peter PowellDebian typo fixes.
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
next