Age | Commit message (Expand) | Author | Files | Lines |
2007-12-17 | * Added flag.server to indicate interserver sockets | ultramage | 1 | -3/+3 |
2007-12-11 | Fixed a mistake in r11876 that prevented the login server from doing auth cor... | ultramage | 1 | -1/+1 |
2007-12-09 | small fix to the server's packet parsing code to display server IPs correctly. | ultramage | 1 | -6/+8 |
2007-12-02 | Fixed charserver unable to reestablish link to login server after a disconnec... | ultramage | 1 | -6/+17 |
2007-11-30 | * Random cleanup/documentation. | FlavioJS | 1 | -13/+14 |
2007-11-27 | * TXT/SQL login server code synchronization | ultramage | 2 | -139/+154 |
2007-11-26 | * Normalized makefiles: | FlavioJS | 1 | -5/+18 |
2007-11-09 | * Re-worked the login-char-map packet spam mechanism | ultramage | 1 | -7/+13 |
2007-11-08 | * Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include. | FlavioJS | 1 | -2/+2 |
2007-10-19 | Removed some overly verbose messages from the TXT login server. | ultramage | 1 | -20/+20 |
2007-10-18 | Fixed some gcc-specific stuff, silenced some more warnings | ultramage | 1 | -2/+2 |
2007-10-17 | * Merged do_sendrecv() and do_parse() into do_sockets() | ultramage | 1 | -0/+1 |
2007-10-17 | Using predefined constants as parameters to the exit() function. | ultramage | 1 | -1/+1 |
2007-10-04 | * Added MAX_HOTKEYS to supplement the HOTKEY_SAVING define | ultramage | 1 | -1/+1 |
2007-09-30 | Removed redundant 'subnet' s_subnet structure variable. | ultramage | 1 | -6/+6 |
2007-09-26 | Fixed a typo in the sql login server causing client hang after entering a wro... | ultramage | 1 | -1/+1 |
2007-09-21 | * Makefile deleting .svn in save folder. | FlavioJS | 1 | -9/+16 |
2007-09-20 | Synced TXT/SQL login server new account creation code. Removed some totally u... | ultramage | 1 | -118/+40 |
2007-09-20 | Synced some more :) | ultramage | 1 | -100/+98 |
2007-09-20 | Partially applied r10021 changes to TXT login server (login_config data struc... | ultramage | 2 | -55/+60 |
2007-09-20 | * Merged the tmpsql branch: | FlavioJS | 3 | -697/+706 |
2007-09-13 | Wiped out every mention of RETCODE from /src. | ultramage | 1 | -9/+9 |
2007-08-10 | - added proper comments to login packet 0x277 | ultramage | 1 | -3/+3 |
2007-08-06 | * Added a null-pointer check to skill_initunit() to prevent a crash | ultramage | 1 | -5/+8 |
2007-07-20 | * Corrected packet_db.txt. See topic:158382 for details. As a side-effect, th... | ultramage | 1 | -1/+1 |
2007-07-01 | Cleaned up some parts of the code. | ultramage | 1 | -4/+3 |
2007-06-23 | random fixing | ultramage | 1 | -1/+1 |
2007-06-01 | Some typo fixing / cleaning | ultramage | 1 | -3/+3 |
2007-05-25 | Corrected some weird fgets() statements, plus reformatted them | ultramage | 1 | -5/+4 |
2007-05-23 | - Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ... | ultramage | 1 | -1/+1 |
2007-05-21 | - Removed the TURBO socket mechanism - it was in fact just using a variable t... | ultramage | 2 | -165/+171 |
2007-05-09 | * Added Buuyo-Tama's shortlist for send/eof sockets (defined out for now). | FlavioJS | 1 | -13/+13 |
2007-05-06 | Added a check to login_sql against too long db-stored emails. | ultramage | 1 | -1/+1 |
2007-05-05 | * Removed the dependency on winsock.h for definitions, it's all winsock2.h now. | FlavioJS | 1 | -0/+3 |
2007-05-05 | - imported the latest working grfio code from stable | ultramage | 1 | -1/+1 |
2007-04-28 | Fixed login_sql ipbans not working (due to signed/unsigned mismatch) | ultramage | 1 | -1/+1 |
2007-04-28 | 'minor' details | ultramage | 1 | -1/+1 |
2007-04-28 | * Tried and fixed md5 password encryption | ultramage | 2 | -151/+130 |
2007-04-20 | - Added ntows() to properly handle that client port number deficiency | ultramage | 1 | -2/+2 |
2007-04-17 | Changed some %lu to %u in login_sql/login.c because uint32 is now an unsigned... | toms | 1 | -6/+6 |
2007-04-17 | * Discarded extra deflate function needed for afm reading | ultramage | 1 | -2/+1 |
2007-04-16 | * Finally fixed mingw problems, managed to build both TXT and SQL | ultramage | 1 | -9/+9 |
2007-04-09 | * Played around with MinGW a bit today... | ultramage | 1 | -6/+6 |
2007-04-07 | - Added function str2ip() to do platform-safe conversions | ultramage | 1 | -3/+3 |
2007-04-07 | - Moved e_mail_check() and config_switch() to strlib.h | ultramage | 2 | -117/+62 |
2007-04-06 | - Corrected Aliza card's item_db line. | skotlex | 1 | -6/+6 |
2007-04-05 | * Made a crazy attempt to at least partially synchronize login&char code | ultramage | 2 | -183/+182 |
2007-04-02 | - Cleaned up mmo_auth, as this function was quite filled with sql memory leak... | skotlex | 2 | -99/+82 |
2007-04-02 | * Some source code cleaning | ultramage | 1 | -3/+3 |
2007-04-01 | - Modified waiting_disconnect on the login server to hold the timer id of the... | skotlex | 1 | -20/+28 |