summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treesocket1.cpp
AgeCommit message (Expand)Author
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-11Last of the -Wshadow fixes.w00t
2008-02-04Split more of treesocket1w00t
2008-02-03Split treesocket1 into a number of smaller filesw00t
2008-02-03Propegate BURST and ENDBURST network-wide for timing of bursts, and to keep X...w00t
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-01-13First UserManager overhaul: Move clone counts out of InspIRCd & User.w00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-07Fix up some usercounts stuff.. to be tested.w00t
2008-01-06Basic core changes for permanent channels.w00t
2007-11-09Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg...brain
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain
2007-11-04Not yet tested: remove last vestiges of modules[] and module_names[] arrays.brain
2007-11-02Hopefully fix the bursting of xlines to work again (even with unknown types) ...brain
2007-10-29Big fat fixme herebrain
2007-10-28- Tear out a useless load of XLine clutters that did nothing much except conf...w00t
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-03Cut out redundant loop from nickname introductions, also ensure that each UID...brain
2007-09-30Users were also being attached to the wrong server names (by uid and not by s...brain
2007-09-30Whoops, forgot some stuff for when GECOS was moved to position 10 in the UID ...brain
2007-09-23More compile fixesbrain
2007-08-29Add duplicate UID error in ParseUID(), seems pippijn was triggering it and it...brain
2007-08-29This needs to be sent in burst toobrain
2007-08-29IMPORTANT: UID command now takes TEN parameters in 1.2. We never had a signon...brain
2007-08-29Swap around ERROR and SNONOTICE in SendError() so that the server doesnt try ...brain
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-28Add SVSPART at request of the Anope team - You can tell if the server has SVS...brain
2007-08-28Damn strict typing to hellw00t
2007-08-28Oops. We were missing a param on this SVSNICK for remote TS.. that probably w...w00t
2007-08-28Fixes 2brain
2007-08-28First round of servername->sid stuffsbrain
2007-08-28Tidy up duplicate code, provide GetSID() method on ServerConfig which returns...brain
2007-08-28Oops: This 'remote' needs to be local, otherwise our return value can be inco...w00t
2007-08-28bool SamePerson = strcmp(localident, remoteident) && !strcmp(localip, remoteip);brain
2007-08-28Long-standing bug: userrec::age should be set on remote introduction. This do...w00t
2007-08-28Remove unneeded headers from spanningtree. This was done to the rest of the s...w00t
2007-08-28Remove the last uses of localised fake clients. This removes a lot of allocat...w00t
2007-08-28Handle nick change collision through the same rules nick introduction collisi...w00t
2007-08-28Move nickname collision logic into TreeSocket::DoCollision so that nickname c...w00t
2007-08-27Store id in TreeServer, use TreeServer::GetID() to get the id (NOTE: it is st...brain
2007-08-27Remove check for duplicate UUID, constructor of userrec throws for us insteadw00t
2007-08-27Update comment to say we need to SQUIT. This is a minor thing so im not going...brain
2007-08-27This comment is no longer validw00t
2007-08-27Document the use of SVSNICK to fix a remote user on collidew00t
2007-08-27Okay. Make it compile too, and make equal TS collision work correctly.w00t
2007-08-27Nickname collision: third revisitationw00t
2007-08-27TS may be a more elegant solution, but it is fucking horrible to write code f...w00t
2007-08-27Oops, forgot a branch (the logic here totally sucks, it will need cleaning up...w00t