summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-06Fixed garbage memory in the accinfo packetIbrahim Hossam1-4/+6
2014-05-30Merge pull request #282 from MrKeiKun/fix_typoHaruna5-12/+12
2014-05-30Fixed typos inside src/Shido5-12/+12
2014-05-30Removed CMakeLists.txt (Thanks to Haruna)Shido2-51/+0
2014-05-25Improved CFLAGS/CPPFLAGS handlingHaru1-1/+3
2014-05-13Removed trailing whitespace (sources)Haru1-3/+3
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru7-24/+42
2014-05-10Revert "Fixed order of includes in all source files"panikon7-42/+24
2014-05-09Fixed order of includes in all source filesHaru7-24/+42
2014-05-09Added support to return a different exit status to the OS.Haru1-2/+2
2014-04-17Added sysinfo (System Information) functionalitiesHaru1-1/+8
2014-03-16Added --load-plugin commandline argumentHaru1-1/+1
2014-02-10Merge pull request #256 from hemagx/masterHaruna1-0/+40