|
| 1 | +2000-07-20 drscholl < [email protected]> |
| 2 | + |
| 3 | + * login.c: |
| 4 | + clone checker and max connections should only be checked for user logins, |
| 5 | + not server logins. |
| 6 | + |
| 7 | + * napster.txt: |
| 8 | + updated napster.txt on the 870 (add directory) command |
| 9 | + |
| 10 | + * add_file.c, handler.c, search.c: |
| 11 | + fixed possible buffer overrun in add_directory() |
| 12 | + |
| 13 | + fixed handle_connection() to avoid sending MSG_SERVER_USER_SHARING commands |
| 14 | + after every MSG_CLIENT_ADD_DIRECTORY command. |
| 15 | + |
| 16 | + added the server from which the command came to the log() messages generated |
| 17 | + by remote_search() and remote_search_result() |
| 18 | + |
| 19 | +2000-07-16 drscholl < [email protected]> |
| 20 | + |
| 21 | + * config.c, login.c, main.c, opennap.h, sample.conf: |
| 22 | + added clone checking controlled by new `max_clones' config var. |
| 23 | + |
| 24 | +2000-07-13 drscholl < [email protected]> |
| 25 | + |
| 26 | + * browse.c: |
| 27 | + fixed bug in new_browse() where no results would be returned in |
| 28 | + max_browse_results was set to 0 (which should mean unlimited) |
| 29 | + |
| 30 | +2000-07-08 drscholl < [email protected]> |
| 31 | + |
| 32 | + * add_file.c, configure.in, opennap.h: |
| 33 | + fixed buffer overflow in add_directory() when the directory portion of the |
| 34 | + filename was >=255 chars |
| 35 | + |
| 36 | +2000-07-06 drscholl < [email protected]> |
| 37 | + |
| 38 | + * server_usage.c: |
| 39 | + added bytes in and bytes out to the server stats |
| 40 | + |
| 41 | +2000-07-02 drscholl < [email protected]> |
| 42 | + |
| 43 | + * README, opennap.h, privmsg.c: |
| 44 | + changed rehash numeric to 10117 to avoid conflict with old server ping |
| 45 | + numeric |
| 46 | + |
| 47 | + added `rehash' to the list of operserv commands |
| 48 | + |
| 49 | + * README, config.c, handler.c, opennap.h: |
| 50 | + added rehash (10116) command to cause a server to reload it config files |
| 51 | + |
| 52 | + * README, add_file.c, server_connect.c: |
| 53 | + log message for bitrateToMask() said freqToMask |
| 54 | + |
| 55 | + server_connect should check for missing host argument |
| 56 | + |
| 57 | +2000-06-30 drscholl < [email protected]> |
| 58 | + |
| 59 | + * muzzle.c: |
| 60 | + added missing return when attempting to unmuzzle a user that isnt muzzled |
| 61 | + |
| 62 | +2000-06-29 drscholl < [email protected]> |
| 63 | + |
| 64 | + * channel.c: |
| 65 | + channel_voice() did not check for permission to execute the command |
| 66 | + |
| 67 | + * browse.c, channel.c, muzzle.c, serverlib.c: |
| 68 | + fixed compilation warnings about unused `len' |
| 69 | + |
| 70 | + pop_user_server() had a bad log() message with the message tag value causing |
| 71 | + a segfault |
| 72 | + |
| 73 | + muzzle() should ensure that db is not NULL before using it |
| 74 | + |
| 75 | +2000-06-27 drscholl < [email protected]> |
| 76 | + |
| 77 | + * whois.c: |
| 78 | + append_string() allocated extra space but didnt copy the data to append |
| 79 | + |
| 80 | + * channel.c, join.c: |
| 81 | + bugfixes from panasync. join() was setting the wrong user to channel |
| 82 | + operator since chanUser was reused for sending a join message to all clients |
| 83 | + in the channel. |
| 84 | + |
| 85 | + in channel_muzzle(), need to check for sender!=NULL when checking the user |
| 86 | + level permission |
| 87 | + |
| 88 | +2000-06-26 drscholl < [email protected]> |
| 89 | + |
| 90 | + * browse.c, channel.c, muzzle.c, whois.c: |
| 91 | + muzzled users should not be able to channel wallop |
| 92 | + |
| 93 | +2000-06-24 drscholl < [email protected]> |
| 94 | + |
| 95 | + * ChangeLog, NEWS, README: |
| 96 | + post 0.34 release commit |
| 97 | + |
1 | 98 | 2000-06-23 drscholl < [email protected]>
|
2 | 99 |
|
3 | 100 | * TODO, channel.c:
|
|
0 commit comments