]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/main.h
Make classbase and refcountbase uncopyable; expand comments on their indended uses
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / main.h
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-09 danieldgMove autoconnect next-server to TreeSocket::cull, and...
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-01 danieldgMerge remote/local MODULES output
2009-09-30 danieldgAllow multiple autoconnects in a single <autoconnect...
2009-09-30 danieldgAdd explicit reference-counting base class
2009-09-30 danieldgMove destruction logic for User and Spanningtree into...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-17 danieldgAdd <autoconnect> blocks [jackmcbarn]
2009-09-13 danieldgAdd SerializeFormat for easier metadata formatting
2009-09-13 danieldgModule API changes to use Membership* where sensible
2009-09-05 w00tChange OnPostLocalTopicChange to be OnPostTopicChange...
2009-09-02 danieldgAdd s2s backward compatability for protocol changes
2009-09-02 danieldgAdd OnChangeIdent and FIDENT support
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgRemove unneeded ProtocolInterface::Introduce
2009-09-02 danieldgAdd "created" parameter to OnUserJoin, to avoid explici...
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-08-17 danieldgAllow forward linking compatability by accepting higher...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-04-19 danieldgAdd loopCall to prevent double-broadcasting new X:lines
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-07 danieldgInclude explicit parameter list in ProtocolInterface...
2009-03-06 danieldgConstruct explicit parameter type list for MODE parameters
2009-02-18 danieldgRemove unused NumServers field
2009-02-18 danieldgRemove MaxMapHeight, replace with dynamically sized...
2009-02-18 danieldgRework /MAP output to not be overly wide
2009-01-02 brainIf a module is loaded after m_spanningtree that it...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-15 w00tFix naming convention to be consistant. (cmd_ -> Command)
2008-10-25 w00tUse TargetTypeFlags instead of int in a few places.
2008-10-25 w00tMove spanningtree to use OnChangeLocalUserHost instead...
2008-09-19 peaveyImplement timeout on outgoing server connections as...
2008-08-31 w00tAdd snomasks to UID command, after 'modes', bump protoc...
2008-08-18 brainIncrease the size of the matrix for map drawing to...
2008-07-11 w00tFix m_nopartmsg to work via API modification, involves...
2008-06-06 brainAnother here too
2008-06-01 brainAdd ProtocolInterface::Introduce() to prevent confusion...
2008-05-05 aquanightConvert m_spanningtree
2008-04-06 w00tRemote /MAP: caution, this doesn't compile
2008-03-30 w00tMerge OnCancelAway and OnSetAway, add param awaymsg...
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-02-24 brainRollback complete! Everyone please go through the code...
2008-02-24 brainspanningtree now correctly uses OnReadConfig, so its...
2008-02-22 w00tNuke TIMESYNC from orbit \o/
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-11 w00t-Woverloaded-virtual fixes
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-07 w00tFix up some usercounts stuff.. to be tested.
2007-11-09 brainRoadmap item "Fix jointhrottle to not try 'throttle...
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainMore craq
2007-10-31 brainMake it all compile.
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-28 w00tRemove more unused headers
2007-08-26 w00tBump ABI version and protocol version. Note that this...
2007-08-26 brainRouting failure messages back where they came from...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-10 brainThis should fix the rest of remote kill nick hiding
2007-06-13 peaveyRemove remote SQUIT hacks.
2007-06-07 peaveyAdd command /RSQUIT to spanningtree.
2007-05-16 brainAdd a notice on connection close stating server link...
2007-05-03 brainFix for new api
2007-04-08 brainShould change the header too
2007-04-07 brainAdd licensing headers to files which are missing them...
2007-04-06 brainFix bug #224 by refreshing the security ip cache every...
2007-04-05 brainAdd extra /map info (connection uptime, and lag time...
2007-03-16 brainRemote /MODULES
2007-03-15 brainAdd third parameter to OnUserQuit (quit reason for...
2007-03-11 brainJust comments
2007-03-11 brainBump protocol revision
2007-01-18 brainRemove space indents
2007-01-18 brainAdd all this crapola