Age | Commit message (Expand) | Author | Files | Lines |
2016-01-25 | Fix packet id being sent encrypted to Hercules Plugin Manager. | hemagx | 1 | -2/+2 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -3/+19 |
2015-12-13 | - Fixed #723 now it's possible to retrieve Battle Config Settings from plugin... | Your Name | 1 | -3/+37 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-10-11 | Fixed various compiler warnings (follow-up to 5c22b63) | Haru | 1 | -2/+2 |
2015-10-11 | Cleanup of the HPluginData implementation (second part) | Haru | 1 | -84/+135 |
2015-10-11 | Cleanup of the HPluginData implementation (First part) | Haru | 1 | -72/+96 |
2015-10-11 | Changed cmdline->args_data to a VECTOR | Haru | 1 | -2/+2 |
2015-10-11 | Changed HPM->cmdline_plugins to a VECTOR and renamed to HPM->cmdline_load_plu... | Haru | 1 | -13/+8 |
2015-10-11 | Changed HPM->confs to a VECTOR and renamed to HPM->config_listeners | Haru | 1 | -33/+45 |
2015-10-11 | Changed HPM->fnames to a vector type, renamed to HPM->filenames | Haru | 1 | -22/+36 |
2015-10-11 | Changed HPM->packets[] into an array of VECTOR | Haru | 1 | -42/+42 |
2015-10-11 | Changed HPM->symbols to a VECTOR | Haru | 1 | -19/+33 |
2015-10-11 | Replaced HPM->plugins with a VECTOR | Haru | 1 | -55/+91 |
2015-10-10 | Fixed issue #783 | Emistry | 1 | -1/+1 |
2015-09-25 | Corrected a plugin unload issue | Haru | 1 | -13/+14 |
2015-09-18 | Clarified the intent of several assignments inside conditional expressions | Haru | 1 | -2/+2 |
2015-09-08 | Fixed some memory leaks in code using libconfig | Haru | 1 | -1/+1 |
2015-08-15 | Automatic HPM symbol sharing | Haru | 1 | -38/+0 |
2015-08-15 | Removed some unnecessary shared symbols, already present in interfaces | Haru | 1 | -250/+256 |
2015-08-15 | Moved sql_handle into the HPMi interface | Haru | 1 | -8/+0 |
2015-08-15 | Added core HPM interface | Haru | 1 | -5/+1 |
2015-08-15 | Enabled HPMDataCheck for login and char servers | Haru | 1 | -1/+1 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -25/+13 |
2015-08-15 | Added HPMHooking support for common interfaces | Haru | 1 | -1/+9 |
2015-08-15 | Added showmsg HPM interface | Haru | 1 | -9/+3 |
2015-06-19 | Improved info/error messages during plugin loading | Haru | 1 | -3/+8 |
2015-06-19 | Cleaned up some #includes | Haru | 1 | -0/+1 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -16/+16 |
2015-06-01 | Plugin load failure now causes Fatal Error | Ancyker | 1 | -39/+26 |
2015-01-20 | Fixes Compile Error on Windows | Dastgir | 1 | -2/+3 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -10/+10 |
2015-01-18 | Command line arguments handling overhaul | Haru | 1 | -56/+48 |
2015-01-18 | Implementing nullpo interface for plugin use | shennetsind | 1 | -0/+2 |
2015-01-12 | Added detailed error message when a plugin fails to load | Haru | 1 | -2/+3 |
2014-12-31 | Add some missing null pointer checks after automatic checks. | Andrei Karas | 1 | -12/+15 |
2014-12-14 | Fixed some improper grammar. | Mysteries | 1 | -1/+1 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -121/+119 |
2014-11-16 | Moved HPM_s into HPM.c and removed the HPMi_s symbol from the core | Haru | 1 | -0/+1 |
2014-10-28 | Added preliminary support for char and login server to HPMHooking | Haru | 1 | -11/+24 |
2014-10-28 | Added preliminary support for login and char server in the HPMDataCheck | Haru | 1 | -8/+72 |
2014-05-30 | Fixed typos inside src/ | Shido | 1 | -2/+2 |
2014-05-13 | Removed trailing whitespace (sources) | Haru | 1 | -2/+2 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -13/+18 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -18/+13 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -13/+18 |
2014-04-19 | Added sysinfo to the exported HPM symbols | Haru | 1 | -0/+3 |
2014-04-17 | Added sysinfo (System Information) functionalities | Haru | 1 | -2/+0 |
2014-03-16 | Added --load-plugin commandline argument | Haru | 1 | -2/+7 |
2014-03-09 | fixing permission from commit 7dd4daf | Matej Pristak | 1 | -0/+0 |