summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-17w00t pointed out it needs doing here toobrain
2008-02-17I gots a better fix :pbrain
2008-02-16Backport SendXLines() fix on netburst (don't buffer loads of lines at once), ...w00t
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-13This doesn't need to be inside the loop. There is only one IP for (potentiall...w00t
2008-02-13Slight API tweak. Change Command to take char * instead of char in it's const...w00t
2008-02-11-Woverloaded-virtual fixesw00t
2008-02-11Remove many unneeded headers from spanningtree filesw00t
2008-02-11Last of the -Wshadow fixes.w00t
2008-02-07Sorta update this.. won't give a full file list as it's now kinda huge.w00t
2008-02-06Fix warnings (thanks owine)w00t
2008-02-05More tweaksbrain
2008-02-05This makes more sensebrain
2008-02-05Add server.cpp, handles all stuff related to the server command. treesocket2....w00t
2008-02-05We have two perfectly good macros, use themw00t
2008-02-05fixed more std:: stufffez
2008-02-05fixed std:: stuff - that should be all of itfez
2008-02-04Clean up some FJOIN stuffw00t
2008-02-04Move a piece of HMAC to hmac.cppw00t
2008-02-04Split treesocket2 into various smaller filesw00t
2008-02-04Rename burst.cpp to netburst.cpp - it does not just contain burst handling.w00t
2008-02-04Split more of treesocket1w00t
2008-02-03Fix trivial desync with FTOPIC: if topic is identical, we still need to broad...w00t
2008-02-03Split treesocket1 into a number of smaller filesw00t
2008-02-03Clear up header insanityw00t
2008-02-03Propegate BURST and ENDBURST network-wide for timing of bursts, and to keep X...w00t
2008-02-03Whoopsbrain
2008-02-03What do you think of this, w00t?brain
2008-02-03Fix burst time indicator: set startburst in treeserver's constructor, BURST i...w00t
2008-02-03Show extra debug for burst timew00t
2008-02-03Broken, but.. show how many milliseconds a burst takes. Someone care to tell ...w00t
2008-02-03Remove an obsolete valuew00t
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-02-02Check for empty prefixes, and close server connections attempting to use themw00t
2008-01-17Fix.. snomask O is already taken (ffs) so use A insteadw00t
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-17Move a number of methods from class InspIRCd to class UserManagerw00t
2008-01-16Validate <server:id> on startup if provided, thx Brainw00t
2008-01-13First UserManager overhaul: Move clone counts out of InspIRCd & User.w00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-08Fix careless compile error caused by forward port of patch earlier today.w00t
2008-01-08Forward port r8664: bind server sockets on /rehashw00t
2008-01-07Correct typow00t
2008-01-07git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8657 e03df62e-2...w00t
2008-01-07Second half of usercount fix..w00t
2008-01-07Fix up some usercounts stuff.. to be tested.w00t
2008-01-06Basic core changes for permanent channels.w00t
2008-01-06Back out rsquit: wasn't meant to be committed yet.w00t
2008-01-06Add removal of BanCache entries on XLINE add/del, so we avoid out of date res...w00t