| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | modulemanager: Update logger when a module becomes global | Matthew Wild | 2009-04-30 | 1 | -0/+8 |
* | | Merge with 0.4 | Matthew Wild | 2009-04-29 | 1 | -3/+12 |
|\| |
|
| * | loggingmanager: Add ability to set 'log' config option to a filename, which c... | Matthew Wild | 2009-04-29 | 1 | -3/+12 |
* | | Merge with 0.4 | Matthew Wild | 2009-04-29 | 2 | -1/+5 |
|\| |
|
| * | 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 |
* | | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-04-23 | 2 | -4/+11 |
|\ \ |
|
| * | | Merge with 0.4 branch | Matthew Wild | 2009-04-23 | 2 | -4/+11 |
| |\| |
|
| | * | 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_presence: Broadcast a user's presence to only the user's 'available' reso... | Waqas Hussain | 2009-04-24 | 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 |
|/ / |
|
* | | Merge with 0.4 branch | Matthew Wild | 2009-04-23 | 3 | -3/+5 |
|\| |
|
| * | 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_presence: Fix for local presence subscriptions and probes | Waqas Hussain | 2009-04-23 | 1 | -0/+14 |
* | | stanzarouter: Make _G.hosts local | Matthew Wild | 2009-04-22 | 1 | -0/+2 |
* | | mod_*: Fix a load of global accesses | Matthew Wild | 2009-04-22 | 10 | -22/+38 |
* | | core.componentmanager: Fix global access | Matthew Wild | 2009-04-22 | 1 | -2/+1 |
* | | xmpp{server,client}_listener: Fix global accesses | Matthew Wild | 2009-04-22 | 2 | -5/+8 |
* | | net.server: Fix global access/incorrect parameter | Matthew Wild | 2009-04-22 | 1 | -1/+1 |
* | | net.httpserver: Fix potential nil access | Matthew Wild | 2009-04-22 | 1 | -2/+2 |
* | | net.http: Fix potential nil access | Matthew Wild | 2009-04-22 | 1 | -2/+2 |
* | | net.server: Fix incorrect parameter passing | Matthew Wild | 2009-04-22 | 1 | -1/+1 |
* | | net.server: Fix global access | Matthew Wild | 2009-04-22 | 1 | -1/+1 |
* | | Merge with 0.4.1 | Matthew Wild | 2009-04-22 | 5 | -131/+213 |
|\| |
|
| * | 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 |
| * | util.set: Add metatable to sets to allow +, -, /, ==, tostring and to double ... | Matthew Wild | 2009-04-22 | 1 | -4/+54 |
| * | util.array: Add array.collect() to collect results from iterators into an arr... | Matthew Wild | 2009-04-22 | 1 | -1/+14 |
| * | prosody: Fire events during server shutdown process | Matthew Wild | 2009-04-21 | 1 | -0/+5 |
* | | Merge with 0.4.1 | Matthew Wild | 2009-04-21 | 1 | -3/+11 |
|\| |
|
| * | core.loggingmanager: Add default logging settings (to console) and fill out c... | Matthew Wild | 2009-04-21 | 1 | -3/+11 |
* | | mod_presence: Remove some rather drastic debugging code | Waqas Hussain | 2009-04-22 | 1 | -1/+0 |
* | | Merge with 0.4.1 | Matthew Wild | 2009-04-21 | 2 | -22/+137 |
|\| |
|
| * | core.loggingmanager: Filled out most code, and cleaned up | Matthew Wild | 2009-04-21 | 1 | -21/+136 |
| * | util.logger: Fix for attempting to call a table | Matthew Wild | 2009-04-21 | 1 | -1/+1 |