Software /
code /
prosody
Log
description | author | age |
---|---|---|
loggingmanager: Add reload_logging() method, which gets called on any config reload, to reset util.logger and remove and re-add all sink types to perform a full reload of the logging system without a restart. | Matthew Wild | Wed, 14 Jul 2010 01:25:32 +0100 |
util.logger: Add reset() method to clear all sinks | Matthew Wild | Wed, 14 Jul 2010 01:23:14 +0100 |
certmanager: Remove debug logging accidentally committed | Matthew Wild | Tue, 13 Jul 2010 15:28:52 +0100 |
certmanager: Adjust paths of SSL key/certs to be relative to the config file, fixes #147 | Matthew Wild | Tue, 13 Jul 2010 13:56:14 +0100 |
prosody: Add prosody.resolve_relative_path() helper to change relative paths to be relative to the config file | Matthew Wild | Tue, 13 Jul 2010 13:55:18 +0100 |
mod_httpserver: Serve index.html if a request is made for a directory and it contains one (thanks Brian Cully) | Matthew Wild | Tue, 13 Jul 2010 09:25:45 +0100 |