aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* loggingmanager: Support for specifying a single sink with *sinkname (*syslog ↵Matthew Wild2009-05-031-0/+3
| | | | should now work)
* net.connlisteners: Lower log level of multiple listeners warning (not ↵Matthew Wild2009-05-031-2/+2
| | | | interesting to end-users)
* net.server: Add getserver() method to find the server listening on the ↵Matthew Wild2009-05-031-1/+7
| | | | specified port
* 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
| | | | config
* 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
|
* 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
|
* Word-wrap HACKERS fileMatthew Wild2009-05-011-2/+7
|
* configure: Change --data-dir to --datadir to make consistent with help and ↵Matthew Wild2009-05-011-1/+1
| | | | other dir flags
* loggingmanager: Add a comment about 'nowhere' sink typeMatthew Wild2009-04-301-0/+1
|
* 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
| | | | messages and using session loggers where possible
* sessionmanager: Miscellaneous logging improvements, changing levels, ↵Matthew Wild2009-04-301-3/+4
| | | | improving messages and using session loggers where possible
* s2smanager: Miscellaneous logging improvements, changing levels, improving ↵Matthew Wild2009-04-301-6/+6
| | | | messages and using session loggers where possible
* presencemanager: Lower log level of a messageMatthew Wild2009-04-301-1/+1
|
* mod_saslauth: Remove 2 instances of raising errors and replacing with more ↵Matthew Wild2009-04-301-2/+7
| | | | graceful handling
* 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
|
* modulemanager: Update logger when a module becomes globalMatthew Wild2009-04-301-0/+8
|
* loggingmanager: Add ability to set 'log' config option to a filename, which ↵Matthew Wild2009-04-291-3/+12
| | | | causes all levels >= info to be logged to that file
* mod_*: Fix many unnecessary global accesses in modules (already committed to ↵Matthew Wild2009-04-298-10/+25
| | | | main repo)
* core.componentmanager: Really fix marking components as disconnected when ↵Matthew Wild2009-04-291-1/+1
| | | | unregistered
* configure: Honour --sysconfdir parameter; thanks to Michael SchererMatthew Wild2009-04-281-0/+4
|
* mod_posix: Fix calls to log() (replace with module:log) and make some global ↵Matthew Wild2009-04-231-11/+11
| | | | accesses explicit
* mod_posix: Fix for removing the pidfile on exitMatthew Wild2009-04-231-1/+1
|
* mod_muc: The default component name is now 'Chatrooms'Waqas Hussain2009-04-241-1/+1
|
* mod_muc: The default room name is the room nodeWaqas Hussain2009-04-241-0/+1
|
* net.httpserver: Fix traceback when sending response to a destroyed requestMatthew Wild2009-04-231-1/+1
|
* net.httpserver: Don't log the response body (can be binary data...)Matthew Wild2009-04-231-1/+1
|
* xmlhandlers: Fix tag pattern again for the default namespaceMatthew Wild2009-04-231-2/+9
|
* mod_bosh: Put dummy authid in session creation response to keep JSJaC happyMatthew Wild2009-04-231-1/+1
|
* mod_bosh: Add log message for clients connecting to unknown hostMatthew Wild2009-04-231-0/+1
|
* mod_bosh: Fix nil indexing when client connects to unknown hostMatthew Wild2009-04-231-1/+1
|
* core.loggingmanager: Reinstating global log() functionMatthew Wild2009-04-231-0/+2
|
* mod_posix: Remove some debug coooooooooodeMatthew Wild2009-04-221-1/+0
|
* mod_posix: Integrate with loggingmanager, register syslog sink, remove ↵Matthew Wild2009-04-221-36/+15
| | | | redundant logging code
* mod_posix: Remove pidfile on exitMatthew Wild2009-04-221-1/+16
|
* core.loggingmanager: Refactoring, converted to a module. Now possible to ↵Matthew Wild2009-04-221-89/+101
| | | | register additional sink types (think syslog) from other modules
* util.set: Add set.xor() to get a set consisting of items not in both setsMatthew Wild2009-04-221-0/+4
|
* util.set: Add set:empty() to discover if the set is the empty setMatthew Wild2009-04-221-0/+4
|