Age | Commit message (Expand) | Author | Files | Lines |
2007-08-10 | - added proper comments to login packet 0x277 | ultramage | 1 | -4/+4 |
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 | -3/+3 |
2007-06-01 | Some typo fixing / cleaning | ultramage | 1 | -3/+3 |
2007-05-25 | Corrected some weird fgets() statements, plus reformatted them | ultramage | 1 | -16/+14 |
2007-05-21 | - Removed the TURBO socket mechanism - it was in fact just using a variable t... | ultramage | 1 | -264/+265 |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -10/+20 |
2007-05-09 | * Added Buuyo-Tama's shortlist for send/eof sockets (defined out for now). | FlavioJS | 1 | -15/+15 |
2007-04-29 | * Ladmin fixes | ultramage | 1 | -1/+2 |
2007-04-28 | 'minor' details | ultramage | 1 | -1/+1 |
2007-04-28 | * Tried and fixed md5 password encryption | ultramage | 2 | -197/+177 |
2007-04-20 | - Added ntows() to properly handle that client port number deficiency | ultramage | 1 | -2/+2 |
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 | -18/+14 |
2007-04-09 | - Fixed some compiling warnings. | skotlex | 1 | -3/+3 |
2007-04-09 | * Played around with MinGW a bit today... | ultramage | 2 | -151/+157 |
2007-04-07 | - Added function str2ip() to do platform-safe conversions | ultramage | 1 | -9/+12 |
2007-04-07 | - Moved e_mail_check() and config_switch() to strlib.h | ultramage | 2 | -107/+64 |
2007-04-06 | - Corrected Aliza card's item_db line. | skotlex | 1 | -2/+2 |
2007-04-05 | Fixing several compilation & runtime problems | ultramage | 1 | -4/+4 |
2007-04-05 | * Made a crazy attempt to at least partially synchronize login&char code | ultramage | 1 | -413/+360 |
2007-04-02 | - Corrected the login TXT server not initializing the waiting_disconnect vari... | skotlex | 1 | -0/+1 |
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/+30 |
2007-03-29 | - Added "do_abort" function to the core. It is invoked when the server has re... | skotlex | 1 | -0/+7 |
2007-03-27 | - Removed a missing file reference in the athena-start script | ultramage | 1 | -1/+1 |
2007-03-16 | committing my work on the login server (mostly SQL) | ultramage | 1 | -204/+108 |
2007-02-23 | - Minor cleanups | skotlex | 1 | -1/+1 |
2007-02-23 | - Updated Box of thunder to use "agi up" effect for 30 secs instead of NPC Ag... | skotlex | 1 | -10/+5 |
2007-02-21 | Applied a consistent look to all header files (copyright, ifdefs) | ultramage | 1 | -1/+2 |
2007-02-21 | Minor stuff (typos, socket.c, junk in login reply packet) | ultramage | 1 | -1/+1 |
2007-02-07 | - Removed deprecated console code. | FlavioJS | 1 | -3/+4 |
2007-02-05 | Updated the TXT login server's account id checker (it was still saying the mi... | ultramage | 1 | -2/+2 |
2007-02-01 | Removed graph, httpd and webserver | ultramage | 1 | -2/+2 |
2007-01-15 | - Probably fixed the registration flood protection code being broken. | skotlex | 1 | -7/+8 |
2007-01-08 | - Added a precompiler error when the shutdown defines are not found. | FlavioJS | 1 | -7/+8 |
2006-12-23 | - Merged START_ACCOUNT_NUM and END_ACCOUNT_NUM moved from login.h to mmo.h | FlavioJS | 1 | -2/+0 |
2006-12-21 | ups... damn it... | FlavioJS | 1 | -1/+1 |
2006-12-21 | - Moved md5calc to common | FlavioJS | 4 | -269/+27 |
2006-12-05 | - Massive EOL normalization & 'svn:eol-style native' flag setting for all txt... | FlavioJS | 3 | -4441/+4441 |
2006-12-05 | - Moved START_ACCOUNT_NUM and END_ACCOUNT_NUM from login.h to mmo.h and chang... | FlavioJS | 1 | -46/+44 |
2006-11-24 | - Added all the missing FIFOHEADs in the login/sql servers (required for TURB... | skotlex | 1 | -2/+2 |
2006-11-23 | - Made WFIFOHEAD() check for available buffer size remaining on the connectio... | skotlex | 1 | -0/+1 |
2006-11-07 | - Applied FlavioJs's patch which enables colored console output for Windows s... | skotlex | 1 | -0/+2 |
2006-09-13 | - Changed a bit the dnsbl lookup in the login servers to make it faster. | skotlex | 1 | -2/+7 |
2006-09-12 | - Moved the packet_len variable in login.c to the login parse case, since it'... | skotlex | 1 | -3/+3 |
2006-08-18 | - Fixed a sad crash in the login-txt server. Thanks to Flavio JS for pointing... | skotlex | 1 | -2/+2 |
2006-08-09 | - Should have fixed a signed/unsigned warning in login-txt | skotlex | 1 | -1/+3 |
2006-07-28 | Fixed sign warnings in login/login.c | toms | 1 | -2/+2 |