prosody.git
14 years agomod_compression: Enabeling compression for outgoing s2s streams.
Tobias Markmann [Mon, 30 Nov 2009 22:23:42 +0000 (23:23 +0100)]
mod_compression: Enabeling compression for outgoing s2s streams.

14 years agoutil.hmac: Optimized.
Waqas Hussain [Mon, 30 Nov 2009 21:23:48 +0000 (02:23 +0500)]
util.hmac: Optimized.

14 years agoutil.sasl.scram: Optimized binaryXOR.
Waqas Hussain [Mon, 30 Nov 2009 20:45:56 +0000 (01:45 +0500)]
util.sasl.scram: Optimized binaryXOR.

14 years agoutil.sasl.scram: Fixed a variable redeclaration.
Waqas Hussain [Mon, 30 Nov 2009 20:41:31 +0000 (01:41 +0500)]
util.sasl.scram: Fixed a variable redeclaration.

14 years agoutil.sasl.scram: Making =2D and =3D substitution actually work.
Tobias Markmann [Mon, 30 Nov 2009 19:53:25 +0000 (20:53 +0100)]
util.sasl.scram: Making =2D and =3D substitution actually work.

14 years agoutil.stanza: Add stanza:get_child(name, xmlns) to find a child tag given a name/xmlns
Matthew Wild [Mon, 30 Nov 2009 16:39:27 +0000 (16:39 +0000)]
util.stanza: Add stanza:get_child(name, xmlns) to find a child tag given a name/xmlns

14 years agomod_compression: Some further refactoring.
Tobias Markmann [Sun, 29 Nov 2009 22:43:12 +0000 (23:43 +0100)]
mod_compression: Some further refactoring.

14 years agomod_compression: Make setup_compression work for s2s sessions too.
Tobias Markmann [Sun, 29 Nov 2009 22:04:19 +0000 (23:04 +0100)]
mod_compression: Make setup_compression work for s2s sessions too.

14 years agomod_compression: Moving compression setup in a dedicated function.
Tobias Markmann [Sun, 29 Nov 2009 21:18:06 +0000 (22:18 +0100)]
mod_compression: Moving compression setup in a dedicated function.

14 years agomod_compression: Prepare activating of compression on s2s.
Tobias Markmann [Sun, 29 Nov 2009 21:02:21 +0000 (22:02 +0100)]
mod_compression: Prepare activating of compression on s2s.

14 years agoMerge with tip.
Tobias Markmann [Sun, 29 Nov 2009 20:33:37 +0000 (21:33 +0100)]
Merge with tip.

14 years agoEnable one way stream compression on s2s links.
Tobias Markmann [Sun, 29 Nov 2009 20:32:39 +0000 (21:32 +0100)]
Enable one way stream compression on s2s links.

14 years agoutil.sasl.plain: A little refactoring.
Waqas Hussain [Sun, 29 Nov 2009 13:30:33 +0000 (18:30 +0500)]
util.sasl.plain: A little refactoring.

14 years agoMerge with 0.6.
Waqas Hussain [Sun, 29 Nov 2009 13:29:19 +0000 (18:29 +0500)]
Merge with 0.6.

14 years agoutil.sasl.digest-md5: Fixing some variable access.
Tobias Markmann [Sat, 28 Nov 2009 17:58:58 +0000 (18:58 +0100)]
util.sasl.digest-md5: Fixing some variable access.

14 years agoMerge with Tobias
Matthew Wild [Sat, 28 Nov 2009 17:40:49 +0000 (17:40 +0000)]
Merge with Tobias

14 years agoxmppserver_listener: Update for new server API, fixes traceback when closing s2s...
Matthew Wild [Sat, 28 Nov 2009 17:40:37 +0000 (17:40 +0000)]
xmppserver_listener: Update for new server API, fixes traceback when closing s2s connections

14 years agomod_console: Update for new server API, fixes traceback when closing console sessions
Matthew Wild [Sat, 28 Nov 2009 17:39:05 +0000 (17:39 +0000)]
mod_console: Update for new server API, fixes traceback when closing console sessions

14 years agoMake some more variables to locals.
Tobias Markmann [Sat, 28 Nov 2009 17:32:41 +0000 (18:32 +0100)]
Make some more variables to locals.

14 years agoutil.sasl: Move some variables to local space. Fix a bug.
Tobias Markmann [Sat, 28 Nov 2009 17:23:25 +0000 (18:23 +0100)]
util.sasl: Move some variables to local space. Fix a bug.

