Changeset 0d9eed6 in nscp
- Timestamp:
- 11/06/11 23:18:45 (19 months ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 40fca56
- Parents:
- f7a074d
- Files:
-
- 2 edited
-
changelog (modified) (1 diff)
-
service/routers.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
changelog
r58f0e80 r0d9eed6 6 6 * Fix RtlStringFromGUID problem on NT4 7 7 8 2011-11-06 MickeM 9 * Had some "vacation" so no updates for a while 10 * A lot of fixes to the NSCA parts (now 100% compatible with old settings file) 11 * Added option to read sections (to plugin API) 12 * Fixed issues in settings wrapper so child paths are also mapped (not just keys) 13 * Many fixes related to NRPE/NSCA/* 14 * "RC quality" expect RC within the week (only need to fix default config file somehow) 15 * Upgraded all unit test to use the simplified API 16 * Fixed a some unicode issues in PythonScript module 17 * Improved threading a bit 18 * Fixed CheckSystem (service check) 19 * Fixed duplicate keys (when replacing) in old settings client 20 8 21 2011-10-21 MickeM 9 22 * Some more threading issues in Python (works perfectly(?) now) -
service/routers.hpp
r81e420c r0d9eed6 14 14 if (!plugin || !plugin->has_routing_handler()) 15 15 return; 16 plugins_list ::add_plugin(plugin);16 plugins_list_with_listener::add_plugin(plugin); 17 17 } 18 18 };
Note: See TracChangeset
for help on using the changeset viewer.








