summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru11-38/+216
2015-12-15Added GPL information on interactive server startupHaru1-0/+4
2015-12-02Fixed an issue with the HPMDataCheck when PCRE is enabledHaru1-1/+1
2015-10-19rename malloc.c/h to memmgr.Andrei Karas3-3/+3
2015-10-11Cleanup of the HPluginData implementation (second part)Haru2-2/+3
2015-10-11Cleanup of the HPluginData implementation (First part)Haru2-6/+13
2015-10-11Changed HPM->packets[] into an array of VECTORHaru1-12/+13
2015-08-15Automatic HPM symbol sharingHaru2-6/+1
2015-08-15Moved sql_handle into the HPMi interfaceHaru1-0/+1
2015-08-15Added core HPM interfaceHaru1-9/+9
2015-08-15Enabled HPMDataCheck for login and char serversHaru1-8/+0
2015-08-15HPM compatibility improvementsHaru2-7/+7
2015-08-15Moved session array into the socket interfaceHaru1-13/+13
2015-08-15Added showmsg HPM interfaceHaru1-4/+4
2015-08-15Cleaned 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