Age | Commit message (Expand) | Author | Files | Lines |
2011-07-21 | * CMake: Only install template files if they don't already exist. | flaviojs | 2 | -10/+4 |
2011-07-12 | * CMake: set project language to C, added module FindFunctionLibrary, added s... | flaviojs | 2 | -4/+4 |
2011-07-10 | * CMake: added txt-converter targets, added warning for 64bit, added list of ... | flaviojs | 3 | -19/+23 |
2011-07-07 | * CMake: normalized variable names, added ability to create a package/installer. | flaviojs | 2 | -6/+8 |
2011-07-06 | * CMake: src/common builds static libraries common_base/common_sql, that are ... | flaviojs | 3 | -75/+55 |
2011-07-05 | * CMake: split txt and sql variants of login-server and map-server. | flaviojs | 3 | -73/+78 |
2011-07-01 | * CMake: marked executables as different components and other miscellaneous c... | flaviojs | 1 | -2/+10 |
2011-06-30 | Replaced custom type 'intptr' with standard 'intptr_t'. | ultramage | 3 | -9/+9 |
2011-06-29 | * Added experimental support for CMake. (for now: basic build, no extras, onl... | flaviojs | 1 | -0/+103 |
2011-06-27 | * Added common/random and 3rdparty/mt19937ar to project files, makefiles and ... | flaviojs | 1 | -11/+22 |
2011-06-16 | * Merges from charmerge: | flaviojs | 2 | -24/+106 |
2011-02-08 | * Added support for new delayed character deletion. | ai4rei | 2 | -3/+6 |
2011-01-14 | * Added 'birthdate' field to account data. For SQL apply upgrade_svn14672.sql... | ai4rei | 4 | -9/+35 |
2011-01-14 | * Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria... | ai4rei | 1 | -10/+10 |
2011-01-13 | * Removed ladmin (remote administration tool), all related support code and t... | ai4rei | 4 | -912/+2 |
2011-01-13 | * Added support for creating account through the console-plugin on login-serv... | ai4rei | 1 | -0/+30 |
2011-01-13 | * Reformatting and minor cleanups to console-plugin related code. | ai4rei | 1 | -20/+8 |
2010-12-29 | * Fixed 'console' plugin not working on Windows, due to NULL passed to Create... | ai4rei | 1 | -1/+1 |
2010-12-29 | * Fixed char-server making assumptions about RFIFO data length in character d... | ai4rei | 2 | -6/+2 |
2010-12-22 | * Resolved random compiler warnings. | ai4rei | 1 | -1/+1 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 2 | -5/+5 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 2 | -5/+5 |
2010-11-20 | * Fixed login-server account engine initialization not getting checked, wheth... | ai4rei | 2 | -7/+11 |
2010-04-30 | - Fixed a typo in guildrelay.txt (bugreport:4213) | brianluau | 1 | -1/+1 |
2009-11-22 | Added ipban_cleanup_interval to the Login_Config struct (Follow-up to r14161). | Paradox924X | 1 | -0/+1 |
2009-11-22 | Added 'ipban_cleanup_interval' option which determines how often expired IP b... | Paradox924X | 2 | -6/+15 |
2009-10-23 | Fixed login-server using already removed `auth_node`. (bugreport:3254) | Gepard | 1 | -3/+3 |
2009-09-20 | Disabled ip checking during auth, since it lead to a lot of confusion. | ultramage | 1 | -2/+2 |
2009-07-11 | Some insignificant code tweaks. | ultramage | 1 | -1/+1 |
2009-04-01 | * Removed online_check config options. (always active now) | FlavioJS | 2 | -51/+31 |
2009-01-14 | * Added client login packets 0x01fa and 0x027c. | FlavioJS | 3 | -24/+47 |
2008-12-22 | Fixed incorrect usage of sv_escape_c() in TXT's login_log function, which pro... | ultramage | 1 | -2/+2 |
2008-11-22 | * Hunted down the simpler 64bit pointer truncations. | FlavioJS | 1 | -1/+1 |
2008-10-15 | * Fixed ipban sql connecting to the sql server when disabled | FlavioJS | 1 | -1/+24 |
2008-08-29 | swtcompilationerror (followup to r13149) | ultramage | 1 | -2/+2 |
2008-08-28 | Fixed a txt login server crash when reading a malformed accounts file. | ultramage | 1 | -0/+2 |
2008-08-25 | * Fixed: compiler warning in admin.c [akrus] | akrus | 1 | -2/+0 |
2008-08-19 | * Added global sql settings 'sql.*' to inter_athena.conf. | FlavioJS | 7 | -233/+421 |
2008-08-09 | Fixed login printing raw passwdenc passwords to console (bugreport:826). | ultramage | 1 | -6/+6 |
2008-08-01 | Removed unused guardian hp columns from the guild castles table in main.sql (... | ultramage | 1 | -1/+1 |
2008-07-31 | Corrected one wrong config option name causing db connection problems (follow... | ultramage | 1 | -1/+1 |
2008-07-31 | Reverted r12230. cUSTOM_CFLAGS is redundant since you can achieve the same re... | ultramage | 1 | -2/+2 |
2008-07-30 | AccountDB_TXT will now correctly read inconsistent EOLs (bugreport:1934) | ultramage | 1 | -3/+3 |
2008-07-28 | Fixed loginlog not reading database config settings (followup to r13005). | ultramage | 1 | -5/+5 |
2008-07-27 | Added code to md5 password received from charserver before comparing them wit... | ultramage | 1 | -0/+2 |
2008-07-27 | Fixed md5 passwords not working | ultramage | 1 | -1/+1 |
2008-07-27 | Cleaned up several poorly chosen loginlog variable names. | ultramage | 1 | -21/+17 |
2008-07-27 | * Fixed a memory leak in mmo_auth_tosql (extra sql statement being allocated). | FlavioJS | 1 | -1/+0 |
2008-07-27 | * Added missing option 'log_db_db' to loginlog_config_read(loginlog_sql.c). | FlavioJS | 2 | -0/+4 |
2008-07-26 | Merged the /loginmerge branch (topic:192754) | ultramage | 13 | -1665/+2904 |