]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/treesocket1.cpp
Remove unneeded Extensible inheritance and remove "age" field from classbase
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treesocket1.cpp
2009-09-02 danieldgRemove unneeded Extensible inheritance and remove ...
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-06-07 danieldgAllow SSL fingerprint-based server authentication
2009-05-07 danieldgRemove handshake timer on server sockets that die befor...
2009-04-19 danieldgAdd loopCall to prevent double-broadcasting new X:lines
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-31 w00tAdd snomask +s +L - remote link notices.
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
2008-09-21 brainFix the 'i/o error on connection (no error)' stuff...
2008-09-19 braininbound sockets need a timeout, too. 30 secs should...
2008-09-19 peaveyImplement timeout on outgoing server connections as...
2008-09-08 w00tRemove old listening stuff from spanningtree, use a...
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-07-19 brainFix total mess of makefile dependency macros (all depen...
2008-07-17 w00tSend strerror() on all socket error messages, this...
2008-05-20 w00tForward port r9782: show IP (not unknown) for unauthed...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-11 w00tLast of the -Wshadow fixes.
2008-02-04 w00tSplit more of treesocket1
2008-02-03 w00tSplit treesocket1 into a number of smaller files
2008-02-03 w00tPropegate BURST and ENDBURST network-wide for timing...
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-13 w00tFirst UserManager overhaul: Move clone counts out of...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-07 w00tFix up some usercounts stuff.. to be tested.
2008-01-06 w00tBasic core changes for permanent channels.
2007-11-09 brainRoadmap item "Fix jointhrottle to not try 'throttle...
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainNot yet tested: remove last vestiges of modules[] and...
2007-11-02 brainHopefully fix the bursting of xlines to work again...
2007-10-29 brainBig fat fixme here
2007-10-28 w00t- Tear out a useless load of XLine clutters that did...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
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-23 brainMore compile fixes
2007-08-29 brainAdd duplicate UID error in ParseUID(), seems pippijn...
2007-08-29 brainThis needs to be sent in burst too
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 brainAdd SVSPART at request of the Anope team - You can...
2007-08-28 w00tDamn strict typing to hell
2007-08-28 w00tOops. We were missing a param on this SVSNICK for remot...
2007-08-28 brainFixes 2
2007-08-28 brainFirst round of servername->sid stuffs
2007-08-28 brainTidy up duplicate code, provide GetSID() method on...
2007-08-28 w00tOops: This 'remote' needs to be local, otherwise our...
2007-08-28 brainbool SamePerson = strcmp(localident, remoteident) ...
2007-08-28 w00tLong-standing bug: userrec::age should be set on remote...
2007-08-28 w00tRemove unneeded headers from spanningtree. This was...
2007-08-28 w00tRemove the last uses of localised fake clients. This...
2007-08-28 w00tHandle nick change collision through the same rules...
2007-08-28 w00tMove nickname collision logic into TreeSocket::DoCollis...
2007-08-27 brainStore id in TreeServer, use TreeServer::GetID() to...
2007-08-27 w00tRemove check for duplicate UUID, constructor of userrec...
2007-08-27 brainUpdate comment to say we need to SQUIT. This is a minor...
2007-08-27 w00tThis comment is no longer valid
2007-08-27 w00tDocument the use of SVSNICK to fix a remote user on...
2007-08-27 w00tOkay. Make it compile too, and make equal TS collision...
2007-08-27 w00tNickname collision: third revisitation
2007-08-27 w00tTS may be a more elegant solution, but it is fucking...
2007-08-27 w00tOops, forgot a branch (the logic here totally sucks...
2007-08-27 w00tNick collision handling with TS rules. This probably...
2007-08-27 w00tAdd a metric assload of TRANSLATE macros to modules.
2007-08-27 brainA few tidyups, and comment how the new constructors...
2007-08-27 brainAllocate uid in userrec constructor. Optional param...
2007-08-27 w00tOops, don't forget to save UUID of remote clients
2007-08-27 w00tMake FJOIN send UUID
2007-08-27 w00tConvert a metric assload of stuff to use UID
2007-08-27 w00tParanoia: Check for UUID collision on UID reciept,...
2007-08-27 w00tThis will royally fuck 1.2's linking right now, but..
2007-08-26 brainRouting failure messages back where they came from...
2007-08-23 brainAdd some stuff to change how we process a token sepeper...
2007-08-09 w00tShow <unknown> instead of an empty string on CAPAB...
2007-07-23 brainFix crash on unload of modules with listening sockets...
2007-07-18 brainIve tidied up the mode count stuff, but i still cant...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-24 brainCheck for TS==0 in FJOIN
2007-06-24 brainDrop fmode with TS of 0, just in case any craq smoking...
2007-06-24 brainFix for atheme support (and others) which makes sure...
2007-06-14 burlex- Fixed fencepost error in apply_other_sides_modes.
2007-06-14 burlex+ Added a check between servers prefixes at the CAPAB...
2007-06-09 brainA ton more clear() and empty() stuff thats been lingeri...
2007-05-21 brainMove inspircd.h to top
2007-05-20 brainSend CHANMODES= and PREFIX= in CAPAB CAPABILITIES.
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-13 brainWe dont need to send FMODE for user mode changes, and...
2007-05-13 brainFix remote bursting with quietbursts, before QA actuall...
2007-05-13 brainBetter logging to troubleshoot silentbursts
2007-05-10 brainChange some stuff around to make sure metadata/fmode...
2007-05-10 brainremove EB metadata madness and make services people...
next