summaryrefslogtreecommitdiff
path: root/src/login/login.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-11Hercules 1st 2014 MegaPatchshennetsind1-48/+3
2013-12-30Fixed account expiration timeshennetsind1-10/+15
2013-12-17Fixed several compiler warningsHaru1-5/+5
2013-11-16Introducing Character Ban Support.shennetsind1-12/+1
2013-11-16Fixed char server's maintenance modeshennetsind1-4/+8
2013-11-09HPM Support for plugin-implemented "--args" (options)shennetsind1-2/+0
2013-10-26Changed 'tick' variables to 64 bitHaru1-9/+6
2013-10-16Follow-up to fad3040499293b1ff4ff634680163fcab4ca5e70Haru1-1/+1
2013-10-11Fixed login packet 0x825shennetsind1-8/+7
2013-09-25Renamed iTimer interface to timer.shennetsind1-13/+13
2013-08-08HPM Updateshennetsind1-16/+33
2013-07-04Fixed Bug #7476shennetsind1-0/+3
2013-07-03Dropped engine setting, closing bug #7455.Matheus Macabu1-71/+15
2013-06-08Follow up d73783f22b2bb881aab74524d153d89a5932a199shennetsind1-3/+3
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-16/+16
2013-05-18Some type conversion warnings fixed. If this breaks anything create a bug rep...Matheus Macabu1-2/+2
2013-05-17- Made DB and malloc lib HPM-friendlySusu1-3/+3
2013-05-02Introducing Hercules Plugin Manangershennetsind1-55/+2
2013-04-16Fixed Bug #86 (YES 2-DIGITS!)shennetsind1-2/+2
2013-04-10Implementing the new "login-failed" packetshennetsind1-3/+16
2013-03-17Follow up 3b89a135dcde9779bd0537cd136a7c34cfadbe3fshennetsind1-7/+0