]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/treesocket1.cpp
In the grand tradition of huge fucking commits:
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treesocket1.cpp
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...
2007-05-10 brainSmall api change with wide reaching effects in modules...
2007-05-09 brainFix ping timeout ERROR not being generated when a serve...
2007-05-08 w00t- (FINALLY, ffs) add realnames to connect/remote connec...
2007-05-07 brainCorrect the silentbursts logic
2007-05-07 brainSlightly tidier capab checks
2007-05-07 brainNeeds a little testing: Tidyup of some code, namely...
2007-05-07 brainFix channel TS not being set correctly on creation...
2007-05-07 brainDevelopers, please review ForceJoin starting at line...
2007-05-07 brainA bit more debug in here
2007-05-07 brainAdd bugnotice when an fmode is sent with a TS < ours...
2007-05-07 brainFTOPIC from another server now (correctly) shows local...
2007-05-04 brainAdd options:quietbursts, fixes bug #269, also adds...
2007-05-01 brainMuch more detailed logging of lowlevel socket errors...
2007-05-01 brainFix crashbug in latest svn introduced by inspsocket...
2007-04-26 brainMake error reporting work properly, it seemed to loose...
2007-04-25 peaveydhost and host are both char[65], so let stringcopy...
2007-04-15 brainFix for bug that took ages to track down and was very...
2007-04-09 brainThe hmac stuff was slightly wrong, calculating the...
2007-04-09 brainD'oh, this is what causes it to randomly not allow...
2007-04-09 brainAnd spell it right.
2007-04-09 brainMinor change, easy to roll back if it fucks up
2007-04-09 brainWhoopsie
2007-04-09 brainWait longer before sending data on the connect than...
2007-04-09 brainRevert
2007-04-09 brainTest tweak to make it sync faster
2007-04-09 brainDifferent way of generating random string
2007-04-09 brainGive information in snomask +l to what type of auth...
2007-04-09 brainAdd config <options:disablehmac> to support disabling...
2007-04-09 brainRemove debug: This now works!
2007-04-09 brainI think we're almost there now
2007-04-09 brainThis is likely fucked up beyond all recognition. Today...
2007-04-09 brainDebug, and we seem to be sending capab twice
2007-04-09 brainAdd basic HMAC suggested by jilles to make the auth...
2007-04-09 brainTest code that pretends to send a hashed value if its...
2007-04-09 brainAdded ability to send and receive a challenge, dont...
2007-04-09 brainAdd methods needed for storing challenge string
2007-04-07 brainAdd licensing headers to files which are missing them...
2007-04-05 brainFix for bug #199 (Feature request) submitted by owine...
next