aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 c...Matthew Wild2009-04-291-3/+12
* mod_*: Fix many unnecessary global accesses in modules (already committed to ...Matthew Wild2009-04-298-10/+25
* core.componentmanager: Really fix marking components as disconnected when unr...Matthew Wild2009-04-291-1/+1
* 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
* 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 redund...Matthew Wild2009-04-221-36/+15
* mod_posix: Remove pidfile on exitMatthew Wild2009-04-221-1/+16
* core.loggingmanager: Refactoring, converted to a module. Now possible to regi...Matthew Wild2009-04-221-89/+101
* 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
* util.set: Add metatable to sets to allow +, -, /, ==, tostring and to double ...Matthew Wild2009-04-221-4/+54
* util.array: Add array.collect() to collect results from iterators into an arr...Matthew Wild2009-04-221-1/+14
* prosody: Fire events during server shutdown processMatthew Wild2009-04-211-0/+5
* core.loggingmanager: Add default logging settings (to console) and fill out c...Matthew Wild2009-04-211-3/+11
* core.loggingmanager: Filled out most code, and cleaned upMatthew Wild2009-04-211-21/+136
* util.logger: Fix for attempting to call a tableMatthew Wild2009-04-211-1/+1
* prosody: Remove logging code and instead load core.loggingmanager to set up l...Matthew Wild2009-04-211-6/+6
* core.loggingmanager: A new manager (yay!) to manage log outputMatthew Wild2009-04-211-0/+49
* util.logger: Revamped logger library, but backwards-compatible for users of l...Matthew Wild2009-04-211-25/+88
* core.s2smanager: Buffer data sent before connectionMatthew Wild2009-04-201-0/+31
* core.s2smanager: Logging improvementsMatthew Wild2009-04-201-1/+9
* net.adns: Call handler for records already cachedMatthew Wild2009-04-181-5/+9
* componentmanager: Set host.connected = nil when deregistering a component so ...Matthew Wild2009-04-181-0/+1
* core.xmlhandlers: expat is the XML parser, not us. Don't reject valid XML.Matthew Wild2009-04-181-2/+2
* MergeMatthew Wild2009-04-171-0/+3
|\
| * Allow setting LFLAGS with ./configure --lflags=Matthew Wild2009-04-141-0/+3
* | prosody: Simple whitespace fix in error outputMatthew Wild2009-04-171-1/+1
* | core.configmanager: Fire event when (re)loading config fileMatthew Wild2009-04-171-0/+5
* | net.server: Fix potential nil handler usageMatthew Wild2009-04-171-4/+8
|/