Merged with 0.6.
|
Waqas Hussain |
2009-11-23 |
prosody: Added support for command line argument '--config'.
|
Waqas Hussain |
2009-11-23 |
Merge with trunk
|
Matthew Wild |
2009-11-23 |
tests/modulemanager_option_conversion.lua: Add standalone test script for the new modulemanager config option API
|
Matthew Wild |
2009-11-23 |
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 |
2009-11-23 |
Merged with 0.6.
|
Waqas Hussain |
2009-11-23 |
util.serialization: Replaced commas with semi-colons between table fields.
|
Waqas Hussain |
2009-11-23 |
util.serialization: Concise output for empty tables.
|
Waqas Hussain |
2009-11-23 |
Mainfile: Fixed some comments.
|
Waqas Hussain |
2009-11-23 |
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 |
2009-11-23 |
mod_console: Update for new net.server API
|
Matthew Wild |
2009-11-22 |
Merged with 0.6.
|
Waqas Hussain |
2009-11-22 |
mod_presence: Route incoming presence subscription stanzas (types unsubscribe, subscribed and unsubscribed) to the user before roster pushes.
|
Waqas Hussain |
2009-11-22 |
mod_presence: Acknowledge subscription requests by responding with an unavailable presence.
|
Waqas Hussain |
2009-11-22 |
sessionmanager: Added function send_to_interested_resources().
|
Waqas Hussain |
2009-11-22 |
sessionmanager: Fixed and cleaned function send_to_available_resources(). The 'to' attribute for presence subscription stanzas is now preserved.
|
Waqas Hussain |
2009-11-22 |
loggingmanager: Explicitly flush log messages if the __FLUSH_LOG environment variable is defined (workaround for MSVCRT buffering piped output).
|
Waqas Hussain |
2009-11-22 |
mod_proxy65: Update for new net.server API, untested
|
Matthew Wild |
2009-11-22 |
mod_proxy65: Import from prosody-modules, thanks Ephraim :)
|
Matthew Wild |
2009-11-22 |
net.server: Add some comments to explain to waqas how it all works :)
|
Matthew Wild |
2009-11-22 |
xmppcomponent_listener: Use new API for writing to components, fixes traceback (thanks Tobias)
|
Matthew Wild |
2009-11-22 |
s2smanager: Fix syntax error introduced in merge
|
Matthew Wild |
2009-11-22 |
Merge with trunk
|
Matthew Wild |
2009-11-22 |
stanza_router: Don't log full stanzas destined for s2s
|
Matthew Wild |
2009-11-22 |
net.server_select: Bring up to date to new common connection API
|
Matthew Wild |
2009-11-22 |
net.httpserver, net.http: Update for new net.server API (untested)
|
Matthew Wild |
2009-11-22 |
*_listener: Update for new net.server API, specifically .listener -> .onincoming, .disconnect -> .ondisconnect
|
Matthew Wild |
2009-11-22 |
net.adns: Update for new net.server API (doesn't work with libevent yet)
|
Matthew Wild |
2009-11-22 |
s2smanager: Update for new net.server API (s2s still doesn't work with libevent for other reasons)
|
Matthew Wild |
2009-11-22 |
net.server_event: Comment accidentally uncommented vdebug()
|
Matthew Wild |
2009-11-22 |