summaryrefslogtreecommitdiff
path: root/src/login_sql
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-07- Removed deprecated console code.FlavioJS1-3/+3
2007-02-01Removed graph, httpd and webserverultramage1-2/+2
2007-01-21Typo huntultramage1-2/+2
2007-01-15- Probably fixed the registration flood protection code being broken.skotlex1-3/+5
2007-01-08* Silenced the plugin export messages during startup [ultramage]ultramage1-1/+1
2007-01-08- Added a precompiler error when the shutdown defines are not found.FlavioJS1-19/+25
2007-01-06- Now winsock 2 is required.FlavioJS1-1/+1
2006-12-23- Merged START_ACCOUNT_NUM and END_ACCOUNT_NUM moved from login.h to mmo.hFlavioJS1-3/+0
2006-12-21ups... damn it...FlavioJS1-1/+1
2006-12-21- Moved md5calc to commonFlavioJS5-278/+24
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS4-2704/+2704
2006-11-24- Added all the missing FIFOHEADs in the login/sql servers (required for TURB...skotlex1-22/+50
2006-11-11Fixed debug message in login_sqlLupus1-38/+38
2006-11-07- Applied FlavioJs's patch which enables colored console output for Windows s...skotlex1-0/+2
2006-11-06- Ganbantein's delay is now 2 secs.skotlex1-1/+1
2006-10-03- Fixed a possible crash and a memory leak on the login-SQL server when parsi...skotlex1-5/+2
2006-09-13- Changed a bit the dnsbl lookup in the login servers to make it faster.skotlex1-2/+7
2006-09-13- Modified the login SQL server so that case insensitive lookups use "where n...skotlex1-20/+5
2006-08-23- Fixed a possible SIGSEGV on buildin_maprespawnguildid if the map is unknowntoms1-1/+1
2006-08-22- Fixed SC_NEN according to Mpegtoms1-0/+1
2006-08-10- Should have fixed the login-sql crash when passed user-name's length is bey...skotlex1-1/+1
2006-08-10- Fixed two instances in the login-sql server where the ip in the log-login t...skotlex1-4/+5
2006-08-08- Fixed the login-sql server replying to the change-sex packet with the wrong...skotlex1-3/+3
2006-07-29Removed ugly struct cast in login.ctoms1-6/+4
2006-07-28Casted nothl to (unsigned int) in sprintf functions, IP is 32bits and sql fie...toms1-5/+5
2006-07-28Fixed "warning: long unsigned int format, unsigned int arg" in parse_login (l...toms1-2/+2
2006-07-25- Added a missing ntohl call in the loginlog code.skotlex1-1/+1
2006-07-24- Modified the loginlog setting on the login-sql server to store the ips usin...skotlex1-8/+11
2006-07-24- Changed Land Protector's range back to 3.skotlex1-1/+1
2006-07-19- Corrected Trim chars to block 'enter', as explained by the Ultra mage.skotlex1-0/+1
2006-07-12- Fixed the IP value being apparently incorrectly casted before inserting int...skotlex1-1/+1