summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/main.cpp
AgeCommit message (Expand)Author
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2013-04-11Convert ISUPPORT to use a map instead of a string.Peter Powell
2013-04-10Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()attilamolnar
2013-02-01Remove unused variables detected by Clang 4.2.Peter Powell
2012-11-29cmd_rehash, m_spanningtree Fix REHASH messages duplicating at each hopattilamolnar
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-10-12Remove superfluous std::string()sattilamolnar
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
2012-09-30Fix more undefined behavior caused by referencing the returned buffer by std:...attilamolnar
2012-06-11m_spanningtree Notify opers upon ecountering a configuration error when rehas...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-18Forward port 1d703dcf7858a322c823bbd80f9507b627c5738c.attilamolnar
2010-02-18Fix double-erase of iterator if a server dies and times out at the same timedanieldg
2010-02-17Fix routing of prefix-channel messages now that 2.0 sends to status and above...danieldg
2010-02-15Add <oper:autologin> to allow SSL fingerprint-based automatic oper logindanieldg
2010-02-13Clean up treesocket naming confusion by adding a link block reference during ...danieldg
2010-02-13Fix double-invocation of Squit that can cause a crash on delinkdanieldg
2010-02-11Restart server_hash iteration after quitting dead and pinged out serversdanieldg
2010-02-07More cleanup of quit serversdanieldg
2010-02-06Send module load/unload notifications so that services can learn of new featu...danieldg
2010-02-03Delink servers using an SSL module that is being reloadeddanieldg
2010-01-18Move lots of spanningtree items to commandsdanieldg
2010-01-18Remove excessive gettimeofday system callsdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2010-01-10Remove spanningtree override of /LUSERSdanieldg
2010-01-02Remove special-case handling of SVSNICK, SVSJOIN, SVSPART; enables intelligen...danieldg
2009-11-16Use ServiceProvider for inter-module dependenciesdanieldg
2009-11-15Add Inspircd::AddServicesdanieldg
2009-11-12Fix typodanieldg
2009-11-12Fix incorrect opaque object use in ProtoSendMetaData (this is a reason to avo...danieldg
2009-11-06Remove Extensible parent from EventHandlerdanieldg
2009-10-25Fixes found by removing User inheritance from StreamSocketdanieldg
2009-10-23Make User::uuid and User::server constdanieldg
2009-10-21Kill ListenSocketBase, use OnAcceptConnection for all new connectionsdanieldg
2009-10-21Change module API to use LocalUser* where correctdanieldg
2009-10-21some WriteGlobalSno changesdanieldg
2009-10-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-10-14Fix module unmapping with culled Module objectsdanieldg
2009-10-11Move 2 static extensibles from user class to inspircd class for global access...peavey
2009-10-09Move autoconnect next-server to TreeSocket::cull, and drop autoconnect refere...danieldg
2009-10-08Update Event and Request APIsdanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-10-02Fix valgrind issues and crashes on exitdanieldg
2009-10-01Fix timeoutlist calling ConnectServer when not neededdanieldg
2009-10-01Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routingdanieldg
2009-09-30Allow multiple autoconnects in a single <autoconnect> tag, fix infinite failoverdanieldg
2009-09-30Add explicit reference-counting base classdanieldg
2009-09-30Move destruction logic for User and Spanningtree into cull()danieldg