summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/main.cpp
AgeCommit message (Expand)Author
2009-03-18Fix for bug #792 reported by recyclebin, do not attempt to ping local servers...brain
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-16Remove redundant PriorityState, enum Priority does the exact same thing.w00t
2009-01-02...and make it not go querying modules that dont implement the right interfac...brain
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-31Add snomask +s +L - remote link notices.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-21Fix the 'i/o error on connection (no error)' stuff, by displaying 'connected ...brain
2008-09-19Implement timeout on outgoing server connections as per our docs <link:timeout>peavey
2008-09-11Fix KILL server-notice duplicationaquanight
2008-09-08Remove old listening stuff from spanningtree, use a new derived listener class.w00t
2008-08-29Safeguardsw00t
2008-08-27Don't force-finish a burst on a timer, instead, set bursted if a PONG is reci...w00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-22Match conversion stuff.w00t
2008-08-22Revert automated conversion by Special, as it (unfortunately) neglects some d...w00t
2008-08-22Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...special
2008-08-05Make this fit in with the rest of the codew00t
2008-07-19Fix total mess of makefile dependency macros (all depending on stuff they don...brain
2008-07-11Fix m_nopartmsg to work via API modification, involves a string copy that won...w00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-06-01Add ProtocolInterface::Introduce() to prevent confusion over event ordering, ...brain
2008-05-18Convert m_spanningtreeaquanight
2008-05-05Remove JOIN sending, all should be FJOINbrain
2008-05-05Un-break this so remote users still get RemoteMessage okay if targetted at a ...w00t
2008-05-05Alter remotemessage here to not do what w00ts patch did, twicebrain
2008-05-05Convert m_spanningtreeaquanight
2008-04-17Add todo notew00t
2008-04-08Remote REHASH stuff, this drove me nuts but should probably work now.. thx brainw00t
2008-04-06Make ping warnings and lag check global across all servers on a network. This...w00t
2008-04-05Fix multiple burst notifications in a better way (force EOB was quite often h...w00t
2008-04-04Fix broken fjoin, looks like we forgot something when porting to new format :pbrain
2008-04-04Add simple modes to FJOIN instead of sending a seperate FMODE all the time. T...w00t
2008-04-04Server origin PRIVMSG and NOTICE now supported by protocol. Will add interfac...brain
2008-04-04Now rip out the old handler, and replace with an error log linebrain
2008-04-04Add basic stuff for protocol interface and implement a couple of the methods....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-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-03-24And more of thembrain
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-03-21Generate warning if m_services_account.so and m_cap.so are not loaded with m_...brain
2008-03-21This seems to play nice now, but it seems we may have to redo it all AGAIN :(brain
2008-03-21ENCAP stuffbrain
2008-02-24Rollback complete! Everyone please go through the code and check i havent for...brain