14 years agoutil.sasl.plain: Fail gracefully on empty <auth/> tag
Matthew Wild [Sat, 28 Nov 2009 15:12:43 +0000 (15:12 +0000)]
util.sasl.plain: Fail gracefully on empty <auth/> tag

14 years agomod_saslauth: Fix typo in variable name
Matthew Wild [Sat, 28 Nov 2009 15:12:07 +0000 (15:12 +0000)]
mod_saslauth: Fix typo in variable name

14 years agonet.server_select: Update conn.close() to use new connection method convention
Matthew Wild [Sat, 28 Nov 2009 14:09:53 +0000 (14:09 +0000)]
net.server_select: Update conn.close() to use new connection method convention

14 years agocore.xmlhandlers: Fixed processing of empty namespaces (which caused an issue with...
Waqas Hussain [Sat, 28 Nov 2009 07:00:31 +0000 (12:00 +0500)]
core.xmlhandlers: Fixed processing of empty namespaces (which caused an issue with jwchat).

14 years agomod_register: Properly notify contacts of subscription removal on account deletion.
Waqas Hussain [Sat, 28 Nov 2009 06:59:06 +0000 (11:59 +0500)]
mod_register: Properly notify contacts of subscription removal on account deletion.

14 years agomod_proxy65: Use new jid.join() from util.jid
Matthew Wild [Fri, 27 Nov 2009 18:02:24 +0000 (18:02 +0000)]
mod_proxy65: Use new jid.join() from util.jid

14 years agotests/test.lua: Changes to environment handling of tests, and replace module() with...
Matthew Wild [Fri, 27 Nov 2009 18:00:47 +0000 (18:00 +0000)]
tests/test.lua: Changes to environment handling of tests, and replace module() with dummy function that doesn't alter the current environment

14 years agotests: Add tests for util.jid.join()
Matthew Wild [Fri, 27 Nov 2009 17:41:52 +0000 (17:41 +0000)]
tests: Add tests for util.jid.join()

14 years agotests/test.lua: Print the current test being run if verbosity sufficient
Matthew Wild [Fri, 27 Nov 2009 17:39:17 +0000 (17:39 +0000)]
tests/test.lua: Print the current test being run if verbosity sufficient

14 years agoutil.jid: Add join(node, host, resource) function to join the components and return...
Matthew Wild [Fri, 27 Nov 2009 17:33:55 +0000 (17:33 +0000)]
util.jid: Add join(node, host, resource) function to join the components and return nil if invalid

14 years agomod_proxy65: Update listener callback names for new server API
sjoerd.simons@collabora.co.uk [Fri, 27 Nov 2009 16:51:05 +0000 (16:51 +0000)]
mod_proxy65: Update listener callback names for new server API

14 years agoMerged with tip.
Tobias Markmann [Thu, 26 Nov 2009 23:19:56 +0000 (00:19 +0100)]
Merged with tip.

14 years agonet.server_event: Add addclient/wrapclient compatible with server_select, DNS and...
Matthew Wild [Thu, 26 Nov 2009 22:25:13 +0000 (22:25 +0000)]
net.server_event: Add addclient/wrapclient compatible with server_select, DNS and s2s should now work with libevent \o/

14 years agonet.server_event: tostring() some debug logging parameters
Matthew Wild [Thu, 26 Nov 2009 22:23:51 +0000 (22:23 +0000)]
net.server_event: tostring() some debug logging parameters

14 years agonet.server_event: Add set_send() for compatibility with server_select
Matthew Wild [Thu, 26 Nov 2009 22:22:03 +0000 (22:22 +0000)]
net.server_event: Add set_send() for compatibility with server_select

14 years agonet.server_event: Hide starttls function when the connection is not SSL-enabled
Matthew Wild [Thu, 26 Nov 2009 22:21:12 +0000 (22:21 +0000)]
net.server_event: Hide starttls function when the connection is not SSL-enabled

14 years agonet.server_event: Count the number of client connections *upwards* :)
Matthew Wild [Thu, 26 Nov 2009 22:19:49 +0000 (22:19 +0000)]
net.server_event: Count the number of client connections *upwards* :)

14 years agonet.server_handler: Add stub handlers as fallbacks for those listeners don't implement
Matthew Wild [Thu, 26 Nov 2009 22:18:44 +0000 (22:18 +0000)]
net.server_handler: Add stub handlers as fallbacks for those listeners don't implement

14 years agomod_saslauth: Allow relogins after failed SASL login.
Tobias Markmann [Thu, 26 Nov 2009 22:18:26 +0000 (23:18 +0100)]
mod_saslauth: Allow relogins after failed SASL login.

