summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
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
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-02Add away timestamp to the AWAY message sent server-serverdanieldg
2009-09-02Add 1201 protocol compatability for SAVEdanieldg
2009-09-02Send out save SAVE on forced-UUID nick change of a remote userdanieldg
2009-09-02Add SAVE s2s protocol commanddanieldg
2009-09-02Remote user messaging fixesdanieldg
2009-09-02Add modules to the VF_COMMON list in backwards compatability link mode, trans...danieldg
2009-09-02Add s2s backward compatability for protocol changesdanieldg
2009-09-02Add OnChangeIdent and FIDENT supportdanieldg
2009-09-02Don't merge FMODEs with a non-server sourcedanieldg
2009-09-02Don't pass NULL source for hooks invoked from server-sourced PRIVMSG/NOTICEdanieldg
2009-09-02Remove now-unused quitmsg/operquitmsg fields from Userdanieldg
2009-09-02Move user quit logic out of cull listdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg