summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
2015-08-13Enabled HPMDataCheck for login and char serversHaru1-8/+0
2015-08-13HPM compatibility improvementsHaru2-7/+7
2015-08-13Moved session array into the socket interfaceHaru1-13/+13
2015-08-13Added showmsg HPM interfaceHaru1-4/+4
2015-08-13Cleaned up socket interfaceHaru2-28/+27
2015-08-11subnet.conf overhaulHaru2-87/+29
2015-08-05Add checks for servers ip address in inter server connections.Andrei Karas2-7/+9
2015-07-12Add missing checks to account_sql.c.Andrei Karas1-4/+8
2015-07-12Add missing checks into login.cAndrei Karas1-2/+9
2015-06-19Cleaned up HPMDataCheck includesHaru1-2/+14
2015-06-19Cleaned up some #includesHaru6-16/+8
2015-06-19Removed ".." from include directivesHaru11-76/+78
2015-06-01Replaced some of the hardcoded values with constants (login)Haru3-26/+31
2015-04-09Add checks to loginlog_sql.cAndrei Karas1-0/+5
2015-04-09Add checks to login.cAndrei Karas1-5/+31
2015-04-09Add checks to ipban_sql.cAndrei Karas1-4/+9
2015-04-09Add checks to account_sql.cAndrei Karas1-9/+38
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru2-12/+9
2015-01-18Command line arguments handling overhaulHaru2-24/+49
2015-01-1710 Distinct fixesshennetsind1-1/+1
2015-01-12Blocked compilation of plugins that use unavailable functionsHaru5-3/+20
2014-12-31Improve performance a bit by removing strlen(str) > 0.Andrei Karas1-3/+3
2014-11-16Whitespace cleanup (no code changes)Haru4-100/+95
2014-11-15In login server move config options handling by plugins after all other handl...Andrei Karas1-3/+2
2014-11-15Add support for plugin options in login server config.Andrei Karas1-0/+2
2014-11-11add AccountDB into login interface.Andrei Karas2-2/+5
2014-11-09Fixed a compilation error in MSVC <= 2012Haru1-2/+4
2014-11-07Add login_config into login interface in login.cAndrei Karas2-0/+3
2014-11-07Add missing interface member initialisation in login.cAndrei Karas1-0/+1
2014-11-07Add login symbol in login server HPM.Andrei Karas1-0/+1
2014-11-07fix plugins compilation.Andrei Karas2-7/+7
2014-11-07Fix login_interface for allow generate hooks from it.Andrei Karas1-11/+14
2014-11-07Move global variables to interfaces in login.cAndrei Karas3-59/+62
2014-11-07Add most function to login interface in login.cAndrei Karas2-111/+230
2014-11-07Split packet handling from login_parse to functions in login.cAndrei Karas1-148/+187
2014-11-07Split packet handling from login_auth_ok to functions in login.cAndrei Karas1-24/+22
2014-11-07Split packet handling from login_parse_fromchar to functions in login.cAndrei Karas1-372/+534
2014-11-07Add prefix login_ to most functions in login.cAndrei Karas1-55/+55
2014-10-31Merge pull request #378 from HerculesWS/hpmupdatesHaruna5-18/+119
2014-10-30Merge pull request #369 from 4144/sqlpasswordsizeHaruna3-6/+6
2014-10-28Added preliminary support for login and char server in the HPMDataCheckHaru5-18/+119
2014-10-25Added some missing variable initializationsHaru1-0/+1
2014-10-23In configure add option --enable-staticAndrei Karas1-1/+1
2014-10-18Increase sql password field size from 32 to 100 chars.Andrei Karas3-6/+6
2014-09-20Fixed Bug 7926shennetsind1-0/+5
2014-08-07Corrected several format-string errors through the codeHaru1-18/+15
2014-07-29Merge pull request #312 from vthibault/fix-argument-errorKisuka1-1/+1
2014-07-28Fix argument error in Client HashVincent Thibault1-1/+1
2014-07-11Fixed reserved __identifier violationsHaru4-12/+12
2014-07-09Fixed an issue in the 'Invalid client hash' console messageHaru1-1/+2