summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2008-04-04Whoops, thanks w00tbrain
2008-04-04Whoops, wrong pointer. write out 500 lines 'i will check my code twice', brain.brain
2008-04-04Make it buildablebrain
2008-04-04Whoops, this would be bad if not fixed :pbrain
2008-04-04Remote server PRIVMSG/NOTICE to nickname supportbrain
2008-04-04Support for remote NOTICE/PRIVMSG with server origin and user targetbrain
2008-04-04Add safety check for nonexistent server in receiving server origin privmsg (s...brain
2008-04-04Add protocol api functions: PI->WriteChannelPrivmsg() and PI->WriteChannelNot...brain
2008-04-04Server origin PRIVMSG and NOTICE now supported by protocol. Will add interfac...brain
2008-04-04Server origin privmsg, UNTESTED - will test in a minbrain
2008-04-04Now rip out the old handler, and replace with an error log linebrain
2008-04-04Make all our modules use the new stuff rather than the send_ eventsbrain
2008-04-04The rest of the server protocol interface and fix a warning in m_rlinebrain
2008-04-04Add basic stuff for protocol interface and implement a couple of the methods....brain
2008-04-02Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod...brain
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