summaryrefslogtreecommitdiff
path: root/src/login/login.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-25Added a new login server config for _F/_M account creation method which denie...shennetsind1-0/+6
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-4/+4
2011-06-16* Merges from charmerge:flaviojs1-24/+98
2011-02-08* Added support for new delayed character deletion.ai4rei1-2/+5
2011-01-14* Added 'birthdate' field to account data. For SQL apply upgrade_svn14672.sql...ai4rei1-0/+1
2011-01-14* Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria...ai4rei1-10/+10
2011-01-13* Removed ladmin (remote administration tool), all related support code and t...ai4rei1-50/+1
2011-01-13* Added support for creating account through the console-plugin on login-serv...ai4rei1-0/+30
2011-01-13* Reformatting and minor cleanups to console-plugin related code.ai4rei1-20/+8
2010-12-29* Fixed 'console' plugin not working on Windows, due to NULL passed to Create...ai4rei1-1/+1
2010-12-29* Fixed char-server making assumptions about RFIFO data length in character d...ai4rei1-5/+1
2010-12-22* Resolved random compiler warnings.ai4rei1-1/+1
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-3/+3
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-3/+3
2010-11-20* Fixed login-server account engine initialization not getting checked, wheth...ai4rei1-6/+10
2010-04-30- Fixed a typo in guildrelay.txt (bugreport:4213)brianluau1-1/+1
2009-11-22Added 'ipban_cleanup_interval' option which determines how often expired IP b...Paradox924X1-0/+3
2009-10-23Fixed login-server using already removed `auth_node`. (bugreport:3254)Gepard1-3/+3
2009-09-20Disabled ip checking during auth, since it lead to a lot of confusion.ultramage1-2/+2
2009-04-01* Removed online_check config options. (always active now)FlavioJS1-49/+30
2009-01-14* Added client login packets 0x01fa and 0x027c.FlavioJS1-19/+38
2008-08-19* Added global sql settings 'sql.*' to inter_athena.conf.FlavioJS1-34/+4
2008-08-09Fixed login printing raw passwdenc passwords to console (bugreport:826).ultramage1-6/+6
2008-08-01Removed unused guardian hp columns from the guild castles table in main.sql (...ultramage1-1/+1
2008-07-27Added code to md5 password received from charserver before comparing them wit...ultramage1-0/+2
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage1-1311/+722
2008-04-27Corrected r12662 where a guild break would trigger the OnGuildBreak event for...ultramage1-1/+1
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS1-6/+6
2008-04-12TXT code has been re uploaded. Please note this does not change the fact that...Kevin1-0/+2362
2008-04-12I live in a giant bucket.Kevin1-2362/+0
2008-04-10Modified the charservers to use a DBMap instead of a cyclic array for auth data.ultramage1-9/+0
2008-04-10Login server will now correctly keep online account information and properly ...Kevin1-0/+9
2008-04-05Reverted my recent changes to trunk.ultramage1-178/+1943
2008-04-05Added back the login_log() function for txt (removed in r11826).ultramage1-0/+7
2008-04-04Added login.c to hold most of the common functionality of the login server.ultramage1-0/+590
2008-04-04Preparations for the login server TXT/SQL mergeultramage1-2362/+0
2008-04-04Removed commented-out TXT-only login-server code that was supposed to prevent...ultramage1-15/+0
2008-04-03Renamed 'connect_until_time' to 'expiration_time'.ultramage1-32/+32
2008-03-30Yet more login server stuff:ultramage1-179/+184
2008-03-29Fixed a compilation issue with r12446 (C can't handle non-constant initialize...ultramage1-1/+3
2008-03-28Some more txt/sql login server synchronization:ultramage1-473/+77
2008-03-27Partial rewrite of the login server's auth system.ultramage1-160/+206
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-7/+7
2008-03-25Added proper checks to adoption processing (followup to r12428).ultramage1-12/+17
2008-01-11Patched a mistake in r12043 that caused inter-server connection problems when...ultramage1-0/+1
2008-01-10Another round of login server cleaningultramage1-250/+249
2008-01-06Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge...ultramage1-10/+9
2007-12-17* Added flag.server to indicate interserver socketsultramage1-3/+3
2007-12-16Some more guild code reformatting (moved do_init_guild() to the end of guild....ultramage1-3/+3
2007-12-11Fixed a mistake in r11876 that prevented the login server from doing auth cor...ultramage1-1/+1