aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * modulemanager: Update logger when a module becomes globalMatthew Wild2009-04-301-0/+8
* | Merge with 0.4Matthew Wild2009-04-291-3/+12
|\|
| * loggingmanager: Add ability to set 'log' config option to a filename, which c...Matthew Wild2009-04-291-3/+12
* | Merge with 0.4Matthew Wild2009-04-292-1/+5
|\|
| * 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
* | Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-04-232-4/+11
|\ \
| * | Merge with 0.4 branchMatthew Wild2009-04-232-4/+11
| |\|
| | * 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_presence: Broadcast a user's presence to only the user's 'available' reso...Waqas Hussain2009-04-241-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
|/ /
* | Merge with 0.4 branchMatthew Wild2009-04-233-3/+5
|\|
| * 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_presence: Fix for local presence subscriptions and probesWaqas Hussain2009-04-231-0/+14
* | stanzarouter: Make _G.hosts localMatthew Wild2009-04-221-0/+2
* | mod_*: Fix a load of global accessesMatthew Wild2009-04-2210-22/+38
* | core.componentmanager: Fix global accessMatthew Wild2009-04-221-2/+1
* | xmpp{server,client}_listener: Fix global accessesMatthew Wild2009-04-222-5/+8
* | net.server: Fix global access/incorrect parameterMatthew Wild2009-04-221-1/+1
* | net.httpserver: Fix potential nil accessMatthew Wild2009-04-221-2/+2
* | net.http: Fix potential nil accessMatthew Wild2009-04-221-2/+2
* | net.server: Fix incorrect parameter passingMatthew Wild2009-04-221-1/+1
* | net.server: Fix global accessMatthew Wild2009-04-221-1/+1
* | Merge with 0.4.1Matthew Wild2009-04-225-131/+213
|\|
| * 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
* | Merge with 0.4.1Matthew Wild2009-04-211-3/+11
|\|
| * core.loggingmanager: Add default logging settings (to console) and fill out c...Matthew Wild2009-04-211-3/+11
* | mod_presence: Remove some rather drastic debugging codeWaqas Hussain2009-04-221-1/+0
* | Merge with 0.4.1Matthew Wild2009-04-212-22/+137
|\|
| * 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