summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-21ups... damn it...FlavioJS1-1/+1
2006-12-21- Moved md5calc to commonFlavioJS4-269/+27
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS3-4441/+4441
2006-12-05- Moved START_ACCOUNT_NUM and END_ACCOUNT_NUM from login.h to mmo.h and chang...FlavioJS1-46/+44
2006-11-24- Added all the missing FIFOHEADs in the login/sql servers (required for TURB...skotlex1-2/+2
2006-11-23- Made WFIFOHEAD() check for available buffer size remaining on the connectio...skotlex1-0/+1
2006-11-07- Applied FlavioJs's patch which enables colored console output for Windows s...skotlex1-0/+2
2006-09-13- Changed a bit the dnsbl lookup in the login servers to make it faster.skotlex1-2/+7
2006-09-12- Moved the packet_len variable in login.c to the login parse case, since it'...skotlex1-3/+3
2006-08-18- Fixed a sad crash in the login-txt server. Thanks to Flavio JS for pointing...skotlex1-2/+2
2006-08-09- Should have fixed a signed/unsigned warning in login-txtskotlex1-1/+3
2006-07-28Fixed sign warnings in login/login.ctoms1-2/+2
2006-07-22- Applied Toms's suggested corrections to homun code.skotlex1-1/+1
2006-07-19- Corrected Trim chars to block 'enter', as explained by the Ultra mage.skotlex1-0/+1
2006-07-10- Added login-char packet 0x2737. Sets all characters offline (login-server s...skotlex1-1/+6
2006-07-03- Char-server SQL won't perform the reconnect cleanup routines when kick_on_d...skotlex1-2/+0
2006-07-03- Fixed a compile warning in login sql/txtskotlex1-3/+3
2006-06-28- Fixed a compile warning in the login txt/sql server.skotlex1-0/+2
2006-06-27- Cleaned up the IP sync code to...skotlex1-18/+19
2006-06-23- Corrected ASC_BREAKER. Int-based damage is applied after attribute fixes an...skotlex1-1/+0
2006-06-22* [Fixed]: Lance1-2/+2
2006-06-22- Tested and fixed resolve_hostbyname.skotlex1-30/+8
2006-06-21* [Added]: Lance1-0/+26
2006-06-08- Fixed Sense using mdef instead of mdef2skotlex1-0/+2
2006-06-07- Cleaned status_get_sc_tick/status_get_sc_def to use the status_data function.skotlex1-2/+2
2006-05-31Removed debug messages (oops)Lance1-1/+0
2006-05-31[Fixed]: Lance1-4/+5
2006-05-31[Added]: Lance1-6/+22
2006-05-25- Increased capacity for Account Variables to 64skotlex1-1/+1
2006-05-20* Abit of alterations to login-server. Lance2-15/+12
2006-05-10Finished DNSBL, Although untested, It's simple code and should work fine.Zido1-18/+17
2006-04-24- DNSBL. Refer to changelog.Zido1-0/+34
2006-04-13- Changed the Warning of char-server disconnected to a status in the login-TX...skotlex1-1/+1
2006-04-10- Updated the subnet support to not require specifying the subnet mask, it is...skotlex1-10/+13
2006-04-02Typo in login.cLance1-1/+1
2006-03-27* Added jAthena's new start and athena-start shell scripts. Lance1-1/+1
2006-03-22- status_check_skilluse won't block skill-specific checks (silence, berserk, ...skotlex1-1/+0
2006-03-20- @stfu now allows negative intervals to be specified, they increase manner i...skotlex1-2/+6
2006-03-04- Fixed a bug on the last fix :Pskotlex1-3/+3
2006-03-04- Fixed subnet checking being broken in the login txt server.skotlex1-5/+5