summaryrefslogtreecommitdiff
path: root/src/common/HPM.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-11Fixed various compiler warnings (follow-up to 5c22b63)Haru1-2/+2
2015-10-11Cleanup of the HPluginData implementation (second part)Haru1-84/+135
2015-10-11Cleanup of the HPluginData implementation (First part)Haru1-72/+96
2015-10-11Changed cmdline->args_data to a VECTORHaru1-2/+2
2015-10-11Changed HPM->cmdline_plugins to a VECTOR and renamed to HPM->cmdline_load_plu...Haru1-13/+8
2015-10-11Changed HPM->confs to a VECTOR and renamed to HPM->config_listenersHaru1-33/+45
2015-10-11Changed HPM->fnames to a vector type, renamed to HPM->filenamesHaru1-22/+36
2015-10-11Changed HPM->packets[] into an array of VECTORHaru1-42/+42
2015-10-11Changed HPM->symbols to a VECTORHaru1-19/+33
2015-10-11Replaced HPM->plugins with a VECTORHaru1-55/+91
2015-10-10Fixed issue #783Emistry1-1/+1
2015-09-25Corrected a plugin unload issueHaru1-13/+14
2015-09-18Clarified the intent of several assignments inside conditional expressionsHaru1-2/+2
2015-09-08Fixed some memory leaks in code using libconfigHaru1-1/+1
2015-08-15Automatic HPM symbol sharingHaru1-38/+0
2015-08-15Removed some unnecessary shared symbols, already present in interfacesHaru1-250/+256
2015-08-15Moved sql_handle into the HPMi interfaceHaru1-8/+0
2015-08-15Added core HPM interfaceHaru1-5/+1
2015-08-15Enabled HPMDataCheck for login and char serversHaru1-1/+1
2015-08-15HPM compatibility improvementsHaru1-25/+13
2015-08-15Added HPMHooking support for common interfacesHaru1-1/+9
2015-08-15Added showmsg HPM interfaceHaru1-9/+3
2015-06-19Improved info/error messages during plugin loadingHaru1-3/+8
2015-06-19Cleaned up some #includesHaru1-0/+1
2015-06-19Removed ".." from include directivesHaru1-16/+16
2015-06-01Plugin load failure now causes Fatal ErrorAncyker1-39/+26
2015-01-20Fixes Compile Error on WindowsDastgir1-2/+3
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-10/+10
2015-01-18Command line arguments handling overhaulHaru1-56/+48
2015-01-18Implementing nullpo interface for plugin useshennetsind1-0/+2
2015-01-12Added detailed error message when a plugin fails to loadHaru1-2/+3
2014-12-31Add some missing null pointer checks after automatic checks.Andrei Karas1-12/+15
2014-12-14Fixed some improper grammar.Mysteries1-1/+1
2014-11-16Whitespace cleanup (no code changes)Haru1-121/+119
2014-11-16Moved HPM_s into HPM.c and removed the HPMi_s symbol from the coreHaru1-0/+1
2014-10-28Added preliminary support for char and login server to HPMHookingHaru1-11/+24
2014-10-28Added preliminary support for login and char server in the HPMDataCheckHaru1-8/+72
2014-05-30Fixed typos inside src/Shido1-2/+2
2014-05-13Removed trailing whitespace (sources)Haru1-2/+2
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-13/+18
2014-05-10Revert "Fixed order of includes in all source files"panikon1-18/+13
2014-05-09Fixed order of includes in all source filesHaru1-13/+18
2014-04-19Added sysinfo to the exported HPM symbolsHaru1-0/+3
2014-04-17Added sysinfo (System Information) functionalitiesHaru1-2/+0
2014-03-16Added --load-plugin commandline argumentHaru1-2/+7
2014-03-09fixing permission from commit 7dd4dafMatej Pristak1-0/+0
2014-03-06When working with packets with variable length (defined with -1 length) in HPM,Matej Pristak1-1/+1
2014-02-03Fixed Bug 7333shennetsind1-5/+6
2014-02-02Introducing HPM Datacheckshennetsind1-0/+26
2014-01-19HPM Custom Data Struct Expansion: map/instance/party/guildshennetsind1-7/+9