summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2016-08-05Fix challenge auth when using m_hash_gnutls instead of m_sha256.Peter Powell
2016-08-01Fix bursting channel bansAdam
2016-02-28Minor spelling errors in m_spanningtree.soGuillaume Delacour
2015-02-04m_spanningtree Fix TreeRoot UserCount being possibly wrong if loaded after st...Attila Molnar
2015-01-03Fix a snotice in m_spanningtree incorrectly using an unsigned long.Peter Powell
2014-10-26Remove some dead code found by CoverityAttila Molnar
2014-10-13m_spanningtree Rebuild serverlist and sidlist when receiving a specific RequestAttila Molnar
2014-10-13Fix various warnings when building with LLVM 3.5.Peter Powell
2014-07-24Update example configuration files, fix typos and caseAttila Molnar
2014-07-24m_spanningtree Always treat the remote client as the winner on nick collision...Attila Molnar
2014-06-06m_spanningtree Forward NICK messages when they cause a collision with the new...Attila Molnar
2014-06-06m_spanningtree Fix cleanup of connections when unloading a module that provid...Attila Molnar
2014-05-21Update server.cppDan Parsons
2014-04-29m_spanningtree Advertise the availability of m_globops in CAPAB CAPABILITIESAttila Molnar
2014-04-26m_spanningtree Set the bursting flag in the FJOIN handler based on whether th...Attila Molnar
2014-04-04Add REG_ALL checks to treat unregistered users as nonexistent in more casesAttila Molnar
2014-03-02m_spanningtree Do pointer comparison before deleting one of the pointers in T...Attila Molnar
2014-03-02m_spanningtree Don't send snotices to servers about remote servers splittingAttila Molnar
2013-12-15m_spanningtree Fix nick TS desync on SVSNICKAttila Molnar
2013-11-09Use case insensitive comparison for server names for (auto)connects, issue #662Adam
2013-11-09Fix parsing ADDLINE with expiration or creation dates past ~2038 probablyAdam
2013-11-09Fix issue #657, fix sending FNAME with spacesAdam
2013-08-31m_spanningtree Fix timestamp in AWAYattilamolnar
2013-08-21m_spanningtree When an IOHook goes away close all pending connections that us...attilamolnar
2013-07-26Use server ids when propagating squitsAdam
2013-06-12m_spanningtree FJOIN handler: Merge and take maxmodes into consideration when...attilamolnar
2013-06-05Remove unnecessary string copies and dead codeattilamolnar
2013-06-04m_spanningtree Fix FIDENT routingattilamolnar
2013-05-16Remove unused variables, avoid copies where possible, check empty() instead o...attilamolnar
2013-04-23m_spanningtree Fix crash when connecting to a remote server that has the same...attilamolnar
2013-04-18m_spanningtree Fix IS_LOCAL() check in OnRehash handlerattilamolnar
2013-04-10m_spanningtree Create new TreeServers for incoming connections only when they...attilamolnar
2013-03-20m_spanningtree Fix incoming channel modes being lost for 0-user permanent cha...attilamolnar
2013-02-01Remove unused variables detected by Clang 4.2.Peter Powell
2013-01-14m_spanningtree Fix rare desync when a KILL crosses a message that has the kil...attilamolnar
2012-12-15Add a flag to Command that controls whether an empty last parameter is allowe...attilamolnar
2012-12-15Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ta...attilamolnar
2012-11-29cmd_rehash, m_spanningtree Fix REHASH messages duplicating at each hopattilamolnar
2012-11-28m_spanningtree Remove redundant params.size() checksattilamolnar
2012-11-19Remove usage of deprecated CallCommandHandler() and IsValidModuleCommand()attilamolnar
2012-11-12Remove usage of the deprecated ConfigReaderattilamolnar
2012-11-09m_spanningtree SVSNICK needs 3 parametersattilamolnar
2012-11-09m_spanningtree Refuse bogus NICK messagesattilamolnar
2012-10-21Make better use of User::GetFullRealHost()attilamolnar
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-10-12Remove superfluous std::string()sattilamolnar
2012-10-07m_spanningtree Fix undefined behavior caused by referencing the returned buff...attilamolnar
2012-10-03m_spanningtree Fill a parameterlist in OnAddLine/OnDelLineattilamolnar
2012-10-03m_spanningtree Simplify OnMode and OnSetAway handlersattilamolnar
2012-10-03m_spanningtree Remove empty RedoConfig()attilamolnar