summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2009-10-18Fix incorrect initialization of ConfigTag referencedanieldg
2009-10-18More classbase cleanup, hold ConfigTag reference in Autoconnect/Linkdanieldg
2009-10-18Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReaderdanieldg
2009-10-18Cull channels, warn when Extensible objects are not culled as they must bedanieldg
2009-10-18Improve SSL fingerprint messages when linking serversdanieldg
2009-10-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-10-14Fix module unmapping with culled Module objectsdanieldg
2009-10-14Move static map of extensions into ServerInstance, add const-correctnessdanieldg
2009-10-11Move 2 static extensibles from user class to inspircd class for global access...peavey
2009-10-10Update m_cloaking to use free-form keys instead of weakening the hash IVdanieldg
2009-10-09private, who needs private...danieldg
2009-10-09Fix hook finding code and error reportingdanieldg
2009-10-09Move autoconnect next-server to TreeSocket::cull, and drop autoconnect refere...danieldg
2009-10-09Add server ports to ServerInstance->ports, enable SSL on them using OnHookIOdanieldg
2009-10-08Update Event and Request APIsdanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-10-02Fix routing for normal core commands like QUITdanieldg
2009-10-02Fix valgrind issues and crashes on exitdanieldg
2009-10-01Merge remote/local MODULES outputdanieldg
2009-10-01Fix timeoutlist calling ConnectServer when not neededdanieldg
2009-10-01Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routingdanieldg
2009-10-01Fix some valgrind warningsdanieldg
2009-10-01Change SWHOIS to OPTCOMMON, remove m_operinvexdanieldg
2009-10-01ENCAP removal for supported protocol 1201 commandsdanieldg
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
2009-09-26Change IS_FAKE and CheckTimeStamp to IS_SERVER and ResolveModeConflict to cla...danieldg
2009-09-26Clean up svn:keywordsdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-21Fix RSQUIT/RCONNECT routingdanieldg
2009-09-21Don't try to write to dead users, add debug to SquitServer, and remove a stri...danieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-17Remove SID from /map for non-opers, and add it to non-spanningtree for opers ...danieldg
2009-09-17Add <autoconnect> blocks [jackmcbarn]danieldg
2009-09-15Make end of netburst SNOMASK REMOTELINK unless servers are directly linked [j...danieldg
2009-09-15Where there are hidden servers, report the /map server count as the hidden co...brain
2009-09-14Improve link error message on SSL fingerprint mismatchdanieldg
2009-09-14Introduce "X" snomask for remote *:line messages [patch by jackmcbarn]danieldg
2009-09-14Fix compile warningdanieldg
2009-09-13Fix automated metadata decoding with ExtItemdanieldg
2009-09-13Clean up Command constructordanieldg
2009-09-13Add SerializeFormat for easier metadata formattingdanieldg
2009-09-13Remove redundant ServerInstance* fieldsdanieldg
2009-09-13Module API changes to use Membership* where sensibledanieldg
2009-09-13Membership* changesdanieldg
2009-09-13Change Extensible to use strongly typed entriesdanieldg
2009-09-05Change OnPostLocalTopicChange to be OnPostTopicChange, invoked for both remot...w00t
2009-09-03Remove CMD_LOCALONLY, enforce use of GetRouting for routed commandsdanieldg