summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
2011-07-22* CMake: Added options BUILD_TXT_SERVERS, BUILD_SQL_SERVERS, BUILD_MAPCACHE.flaviojs2-8/+4
2011-07-21* CMake: Only install template files if they don't already exist.flaviojs2-10/+4
2011-07-12* CMake: set project language to C, added module FindFunctionLibrary, added s...flaviojs2-4/+4
2011-07-10* CMake: added txt-converter targets, added warning for 64bit, added list of ...flaviojs3-19/+23
2011-07-07* CMake: normalized variable names, added ability to create a package/installer.flaviojs2-6/+8
2011-07-06* CMake: src/common builds static libraries common_base/common_sql, that are ...flaviojs3-75/+55
2011-07-05* CMake: split txt and sql variants of login-server and map-server.flaviojs3-73/+78
2011-07-01* CMake: marked executables as different components and other miscellaneous c...flaviojs1-2/+10
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage3-9/+9
2011-06-29* Added experimental support for CMake. (for now: basic build, no extras, onl...flaviojs1-0/+103
2011-06-27* Added common/random and 3rdparty/mt19937ar to project files, makefiles and ...flaviojs1-11/+22
2011-06-16* Merges from charmerge:flaviojs2-24/+106
2011-02-08* Added support for new delayed character deletion.ai4rei2-3/+6
2011-01-14* Added 'birthdate' field to account data. For SQL apply upgrade_svn14672.sql...ai4rei4-9/+35
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...ai4rei4-912/+2
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...ai4rei2-6/+2
2010-12-22* Resolved random compiler warnings.ai4rei1-1/+1
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei2-5/+5
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X2-5/+5
2010-11-20* Fixed login-server account engine initialization not getting checked, wheth...ai4rei2-7/+11
2010-04-30- Fixed a typo in guildrelay.txt (bugreport:4213)brianluau1-1/+1
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