summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
2013-01-31Fixed Bug #3080shennetsind1-3/+4
2013-01-25Dropping _athena file suffixesshennetsind1-2/+2
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau8-2571/+2687
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal28-2687/+2571
2012-11-20Console clean up, dropped quite a few pointless messages and modified others ...shennetsind1-16/+8
2012-11-091. Follow up r16891 small improvement over there by dropping a pointless entr...shennetsind1-44/+22
2012-11-09- Updated the list of dnsbl_servers. (bugreport:6862)brianluau1-1/+1
2012-09-11Fixed bugreport:6671 compiler shows a warning for incompatible arguments for ...greenboxal21-5/+7
2012-09-10Added missing memory finalization for client_hash_nodes linked list.greenboxal21-0/+8
2012-09-10Added client MD5 hash check option to login-server.greenboxal22-1/+80
2012-06-01feature merge bs-coreoptimize->trunk: Build Output Cleanup, Makefile Common D...blacksirius1-21/+13
2012-06-01- Follow up to r16164 and r16193: used SVN Copy/Move so SVN History is preser...brianluau1-1/+1
2012-05-31Fixed bugreport:5828 Added missing min_group_id_to_connect functionality to l...shennetsind2-2/+12
2012-05-13- Full revert of r16105 and r16106.eathenabot1-5/+3
2012-05-12* Merged changes up to eAthena 15095.eathenabot1-3/+5
2012-04-22* Merged changes up to eAthena 15087.eathenabot1-9/+34
2012-03-20- Fixed CMake compilation (libconfig integrated into common_base).flaviojs1-2/+2
2012-03-17Fixed bugreport:5457 loginlog now submits proper escaped message to logshennetsind1-1/+1
2012-03-13Enhanced `DBMap` implementation to allow storing integer type data in additio...gepard19841-8/+17
2012-03-02Updated CMakeLists (follow-up to r15572, r15586) (patch provided by Saithis, ...gepard19841-1/+1
2012-02-16- Removed outdated version number handling (follow-up to r11503).gepard19842-2/+1
2012-02-13 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...gepard19845-28/+35
2012-01-30- Removed more trailing tabs.brianluau2-2/+2
2012-01-23` Added renaming support for the remaining 'ragnarok' tables in the inter_ath...xantara1-5/+5
2012-01-20Merged TXT removal branch back to trunk.gepard19848-844/+6
2012-01-17Enabled Mersenne Twister MT19937 as random number generator instead of standa...gepard19841-4/+5
2011-12-25Added a new login server config for _F/_M account creation method which denie...shennetsind2-1/+7
2011-12-11* Merged changes up to eAthena 15024.eathenabot1-2/+2
2011-09-08* Fix C++ compilation issues.flaviojs1-4/+4
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