|
| 1 | +2000-07-28 drscholl < [email protected]> |
| 2 | + |
| 3 | + * browse.c: reverted previous changes |
| 4 | + |
| 5 | + * add_file.c, download.c, init.c, main.c, opennap.h, remove_file.c, search.c, upload_complete.c, util.c: |
| 6 | + reverted back to storing full pathnames in the DATUM struct. it was causing |
| 7 | + too much load having to regenerate the filename every time match() needed to |
| 8 | + be called. |
| 9 | + |
| 10 | + * config.c, join.c, main.c, opennap.h, search.c, server_usage.c: |
| 11 | + added `search_timeout' variable to set the expiration time of remote |
| 12 | + searches (default: 180 secs) |
| 13 | + |
| 14 | + bytes in/out was not time averaged in server_usage() |
| 15 | + |
| 16 | + * channel.c, free_user.c, login.c, main.c, opennap.h, remove_connection.c, synch.c: |
| 17 | + cache the server names so that each USER struct can reference it a single |
| 18 | + time instead of once for each user |
| 19 | + |
| 20 | + * configure, configure.in: |
| 21 | + fixed bug in configure which causes DEBUG to always be set |
| 22 | + |
| 23 | + * download.c, upload_complete.c: |
| 24 | + reorganized code in download() to lookup the user's file only once |
| 25 | + |
| 26 | + * TODO, add_file.c, download.c, opennap.h, remove_file.c, search.c, upload_complete.c, util.c: |
| 27 | + added more strict checking to make sure the directory name also matches when |
| 28 | + looking up a file by its basename |
| 29 | + |
| 30 | + * browse.c, download.c, opennap.h, remove_file.c, upload_complete.c, util.c, add_file.c: |
| 31 | + modified hash table of user's files to index by only the pathname instead of |
| 32 | + the full directory name since that is no longer available |
| 33 | + |
| 34 | + * add_file.c, browse.c, download.c, resume.c: |
| 35 | + fixed many other places where the full filename was not returned |
| 36 | + |
| 37 | + * search.c: |
| 38 | + search did not return the full pathname of the shared files |
| 39 | + |
| 40 | + * add_file.c, browse.c, init.c, main.c, opennap.h, search.c, TODO: |
| 41 | + created new hash table `Paths' for storing the directory components of |
| 42 | + shared files a single time for all files in the same directory. |
| 43 | + |
| 44 | +2000-07-27 drscholl < [email protected]> |
| 45 | + |
| 46 | + * channel.c, sample.channels: |
| 47 | + altered channels file so that # is no longer considered a comment in |
| 48 | + `version 1' files. |
| 49 | + |
| 50 | + * NEWS, join.c, login.c: |
| 51 | + channel names must now begin with # or &. join will automatically prepend a |
| 52 | + hash (#) if missing |
| 53 | + |
| 54 | + * configure, configure.in: |
| 55 | + debugging is no longer enabled by default. use `configure --enable-debug' |
| 56 | + to turn it on |
| 57 | + |
| 58 | + * add_file.c, main.c, opennap.h: |
| 59 | + change Num_Gigs to a double. unsigned int was running out at 4096 GB. |
| 60 | + |
| 61 | + * Makefile.am, Makefile.in, NEWS, README, ban.c, channel.c, configure, configure.in, download.c, glob.c, join.c, list_users.c, login.c, napster.txt, opennap.h, resume.c, search.c, synch.c, upload_complete.c, util.c, whois.c: |
| 62 | + imported changes from adns branch, without adns support |
| 63 | + |
| 64 | + * NEWS, join.c: |
| 65 | + fixed bug in channel rollover code causing an infinite loop |
| 66 | + |
| 67 | +2000-07-26 drscholl < [email protected]> |
| 68 | + |
| 69 | + * channel.c: |
| 70 | + fixed bug which prevented registered channels from being dropped |
| 71 | + |
| 72 | + * remove_connection.c: |
| 73 | + check to make sure con->dns != 0 before calling adns_cancel() |
| 74 | + |
| 75 | + * upload_complete.c: |
| 76 | + fixed bug with downloads not working. forgot to switch .host to .ip |
| 77 | + in the download responses |
| 78 | + |
| 79 | +2000-07-25 drscholl < [email protected]> |
| 80 | + |
| 81 | + * main.c: |
| 82 | + added adns_if_noserverwarn to adns_init() to turn off warnings |
| 83 | + |
| 84 | + * login.c, main.c: |
| 85 | + login() did not convert the uint32 ip address to dot-quad before using it |
| 86 | + as the host name |
| 87 | + |
| 88 | + * server_connect.c: |
| 89 | + .resolved should be set when making an outgoing server connection so the |
| 90 | + connection doesnt time out waiting for a nonexistent dns lookup |
| 91 | + |
| 92 | + * configure, configure.in: |
| 93 | + configure should use `if test' rather than `if [' |
| 94 | + |
| 95 | + * README, list_users.c, whois.c: |
| 96 | + added the client ip address in dot-quad format to the end of the global user |
| 97 | + list response, and the whois response |
| 98 | + |
| 99 | + * configure, configure.in: |
| 100 | + configure should look for -ladns in /usr/local/lib as well |
| 101 | + |
| 102 | + * glob.c: New file. |
| 103 | + |
| 104 | + * glob.c: forgot to add glob.c |
| 105 | + |
| 106 | + * Makefile.am, Makefile.in, NEWS, ban.c, channel.c, configure, configure.in, download.c, join.c, list_users.c, login.c, main.c, napster.txt, opennap.h, remove_connection.c, resume.c, search.c, synch.c, whois.c: |
| 107 | + added initial support for adns to add reverse dns lookups for client |
| 108 | + connections. |
| 109 | + |
| 110 | +2000-07-23 drscholl < [email protected]> |
| 111 | + |
| 112 | + * ChangeLog, Makefile.in, README, configure, setup.c: |
| 113 | + fixed setup.c to compile under win32 |
| 114 | + |
| 115 | + updated ChangeLog with recent CVS log entries. |
| 116 | + |
1 | 117 | 2000-07-20 drscholl < [email protected]>
|
2 | 118 |
|
3 | 119 | * login.c:
|
|
0 commit comments