summaryrefslogtreecommitdiff
path: root/src/login/login.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-13Automatic HPM symbol sharingHaru1-6/+0
2015-08-13Added core HPM interfaceHaru1-9/+9
2015-08-13HPM compatibility improvementsHaru1-0/+1
2015-08-13Moved session array into the socket interfaceHaru1-13/+13
2015-08-13Added showmsg HPM interfaceHaru1-4/+4
2015-08-13Cleaned up socket interfaceHaru1-26/+25
2015-08-11subnet.conf overhaulHaru1-76/+27
2015-08-05Add checks for servers ip address in inter server connections.Andrei Karas1-6/+8
2015-07-12Add missing checks into login.cAndrei Karas1-2/+9
2015-06-19Cleaned up some #includesHaru1-1/+1
2015-06-19Removed ".." from include directivesHaru1-17/+17
2015-06-01Replaced some of the hardcoded values with constants (login)Haru1-21/+18
2015-04-09Add checks to login.cAndrei Karas1-5/+31
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-9/+6
2015-01-18Command line arguments handling overhaulHaru1-21/+47
2015-01-1710 Distinct fixesshennetsind1-1/+1
2014-12-31Improve performance a bit by removing strlen(str) > 0.Andrei Karas1-3/+3
2014-11-16Whitespace cleanup (no code changes)Haru1-28/+28
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 Karas1-2/+3
2014-11-09Fixed a compilation error in MSVC <= 2012Haru1-2/+4
2014-11-07Add login_config into login interface in login.cAndrei Karas1-0/+2
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 Karas1-5/+5
2014-11-07Move global variables to interfaces in login.cAndrei Karas1-59/+44
2014-11-07Add most function to login interface in login.cAndrei Karas1-111/+146
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-28Added preliminary support for login and char server in the HPMDataCheckHaru1-11/+39
2014-10-25Added some missing variable initializationsHaru1-0/+1
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-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-30Fixed typos inside src/Shido1-8/+8
2014-05-13Removed trailing whitespace (sources)Haru1-3/+3
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-9/+12
2014-05-10Revert "Fixed order of includes in all source files"panikon1-12/+9
2014-05-09Fixed order of includes in all source filesHaru1-9/+12
2014-05-09Added support to return a different exit status to the OS.Haru1-2/+2
2014-03-16Added --load-plugin commandline argumentHaru1-1/+1
2014-02-10Merge pull request #256 from hemagx/masterHaruna1-0/+40
2014-02-08Improved client_hash_checkHaru1-17/+23
2014-02-02Update inter server so ask login server for account information Instead of do...Ibrahim Hossam1-0/+40