Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-19 | Cleaned up some #includes | Haru | 1 | -0/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-19 | Removed ".." from include directives | Haru | 1 | -1/+1 | |
- Include directives are now directory-independent. - This will allow building plugins from other directories in future. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-01-12 | Blocked compilation of plugins that use unavailable functions | Haru | 1 | -0/+2 | |
- Rather than failing at runtime, plugins that try to access non-interfaced, unavailable functions or variables, will now show an error at compile-time. Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-16 | Moved geoip-related functions to geoip.c | Haru | 1 | -7/+7 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-15 | Allow generate HPM hooks for all interfaces in char server. | Andrei Karas | 1 | -1/+3 | |
2014-11-15 | Create geoip interface. | Andrei Karas | 1 | -0/+30 | |