summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/main.h
AgeCommit message (Expand)Author
2009-04-19Add loopCall to prevent double-broadcasting new X:linesdanieldg
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-18Remove unused NumServers fielddanieldg
2009-02-18Remove MaxMapHeight, replace with dynamically sized buffersdanieldg
2009-02-18Rework /MAP output to not be overly widedanieldg
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-25Use TargetTypeFlags instead of int in a few places.w00t
2008-10-25Move spanningtree to use OnChangeLocalUserHost instead of OnChangeHost, this ...w00t
2008-09-19Implement timeout on outgoing server connections as per our docs <link:timeout>peavey
2008-08-31Add snomasks to UID command, after 'modes', bump protocol version, as this ca...w00t
2008-08-18Increase the size of the matrix for map drawing to 250x250brain
2008-07-11Fix m_nopartmsg to work via API modification, involves a string copy that won...w00t
2008-06-06Another here toobrain
2008-06-01Add ProtocolInterface::Introduce() to prevent confusion over event ordering, ...brain
2008-05-05Convert m_spanningtreeaquanight
2008-04-06Remote /MAP: caution, this doesn't compilew00t
2008-03-30Merge OnCancelAway and OnSetAway, add param awaymsg to OnSetAway (blank when ...w00t
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-02-24Rollback complete! Everyone please go through the code and check i havent for...brain
2008-02-24spanningtree now correctly uses OnReadConfig, so its config is AVAILABLE when...brain
2008-02-22Nuke TIMESYNC from orbit \o/w00t
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-11-Woverloaded-virtual fixesw00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-07Fix up some usercounts stuff.. to be tested.w00t
2007-11-09Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg...brain
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04More craqbrain
2007-10-31Make it all compile.brain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-08-28Remove more unused headersw00t
2007-08-26Bump ABI version and protocol version. Note that this really means 1.1 and 1....w00t
2007-08-26Routing failure messages back where they came from on /rconnectbrain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-10This should fix the rest of remote kill nick hidingbrain
2007-06-13Remove remote SQUIT hacks.peavey
2007-06-07Add command /RSQUIT to spanningtree.peavey
2007-05-16Add a notice on connection close stating server link uptime, and fix a bug in...brain
2007-05-03Fix for new apibrain
2007-04-08Should change the header toobrain
2007-04-07Add licensing headers to files which are missing them and make sure they are ...brain
2007-04-06Fix bug #224 by refreshing the security ip cache every hour. The easier solut...brain
2007-04-05Add extra /map info (connection uptime, and lag time) to /MAP for opers. Adds...brain
2007-03-16Remote /MODULESbrain
2007-03-15Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver...brain