14 years agonet.server_event: Fix to make ontimeout() listener callback work
Matthew Wild [Thu, 26 Nov 2009 22:15:40 +0000 (22:15 +0000)]
net.server_event: Fix to make ontimeout() listener callback work

14 years agoutil.sasl: Adding clean_clone() method.
Tobias Markmann [Thu, 26 Nov 2009 22:11:02 +0000 (23:11 +0100)]
util.sasl: Adding clean_clone() method.

14 years agonet.server_select: Rename server.setsend() to server.set_send() for consistency
Matthew Wild [Thu, 26 Nov 2009 22:08:47 +0000 (22:08 +0000)]
net.server_select: Rename server.setsend() to server.set_send() for consistency

14 years agonet.adns: Some cleanup, happens to also make it compatible with libevent
Matthew Wild [Thu, 26 Nov 2009 22:08:10 +0000 (22:08 +0000)]
net.adns: Some cleanup, happens to also make it compatible with libevent

14 years agos2smanager: Allow configuration of the dialback_secret in the config
Matthew Wild [Thu, 26 Nov 2009 17:17:54 +0000 (17:17 +0000)]
s2smanager: Allow configuration of the dialback_secret in the config

14 years agomod_presence: Use the local host object as the origin for auto-generated subscription...
Waqas Hussain [Thu, 26 Nov 2009 10:19:59 +0000 (15:19 +0500)]
mod_presence: Use the local host object as the origin for auto-generated subscription approvals and cancellations.

14 years agoMerge with 0.6.
Waqas Hussain [Thu, 26 Nov 2009 08:06:52 +0000 (13:06 +0500)]
Merge with 0.6.

14 years agomod_presence: Use the local host as origin for subscription request acks.
Waqas Hussain [Thu, 26 Nov 2009 08:02:10 +0000 (13:02 +0500)]
mod_presence: Use the local host as origin for subscription request acks.

14 years agomod_presence: Removed an unnecessary compatibility workaround which was causing issue...
Waqas Hussain [Thu, 26 Nov 2009 08:00:11 +0000 (13:00 +0500)]
mod_presence: Removed an unnecessary compatibility workaround which was causing issues with unavailable presence exchange after subscription removal.

14 years agomod_roster: Ask remote server to remove pending subscription requests when removing...
Waqas Hussain [Thu, 26 Nov 2009 07:57:24 +0000 (12:57 +0500)]
mod_roster: Ask remote server to remove pending subscription requests when removing roster items.

14 years agoMakefile: Fix to install new util/sasl directory
Matthew Wild [Thu, 26 Nov 2009 01:09:10 +0000 (01:09 +0000)]
Makefile: Fix to install new util/sasl directory

14 years agoTagging 0.6.1
Matthew Wild [Thu, 26 Nov 2009 00:02:01 +0000 (00:02 +0000)]
Tagging 0.6.1

14 years agoTagging 0.6.0
Matthew Wild [Thu, 26 Nov 2009 00:01:12 +0000 (00:01 +0000)]
Tagging 0.6.0

14 years agoMerge with 0.6
Matthew Wild [Wed, 25 Nov 2009 23:46:58 +0000 (23:46 +0000)]
Merge with 0.6

14 years agoutil.serialization: Correctly serialize tables with 'false' as a key, fixes an issue...
Matthew Wild [Wed, 25 Nov 2009 23:45:45 +0000 (23:45 +0000)]
util.serialization: Correctly serialize tables with 'false' as a key, fixes an issue with rosters not saving (thanks mathias, Tobias)

14 years agoMerge with trunk
Matthew Wild [Wed, 25 Nov 2009 19:59:16 +0000 (19:59 +0000)]
Merge with trunk

14 years agoMerge with 0.6
Matthew Wild [Wed, 25 Nov 2009 19:58:58 +0000 (19:58 +0000)]
Merge with 0.6

14 years agoutil.dataforms: Don't require type when parsing form XML
Florian Zeitz [Wed, 25 Nov 2009 19:58:19 +0000 (19:58 +0000)]
util.dataforms: Don't require type when parsing form XML

14 years agoMerge with trunk.
Waqas Hussain [Wed, 25 Nov 2009 19:05:18 +0000 (00:05 +0500)]
Merge with trunk.

14 years agoMUC: Added support for the room-destroy owner use case.
Waqas Hussain [Wed, 25 Nov 2009 19:03:16 +0000 (00:03 +0500)]
MUC: Added support for the room-destroy owner use case.

