summaryrefslogtreecommitdiff
path: root/src/login_sql
AgeCommit message (Expand)AuthorFilesLines
2007-09-26Fixed a typo in the sql login server causing client hang after entering a wro...ultramage1-1/+1
2007-09-21* Makefile deleting .svn in save folder.FlavioJS1-9/+16
2007-09-20Synced TXT/SQL login server new account creation code. Removed some totally u...ultramage1-118/+40
2007-09-20Synced some more :)ultramage1-100/+98
2007-09-20Partially applied r10021 changes to TXT login server (login_config data struc...ultramage2-55/+60
2007-09-20* Merged the tmpsql branch:FlavioJS3-697/+706
2007-09-13Wiped out every mention of RETCODE from /src.ultramage1-9/+9
2007-08-10- added proper comments to login packet 0x277ultramage1-3/+3
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-4/+3
2007-06-23random fixingultramage1-1/+1
2007-06-01Some typo fixing / cleaningultramage1-3/+3
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-5/+4
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...ultramage1-1/+1
2007-05-21- Removed the TURBO socket mechanism - it was in fact just using a variable t...ultramage2-165/+171
2007-05-09* Added Buuyo-Tama's shortlist for send/eof sockets (defined out for now). FlavioJS1-13/+13
2007-05-06Added a check to login_sql against too long db-stored emails.ultramage1-1/+1
2007-05-05* Removed the dependency on winsock.h for definitions, it's all winsock2.h now.FlavioJS1-0/+3
2007-05-05- imported the latest working grfio code from stableultramage1-1/+1
2007-04-28Fixed login_sql ipbans not working (due to signed/unsigned mismatch)ultramage1-1/+1
2007-04-28'minor' detailsultramage1-1/+1
2007-04-28* Tried and fixed md5 password encryptionultramage2-151/+130
2007-04-20- Added ntows() to properly handle that client port number deficiencyultramage1-2/+2
2007-04-17Changed some %lu to %u in login_sql/login.c because uint32 is now an unsigned...toms1-6/+6
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-9/+9
2007-04-09* Played around with MinGW a bit today...ultramage1-6/+6
2007-04-07- Added function str2ip() to do platform-safe conversionsultramage1-3/+3
2007-04-07- Moved e_mail_check() and config_switch() to strlib.hultramage2-117/+62
2007-04-06- Corrected Aliza card's item_db line.skotlex1-6/+6
2007-04-05* Made a crazy attempt to at least partially synchronize login&char codeultramage2-183/+182
2007-04-02- Cleaned up mmo_auth, as this function was quite filled with sql memory leak...skotlex2-99/+82
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/+28
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-25Corrected warning on login.sqltoms1-1/+1
2007-03-20- Removed Magic Rod's cast bar.skotlex1-1/+1
2007-03-19- Removed the last argument from skillitem, the skill name passed to the clie...skotlex1-12/+11
2007-03-18- Removed the old 'mapserver charsave' mechanismultramage1-18/+12
2007-03-18* Script engine:FlavioJS1-2/+2
2007-03-16committing my work on the login server (mostly SQL)ultramage2-706/+416
2007-03-15- Small change in the login-sql server that prevens crashes when somehow peop...skotlex1-2/+1
2007-03-04- Removed delete_session from socket.h since it shouldn't be used by them.skotlex1-2/+3
2007-02-25- Fixed a compiler warning in char_sql\login.cFlavioJS1-3/+2
2007-02-23- Updated Box of thunder to use "agi up" effect for 30 secs instead of NPC Ag...skotlex1-32/+10
2007-02-21Applied a consistent look to all header files (copyright, ifdefs)ultramage1-3/+3
2007-02-21Minor stuff (typos, socket.c, junk in login reply packet)ultramage1-1/+1
2007-02-08- Added code for SQL that will automatically detect the ping interval at star...ultramage1-13/+33