]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/main.cpp
Include explicit parameter list in ProtocolInterface::SendMode
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / main.cpp
2009-03-07 danieldgInclude explicit parameter list in ProtocolInterface...
2009-03-06 danieldgConstruct explicit parameter type list for MODE parameters
2009-02-16 w00tRemove redundant PriorityState, enum Priority does...
2009-01-02 brain...and make it not go querying modules that dont implem...
2009-01-02 brainIf a module is loaded after m_spanningtree that it...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-15 w00tFix naming convention to be consistant. (cmd_ -> Command)
2008-10-31 w00tAdd snomask +s +L - remote link notices.
2008-10-25 w00tUse TargetTypeFlags instead of int in a few places.
2008-10-25 w00tMove spanningtree to use OnChangeLocalUserHost instead...
2008-09-21 brainFix the 'i/o error on connection (no error)' stuff...
2008-09-19 peaveyImplement timeout on outgoing server connections as...
2008-09-11 aquanightFix KILL server-notice duplication
2008-09-08 w00tRemove old listening stuff from spanningtree, use a...
2008-08-29 w00tSafeguards
2008-08-27 w00tDon't force-finish a burst on a timer, instead, set...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-08-05 w00tMake this fit in with the rest of the code
2008-07-19 brainFix total mess of makefile dependency macros (all depen...
2008-07-11 w00tFix m_nopartmsg to work via API modification, involves...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-06-01 brainAdd ProtocolInterface::Introduce() to prevent confusion...
2008-05-18 aquanightConvert m_spanningtree
2008-05-05 brainRemove JOIN sending, all should be FJOIN
2008-05-05 w00tUn-break this so remote users still get RemoteMessage...
2008-05-05 brainAlter remotemessage here to not do what w00ts patch...
2008-05-05 aquanightConvert m_spanningtree
2008-04-17 w00tAdd todo note
2008-04-08 w00tRemote REHASH stuff, this drove me nuts but should...
2008-04-06 w00tMake ping warnings and lag check global across all...
2008-04-05 w00tFix multiple burst notifications in a better way (force...
2008-04-04 brainFix broken fjoin, looks like we forgot something when...
2008-04-04 w00tAdd simple modes to FJOIN instead of sending a seperate...
2008-04-04 brainServer origin PRIVMSG and NOTICE now supported by proto...
2008-04-04 brainNow rip out the old handler, and replace with an error...
2008-04-04 brainAdd basic stuff for protocol interface and implement...
2008-03-30 w00tAWAY notification for WATCH. Numerics are now sent...
2008-03-30 w00tMerge OnCancelAway and OnSetAway, add param awaymsg...
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-03-24 brainAnd more of them
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-03-21 brainGenerate warning if m_services_account.so and m_cap...
2008-03-21 brainThis seems to play nice now, but it seems we may have...
2008-03-21 brainENCAP stuff
2008-02-24 brainRollback complete! Everyone please go through the code...
2008-02-24 brainspanningtree now correctly uses OnReadConfig, so its...
2008-02-22 w00tNuke TIMESYNC from orbit \o/
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-17 brainw00t pointed out it needs doing here too
2008-02-11 w00t-Woverloaded-virtual fixes
2008-02-11 w00tLast of the -Wshadow fixes.
2008-02-06 w00tFix warnings (thanks owine)
2008-02-03 w00tPropegate BURST and ENDBURST network-wide for timing...
2008-02-03 w00tRemove an obsolete value
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-17 w00tMove a number of methods from class InspIRCd to class...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-08 w00tForward port r8664: bind server sockets on /rehash
2008-01-07 w00tgit-svn-id: http://svn.inspircd.org/repository/trunk...
2008-01-07 w00tSecond half of usercount fix..
2008-01-07 w00tFix up some usercounts stuff.. to be tested.
2007-11-16 w00tMinor change: Add + to FMODE on creation of a new chann...
2007-11-09 brainRoadmap item "Fix jointhrottle to not try 'throttle...
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-11-04 brainMore craq
2007-11-02 brainDont propogate K-lines
2007-11-02 brainImplement DELLINE, allow both DELLINE and ADDLINE to...
2007-11-02 brainHopefully fix the bursting of xlines to work again...
2007-10-31 brainMake it all compile.
2007-10-22 w00tRemove a wrapper, it's easy to read as is :p
2007-10-17 brainRemove debug
2007-10-17 brainUID translator broken with space or comma seperated...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-14 brainSplit up spanningtree some more, the filenames should...
2007-09-30 brainMinor change, param for local PING wasnt an SID and...
2007-09-04 burlex* Fixed connection messages in ModuleSpanningTree:...
2007-09-02 specialFixed an issue that could cause empty parameters in...
2007-08-31 specialFixed a bug introduced in r7827 (does not affect 1...
2007-08-29 brainWe really should SEND it too, if we're looking for...
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-28 brainIf the user's nick is just a case change, the TS is...
2007-08-28 brainNote: NICK now takes two params, a nickname and a times...
2007-08-28 brainFixes 1
2007-08-28 brainConvert yet more to ServerConfig::GetSID() - this is...
2007-08-28 brainFirst round of servername->sid stuffs
2007-08-28 w00tRemove unneeded headers from spanningtree. This was...
2007-08-27 w00tDebug to try figure this out ..
2007-08-27 brainTranslation of mode parameters to uids where neccessary
2007-08-27 brainAuto translation nick->uuid for command params should...
2007-08-27 brainMore translation stuff
2007-08-27 brainFix obligotary typos
2007-08-27 brainTranslate some stuff to uid.
2007-08-27 w00tMake FJOIN send UUID
next