14 years agoSASL: Using locally mapped s_gmatch instead of unavailable gmatch.
Tobias Markmann [Wed, 25 Nov 2009 18:46:22 +0000 (19:46 +0100)]
SASL: Using locally mapped s_gmatch instead of unavailable gmatch.

14 years agoMerge with trunk
Matthew Wild [Wed, 25 Nov 2009 17:40:24 +0000 (17:40 +0000)]
Merge with trunk

14 years agoMerge with Tobias's SASL redesign branch
Matthew Wild [Wed, 25 Nov 2009 17:39:23 +0000 (17:39 +0000)]
Merge with Tobias's SASL redesign branch

14 years agoMUC: Slightly refactored form processing.
Waqas Hussain [Wed, 25 Nov 2009 17:26:06 +0000 (22:26 +0500)]
MUC: Slightly refactored form processing.

14 years agoMUC: Only allow moderators to change the room subject.
Waqas Hussain [Wed, 25 Nov 2009 17:00:33 +0000 (22:00 +0500)]
MUC: Only allow moderators to change the room subject.

14 years agoMUC: Prevent visitors from broadcasting messages.
Waqas Hussain [Wed, 25 Nov 2009 16:42:05 +0000 (21:42 +0500)]
MUC: Prevent visitors from broadcasting messages.

