| Commit message (Expand) | Author | Age | Files | Lines |
* | loggingmanager: Support for specifying a single sink with *sinkname (*syslog ... | Matthew Wild | 2009-05-03 | 1 | -0/+3 |
* | net.connlisteners: Lower log level of multiple listeners warning (not interes... | Matthew Wild | 2009-05-03 | 1 | -2/+2 |
* | net.server: Add getserver() method to find the server listening on the specif... | Matthew Wild | 2009-05-03 | 1 | -1/+7 |
* | util.datamanager: Lower log level of 'Setting data path' to 'debug' | Matthew Wild | 2009-05-02 | 1 | -1/+1 |
* | componentmanager: Reduce log output at startup to 'debug' | Matthew Wild | 2009-05-02 | 1 | -2/+2 |
* | hostmanager: Reduce log output at startup to 'debug' | Matthew Wild | 2009-05-02 | 1 | -1/+4 |
* | modulemanager: Don't load modules when modules_enable is false | Matthew Wild | 2009-05-02 | 1 | -0/+4 |
* | prosody: Less verbose logging during shutdown sequence | Matthew Wild | 2009-05-02 | 1 | -2/+3 |
* | mod_posix: Don't let the server run as root without the magic run_as_root in ... | Matthew Wild | 2009-05-02 | 1 | -0/+9 |
* | prosody: Define prosody_shutdown() before emitting the server-starting event | Matthew Wild | 2009-05-02 | 1 | -7/+9 |
* | Makefile: Process and install prosodyctl | Matthew Wild | 2009-05-02 | 1 | -2/+10 |
* | prosodyctl: Multiple fixes for start/status/stop | Matthew Wild | 2009-05-02 | 1 | -4/+21 |
* | prosodyctl, util.prosodyctl: New prosodyctl utility for managing Prosody servers | Matthew Wild | 2009-05-02 | 2 | -0/+502 |
* | prosody: Add log messages during shutdown sequence to indicate progress | Matthew Wild | 2009-05-02 | 1 | -0/+7 |
* | mod_console: Add s2s:show() command to list s2s connections | Matthew Wild | 2009-05-02 | 1 | -0/+58 |
* | prosody: Don't require console_enabled option anymore | Matthew Wild | 2009-05-02 | 1 | -6/+2 |
* | Word-wrap HACKERS file | Matthew Wild | 2009-05-01 | 1 | -2/+7 |
* | configure: Change --data-dir to --datadir to make consistent with help and ot... | Matthew Wild | 2009-05-01 | 1 | -1/+1 |
* | loggingmanager: Add a comment about 'nowhere' sink type | Matthew Wild | 2009-04-30 | 1 | -0/+1 |
* | loggingmanager: Support prepending timestamps in file/console/stdout log sinks | Matthew Wild | 2009-04-30 | 1 | -2/+29 |
* | mod_dialback: Miscellaneous logging improvements, changing levels, improving ... | Matthew Wild | 2009-04-30 | 1 | -5/+5 |
* | sessionmanager: Miscellaneous logging improvements, changing levels, improvin... | Matthew Wild | 2009-04-30 | 1 | -3/+4 |
* | s2smanager: Miscellaneous logging improvements, changing levels, improving me... | Matthew Wild | 2009-04-30 | 1 | -6/+6 |
* | presencemanager: Lower log level of a message | Matthew Wild | 2009-04-30 | 1 | -1/+1 |
* | mod_saslauth: Remove 2 instances of raising errors and replacing with more gr... | Matthew Wild | 2009-04-30 | 1 | -2/+7 |
* | mod_saslauth: Various logging fixes | Matthew Wild | 2009-04-30 | 1 | -6/+6 |
* | mod_saslauth: Use module logger instead of creating a new one | Matthew Wild | 2009-04-30 | 1 | -1/+1 |
* | mod_dialback: Use module logger instead of creating a new one | Matthew Wild | 2009-04-30 | 1 | -2/+2 |
* | modulemanager: Update logger when a module becomes global | Matthew Wild | 2009-04-30 | 1 | -0/+8 |
* | loggingmanager: Add ability to set 'log' config option to a filename, which c... | Matthew Wild | 2009-04-29 | 1 | -3/+12 |
* | mod_*: Fix many unnecessary global accesses in modules (already committed to ... | Matthew Wild | 2009-04-29 | 8 | -10/+25 |
* | core.componentmanager: Really fix marking components as disconnected when unr... | Matthew Wild | 2009-04-29 | 1 | -1/+1 |
* | configure: Honour --sysconfdir parameter; thanks to Michael Scherer | Matthew Wild | 2009-04-28 | 1 | -0/+4 |
* | mod_posix: Fix calls to log() (replace with module:log) and make some global ... | Matthew Wild | 2009-04-23 | 1 | -11/+11 |
* | mod_posix: Fix for removing the pidfile on exit | Matthew Wild | 2009-04-23 | 1 | -1/+1 |
* | mod_muc: The default component name is now 'Chatrooms' | Waqas Hussain | 2009-04-24 | 1 | -1/+1 |
* | mod_muc: The default room name is the room node | Waqas Hussain | 2009-04-24 | 1 | -0/+1 |
* | net.httpserver: Fix traceback when sending response to a destroyed request | Matthew Wild | 2009-04-23 | 1 | -1/+1 |
* | net.httpserver: Don't log the response body (can be binary data...) | Matthew Wild | 2009-04-23 | 1 | -1/+1 |
* | xmlhandlers: Fix tag pattern again for the default namespace | Matthew Wild | 2009-04-23 | 1 | -2/+9 |
* | mod_bosh: Put dummy authid in session creation response to keep JSJaC happy | Matthew Wild | 2009-04-23 | 1 | -1/+1 |
* | mod_bosh: Add log message for clients connecting to unknown host | Matthew Wild | 2009-04-23 | 1 | -0/+1 |
* | mod_bosh: Fix nil indexing when client connects to unknown host | Matthew Wild | 2009-04-23 | 1 | -1/+1 |
* | core.loggingmanager: Reinstating global log() function | Matthew Wild | 2009-04-23 | 1 | -0/+2 |
* | mod_posix: Remove some debug coooooooooode | Matthew Wild | 2009-04-22 | 1 | -1/+0 |
* | mod_posix: Integrate with loggingmanager, register syslog sink, remove redund... | Matthew Wild | 2009-04-22 | 1 | -36/+15 |
* | mod_posix: Remove pidfile on exit | Matthew Wild | 2009-04-22 | 1 | -1/+16 |
* | core.loggingmanager: Refactoring, converted to a module. Now possible to regi... | Matthew Wild | 2009-04-22 | 1 | -89/+101 |
* | util.set: Add set.xor() to get a set consisting of items not in both sets | Matthew Wild | 2009-04-22 | 1 | -0/+4 |
* | util.set: Add set:empty() to discover if the set is the empty set | Matthew Wild | 2009-04-22 | 1 | -0/+4 |