summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/main.cpp
AgeCommit message (Expand)Author
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-02Send out save SAVE on forced-UUID nick change of a remote userdanieldg
2009-09-02Add OnChangeIdent and FIDENT supportdanieldg
2009-09-02Remove now-unused quitmsg/operquitmsg fields from Userdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Remove calls to strdup() in core, it is not better than std::stringdanieldg
2009-09-02MetaData reworkdanieldg
2009-09-02Remove unneeded ProtocolInterface::Introducedanieldg
2009-09-02Remove unused I_ProtoSendMetaData, I_ProtoSendMode fields of Implementationdanieldg
2009-09-02Add "created" parameter to OnUserJoin, to avoid explicit checks for +Pdanieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-09-02Change allocation of commands/modesdanieldg
2009-09-01Remove unneeded #ifdef IPV6 linesdanieldg
2009-09-01Fix build of m_spanningtree and display of dependency regenerationdanieldg
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-05-13Replace loopCall detection in OnUserKick with a check for the m_spanningtree ...danieldg
2009-04-23rollback r11326, we're going to make vc9 the officially supported windows bui...peavey
2009-04-23Heres the beef so farbrain
2009-04-20Use loopCall to protect OnUserKick rather than the triggerevents hackdanieldg
2009-04-19Initialize loopCall on constructiondanieldg
2009-04-19Add loopCall to prevent double-broadcasting new X:linesdanieldg
2009-04-01Fix ping server-skip logic from bug 792 fixdanieldg
2009-03-18Fix for bug #784 reported by HiroP, add check to the FHOST code to not send o...brain
2009-03-18Fix for bug #792 reported by recyclebin, do not attempt to ping local servers...brain
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-07Include explicit parameter list in ProtocolInterface::SendModedanieldg
2009-03-06Construct explicit parameter type list for MODE parametersdanieldg
2009-02-16Remove redundant PriorityState, enum Priority does the exact same thing.w00t
2009-01-02...and make it not go querying modules that dont implement the right interfac...brain
2009-01-02If a module is loaded after m_spanningtree that it needs, then it will now re...brain
2009-01-02Update copyrights for 2009.w00t
2008-12-15Fix naming convention to be consistant. (cmd_ -> Command)w00t
2008-10-31Add snomask +s +L - remote link notices.w00t
2008-10-25Use TargetTypeFlags instead of int in a few places.w00t
2008-10-25Move spanningtree to use OnChangeLocalUserHost instead of OnChangeHost, this ...w00t
2008-09-21Fix the 'i/o error on connection (no error)' stuff, by displaying 'connected ...brain
2008-09-19Implement timeout on outgoing server connections as per our docs <link:timeout>peavey
2008-09-11Fix KILL server-notice duplicationaquanight
2008-09-08Remove old listening stuff from spanningtree, use a new derived listener class.w00t
2008-08-29Safeguardsw00t
2008-08-27Don't force-finish a burst on a timer, instead, set bursted if a PONG is reci...w00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-22Match conversion stuff.w00t
2008-08-22Revert automated conversion by Special, as it (unfortunately) neglects some d...w00t
2008-08-22Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...special
2008-08-05Make this fit in with the rest of the codew00t
2008-07-19Fix total mess of makefile dependency macros (all depending on stuff they don...brain
2008-07-11Fix m_nopartmsg to work via API modification, involves a string copy that won...w00t
2008-06-11fixed some indentation and spacing in modulespippijn