14 years agoMUC: Improved handling of incoming groupchat messages (state preserved for possible...
Waqas Hussain [Wed, 25 Nov 2009 16:40:44 +0000 (21:40 +0500)]
MUC: Improved handling of incoming groupchat messages (state preserved for possible later use).

14 years agoRemoved some legacy doc/ files.
Waqas Hussain [Wed, 25 Nov 2009 16:30:41 +0000 (21:30 +0500)]
Removed some legacy doc/ files.

14 years agoMerge with 0.6
Matthew Wild [Wed, 25 Nov 2009 15:41:04 +0000 (15:41 +0000)]
Merge with 0.6

14 years agoutil.dependencies: Log an error if the current version of LuaSec installed contains...
Matthew Wild [Wed, 25 Nov 2009 15:40:33 +0000 (15:40 +0000)]
util.dependencies: Log an error if the current version of LuaSec installed contains The Bug (thanks Remko)

14 years agoMerge with 0.6 on prosody.im
Matthew Wild [Wed, 25 Nov 2009 05:11:10 +0000 (05:11 +0000)]
Merge with 0.6 on prosody.im

14 years agoMerge with 0.6
Matthew Wild [Wed, 25 Nov 2009 03:30:41 +0000 (03:30 +0000)]
Merge with 0.6

14 years agos2smanager: Log warning when trying to send a stanza from a host we don't serve,...
Matthew Wild [Wed, 25 Nov 2009 03:30:00 +0000 (03:30 +0000)]
s2smanager: Log warning when trying to send a stanza from a host we don't serve, instead of a traceback (thanks stpeter)

14 years agoMerge with trunk
Matthew Wild [Tue, 24 Nov 2009 20:35:18 +0000 (20:35 +0000)]
Merge with trunk

14 years agocore.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls
Matthew Wild [Tue, 24 Nov 2009 20:34:22 +0000 (20:34 +0000)]
core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls

14 years agoxmppclient_listener: Escape control characters when logging invalid XML.
Waqas Hussain [Tue, 24 Nov 2009 17:42:08 +0000 (22:42 +0500)]
xmppclient_listener: Escape control characters when logging invalid XML.

14 years agonet.server: Log an error when libevent is requested, but luaevent is unavailable...
Waqas Hussain [Tue, 24 Nov 2009 09:37:14 +0000 (14:37 +0500)]
net.server: Log an error when libevent is requested, but luaevent is unavailable, and don't load luaevent when not requested.

14 years agoMerge with trunk
Matthew Wild [Mon, 23 Nov 2009 20:22:37 +0000 (20:22 +0000)]
Merge with trunk

14 years agoMerge with 0.6
Matthew Wild [Mon, 23 Nov 2009 20:21:20 +0000 (20:21 +0000)]
Merge with 0.6

14 years agoutil.datamanager: Replace popen(mkdir) with lfs.mkdir, keeping the just-in-time creat...
Matthew Wild [Mon, 23 Nov 2009 20:18:04 +0000 (20:18 +0000)]
util.datamanager: Replace popen(mkdir) with lfs.mkdir, keeping the just-in-time creation until we have the new datamanager API

14 years agoutil.dependencies: Missed a Debian/
Matthew Wild [Mon, 23 Nov 2009 19:59:32 +0000 (19:59 +0000)]
util.dependencies: Missed a Debian/

14 years agoutil.dependencies: Clearer message, add homepages, etc.
Matthew Wild [Mon, 23 Nov 2009 18:51:54 +0000 (18:51 +0000)]
util.dependencies: Clearer message, add homepages, etc.

14 years agoutil.dependencies: Add LuaFileSystem as a hard dependency
Matthew Wild [Mon, 23 Nov 2009 17:31:49 +0000 (17:31 +0000)]
util.dependencies: Add LuaFileSystem as a hard dependency

14 years agoMerged with 0.6.
Waqas Hussain [Mon, 23 Nov 2009 16:49:20 +0000 (21:49 +0500)]
Merged with 0.6.

14 years agoprosody: Added support for command line argument '--config'.
Waqas Hussain [Mon, 23 Nov 2009 16:46:37 +0000 (21:46 +0500)]
prosody: Added support for command line argument '--config'.

14 years agoMerge with trunk
Matthew Wild [Mon, 23 Nov 2009 16:30:34 +0000 (16:30 +0000)]
Merge with trunk

14 years agotests/modulemanager_option_conversion.lua: Add standalone test script for the new...
Matthew Wild [Mon, 23 Nov 2009 16:09:44 +0000 (16:09 +0000)]
tests/modulemanager_option_conversion.lua: Add standalone test script for the new modulemanager config option API

14 years agomodulemanager: New module API methods for getting config options with type conversion...
Matthew Wild [Mon, 23 Nov 2009 16:07:33 +0000 (16:07 +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

14 years agoMerged with 0.6.
Waqas Hussain [Mon, 23 Nov 2009 16:02:06 +0000 (21:02 +0500)]
Merged with 0.6.

14 years agoutil.serialization: Replaced commas with semi-colons between table fields.
Waqas Hussain [Mon, 23 Nov 2009 14:50:04 +0000 (19:50 +0500)]
util.serialization: Replaced commas with semi-colons between table fields.

14 years agoutil.serialization: Concise output for empty tables.
Waqas Hussain [Mon, 23 Nov 2009 14:35:24 +0000 (19:35 +0500)]
util.serialization: Concise output for empty tables.

14 years agoMainfile: Fixed some comments.
Waqas Hussain [Mon, 23 Nov 2009 03:55:27 +0000 (08:55 +0500)]
Mainfile: Fixed some comments.

14 years agoutil.dependencies: Make the commands line up properly in the "missing dependency...
Matthew Wild [Mon, 23 Nov 2009 02:58:42 +0000 (02:58 +0000)]
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!

14 years agomod_console: Update for new net.server API
Matthew Wild [Sun, 22 Nov 2009 21:09:25 +0000 (21:09 +0000)]
mod_console: Update for new net.server API

14 years agoMerged with 0.6.
Waqas Hussain [Sun, 22 Nov 2009 16:55:58 +0000 (21:55 +0500)]
Merged with 0.6.

14 years agomod_presence: Route incoming presence subscription stanzas (types unsubscribe, subscr...
Waqas Hussain [Sun, 22 Nov 2009 16:47:54 +0000 (21:47 +0500)]
mod_presence: Route incoming presence subscription stanzas (types unsubscribe, subscribed and unsubscribed) to the user before roster pushes.

14 years agomod_presence: Acknowledge subscription requests by responding with an unavailable...
Waqas Hussain [Sun, 22 Nov 2009 16:45:31 +0000 (21:45 +0500)]
mod_presence: Acknowledge subscription requests by responding with an unavailable presence.

14 years agosessionmanager: Added function send_to_interested_resources().
Waqas Hussain [Sun, 22 Nov 2009 16:41:09 +0000 (21:41 +0500)]
sessionmanager: Added function send_to_interested_resources().

14 years agosessionmanager: Fixed and cleaned function send_to_available_resources(). The 'to...
Waqas Hussain [Sun, 22 Nov 2009 16:40:01 +0000 (21:40 +0500)]
sessionmanager: Fixed and cleaned function send_to_available_resources(). The 'to' attribute for presence subscription stanzas is now preserved.

14 years agologgingmanager: Explicitly flush log messages if the __FLUSH_LOG environment variable...
Waqas Hussain [Sun, 22 Nov 2009 16:33:41 +0000 (21:33 +0500)]
loggingmanager: Explicitly flush log messages if the __FLUSH_LOG environment variable is defined (workaround for MSVCRT buffering piped output).

14 years agomod_proxy65: Update for new net.server API, untested
Matthew Wild [Sun, 22 Nov 2009 15:06:30 +0000 (15:06 +0000)]
mod_proxy65: Update for new net.server API, untested