summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-17* Added flag.server to indicate interserver socketsultramage2-4/+4
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
2007-12-09small fix to the server's packet parsing code to display server IPs correctly.ultramage1-3/+4
2007-12-02Fixed charserver unable to reestablish link to login server after a disconnec...ultramage1-4/+7
2007-11-30* Random cleanup/documentation.FlavioJS1-12/+12
2007-11-28Fixed a typo in r11826 messing up TXT gm account loading.ultramage1-1/+1
2007-11-28Yikes, forgot to add the new admin.c file... (followup to r11826)ultramage1-0/+942
2007-11-27* TXT/SQL login server code synchronizationultramage3-1668/+443
2007-11-26* Normalized makefiles:FlavioJS1-5/+16
2007-11-09* Re-worked the login-char-map packet spam mechanismultramage1-5/+13
2007-11-08* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.FlavioJS1-2/+2
2007-10-19Removed some overly verbose messages from the TXT login server.ultramage2-124/+67
2007-10-18Fixed some gcc-specific stuff, silenced some more warningsultramage1-2/+2
2007-10-17* Merged do_sendrecv() and do_parse() into do_sockets()ultramage1-0/+1
2007-10-06 * the mapserver won't exit when no mapcache is found, with use_grf: yesultramage1-1/+0
2007-10-04* Added MAX_HOTKEYS to supplement the HOTKEY_SAVING defineultramage1-1/+1
2007-09-30Removed redundant 'subnet' s_subnet structure variable.ultramage1-6/+6
2007-09-20Added back SQL charserver listening socket code that got removed in the /tmps...ultramage1-41/+40
2007-09-20Synced TXT/SQL login server new account creation code. Removed some totally u...ultramage1-79/+48
2007-09-20Synced some more :)ultramage1-70/+76
2007-09-20Partially applied r10021 changes to TXT login server (login_config data struc...ultramage1-131/+190
2007-09-20* Merged the tmpsql branch:FlavioJS3-181/+179
2007-09-13Wiped out every mention of RETCODE from /src.ultramage1-235/+235
2007-08-10- added proper comments to login packet 0x277ultramage1-4/+4
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-3/+3