Difference for ./ChangeLog from version 1.698 to 1.699


version 1.698 version 1.699
Line 17
 
Line 17
 ------------------------------------------------------------------------------  ------------------------------------------------------------------------------
 Changes for CVS:  Changes for CVS:
   
   Fix/improve login procedure such that if a player is trying to log in with
   the name & correct password of character already on server, terminate old
   connection and let them log in.
   ---
   server/login.c: Remove name check for players on server in check_name().
       Make wrong_password() to handle error message handling for wrong password
       In check_login(), iterate over players on system to see if there is a
       match - if mismatched password, print error.  If correct password,
       terminate old connection.  Move wrong password logic from check_login()
       to wrong_password().
   MSW 2006-08-21
   
 server/attack.c: Call kill_player() from the kill_object() code. Fixes bug #1539192.  server/attack.c: Call kill_player() from the kill_object() code. Fixes bug #1539192.
 Alex Schultz 2006-08-21  Alex Schultz 2006-08-21
   


Legend:
line(s) removed in v.1.698 
line(s) changed
 line(s) added in v.1.699

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:42