summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/main.cpp
AgeCommit message (Expand)Author
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
2008-02-24spanningtree now correctly uses OnReadConfig, so its config is AVAILABLE when...brain
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-11-Woverloaded-virtual fixesw00t
2008-02-11Last of the -Wshadow fixes.w00t
2008-02-06Fix warnings (thanks owine)w00t
2008-02-03Propegate BURST and ENDBURST network-wide for timing of bursts, and to keep X...w00t
2008-02-03Remove an obsolete valuew00t
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
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-10Header update: 2007 -> 2008w00t
2008-01-08Forward port r8664: bind server sockets on /rehashw00t
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
2007-11-16Minor change: Add + to FMODE on creation of a new channel. This makes all FMO...w00t
2007-11-09Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg...brain
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-11-04More craqbrain
2007-11-02Dont propogate K-linesbrain
2007-11-02Implement DELLINE, allow both DELLINE and ADDLINE to take a server OR client ...brain
2007-11-02Hopefully fix the bursting of xlines to work again (even with unknown types) ...brain
2007-10-31Make it all compile.brain
2007-10-22Remove a wrapper, it's easy to read as is :pw00t
2007-10-17Remove debugbrain
2007-10-17UID translator broken with space or comma seperated lists (thanks danieldg)brain
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t