Age | Commit message (Expand) | Author | Files | Lines |
2016-08-20 | Re-added HPM support for configuration settings | Haru | 1 | -1/+2 |
2016-08-19 | Ported socket.conf (was packet.conf) to libconfig | Haru | 1 | -0/+1 |
2016-08-19 | Ported login-server.conf to libconfig | Haru | 8 | -501/+808 |
2016-08-10 | Fix login and char servers null pointer access if packet handler in plugin in... | Andrei Karas | 1 | -1/+4 |
2016-07-13 | Add missing includes into HPM. | Andrei Karas | 1 | -0/+3 |
2016-07-12 | Interface md5calc.c | hemagx | 2 | -12/+12 |
2016-07-10 | Fixed some issues with NULL dates in the login table | Haru | 2 | -7/+19 |
2016-07-08 | Fix crashes if from login table can be read NULL field. | Andrei Karas | 1 | -2/+2 |
2016-07-03 | Add --run-once flag into login server. | Andrei Karas | 1 | -0/+14 |
2016-04-30 | Moved HPMHooking-related definitions to plugins/HPMHooking.h | Haru | 1 | -1/+1 |
2016-04-16 | Moved packet_db to the private interface of lclif | Haru | 2 | -9/+18 |
2016-04-16 | Added missing documentation | Haru | 5 | -46/+199 |
2016-04-16 | Added lclif packet handlers to the lclif interface | Haru | 3 | -7/+31 |
2016-04-16 | Rewrite client interface for login server (part 7) | hemagx | 5 | -234/+277 |
2016-04-16 | Rewrite client interface for login server (part 6) | hemagx | 6 | -739/+841 |
2016-04-16 | Rewrite client interface for login server (part 5) | hemagx | 2 | -16/+26 |
2016-04-16 | Rewrite client interface for login server (part 4) | hemagx | 1 | -3/+7 |
2016-04-16 | Rewrite client interface for login server (part 3) | hemagx | 2 | -215/+311 |
2016-04-16 | Rewrite client interface for login server (part 2) | hemagx | 1 | -159/+203 |
2016-04-16 | Rewrite client interface for login server (part 1) | hemagx | 2 | -170/+447 |
2016-04-16 | Updated GNU Make build system to support private headers | Haru | 1 | -9/+12 |
2016-03-20 | Dropped typedef from DBMap | Haru | 1 | -2/+2 |
2016-03-20 | Dropped typedefs from union DBKey and struct DBData | Haru | 2 | -6/+6 |
2016-03-20 | Changed buffer argument of SQL->StmtBindParam() to const | Haru | 1 | -31/+31 |
2016-03-20 | Removed unnecessary typedefs from sql.h | Haru | 4 | -18/+23 |
2016-02-24 | Removed various redundant typecasts | Haru | 1 | -6/+6 |
2016-02-24 | Removed several unnecessary explicit casts of the WFIFOP result | Haru | 2 | -18/+18 |
2016-02-24 | Removed several unnecessary RFIFOP typecasts | Haru | 2 | -13/+13 |
2016-02-24 | Added const qualifier to several variable/argument pointers | Haru | 1 | -2/+2 |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 4 | -8/+8 |
2016-02-17 | Replaced some now unnecessary includes with forward declarations in header files | Haru | 1 | -1/+0 |
2016-01-29 | Merge pull request #1108 from 4144/pcreconfigure | Haru | 1 | -1/+1 |
2016-01-25 | Fix packet id being sent encrypted to Hercules Plugin Manager. | hemagx | 1 | -6/+6 |
2016-01-21 | Enable pcre by default in configure and show error if pcre missing. | Andrei Karas | 1 | -1/+1 |
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 |