util.dependencies: Log an error if the current version of LuaSec installed contains The Bug (thanks Remko)
|
Matthew Wild |
Wed, 25 Nov 2009 15:40:33 +0000 |
Merge with 0.6 on prosody.im
0.6.0
|
Matthew Wild |
Wed, 25 Nov 2009 05:11:10 +0000 |
xmppclient_listener: Escape control characters when logging invalid XML.
|
Waqas Hussain |
Tue, 24 Nov 2009 22:42:08 +0500 |
Merge with 0.6
|
Matthew Wild |
Wed, 25 Nov 2009 03:30:41 +0000 |
s2smanager: Log warning when trying to send a stanza from a host we don't serve, instead of a traceback (thanks stpeter)
|
Matthew Wild |
Wed, 25 Nov 2009 03:30:00 +0000 |
Merge with trunk
|
Matthew Wild |
Tue, 24 Nov 2009 20:35:18 +0000 |
core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls
|
Matthew Wild |
Tue, 24 Nov 2009 20:34:22 +0000 |
net.server: Log an error when libevent is requested, but luaevent is unavailable, and don't load luaevent when not requested.
|
Waqas Hussain |
Tue, 24 Nov 2009 14:37:14 +0500 |
Merge with trunk
|
Matthew Wild |
Mon, 23 Nov 2009 20:22:37 +0000 |
Merge with 0.6
|
Matthew Wild |
Mon, 23 Nov 2009 20:21:20 +0000 |
util.datamanager: Replace popen(mkdir) with lfs.mkdir, keeping the just-in-time creation until we have the new datamanager API
|
Matthew Wild |
Mon, 23 Nov 2009 20:18:04 +0000 |
util.dependencies: Missed a Debian/
|
Matthew Wild |
Mon, 23 Nov 2009 19:59:32 +0000 |
util.dependencies: Clearer message, add homepages, etc.
|
Matthew Wild |
Mon, 23 Nov 2009 18:51:54 +0000 |
util.dependencies: Add LuaFileSystem as a hard dependency
|
Matthew Wild |
Mon, 23 Nov 2009 17:31:49 +0000 |
Merged with 0.6.
|
Waqas Hussain |
Mon, 23 Nov 2009 21:49:20 +0500 |
prosody: Added support for command line argument '--config'.
|
Waqas Hussain |
Mon, 23 Nov 2009 21:46:37 +0500 |
Merge with trunk
|
Matthew Wild |
Mon, 23 Nov 2009 16:30:34 +0000 |
tests/modulemanager_option_conversion.lua: Add standalone test script for the new modulemanager config option API
|
Matthew Wild |
Mon, 23 Nov 2009 16:09:44 +0000 |
modulemanager: New module API methods for getting config options with type conversion, get_option_string, get_option_number, get_option_boolean, get_option_array, get_option_set
|
Matthew Wild |
Mon, 23 Nov 2009 16:07:33 +0000 |
Merged with 0.6.
|
Waqas Hussain |
Mon, 23 Nov 2009 21:02:06 +0500 |
util.serialization: Replaced commas with semi-colons between table fields.
|
Waqas Hussain |
Mon, 23 Nov 2009 19:50:04 +0500 |
util.serialization: Concise output for empty tables.
|
Waqas Hussain |
Mon, 23 Nov 2009 19:35:24 +0500 |
Mainfile: Fixed some comments.
|
Waqas Hussain |
Mon, 23 Nov 2009 08:55:27 +0500 |
util.dependencies: Make the commands line up properly in the "missing dependency" output. Yes, this was the commit you didn't know you were waiting for!
|
Matthew Wild |
Mon, 23 Nov 2009 02:58:42 +0000 |
mod_console: Update for new net.server API
|
Matthew Wild |
Sun, 22 Nov 2009 21:09:25 +0000 |
Merged with 0.6.
|
Waqas Hussain |
Sun, 22 Nov 2009 21:55:58 +0500 |
mod_presence: Route incoming presence subscription stanzas (types unsubscribe, subscribed and unsubscribed) to the user before roster pushes.
|
Waqas Hussain |
Sun, 22 Nov 2009 21:47:54 +0500 |
mod_presence: Acknowledge subscription requests by responding with an unavailable presence.
|
Waqas Hussain |
Sun, 22 Nov 2009 21:45:31 +0500 |
sessionmanager: Added function send_to_interested_resources().
|
Waqas Hussain |
Sun, 22 Nov 2009 21:41:09 +0500 |
sessionmanager: Fixed and cleaned function send_to_available_resources(). The 'to' attribute for presence subscription stanzas is now preserved.
|
Waqas Hussain |
Sun, 22 Nov 2009 21:40:01 +0500 |