summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
2016-02-24Removed several unnecessary RFIFOP typecastsHaru2-13/+13
2016-02-24Added const qualifier to several variable/argument pointersHaru1-2/+2
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas4-8/+8
2016-02-17Replaced some now unnecessary includes with forward declarations in header filesHaru1-1/+0
2016-01-29Merge pull request #1108 from 4144/pcreconfigureHaru1-1/+1
2016-01-25Fix packet id being sent encrypted to Hercules Plugin Manager.hemagx1-6/+6
2016-01-21Enable pcre by default in configure and show error if pcre missing.Andrei Karas1-1/+1
2016-01-10Move declaration of login config struct to login interfacehemagx3-107/+108
2016-01-09Corrected various zero-argument function definitionsHaru1-1/+1
2015-12-22Ensured 32+1 bytes for all buffers that hold variable namesHaru1-5/+7
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