summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
2009-11-22Added ipban_cleanup_interval to the Login_Config struct (Follow-up to r14161).Paradox924X1-0/+1
2009-11-22Added 'ipban_cleanup_interval' option which determines how often expired IP b...Paradox924X2-6/+15
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-07-11Some insignificant code tweaks.ultramage1-1/+1
2009-04-01* Removed online_check config options. (always active now)FlavioJS2-51/+31
2009-01-14* Added client login packets 0x01fa and 0x027c.FlavioJS3-24/+47
2008-12-22Fixed incorrect usage of sv_escape_c() in TXT's login_log function, which pro...ultramage1-2/+2
2008-11-22* Hunted down the simpler 64bit pointer truncations.FlavioJS1-1/+1
2008-10-15* Fixed ipban sql connecting to the sql server when disabledFlavioJS1-1/+24
2008-08-29swtcompilationerror (followup to r13149)ultramage1-2/+2
2008-08-28Fixed a txt login server crash when reading a malformed accounts file.ultramage1-0/+2
2008-08-25* Fixed: compiler warning in admin.c [akrus]akrus1-2/+0
2008-08-19* Added global sql settings 'sql.*' to inter_athena.conf.FlavioJS7-233/+421
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-31Corrected one wrong config option name causing db connection problems (follow...ultramage1-1/+1
2008-07-31Reverted r12230. cUSTOM_CFLAGS is redundant since you can achieve the same re...ultramage1-2/+2
2008-07-30AccountDB_TXT will now correctly read inconsistent EOLs (bugreport:1934)ultramage1-3/+3
2008-07-28Fixed loginlog not reading database config settings (followup to r13005).ultramage1-5/+5
2008-07-27Added code to md5 password received from charserver before comparing them wit...ultramage1-0/+2
2008-07-27Fixed md5 passwords not workingultramage1-1/+1
2008-07-27Cleaned up several poorly chosen loginlog variable names.ultramage1-21/+17
2008-07-27* Fixed a memory leak in mmo_auth_tosql (extra sql statement being allocated).FlavioJS1-1/+0
2008-07-27* Added missing option 'log_db_db' to loginlog_config_read(loginlog_sql.c).FlavioJS2-0/+4
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage13-1665/+2904
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-12... but not with a buggy tool (missing svn:props)ultramage1-46/+46
2008-04-12TXT code has been re uploaded. Please note this does not change the fact that...Kevin4-0/+3381
2008-04-12I live in a giant bucket.Kevin4-3381/+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.ultramage6-3595/+1954
2008-04-05Removed code that maintains the `sstatus` table, because it's in the way. To ...ultramage2-33/+0
2008-04-05Added back the login_log() function for txt (removed in r11826).ultramage3-42/+101
2008-04-04Added login.c to hold most of the common functionality of the login server.ultramage6-1026/+660
2008-04-04Preparations for the login server TXT/SQL mergeultramage4-23/+2004
2008-04-04Removed commented-out TXT-only login-server code that was supposed to prevent...ultramage2-37/+0
2008-04-03Renamed 'connect_until_time' to 'expiration_time'.ultramage3-56/+56
2008-03-30Yet more login server stuff:ultramage3-218/+228
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:ultramage3-535/+99
2008-03-27Partial rewrite of the login server's auth system.ultramage3-173/+215
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-02-22Added $(CUSTOM_CFLAGS) into all Makefile.in to provide any custom defs direct...Lupus1-1/+1
2008-01-11Patched a mistake in r12043 that caused inter-server connection problems when...ultramage1-0/+1
2008-01-10Another round of login server cleaningultramage2-256/+249
2008-01-06Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge...ultramage1-10/+9