]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/treesocket1.cpp
Use ServiceProvider for inter-module dependencies
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treesocket1.cpp
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-12 danieldgFix double-cull of users quitting due to connection...
2009-11-03 danieldgClean up duplicated link snomask messages on errors
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-23 peaveyFix plural on netsplit SNO. [dKingston]
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-21 danieldgsome WriteGlobalSno changes
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-09 danieldgFix hook finding code and error reporting
2009-10-09 danieldgMove autoconnect next-server to TreeSocket::cull, and...
2009-10-09 danieldgAdd server ports to ServerInstance->ports, enable SSL...
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-10-01 danieldgAdd ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
2009-09-30 danieldgAllow multiple autoconnects in a single <autoconnect...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-21 danieldgDon't try to write to dead users, add debug to SquitSer...
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-17 danieldgAdd <autoconnect> blocks [jackmcbarn]
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgAdd modules to the VF_COMMON list in backwards compatab...
2009-09-02 danieldgAdd VF_OPTCOMMON for optionally common modules
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
next