summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2008-04-02DOH! Fix my muppetry of a segfault, and fix some warningsbrain
2008-04-01Remove call to FlushWriteBuffer from BufferedSocket::Write(), this means we d...w00t
2008-04-01Special check in here now that forbids all use of MODE in s2s for changing ch...brain
2008-04-01Remove this, it won't work (reliably), use ModeParser::ModeString() instead, ...w00t
2008-04-01Configurable prefixes for chanmodes +qa: prefixes can be turned on or off ind...w00t
2008-03-31Patch by brain; Fix crash when no parameters are given when introducing a rem...special
2008-03-30Make sure CAPAB always comes before SERVER on either side of the link at all ...brain
2008-03-30AWAY notification for WATCH. Numerics are now sent out when a user goes away ...w00t
2008-03-30Merge OnCancelAway and OnSetAway, add param awaymsg to OnSetAway (blank when ...w00t
2008-03-30Whack format warning, do these differ between gcc versions or something?!brain
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-03-24A load of classes dont inherit from classbase, and they should. fix.brain
2008-03-24And more of thembrain
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-03-21Only valid targets for encap are now server idsbrain
2008-03-21Fix encap bug, when a target is wildcard we shouldnt abort propogatingbrain
2008-03-21Generate warning if m_services_account.so and m_cap.so are not loaded with m_...brain
2008-03-21Forgot to commit thisbrain
2008-03-21Whoops, forgot to tie ENCAP into receiver in treesocketbrain
2008-03-21This seems to play nice now, but it seems we may have to redo it all AGAIN :(brain
2008-03-21Patch to change MODULES numerics, so we dont get a collision when using AUTHE...brain
2008-03-21ENCAP stuffbrain
2008-03-17Fix the warnings that are worth fixing, ignore the rest of gcc's nannyingbrain
2008-03-08Fix multiple (useless) linefeeds on the end of ADDLINE in burstbrain
2008-02-24This should fix remote rehashbrain
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-22w00t broke it :pbrain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
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-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