| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_saslauth: Fix logic error which prevented SASL ANONYMOUS from working | Matthew Wild | 2009-05-18 | 1 | -2/+4 |
* | stanza_router: Bounce stanzas to/from invalid JIDs with a jid-malformed error | Matthew Wild | 2009-05-13 | 1 | -2/+7 |
* | util.prosodyctl: Import CFG_SOURCEDIR from the global environment (thanks mac... | Matthew Wild | 2009-05-06 | 1 | -0/+3 |
* | Tagging 0.4.1 | Matthew Wild | 2009-05-05 | 0 | -0/+0 |
* | util.serialization: Write nil for non-serializable data types, and bump the l...vault/0.4.10.4.1 | Matthew Wild | 2009-05-05 | 1 | -1/+2 |
* | tools/ejabberd2prosody: Fixed private storage export | Waqas Hussain | 2009-05-05 | 1 | -1/+1 |
* | prosodyctl: Add message for unable-to-save-data error | Matthew Wild | 2009-05-05 | 1 | -0/+1 |
* | util.prosodyctl: Return success status of usermanager.create_user() | Matthew Wild | 2009-05-05 | 1 | -1/+4 |
* | prosodyctl: Reformat note to fit in small-width terminals | Matthew Wild | 2009-05-05 | 1 | -3/+4 |
* | prosodyctl: Use correct path for the data directory | Matthew Wild | 2009-05-05 | 1 | -0/+3 |
* | mod_posix: Reload the config and reopen log files on SIGHUP | Matthew Wild | 2009-05-05 | 1 | -7/+9 |
* | loggingmanager: File log sinks react to reopen-log-files event | Matthew Wild | 2009-05-05 | 1 | -3/+16 |
* | prosody: Add functions to reload the config and re-open log files | Matthew Wild | 2009-05-05 | 1 | -1/+21 |
* | prosodyctl: status: Show warning if we can't find a running Prosody, and we d... | Matthew Wild | 2009-05-05 | 1 | -0/+5 |
* | prosodyctl: Switch to Prosody user before attempting to do anything | Matthew Wild | 2009-05-05 | 1 | -0/+23 |
* | net.httpserver: Fix for urlencoding to always produce 2 digits | Matthew Wild | 2009-05-04 | 1 | -1/+1 |
* | net.http, net.httpserver: Remove urlcodes table... it really isn't needed (th... | Matthew Wild | 2009-05-04 | 2 | -3/+1 |
* | net.httpserver: Fix potential nil access | Matthew Wild | 2009-04-22 | 1 | -2/+2 |
* | mod_bosh: Give BOSH sessions a logger (thanks Florob) | Matthew Wild | 2009-05-04 | 1 | -2/+5 |
* | mod_component: Vastly reduce the code, having split most of it to where it sh... | Matthew Wild | 2009-05-04 | 1 | -152/+6 |
* | util.serialization: Log a warning when trying to serialize something we can't | Matthew Wild | 2009-05-04 | 1 | -1/+3 |
* | prosody, xmppcomponent_listener: Add listener for XEP-0114 component connections | Matthew Wild | 2009-05-04 | 2 | -0/+172 |
* | modulemanager: No need for print() | Matthew Wild | 2009-05-04 | 1 | -1/+1 |
* | util.multitable: No globals today, thank you. Fixes missing table entries and... | Matthew Wild | 2009-05-04 | 1 | -2/+2 |
* | prosodyctl: Hide ejabberd compatibility commands from command listing | Matthew Wild | 2009-05-03 | 1 | -10/+15 |
* | 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 |