summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
2007-10-19Removed some overly verbose messages from the TXT login server.ultramage2-124/+67
2007-10-18Fixed some gcc-specific stuff, silenced some more warningsultramage1-2/+2
2007-10-17* Merged do_sendrecv() and do_parse() into do_sockets()ultramage1-0/+1
2007-10-06 * the mapserver won't exit when no mapcache is found, with use_grf: yesultramage1-1/+0
2007-10-04* Added MAX_HOTKEYS to supplement the HOTKEY_SAVING defineultramage1-1/+1
2007-09-30Removed redundant 'subnet' s_subnet structure variable.ultramage1-6/+6
2007-09-20Added back SQL charserver listening socket code that got removed in the /tmps...ultramage1-41/+40
2007-09-20Synced TXT/SQL login server new account creation code. Removed some totally u...ultramage1-79/+48
2007-09-20Synced some more :)ultramage1-70/+76
2007-09-20Partially applied r10021 changes to TXT login server (login_config data struc...ultramage1-131/+190
2007-09-20* Merged the tmpsql branch:FlavioJS3-181/+179
2007-09-13Wiped out every mention of RETCODE from /src.ultramage1-235/+235
2007-08-10- added proper comments to login packet 0x277ultramage1-4/+4
2007-08-06* Added a null-pointer check to skill_initunit() to prevent a crashultramage1-5/+8
2007-07-20* Corrected packet_db.txt. See topic:158382 for details. As a side-effect, th...ultramage1-1/+1
2007-07-01Cleaned up some parts of the code.ultramage1-3/+3
2007-06-01Some typo fixing / cleaningultramage1-3/+3
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-16/+14
2007-05-21- Removed the TURBO socket mechanism - it was in fact just using a variable t...ultramage1-264/+265
2007-05-19Reformatting @_@ultramage1-10/+20
2007-05-09* Added Buuyo-Tama's shortlist for send/eof sockets (defined out for now). FlavioJS1-15/+15
2007-04-29* Ladmin fixesultramage1-1/+2
2007-04-28'minor' detailsultramage1-1/+1
2007-04-28* Tried and fixed md5 password encryptionultramage2-197/+177
2007-04-20- Added ntows() to properly handle that client port number deficiencyultramage1-2/+2
2007-04-17* Discarded extra deflate function needed for afm readingultramage1-2/+1
2007-04-16* Finally fixed mingw problems, managed to build both TXT and SQLultramage1-18/+14
2007-04-09- Fixed some compiling warnings.skotlex1-3/+3
2007-04-09* Played around with MinGW a bit today...ultramage2-151/+157
2007-04-07- Added function str2ip() to do platform-safe conversionsultramage1-9/+12
2007-04-07- Moved e_mail_check() and config_switch() to strlib.hultramage2-107/+64
2007-04-06- Corrected Aliza card's item_db line.skotlex1-2/+2
2007-04-05Fixing several compilation & runtime problemsultramage1-4/+4
2007-04-05* Made a crazy attempt to at least partially synchronize login&char codeultramage1-413/+360
2007-04-02- Corrected the login TXT server not initializing the waiting_disconnect vari...skotlex1-0/+1
2007-04-02* Some source code cleaningultramage1-3/+3
2007-04-01- Modified waiting_disconnect on the login server to hold the timer id of the...skotlex1-20/+30
2007-03-29- Added "do_abort" function to the core. It is invoked when the server has re...skotlex1-0/+7
2007-03-27- Removed a missing file reference in the athena-start scriptultramage1-1/+1
2007-03-16committing my work on the login server (mostly SQL)ultramage1-204/+108
2007-02-23- Minor cleanupsskotlex1-1/+1
2007-02-23- Updated Box of thunder to use "agi up" effect for 30 secs instead of NPC Ag...skotlex1-10/+5
2007-02-21Applied a consistent look to all header files (copyright, ifdefs)ultramage1-1/+2
2007-02-21Minor stuff (typos, socket.c, junk in login reply packet)ultramage1-1/+1
2007-02-07- Removed deprecated console code.FlavioJS1-3/+4
2007-02-05Updated the TXT login server's account id checker (it was still saying the mi...ultramage1-2/+2
2007-02-01Removed graph, httpd and webserverultramage1-2/+2
2007-01-15- Probably fixed the registration flood protection code being broken.skotlex1-7/+8
2007-01-08- Added a precompiler error when the shutdown defines are not found.FlavioJS1-7/+8
2006-12-23- Merged START_ACCOUNT_NUM and END_ACCOUNT_NUM moved from login.h to mmo.hFlavioJS1-2/+0