X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0d27216b74c54ae71c20d0592b4855e981e1c066;hb=bac20efef674741a002cd7d1a6927277df5e1f7f;hp=f3f209d8b27381d4b5e1e259fd5fa064c966f41d;hpb=985ef8460d1cd74eee9576e6d32e625fdeb6a76c;p=spider.git diff --git a/Changes b/Changes index f3f209d8..0d27216b 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,16 @@ +21Jan03======================================================================= +1. Started the structural changes to the code for new protocol +2. added Storable support for DXUser to increase speed and reduce cputime. +3. Moved lock files to /spider/local. +4. Changed hop modification so that rehopping only happens if the hops are +currently too large (this will annoy, but I don't think I shall change it). +I have made this change to try to stem some of the PC41 and other storms that +occur, largely because the hops will never decrement to 0 otherwise. +20Jan03======================================================================= +1. changed sh/c so that, by default, it only shows the caller's country nodes +sh/c all will show the old style full list. "sh/c sk gb" will show the config +of all the GB and SK nodes. +2. changed sh/stat and sh/route for nodes 19Jan03======================================================================= 1. I have made a fundemental change to the way PC19s are dealt with as a result of the discussions on the mailing list. From now on, only nodes that @@ -9,8 +22,16 @@ users, then you can do a set/routepc19 to enable PC19 propagation. In the even more rare case of you wanting to prevent PC19s being routed thru your node, you can use unset/routepc19. THIS IS NOT A SUBSTITUTE FOR ROUTE FILTERING!!!!! [translators: I have added wpc16s, wpc16u, wpc19s, wpc19u] + +BTW the first time you connect again you will notice a separate PC19 go out +for each 'new' PC16 that the node sees. This is normal and will go away the +second time the system needs to issue a PC19. 2. Alter the export_user command to remove users that have no useful info and have not been seen for more than (default) 1 year. +3. fix the problem of users on more than one node not being propagated +4. remove spaces and all non-US ascii characters from PC41 for the dup check. +5. put in check to see if the parent of a newly allowed PC19 is still there +(this needs further investigation). 17Jan03======================================================================= 1. Fix problem with lines being left in the main input queue for a disconnected/ing node.