| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | hostmanager: Convert host-deactivating event parameters to a table | Matthew Wild | 2012-04-27 | 1 | -1/+1 |
* | modulemanager: Set module.environment before calling add_host, otherwise the ... | Matthew Wild | 2012-04-27 | 1 | -2/+2 |
* | moduleapi: Rename module:hook_stanza() -> module:hook_tag() (hook_stanza work... | Matthew Wild | 2012-04-27 | 1 | -1/+2 |
* | moduleapi: get_host_type(): Return nil for global modules (no host) | Matthew Wild | 2012-04-27 | 1 | -1/+1 |
* | moduleapi: Fix parameters to unhook_object_event() | Matthew Wild | 2012-04-26 | 1 | -1/+1 |
* | moduleapi: module:depends(): Don't load shared modules onto the current host ... | Matthew Wild | 2012-04-26 | 1 | -1/+2 |
* | moduleapi: Add module:unhook_object_event() | Matthew Wild | 2012-04-26 | 1 | -0/+4 |
* | portmanager: Fix selecting bind_interfaces from pre-0.9 config options. | Kim Alvefur | 2012-04-25 | 1 | -2/+3 |
* | Merge timber->trunk - thanks everyone! | Matthew Wild | 2012-04-24 | 9 | -976/+667 |
|\ |
|
| * | portmanager: Add get_service_at(interface, port) and close(interface, port) | Matthew Wild | 2012-04-24 | 1 | -3/+17 |
| * | moduleapi: Add module:add_timer(delay, callback) - automatically halts the ti... | Matthew Wild | 2012-04-23 | 1 | -0/+7 |
| * | modulemanager: Set module.loaded = false on unload | Matthew Wild | 2012-04-23 | 1 | -0/+1 |
| * | moduleapi: module:depends(): Load shared modules onto the current host even i... | Matthew Wild | 2012-04-23 | 1 | -0/+3 |
| * | modulemanager: Report errors that happen when loading a shared module onto it... | Matthew Wild | 2012-04-23 | 1 | -1/+1 |
| * | moduleapi: module:provides(): Add "-provider" onto the key name | Matthew Wild | 2012-04-23 | 1 | -1/+1 |
| * | moduleapi: module:provides(): Fix usage of wrong table | Matthew Wild | 2012-04-23 | 1 | -1/+1 |
| * | Merge with Zash | Matthew Wild | 2012-04-22 | 1 | -1/+1 |
| |\ |
|
| | * | core.certmanager: Log a message when a password is required but not supplied.... | Kim Alvefur | 2012-04-21 | 1 | -1/+1 |
| * | | modulemanager: For children of shared modules, set module.environment to the ... | Matthew Wild | 2012-04-21 | 1 | -0/+1 |
| * | | moduleapi: Have modules internally store a reference to shared tables they us... | Matthew Wild | 2012-04-21 | 1 | -0/+2 |
| |/ |
|
| * | modulemanager: When a shared module becomes global, ensure it still gets load... | Matthew Wild | 2012-04-21 | 1 | -2/+4 |
| * | modulemanager: Support for shared modules - function module.add_host(host_mod... | Matthew Wild | 2012-04-21 | 1 | -0/+15 |
| * | modulemanager: Make module_has_method and module_call_method use rawget() | Matthew Wild | 2012-04-21 | 1 | -3/+3 |
| * | modulemanager: Use modulemap rather than hosts[host] (fix for when host == "*") | Matthew Wild | 2012-04-21 | 1 | -1/+1 |
| * | modulemanager: Use api_instance rather than pluginenv.module (same thing) | Matthew Wild | 2012-04-21 | 1 | -3/+3 |
| * | modulemanager: Allow loading a module onto "*" (part-fixes #228) | Matthew Wild | 2012-04-21 | 1 | -2/+4 |
| * | loggingmanager, util.logger: Remove name sinks and the ability to filter logs... | Matthew Wild | 2012-03-15 | 1 | -28/+6 |
| * | portmanager: Support 'default_port' in service options | Matthew Wild | 2012-03-15 | 1 | -1/+3 |
| * | portmanager: Add get_registered_services() to the public API | Matthew Wild | 2012-03-15 | 1 | -0/+4 |
| * | portmanager: Remove check for service_info.multiplex (now implemented in mod_... | Matthew Wild | 2012-03-15 | 1 | -1/+1 |
| * | portmanager: Fix pre-0.9 compatibility by taking default_interface and defaul... | Matthew Wild | 2012-03-15 | 1 | -4/+5 |
| * | portmanager: Allow services to specify their config option prefix | Matthew Wild | 2012-03-15 | 1 | -4/+8 |
| * | moduleapi: Add module:send() as an alias for core_post_stanza() from the curr... | Matthew Wild | 2012-03-15 | 1 | -0/+5 |
| * | moduleapi: Add module:provides(), a shortcut to add an item with the current ... | Matthew Wild | 2012-03-15 | 1 | -0/+14 |
| * | portmanager: Fire service-removed on unregister | Matthew Wild | 2012-03-14 | 1 | -0/+1 |
| * | portmanager: Fix log message when multiple services are configured to use the... | Matthew Wild | 2012-03-14 | 1 | -1/+1 |
| * | portmanager: Support item-added/net-provider (global and shared modules only!) | Matthew Wild | 2012-03-14 | 1 | -0/+9 |
| * | portmanager: Add unregister_service(), and allow multiple services with the s... | Matthew Wild | 2012-03-14 | 1 | -6/+26 |
| * | modulemanager: Some refactoring. Deprecate module.host = "*", modules should ... | Matthew Wild | 2012-03-14 | 1 | -9/+11 |
| * | moduleapi: Set module.global = true when module:set_global() is called | Matthew Wild | 2012-03-14 | 1 | -0/+1 |
| * | modulemanager: Use appropriate events object for global modules when firing i... | Matthew Wild | 2012-03-14 | 1 | -1/+2 |
| * | Merge with Zash | Matthew Wild | 2012-03-11 | 1 | -1/+0 |
| |\ |
|
| | * | s2smanager, mod_s2s: Move import of dns_max_depth to mod_s2s | Kim Alvefur | 2012-03-11 | 1 | -1/+0 |
| * | | portmanager: Add get_active_services() | Matthew Wild | 2012-03-11 | 1 | -0/+4 |
| |/ |
|
| * | portmanager: Add get_service() | Matthew Wild | 2012-03-11 | 1 | -0/+3 |
| * | core.portmanager: Make sure the private flag takes precedence over global int... | Kim Alvefur | 2012-03-03 | 1 | -1/+1 |
| * | s2smanager, mod_s2s: clear up ip_hosts after s2s is marked as established, re... | Marco Cirillo | 2012-02-24 | 1 | -0/+1 |
| * | s2smanager: remove send_to_host. | Florian Zeitz | 2012-02-24 | 1 | -4/+1 |
| * | modulemanager: include mod_c2s and mod_s2s into autoloaded modules. | Florian Zeitz | 2012-02-24 | 1 | -1/+1 |
| * | s2smanager, mod_s2s, mod_s2s/s2sout: Split connection handling out of s2smana... | Matthew Wild | 2012-01-23 | 1 | -570/+11 |