]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree
Fix m_chanlog crashing.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree /
2008-02-07 w00tSorta update this.. won't give a full file list as...
2008-02-06 w00tFix warnings (thanks owine)
2008-02-05 brainMore tweaks
2008-02-05 brainThis makes more sense
2008-02-05 w00tAdd server.cpp, handles all stuff related to the server...
2008-02-05 w00tWe have two perfectly good macros, use them
2008-02-05 fezfixed more std:: stuff
2008-02-05 fezfixed std:: stuff - that should be all of it
2008-02-04 w00tClean up some FJOIN stuff
2008-02-04 w00tMove a piece of HMAC to hmac.cpp
2008-02-04 w00tSplit treesocket2 into various smaller files
2008-02-04 w00tRename burst.cpp to netburst.cpp - it does not just...
2008-02-04 w00tSplit more of treesocket1
2008-02-03 w00tFix trivial desync with FTOPIC: if topic is identical...
2008-02-03 w00tSplit treesocket1 into a number of smaller files
2008-02-03 w00tClear up header insanity
2008-02-03 w00tPropegate BURST and ENDBURST network-wide for timing...
2008-02-03 brainWhoops
2008-02-03 brainWhat do you think of this, w00t?
2008-02-03 w00tFix burst time indicator: set startburst in treeserver...
2008-02-03 w00tShow extra debug for burst time
2008-02-03 w00tBroken, but.. show how many milliseconds a burst takes...
2008-02-03 w00tRemove an obsolete value
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-02-02 w00tCheck for empty prefixes, and close server connections...
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-16 w00tValidate <server:id> on startup if provided, thx Brain
2008-01-13 w00tFirst UserManager overhaul: Move clone counts out of...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-08 w00tFix careless compile error caused by forward port of...
2008-01-08 w00tForward port r8664: bind server sockets on /rehash
2008-01-07 w00tCorrect typo
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.
2008-01-06 w00tBasic core changes for permanent channels.
2008-01-06 w00tBack out rsquit: wasn't meant to be committed yet.
2008-01-06 w00tAdd removal of BanCache entries on XLINE add/del, so...
2008-01-05 w00tAdd SnomaskManager::FlushSnotices() stub
2008-01-04 w00tForward port r8629: Fix for bug #458 - servers going...
2008-01-04 w00tBack out previous patch disabling ADDLINE processing...
2008-01-04 w00tADDLINE is broken, don't process it for now..
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 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainSome more to fix still, modules probably wont load...
2007-11-04 brainNot yet tested: remove last vestiges of modules[] and...
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-11-02 brainTidy up, and make the identifer for a line type be...
2007-11-01 brainMake misconfiguration of spanningtree more 'fatal'...
2007-10-31 brainMake it compilable :p
2007-10-31 brainAdd XLine::SetCreateTime that removes gline_set_creatio...
2007-10-31 brainUse XLineFactory in ADDLINE, so that it can deal with...
2007-10-31 brainMake it all compile.
2007-10-31 brainSpanningtree now compiles
2007-10-29 brainBig fat fixme here
2007-10-28 w00tPERL PIE FOR ALL: Rename a fuckload of XLineManager...
2007-10-28 w00t- Tear out a useless load of XLine clutters that did...
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 w00tInspTimer -> Timer
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-10-14 brainFix indentation
2007-10-14 brainSplit up spanningtree some more, the filenames should...
2007-10-14 brainChange the way origins are shown in snonotice, for...
2007-10-13 brainFix uninitialized var that may stop the ping warning...
2007-10-09 brainChange 'unrecognised command BLAH' to 'unrecognised...
2007-10-09 brainsanity check for existing server in DoFailOver seems...
2007-10-03 brainCut out redundant loop from nickname introductions...
2007-09-30 brainUsers were also being attached to the wrong server...
2007-09-30 brainWhoops, forgot some stuff for when GECOS was moved...
2007-09-30 brainMinor change, param for local PING wasnt an SID and...
2007-09-27 specialForgot part of the fix for bug #404
2007-09-25 brainFix for bug #415, affects only trunk (wish i'd known...
2007-09-23 brainMore compile fixes
2007-09-04 burlex* Fixed connection messages in ModuleSpanningTree:...
2007-09-04 burlex* Fixed some incorrect declarations in IOCPEngine
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 brainAdd duplicate UID error in ParseUID(), seems pippijn...
2007-08-29 brainMake IsSID completely strict: Must be [digit][A-Zdigit...
2007-08-29 brainThis needs to be sent in burst too
2007-08-29 brainWe really should SEND it too, if we're looking for...
2007-08-29 brainIMPORTANT: UID command now takes TEN parameters in...
2007-08-29 brainSwap around ERROR and SNONOTICE in SendError() so that...
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-28 brainTidy up here, same tidyup cannot go back to stable...
2007-08-28 brainAdd SVSPART at request of the Anope team - You can...
2007-08-28 brainIf we see a NICK message without a timestamp on it...
2007-08-28 brainIf the user's nick is just a case change, the TS is...
next