Age | Commit message (Expand) | Author | Files | Lines |
2016-01-25 | Fix packet id being sent encrypted to Hercules Plugin Manager. | hemagx | 1 | -6/+6 |
2016-01-10 | Move declaration of login config struct to login interface | hemagx | 3 | -107/+108 |
2016-01-09 | Corrected various zero-argument function definitions | Haru | 1 | -1/+1 |
2015-12-22 | Ensured 32+1 bytes for all buffers that hold variable names | Haru | 1 | -5/+7 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 11 | -38/+216 |
2015-12-15 | Added GPL information on interactive server startup | Haru | 1 | -0/+4 |
2015-12-02 | Fixed an issue with the HPMDataCheck when PCRE is enabled | Haru | 1 | -1/+1 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 3 | -3/+3 |
2015-10-11 | Cleanup of the HPluginData implementation (second part) | Haru | 2 | -2/+3 |
2015-10-11 | Cleanup of the HPluginData implementation (First part) | Haru | 2 | -6/+13 |
2015-10-11 | Changed HPM->packets[] into an array of VECTOR | Haru | 1 | -12/+13 |
2015-08-15 | Automatic HPM symbol sharing | Haru | 2 | -6/+1 |
2015-08-15 | Moved sql_handle into the HPMi interface | Haru | 1 | -0/+1 |
2015-08-15 | Added core HPM interface | Haru | 1 | -9/+9 |
2015-08-15 | Enabled HPMDataCheck for login and char servers | Haru | 1 | -8/+0 |
2015-08-15 | HPM compatibility improvements | Haru | 2 | -7/+7 |
2015-08-15 | Moved session array into the socket interface | Haru | 1 | -13/+13 |
2015-08-15 | Added showmsg HPM interface | Haru | 1 | -4/+4 |
2015-08-15 | Cleaned up socket interface | Haru | 2 | -28/+27 |
2015-08-11 | subnet.conf overhaul | Haru | 2 | -87/+29 |
2015-08-05 | Add checks for servers ip address in inter server connections. | Andrei Karas | 2 | -7/+9 |
2015-07-12 | Add missing checks to account_sql.c. | Andrei Karas | 1 | -4/+8 |
2015-07-12 | Add missing checks into login.c | Andrei Karas | 1 | -2/+9 |
2015-06-19 | Cleaned up HPMDataCheck includes | Haru | 1 | -2/+14 |
2015-06-19 | Cleaned up some #includes | Haru | 6 | -16/+8 |
2015-06-19 | Removed ".." from include directives | Haru | 11 | -76/+78 |
2015-06-01 | Replaced some of the hardcoded values with constants (login) | Haru | 3 | -26/+31 |
2015-04-09 | Add checks to loginlog_sql.c | Andrei Karas | 1 | -0/+5 |
2015-04-09 | Add checks to login.c | Andrei Karas | 1 | -5/+31 |
2015-04-09 | Add checks to ipban_sql.c | Andrei Karas | 1 | -4/+9 |
2015-04-09 | Add checks to account_sql.c | Andrei Karas | 1 | -9/+38 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 2 | -12/+9 |
2015-01-18 | Command line arguments handling overhaul | Haru | 2 | -24/+49 |
2015-01-17 | 10 Distinct fixes | shennetsind | 1 | -1/+1 |
2015-01-12 | Blocked compilation of plugins that use unavailable functions | Haru | 5 | -3/+20 |
2014-12-31 | Improve performance a bit by removing strlen(str) > 0. | Andrei Karas | 1 | -3/+3 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 4 | -100/+95 |
2014-11-15 | In login server move config options handling by plugins after all other handl... | Andrei Karas | 1 | -3/+2 |
2014-11-15 | Add support for plugin options in login server config. | Andrei Karas | 1 | -0/+2 |
2014-11-11 | add AccountDB into login interface. | Andrei Karas | 2 | -2/+5 |
2014-11-09 | Fixed a compilation error in MSVC <= 2012 | Haru | 1 | -2/+4 |
2014-11-07 | Add login_config into login interface in login.c | Andrei Karas | 2 | -0/+3 |
2014-11-07 | Add missing interface member initialisation in login.c | Andrei Karas | 1 | -0/+1 |
2014-11-07 | Add login symbol in login server HPM. | Andrei Karas | 1 | -0/+1 |
2014-11-07 | fix plugins compilation. | Andrei Karas | 2 | -7/+7 |
2014-11-07 | Fix login_interface for allow generate hooks from it. | Andrei Karas | 1 | -11/+14 |
2014-11-07 | Move global variables to interfaces in login.c | Andrei Karas | 3 | -59/+62 |
2014-11-07 | Add most function to login interface in login.c | Andrei Karas | 2 | -111/+230 |
2014-11-07 | Split packet handling from login_parse to functions in login.c | Andrei Karas | 1 | -148/+187 |
2014-11-07 | Split packet handling from login_auth_ok to functions in login.c | Andrei Karas | 1 | -24/+22 |