aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge with 0.4Matthew Wild2009-05-055-12/+75
|\
| * mod_posix: Reload the config and reopen log files on SIGHUPMatthew Wild2009-05-051-7/+9
| * loggingmanager: File log sinks react to reopen-log-files eventMatthew Wild2009-05-051-3/+16
| * prosody: Add functions to reload the config and re-open log filesMatthew Wild2009-05-051-1/+21
| * prosodyctl: status: Show warning if we can't find a running Prosody, and we d...Matthew Wild2009-05-051-0/+5
| * prosodyctl: Switch to Prosody user before attempting to do anythingMatthew Wild2009-05-051-0/+23
| * net.httpserver: Fix for urlencoding to always produce 2 digitsMatthew Wild2009-05-041-1/+1
* | Merge with 0.4Matthew Wild2009-05-049-161/+190
|\|
| * net.http, net.httpserver: Remove urlcodes table... it really isn't needed (th...Matthew Wild2009-05-042-3/+1
| * net.httpserver: Fix potential nil accessMatthew Wild2009-04-221-2/+2
| * mod_bosh: Give BOSH sessions a logger (thanks Florob)Matthew Wild2009-05-041-2/+5
| * mod_component: Vastly reduce the code, having split most of it to where it sh...Matthew Wild2009-05-041-152/+6
| * util.serialization: Log a warning when trying to serialize something we can'tMatthew Wild2009-05-041-1/+3
| * prosody, xmppcomponent_listener: Add listener for XEP-0114 component connectionsMatthew Wild2009-05-042-0/+172
| * modulemanager: No need for print()Matthew Wild2009-05-041-1/+1
| * util.multitable: No globals today, thank you. Fixes missing table entries and...Matthew Wild2009-05-041-2/+2
* | Merge with 0.4Matthew Wild2009-05-032-10/+18
|\|
| * prosodyctl: Hide ejabberd compatibility commands from command listingMatthew Wild2009-05-031-10/+15
| * loggingmanager: Support for specifying a single sink with *sinkname (*syslog ...Matthew Wild2009-05-031-0/+3
* | Merge with 0.4Matthew Wild2009-05-0310-22/+72
|\|
| * net.connlisteners: Lower log level of multiple listeners warning (not interes...Matthew Wild2009-05-031-2/+2
| * net.server: Add getserver() method to find the server listening on the specif...Matthew Wild2009-05-031-1/+7
| * util.datamanager: Lower log level of 'Setting data path' to 'debug'Matthew Wild2009-05-021-1/+1
| * componentmanager: Reduce log output at startup to 'debug'Matthew Wild2009-05-021-2/+2
| * hostmanager: Reduce log output at startup to 'debug'Matthew Wild2009-05-021-1/+4
| * modulemanager: Don't load modules when modules_enable is falseMatthew Wild2009-05-021-0/+4
| * prosody: Less verbose logging during shutdown sequenceMatthew Wild2009-05-021-2/+3
| * mod_posix: Don't let the server run as root without the magic run_as_root in ...Matthew Wild2009-05-021-0/+9
| * prosody: Define prosody_shutdown() before emitting the server-starting eventMatthew Wild2009-05-021-7/+9
| * Makefile: Process and install prosodyctlMatthew Wild2009-05-021-2/+10
| * prosodyctl: Multiple fixes for start/status/stopMatthew Wild2009-05-021-4/+21
* | Merge with 0.4Matthew Wild2009-05-024-6/+569
|\|
| * prosodyctl, util.prosodyctl: New prosodyctl utility for managing Prosody serversMatthew Wild2009-05-022-0/+502
| * prosody: Add log messages during shutdown sequence to indicate progressMatthew Wild2009-05-021-0/+7
| * mod_console: Add s2s:show() command to list s2s connectionsMatthew Wild2009-05-021-0/+58
| * prosody: Don't require console_enabled option anymoreMatthew Wild2009-05-021-6/+2
* | Merge with 0.4Matthew Wild2009-05-013-3/+9
|\|
| * Word-wrap HACKERS fileMatthew Wild2009-05-011-2/+7
| * configure: Change --data-dir to --datadir to make consistent with help and ot...Matthew Wild2009-05-011-1/+1
| * loggingmanager: Add a comment about 'nowhere' sink typeMatthew Wild2009-04-301-0/+1
* | Merge with 0.4Matthew Wild2009-04-307-28/+69
|\|
| * loggingmanager: Support prepending timestamps in file/console/stdout log sinksMatthew Wild2009-04-301-2/+29
| * mod_dialback: Miscellaneous logging improvements, changing levels, improving ...Matthew Wild2009-04-301-5/+5
| * sessionmanager: Miscellaneous logging improvements, changing levels, improvin...Matthew Wild2009-04-301-3/+4
| * s2smanager: Miscellaneous logging improvements, changing levels, improving me...Matthew Wild2009-04-301-6/+6
| * presencemanager: Lower log level of a messageMatthew Wild2009-04-301-1/+1
| * mod_saslauth: Remove 2 instances of raising errors and replacing with more gr...Matthew Wild2009-04-301-2/+7
| * mod_saslauth: Various logging fixesMatthew Wild2009-04-301-6/+6
| * mod_saslauth: Use module logger instead of creating a new oneMatthew Wild2009-04-301-1/+1
| * mod_dialback: Use module logger instead of creating a new oneMatthew Wild2009-04-301-2/+2