mod_tls: Fix for components to more reliably inherit SSL settings from their parenthost (thanks Link Mauve)
|
Matthew Wild |
Wed, 06 Apr 2011 14:45:44 +0100 |
Merge 0.8 -> trunk
|
Matthew Wild |
Tue, 05 Apr 2011 14:38:08 +0100 |
Tagging 0.8.0
|
Matthew Wild |
Tue, 05 Apr 2011 14:37:25 +0100 |
tools/migration/migrator/prosody_files.lua: Fix for previous commit
0.8.0
|
Matthew Wild |
Tue, 05 Apr 2011 14:34:48 +0100 |
tools/migration/prosody-migrator.lua: Add messages to show when migration is in progress
|
Matthew Wild |
Tue, 05 Apr 2011 14:34:06 +0100 |
tools/migration: Support for ~/ in paths
|
Matthew Wild |
Tue, 05 Apr 2011 14:11:25 +0100 |
Merge 0.8->trunk
|
Matthew Wild |
Tue, 05 Apr 2011 13:26:43 +0100 |
usermanager: Check host exists before trying to look up admins for it
|
Matthew Wild |
Tue, 05 Apr 2011 13:26:19 +0100 |
util.dependencies: Add a dummy util.ztact loader to log a message for people still using it (e.g. in their Debian-derived config files)
|
Matthew Wild |
Tue, 05 Apr 2011 13:20:09 +0100 |
tools/migration/prosody-migrator.lua: Refactor store handler loading to report errors they throw
|
Matthew Wild |
Tue, 05 Apr 2011 12:59:24 +0100 |
tools/migration/migrator/prosody_sql: Throw a friendlier error when LuaDBI is not found
|
Matthew Wild |
Tue, 05 Apr 2011 12:58:14 +0100 |
prosody.cfg.lua.dist: Add example of 'authentication' option
|
Matthew Wild |
Tue, 05 Apr 2011 12:36:56 +0100 |
mod_privacy: Remove several unused variable declarations
|
Matthew Wild |
Tue, 29 Mar 2011 15:07:14 +0100 |
mod_privacy: Remove unused function, sendUnavailable
|
Matthew Wild |
Tue, 29 Mar 2011 14:57:50 +0100 |
sessionmanager: Fire pre-resource-unbind to allow plugins (such as mod_smacks) to hook and prevent/override session destruction
|
Matthew Wild |
Tue, 29 Mar 2011 14:10:00 +0100 |
tools/migration: Rename main.lua -> prosody-migrator.lua and update the Makefile
|
Matthew Wild |
Mon, 21 Mar 2011 19:39:04 +0000 |
net.httpserver: Revert commit eccd3c87d717 which has since been fixed in a better way
|
Matthew Wild |
Mon, 21 Mar 2011 19:35:53 +0000 |
mod_dialback: Use session:close() on dialback failure instead of s2smanager.destroy_session() (thanks Zash)
|
Matthew Wild |
Mon, 21 Mar 2011 19:32:51 +0000 |
Merge 0.8->trunk
|
Matthew Wild |
Fri, 18 Mar 2011 10:33:38 +0000 |
mod_pubsub: Remove checks for whether the JID being (un)subscribed is the actor's own - it's possible to (un)subscribe another JID if you have the (un)subscribe_other capability, which is already checked in util.pubsub (thanks Andrew)
|
Matthew Wild |
Fri, 18 Mar 2011 10:32:55 +0000 |
tools/migration/Makefile: Don't install main.lua (we already install it as prosody-migrator) (thanks Enrico)
|
Matthew Wild |
Thu, 03 Mar 2011 18:14:08 +0000 |
mod_bosh: Fix terminate logic - process any stanzas in a terminating request, and add type='terminate' to any responses generated by those stanzas. Finally, close all remaining open requests with type='terminate' and close the session. Fixes #211 (thanks Maranda + waqas).
|
Matthew Wild |
Fri, 04 Mar 2011 20:27:57 +0000 |
Merge 0.8->trunk.
|
Waqas Hussain |
Wed, 02 Mar 2011 05:15:54 +0500 |
prosody: Load net.httpserver at startup, to avoid creating a global later.
|
Waqas Hussain |
Wed, 02 Mar 2011 05:13:51 +0500 |
net.connlisteners: Log traceback on errors in listener loading.
|
Waqas Hussain |
Wed, 02 Mar 2011 05:11:42 +0500 |
Merge 0.8->trunk
|
Matthew Wild |
Tue, 01 Mar 2011 06:14:03 +0000 |
mod_storage_sql: Display friendlier error when LuaDBI is missing
|
Matthew Wild |
Tue, 01 Mar 2011 06:12:43 +0000 |
Merge 0.8->trunk
|
Matthew Wild |
Sat, 26 Feb 2011 00:24:23 +0000 |
tools/migration/*: Numerous changes and restructuring, and the addition of a Makefile
|
Matthew Wild |
Sat, 26 Feb 2011 00:23:48 +0000 |
Merge 0.8->trunk
|
Matthew Wild |
Fri, 25 Feb 2011 03:34:15 +0000 |
tools/migration/*.lua: Rename config to migrator.cfg.lua, add error handling for config and command-line parameters
|
Matthew Wild |
Fri, 25 Feb 2011 03:32:44 +0000 |
tools/migration/main.lua: Add command-line parsing, including --config=CONFIG_FILE, and the ability to specify to/from stores to migrate
|
Matthew Wild |
Fri, 25 Feb 2011 01:31:08 +0000 |
tools/migration/config.lua: Minor fixes for more sensible defaults
|
Matthew Wild |
Fri, 25 Feb 2011 01:29:31 +0000 |
tools/migration/*.lua: Rename config to migrator.cfg.lua, add error handling for config and command-line parameters
|
Matthew Wild |
Fri, 25 Feb 2011 03:32:44 +0000 |
tools/migration/main.lua: Add command-line parsing, including --config=CONFIG_FILE, and the ability to specify to/from stores to migrate
|
Matthew Wild |
Fri, 25 Feb 2011 01:31:08 +0000 |
tools/migration/config.lua: Minor fixes for more sensible defaults
|
Matthew Wild |
Fri, 25 Feb 2011 01:29:31 +0000 |
Merge 0.8->trunk
|
Matthew Wild |
Fri, 25 Feb 2011 00:08:14 +0000 |
mod_pep: Fix comparison between incoming hash and the cached hash for a JID, fixes repeated PEP events on presence (fixes #225)
|
Matthew Wild |
Fri, 25 Feb 2011 00:07:38 +0000 |
Merge 0.8->trunk
|
Matthew Wild |
Thu, 24 Feb 2011 18:20:05 +0000 |
util.sasl.scram: Fix bug in validate_username function. (Thanks Florob)
|
Tobias Markmann |
Thu, 24 Feb 2011 18:56:19 +0100 |
util.sasl.scram: Fix bug in validate_username function. (Thanks Florob)
|
Tobias Markmann |
Thu, 24 Feb 2011 18:56:19 +0100 |
Merge 0.8->trunk.
|
Waqas Hussain |
Thu, 24 Feb 2011 19:30:26 +0500 |
MUC: Don't limit affiliation changes to owners, and allow owners to remove themselves if they are not the last owner.
|
Waqas Hussain |
Thu, 24 Feb 2011 07:11:35 +0500 |
MUC: Add a textual error message when the user isn't allowed to get/set config form.
|
Waqas Hussain |
Thu, 24 Feb 2011 07:09:38 +0500 |
Merge 0.8->trunk
|
Matthew Wild |
Thu, 24 Feb 2011 02:04:56 +0000 |
util.stanza: Whitespace fix after merge (complicated)
|
Matthew Wild |
Thu, 24 Feb 2011 02:04:38 +0000 |
prosody, prosodyctl: Use plugin_paths in addition to, not instead of, the default plugin path
|
Matthew Wild |
Thu, 24 Feb 2011 01:35:33 +0000 |
tools/migration/*.lua: Convert to unix line endings
|
Matthew Wild |
Wed, 23 Feb 2011 18:31:48 +0000 |
net.httpserver: Removed an unused function.
|
Waqas Hussain |
Wed, 23 Feb 2011 07:26:54 +0500 |
net.httpserver: Fix HTTP after commit c299726d2b4e and add a 500 error response if a request handler fails to make a response to the client
|
Matthew Wild |
Wed, 23 Feb 2011 00:31:12 +0000 |
tests/test_sasl.lua: Convert literal UTF-8/Latin1 chars to escape codes for weak text editors
|
Matthew Wild |
Tue, 22 Feb 2011 21:19:00 +0000 |
tools/migration/*: Initial commit of a new migration tool. Currently supports Prosody files and Prosody SQL as input and output.
|
Waqas Hussain |
Wed, 23 Feb 2011 02:16:19 +0500 |
net.httpserver: Catch errors thrown in HTTP handlers.
|
Waqas Hussain |
Wed, 23 Feb 2011 02:03:55 +0500 |
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
|
Waqas Hussain |
Wed, 23 Feb 2011 01:34:46 +0500 |
mod_auth_cyrus: Print some diagnostic log messages about the available mechanisms.
|
Waqas Hussain |
Wed, 23 Feb 2011 01:22:04 +0500 |
prosodyctl: Support for plugin_paths config option
|
Matthew Wild |
Tue, 22 Feb 2011 18:37:29 +0000 |
mod_tls: Drop 'TLS negotiation started for ...' to debug level from info
|
Matthew Wild |
Tue, 22 Feb 2011 18:29:35 +0000 |
s2smanager: Drop some log messages to debug level from info/warn
|
Matthew Wild |
Tue, 22 Feb 2011 18:27:31 +0000 |
prosody: Change plugin_path -> plugin_paths and make it an array instead of a string
|
Matthew Wild |
Tue, 22 Feb 2011 18:02:23 +0000 |
util.pluginloader: Rewritten resource loading to be cleaner, and added support for prosody-modules directory layout. "/" in plugin names is no longer supported.
|
Waqas Hussain |
Tue, 22 Feb 2011 21:47:38 +0500 |
util.stanza: Remove childtags and rename matching_tags -> childtags (they are API-compatible)
|
Matthew Wild |
Tue, 22 Feb 2011 07:37:52 +0000 |
util.pluginloader: Remove unused support for custom loaders, to simplify further refactoring.
|
Waqas Hussain |
Sun, 20 Feb 2011 20:11:52 +0500 |
modulemanager: Added module.path to the plugin API to let plugins determine their load path.
|
Waqas Hussain |
Sun, 20 Feb 2011 20:06:38 +0500 |
util.pluginloader: Return file path on success in pluginloader.load_code().
|
Waqas Hussain |
Sun, 20 Feb 2011 20:03:43 +0500 |
util.pluginloader: Return full file path from internal file loader on success, not just the name.
|
Waqas Hussain |
Sun, 20 Feb 2011 20:01:05 +0500 |
util.stanza: Rewrite clone() to be more optimized.
|
Waqas Hussain |
Sun, 20 Feb 2011 19:16:56 +0500 |
prosodyctl, util.prosodyctl: Move UI functions to util.prosodyctl so they can be used outside of prosodyctl itself
|
Matthew Wild |
Sun, 13 Feb 2011 19:28:29 +0000 |
loggingmanager: Allow specifying a sink type in per-level logging config (thanks ruskie)
|
Matthew Wild |
Sun, 13 Feb 2011 18:37:34 +0000 |
loggingmanager: Iterate over logging config rules using ipairs rather than pairs
|
Matthew Wild |
Sun, 13 Feb 2011 18:35:39 +0000 |
mod_presence: Bounce errors for invalid presence types (thanks nolan/Astro)
|
Matthew Wild |
Thu, 10 Feb 2011 21:09:20 +0000 |
TODO: Update for 0.9 milestones
|
Matthew Wild |
Tue, 01 Feb 2011 02:33:50 +0000 |
TODO: Remove 0.8 milestones
|
Matthew Wild |
Tue, 01 Feb 2011 02:32:07 +0000 |
prosody: Add config option plugin_path to allow overriding plugin directories.
|
Waqas Hussain |
Fri, 21 Jan 2011 04:36:31 +0500 |
util.pluginloader: Add support for multiple plugin directories.
|
Waqas Hussain |
Fri, 21 Jan 2011 04:35:49 +0500 |
MUC: Add option to allow participants to change the subject.
|
Kim Alvefur |
Fri, 14 Jan 2011 15:52:36 +0100 |
Merge with waqas
|
Matthew Wild |
Thu, 24 Feb 2011 01:40:47 +0000 |
util.stanza: Clean up matching_tags() and replace :childtags() with it
|
Matthew Wild |
Sat, 19 Feb 2011 02:31:06 +0000 |
prosody, prosodyctl: Use plugin_paths in addition to, not instead of, the default plugin path
|
Matthew Wild |
Thu, 24 Feb 2011 01:35:33 +0000 |
tools/migration/*.lua: Convert to unix line endings
|
Matthew Wild |
Wed, 23 Feb 2011 18:31:48 +0000 |
net.httpserver: Removed an unused function.
|
Waqas Hussain |
Wed, 23 Feb 2011 07:26:54 +0500 |
net.httpserver: Fix HTTP after commit c299726d2b4e and add a 500 error response if a request handler fails to make a response to the client
|
Matthew Wild |
Wed, 23 Feb 2011 00:31:12 +0000 |
tests/test_sasl.lua: Convert literal UTF-8/Latin1 chars to escape codes for weak text editors
|
Matthew Wild |
Tue, 22 Feb 2011 21:19:00 +0000 |
tools/migration/*: Initial commit of a new migration tool. Currently supports Prosody files and Prosody SQL as input and output.
|
Waqas Hussain |
Wed, 23 Feb 2011 02:16:19 +0500 |
net.httpserver: Catch errors thrown in HTTP handlers.
|
Waqas Hussain |
Wed, 23 Feb 2011 02:03:55 +0500 |
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
|
Waqas Hussain |
Wed, 23 Feb 2011 01:34:46 +0500 |
mod_auth_cyrus: Print some diagnostic log messages about the available mechanisms.
|
Waqas Hussain |
Wed, 23 Feb 2011 01:22:04 +0500 |
prosodyctl: Support for plugin_paths config option
|
Matthew Wild |
Tue, 22 Feb 2011 18:37:29 +0000 |
mod_tls: Drop 'TLS negotiation started for ...' to debug level from info
|
Matthew Wild |
Tue, 22 Feb 2011 18:29:35 +0000 |
s2smanager: Drop some log messages to debug level from info/warn
|
Matthew Wild |
Tue, 22 Feb 2011 18:27:31 +0000 |
prosody: Change plugin_path -> plugin_paths and make it an array instead of a string
|
Matthew Wild |
Tue, 22 Feb 2011 18:02:23 +0000 |
util.pluginloader: Rewritten resource loading to be cleaner, and added support for prosody-modules directory layout. "/" in plugin names is no longer supported.
|
Waqas Hussain |
Tue, 22 Feb 2011 21:47:38 +0500 |
util.stanza: Remove childtags and rename matching_tags -> childtags (they are API-compatible)
|
Matthew Wild |
Tue, 22 Feb 2011 07:37:52 +0000 |
util.pluginloader: Remove unused support for custom loaders, to simplify further refactoring.
|
Waqas Hussain |
Sun, 20 Feb 2011 20:11:52 +0500 |
modulemanager: Added module.path to the plugin API to let plugins determine their load path.
|
Waqas Hussain |
Sun, 20 Feb 2011 20:06:38 +0500 |
util.pluginloader: Return file path on success in pluginloader.load_code().
|
Waqas Hussain |
Sun, 20 Feb 2011 20:03:43 +0500 |
util.pluginloader: Return full file path from internal file loader on success, not just the name.
|
Waqas Hussain |
Sun, 20 Feb 2011 20:01:05 +0500 |
Merge 0.8->trunk.
|
Waqas Hussain |
Sun, 20 Feb 2011 19:21:44 +0500 |
util.json: Fixed a parse error caused by unexpected whitespace.
|
Waqas Hussain |
Sat, 19 Feb 2011 06:47:32 +0500 |
util.stanza: Rewrite clone() to be more optimized.
|
Waqas Hussain |
Sun, 20 Feb 2011 19:16:56 +0500 |
net.server_select: Expose step() function (thanks Łukasz)
|
Matthew Wild |
Mon, 14 Feb 2011 19:12:16 +0000 |
Merge 0.8->trunk
|
Matthew Wild |
Sun, 13 Feb 2011 22:59:27 +0000 |
net.httpserver: Log when an error occurs inside a HTTP request handler
|
Matthew Wild |
Sun, 13 Feb 2011 22:57:17 +0000 |
prosodyctl, util.prosodyctl: Move UI functions to util.prosodyctl so they can be used outside of prosodyctl itself
|
Matthew Wild |
Sun, 13 Feb 2011 19:28:29 +0000 |
loggingmanager: Allow specifying a sink type in per-level logging config (thanks ruskie)
|
Matthew Wild |
Sun, 13 Feb 2011 18:37:34 +0000 |
loggingmanager: Iterate over logging config rules using ipairs rather than pairs
|
Matthew Wild |
Sun, 13 Feb 2011 18:35:39 +0000 |
mod_presence: Bounce errors for invalid presence types (thanks nolan/Astro)
|
Matthew Wild |
Thu, 10 Feb 2011 21:09:20 +0000 |
TODO: Update for 0.9 milestones
|
Matthew Wild |
Tue, 01 Feb 2011 02:33:50 +0000 |
Merge 0.8->trunk.
|
Waqas Hussain |
Thu, 03 Feb 2011 13:18:20 +0500 |
util.stanza: Make some globals local, so they don't clutter the global checking script's output. It's also a minor optimization ;)
|
Waqas Hussain |
Thu, 03 Feb 2011 13:13:49 +0500 |
modulemanager: Fix disabling a module on a single host
|
Paul Aurich |
Tue, 01 Feb 2011 17:56:16 -0800 |
TODO: Remove 0.8 milestones
|
Matthew Wild |
Tue, 01 Feb 2011 02:32:07 +0000 |
Merge 0.8->trunk
|
Matthew Wild |
Mon, 31 Jan 2011 23:17:11 +0000 |
util.stanza: Add get_child_text() method to get the text of the specified child element (get_child() + get_text() rolled into one step)
|
Matthew Wild |
Mon, 31 Jan 2011 13:05:49 +0000 |
Merge 0.8->trunk
|
Waqas Hussain |
Sat, 29 Jan 2011 04:54:08 +0500 |
stanza_router: Return a <bad-request/> error on invalid IQ type.
|
Waqas Hussain |
Sat, 29 Jan 2011 04:42:56 +0500 |
mod_ping: Use util.datetime to generate timestamp in ad-hoc command response (instead of the current use of os.date, which doesn't take timezone into account).
|
Waqas Hussain |
Sat, 29 Jan 2011 04:42:05 +0500 |
windows.c: Return nil,err from functions instead of throwing errors.
|
Waqas Hussain |
Sat, 29 Jan 2011 04:40:43 +0500 |
s2smanager: Change 'Connection failed' error message text to 'Server-to-server connection failed' (thanks Paul)
|
Matthew Wild |
Wed, 26 Jan 2011 13:23:39 +0000 |
Merge 0.8->trunk
|
Matthew Wild |
Fri, 21 Jan 2011 14:02:56 +0000 |
net.dns: Fix tostring() for SRV records
|
Matthew Wild |
Fri, 21 Jan 2011 14:02:02 +0000 |
loggingmanager: Fix reading configuration of timestamps for console output.
|
Waqas Hussain |
Thu, 13 Jan 2011 02:33:50 +0500 |
loggingmanager: Re-read 'debug' option on reload.
|
Waqas Hussain |
Thu, 13 Jan 2011 02:31:10 +0500 |
prosody: Add config option plugin_path to allow overriding plugin directories.
|
Waqas Hussain |
Fri, 21 Jan 2011 04:36:31 +0500 |
util.pluginloader: Add support for multiple plugin directories.
|
Waqas Hussain |
Fri, 21 Jan 2011 04:35:49 +0500 |
mod_pubsub: Don't force-load mod_iq.
|
Waqas Hussain |
Fri, 21 Jan 2011 04:27:46 +0500 |
MUC: Add option to allow participants to change the subject.
|
Kim Alvefur |
Fri, 14 Jan 2011 15:52:36 +0100 |
Merge 0.8->trunk
|
Matthew Wild |
Tue, 11 Jan 2011 22:40:41 +0000 |
loggingmanager: Remove event hook that never fired anyway, and held logfiles open - leave the GC to close them now.
|
Matthew Wild |
Tue, 11 Jan 2011 22:40:09 +0000 |
Merge 0.8->trunk
|
Matthew Wild |
Tue, 11 Jan 2011 06:18:51 +0000 |
storagemanager: Export load_driver() function so it can be used from e.g. migrators
|
Matthew Wild |
Tue, 11 Jan 2011 06:18:24 +0000 |
Merge 0.8->trunk
|
Matthew Wild |
Tue, 11 Jan 2011 05:31:29 +0000 |
util.sasl.*: Add 'sasl.' prefix to module names
|
Matthew Wild |
Tue, 11 Jan 2011 05:30:55 +0000 |
util.datamanager: Change from 'Failed to load' to 'Assuming empty' for data store files that do not seem to exist
|
Matthew Wild |
Tue, 11 Jan 2011 05:28:07 +0000 |
net.server_select, net.server_event: Silence 'error during ssl handshake' for wantread and wantwrite
|
Matthew Wild |
Tue, 11 Jan 2011 05:04:08 +0000 |
Merge 0.8->trunk
|
Matthew Wild |
Tue, 11 Jan 2011 04:22:45 +0000 |
mod_storage_sql: Create index when creating a new table
|
Matthew Wild |
Tue, 11 Jan 2011 04:19:26 +0000 |
util.datamanager: Handle gracefully the lack of prosody.paths.data
|
Matthew Wild |
Tue, 11 Jan 2011 04:19:03 +0000 |
Merge 0.8->trunk
|
Matthew Wild |
Mon, 10 Jan 2011 16:55:14 +0000 |
s2smanager: Don't bounce error replies for error and result stanzas.
|
Waqas Hussain |
Mon, 10 Jan 2011 21:11:06 +0500 |
mod_storage_sql: Reconnect in all cases, and rollback on error.
|
Waqas Hussain |
Mon, 10 Jan 2011 21:07:59 +0500 |
Merge 0.8->trunk
|
Matthew Wild |
Sat, 08 Jan 2011 23:21:28 +0000 |
net.adns: Fix logging to handle unconnected UDP sockets
|
Matthew Wild |
Sat, 08 Jan 2011 23:20:36 +0000 |
mod_bosh: Return true from send()
|
Matthew Wild |
Sat, 08 Jan 2011 23:20:16 +0000 |
mod_storage_sql: Create table automatically for all databases now, not just SQLite. Also rename table from Prosody -> prosody.
|
Matthew Wild |
Sat, 08 Jan 2011 23:09:21 +0000 |
util.pubsub: Pass true instead of nil as the actor in a bunch of places, and fix a bunch of methods to not traceback on this (those with *_other capability checking).
|
Matthew Wild |
Sat, 08 Jan 2011 23:17:17 +0000 |
util.pubsub: Some tidying/optimisation to service:may()
|
Matthew Wild |
Sat, 08 Jan 2011 23:15:27 +0000 |
certs/openssl.cnf: Specify output encoding.
|
Kim Alvefur |
Sat, 08 Jan 2011 09:09:19 +0100 |
Merge 0.8->trunk
|
Matthew Wild |
Fri, 07 Jan 2011 11:59:05 +0000 |
mod_storage_sql: Make the 'database' value for the SQLite3 driver relative to the data path
|
Matthew Wild |
Fri, 07 Jan 2011 11:57:48 +0000 |
prosodyctl: Instead of calling datamanager.set_path(), just ensure prosody.paths.data always contains the correct value (including config)
|
Matthew Wild |
Fri, 07 Jan 2011 11:56:52 +0000 |
prosody: Instead of calling datamanager.set_path(), just ensure prosody.paths.data always contains the correct value (including config)
|
Matthew Wild |
Fri, 07 Jan 2011 11:56:15 +0000 |
util.datamanager: Use prosody.paths.data as the initial value for data_path
|
Matthew Wild |
Fri, 07 Jan 2011 11:55:19 +0000 |
Merge 0.8->trunk
|
Matthew Wild |
Fri, 07 Jan 2011 05:11:17 +0000 |
prosody.cfg.lua: Give example for logging to console
|
Matthew Wild |
Fri, 07 Jan 2011 05:11:00 +0000 |
prosody.cfg.lua: Improve comment about enabling debug logging
|
Matthew Wild |
Fri, 07 Jan 2011 05:09:25 +0000 |
prosody.cfg.lua: Add mod_offline to the list of modules that can be disabled, and add comments for all auto-loaded modules
|
Matthew Wild |
Fri, 07 Jan 2011 05:08:09 +0000 |
Merge 0.8->trunk
|
Matthew Wild |
Fri, 07 Jan 2011 04:42:01 +0000 |
prosody.cfg.lua.dist: Update to include storage configuration and examples for SQL
|
Matthew Wild |
Fri, 07 Jan 2011 04:41:34 +0000 |
prosody.cfg.lua.dist: Add note about the require_encryption options
|
Matthew Wild |
Fri, 07 Jan 2011 04:32:27 +0000 |
storagemanager, mod_storage_internal: Split out default driver to mod_storage_internal, and greatly simplify storagemanager's error handling and fallback code
|
Matthew Wild |
Fri, 07 Jan 2011 04:22:28 +0000 |
prosody.cfg.lua.dist: Add motd plugin
|
Matthew Wild |
Fri, 07 Jan 2011 03:47:15 +0000 |
mod_motd: Process value to strip any indentation from the config
|
Matthew Wild |
Fri, 07 Jan 2011 03:46:10 +0000 |
Merge 0.8->trunk
|
Matthew Wild |
Fri, 07 Jan 2011 03:18:40 +0000 |
ejabberdstore.lib.lua: Remove now needless library
|
Matthew Wild |
Fri, 07 Jan 2011 03:17:36 +0000 |
ejabberd_init.lib.lua: Remove now needless library
|
Matthew Wild |
Fri, 07 Jan 2011 03:16:39 +0000 |
mod_storage_sql_ejabberd: Remove (moving to prosody-modules)
|
Matthew Wild |
Fri, 07 Jan 2011 03:12:26 +0000 |
Merge 0.8->trunk
|
Matthew Wild |
Thu, 06 Jan 2011 14:46:59 +0000 |
storagemanager: Fix log message (s/internal/null/)
|
Matthew Wild |
Thu, 06 Jan 2011 14:01:57 +0000 |
storagemanager: Add new "null" provider to get used when loading a driver or opening a store fails, instead of falling back to the default driver
|
Matthew Wild |
Thu, 06 Jan 2011 13:56:39 +0000 |
storagemanager: Log host in message when loading storage provider fails
|
Matthew Wild |
Thu, 06 Jan 2011 13:54:37 +0000 |
net.server_event: Log interface and port number when binding fails
|
Matthew Wild |
Thu, 06 Jan 2011 13:47:20 +0000 |
mod_storage_sql: Catch Lua errors during SQL transactions, and rollback.
|
Waqas Hussain |
Wed, 05 Jan 2011 06:56:36 +0500 |
net.httpserver: Removed unused import and variables.
|
Waqas Hussain |
Wed, 05 Jan 2011 06:34:23 +0500 |
net.httpserver: Changed an unnecessary global access.
|
Waqas Hussain |
Wed, 05 Jan 2011 06:26:49 +0500 |
mod_storage_sql: Removed unnecessary initialization of a variable.
|
Waqas Hussain |
Wed, 05 Jan 2011 06:23:58 +0500 |
net.httpserver: Decode percent-encoded characters in URL path.
|
Waqas Hussain |
Wed, 05 Jan 2011 06:23:17 +0500 |
modulemanager: Removed an unused variable.
|
Waqas Hussain |
Wed, 05 Jan 2011 06:16:27 +0500 |
configmanager: Added rawget().
|
Waqas Hussain |
Wed, 05 Jan 2011 06:16:07 +0500 |
mod_bosh: Fix for miscalculating inactivity, causing disconnects under a steady stream of traffic
|
Matthew Wild |
Tue, 04 Jan 2011 21:38:14 +0000 |
prosody, prosodyctl: Filter out relative paths from package.(c)path when installed
|
Matthew Wild |
Tue, 04 Jan 2011 21:19:28 +0000 |
prosody, prosodyctl: Create prosody object as a local before exporting as a global
|
Matthew Wild |
Tue, 04 Jan 2011 21:18:35 +0000 |
mod_register: Small code cleanup
|
Matthew Wild |
Tue, 04 Jan 2011 17:21:58 +0000 |
mod_register: Change to use new delete_user auth provider method
|
Matthew Wild |
Tue, 04 Jan 2011 17:19:39 +0000 |
mod_register: Add registration_compat config option to allow account remove requests addressed to='host' (defaults to true)
|
Matthew Wild |
Tue, 04 Jan 2011 17:15:47 +0000 |
mod_auth_internal_*: Support for delete_user method
|
Matthew Wild |
Tue, 04 Jan 2011 17:12:28 +0000 |
usermanager: Add delete_user method
|
Matthew Wild |
Tue, 04 Jan 2011 17:11:51 +0000 |
usermanager: Have methods not implemented in the active provider fall back to the null provider (later we can add support for chains of providers)
|
Matthew Wild |
Tue, 04 Jan 2011 17:11:37 +0000 |
usermanager: Change dummy provider method to return an error string also (method not implemented)
|
Matthew Wild |
Tue, 04 Jan 2011 17:10:56 +0000 |
net.adns: Log the DNS server that a query is sent to
|
Matthew Wild |
Tue, 04 Jan 2011 16:37:57 +0000 |
MUC: Fix a pair of missing :up()
|
Kim Alvefur |
Mon, 03 Jan 2011 09:40:45 +0100 |
util.sasl: Cache the calculated mechanisms set for SASL profiles (profile.mechanisms table).
|
Waqas Hussain |
Wed, 29 Dec 2010 18:45:31 +0500 |
prosody: Don't add a datamanager callback when anonymous_login=true (mod_auth_anonymous does this now).
|
Waqas Hussain |
Tue, 28 Dec 2010 09:59:27 +0500 |
hostmanager: Don't set host.disallow_s2s when anonymous_login=true (mod_auth_anonymous does this now).
|
Waqas Hussain |
Tue, 28 Dec 2010 09:58:40 +0500 |
mod_saslauth: Remove special handling for SASL ANONYMOUS, and let mod_auth_anonymous handle it.
|
Waqas Hussain |
Tue, 28 Dec 2010 05:28:15 +0500 |
usermanager: Assume authentication="anonymous" when anonymous_login=true.
|
Waqas Hussain |
Mon, 27 Dec 2010 20:46:01 +0500 |
util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter to SASL profile callbacks.
|
Waqas Hussain |
Mon, 27 Dec 2010 19:57:04 +0500 |
mod_storage_sql: Use util.json instead of util.serialization.
|
Waqas Hussain |
Mon, 27 Dec 2010 19:43:57 +0500 |
util.json: Initial commit.
|
Waqas Hussain |
Mon, 27 Dec 2010 19:37:04 +0500 |
mod_storage_sql: Log an error on query failure.
|
Waqas Hussain |
Mon, 27 Dec 2010 06:10:35 +0500 |
mod_storage_sql: Remove the subkey column from the Prosody table, and make the map store compatible with the key-value store.
|
Waqas Hussain |
Mon, 27 Dec 2010 06:10:35 +0500 |
mod_storage_sql: Dynamically replace backquotes with double quotes when connecting to PostgreSQL...
|
Waqas Hussain |
Mon, 27 Dec 2010 06:10:35 +0500 |
mod_storage_sql: Call commit() after all SQL statements, including SELECT, to get SQLite to drop its locks.
|
Waqas Hussain |
Mon, 27 Dec 2010 06:10:35 +0500 |
mod_storage_sql: Quote identifiers in SQL with backquotes, and use the empty string for NULL, and '=' instead of 'IS' for comparison, to work with MySQL's limitations...
|
Waqas Hussain |
Mon, 27 Dec 2010 06:10:35 +0500 |
Don't check priority in mod_offline
|
Robert Hoelz |
Thu, 09 Dec 2010 23:25:16 -0600 |
mod_message, mod_offline: Change message/offline/store -> message/offline/handle
|
Robert Hoelz |
Thu, 09 Dec 2010 12:41:30 -0600 |
mod_offline: Make sure mod_offline's store handler reports success vs failure.
|
Robert Hoelz |
Thu, 09 Dec 2010 12:38:33 -0600 |
mod_message: Send service-unavailable if offline storage fails.
|
Robert Hoelz |
Thu, 09 Dec 2010 12:36:29 -0600 |
mod_presence, mod_offline: Merge message/offline/delete with message/offline/broadcast.
|
Robert Hoelz |
Thu, 09 Dec 2010 12:28:05 -0600 |
core.offlinemanager, mod_message, mod_presence: Removed core.offlinemanager in favor of mod_offline.
|
Robert Hoelz |
Thu, 09 Dec 2010 12:23:37 -0600 |
modulemanager: Auto-load mod_offline.
|
Waqas Hussain |
Mon, 27 Dec 2010 06:10:34 +0500 |
util.pposix: Remove extraneous semicolon
|
Matthew Wild |
Sun, 26 Dec 2010 05:47:38 +0000 |
util.encodings: Switch comment styles to build ok as ANSI C
|
Matthew Wild |
Sun, 26 Dec 2010 05:45:35 +0000 |
util-src/Makefile: Change parameter order so that LDFLAGS always comes later than the input files
|
Matthew Wild |
Sun, 26 Dec 2010 05:37:27 +0000 |
util-src/Makefile: Clean up and remove unnecessary all linking
|
Matthew Wild |
Sun, 26 Dec 2010 05:01:58 +0000 |
configure: Don't add -llua to LDFLAGS, it's unnecessary
|
Matthew Wild |
Sun, 26 Dec 2010 05:00:45 +0000 |
mod_saslauth: Handle session bind requests to the host, fixes OneTeam login
|
Matthew Wild |
Fri, 24 Dec 2010 18:54:54 +0000 |
s2smanager: Destroy session on immediate failure of a connection attempt (e.g. inability to create sockets)
|
Matthew Wild |
Fri, 24 Dec 2010 04:58:09 +0000 |
s2smanager: Handle DNS lookup error in response handler
|
Matthew Wild |
Fri, 24 Dec 2010 04:57:17 +0000 |
s2smanager: send_to_host(): Handle already-destroyed session and bounce stanza accordingly
|
Matthew Wild |
Fri, 24 Dec 2010 04:56:37 +0000 |
s2smanager: new_outgoing(): Destroy session if first connection attempt fails immediately (e.g. can't create sockets)
|
Matthew Wild |
Fri, 24 Dec 2010 04:56:02 +0000 |
net.adns: Handle dns.query() failures, and pass error to handler
|
Matthew Wild |
Fri, 24 Dec 2010 04:52:40 +0000 |
net.dns: resolver:query(): Handle getsocket() failures, and return true on success
|
Matthew Wild |
Fri, 24 Dec 2010 04:52:13 +0000 |
net.dns: resolver:getsocket(): Return nil, err on failure
|
Matthew Wild |
Fri, 24 Dec 2010 04:51:34 +0000 |
s2smanager: Give all new outgoing s2s sessions a close method by default (destroy_session)
|
Matthew Wild |
Fri, 24 Dec 2010 04:49:30 +0000 |
s2smanager: Add a missing semi-colon
|
Matthew Wild |
Fri, 24 Dec 2010 04:48:38 +0000 |
s2smanager: destroy_session(): Pass reason to retire_session() and return true on successful destruction
|
Matthew Wild |
Fri, 24 Dec 2010 04:48:18 +0000 |
s2smanager: retire_session(): Add a 'reason' parameter
|
Matthew Wild |
Fri, 24 Dec 2010 04:47:18 +0000 |
s2smanager: session.send(): Return the result of send_to_host() (and incidentally make this a tail call \o/)
|
Matthew Wild |
Wed, 22 Dec 2010 20:39:30 +0000 |
s2smanager: send_to_host(): Return false on failure, and true otherwise
|
Matthew Wild |
Wed, 22 Dec 2010 20:38:40 +0000 |
util.filters: Add remove_filter_hook()
|
Matthew Wild |
Wed, 22 Dec 2010 16:46:19 +0000 |
prosody: Catch a recursive Include error and print a more friendly error
|
Matthew Wild |
Tue, 21 Dec 2010 22:26:22 +0000 |
configmanager: Filenames without a path are also relative to the config file path, not the current working directory
|
Matthew Wild |
Tue, 21 Dec 2010 22:25:54 +0000 |
util.xmppstream: Allow stream_ns = "" for parsing streams with no xmlns
|
Matthew Wild |
Tue, 21 Dec 2010 14:44:13 +0000 |
storagemanager: Fix log message (s/internal/null/)
|
Matthew Wild |
Thu, 06 Jan 2011 14:01:57 +0000 |
storagemanager: Add new "null" provider to get used when loading a driver or opening a store fails, instead of falling back to the default driver
|
Matthew Wild |
Thu, 06 Jan 2011 13:56:39 +0000 |
storagemanager: Log host in message when loading storage provider fails
|
Matthew Wild |
Thu, 06 Jan 2011 13:54:37 +0000 |
net.server_event: Log interface and port number when binding fails
|
Matthew Wild |
Thu, 06 Jan 2011 13:47:20 +0000 |
mod_storage_sql: Catch Lua errors during SQL transactions, and rollback.
|
Waqas Hussain |
Wed, 05 Jan 2011 06:56:36 +0500 |
net.httpserver: Removed unused import and variables.
|
Waqas Hussain |
Wed, 05 Jan 2011 06:34:23 +0500 |
net.httpserver: Changed an unnecessary global access.
|
Waqas Hussain |
Wed, 05 Jan 2011 06:26:49 +0500 |
mod_storage_sql: Removed unnecessary initialization of a variable.
|
Waqas Hussain |
Wed, 05 Jan 2011 06:23:58 +0500 |
net.httpserver: Decode percent-encoded characters in URL path.
|
Waqas Hussain |
Wed, 05 Jan 2011 06:23:17 +0500 |
modulemanager: Removed an unused variable.
|
Waqas Hussain |
Wed, 05 Jan 2011 06:16:27 +0500 |
configmanager: Added rawget().
|
Waqas Hussain |
Wed, 05 Jan 2011 06:16:07 +0500 |
mod_bosh: Fix for miscalculating inactivity, causing disconnects under a steady stream of traffic
|
Matthew Wild |
Tue, 04 Jan 2011 21:38:14 +0000 |
prosody, prosodyctl: Filter out relative paths from package.(c)path when installed
|
Matthew Wild |
Tue, 04 Jan 2011 21:19:28 +0000 |
prosody, prosodyctl: Create prosody object as a local before exporting as a global
|
Matthew Wild |
Tue, 04 Jan 2011 21:18:35 +0000 |
mod_register: Small code cleanup
|
Matthew Wild |
Tue, 04 Jan 2011 17:21:58 +0000 |
mod_register: Change to use new delete_user auth provider method
|
Matthew Wild |
Tue, 04 Jan 2011 17:19:39 +0000 |
mod_register: Add registration_compat config option to allow account remove requests addressed to='host' (defaults to true)
|
Matthew Wild |
Tue, 04 Jan 2011 17:15:47 +0000 |
mod_auth_internal_*: Support for delete_user method
|
Matthew Wild |
Tue, 04 Jan 2011 17:12:28 +0000 |
usermanager: Add delete_user method
|
Matthew Wild |
Tue, 04 Jan 2011 17:11:51 +0000 |
usermanager: Have methods not implemented in the active provider fall back to the null provider (later we can add support for chains of providers)
|
Matthew Wild |
Tue, 04 Jan 2011 17:11:37 +0000 |
usermanager: Change dummy provider method to return an error string also (method not implemented)
|
Matthew Wild |
Tue, 04 Jan 2011 17:10:56 +0000 |
net.adns: Log the DNS server that a query is sent to
|
Matthew Wild |
Tue, 04 Jan 2011 16:37:57 +0000 |
MUC: Fix a pair of missing :up()
|
Kim Alvefur |
Mon, 03 Jan 2011 09:40:45 +0100 |
mod_pubsub: Correctly wrap the list of subscriptions in a pubsub element
|
Kim Alvefur |
Wed, 29 Dec 2010 19:24:19 +0100 |
util.xmppstream: Optimized stanza building by bypassing the stanza API.
|
Waqas Hussain |
Wed, 29 Dec 2010 18:49:59 +0500 |
util.sasl: Cache the calculated mechanisms set for SASL profiles (profile.mechanisms table).
|
Waqas Hussain |
Wed, 29 Dec 2010 18:45:31 +0500 |
prosody: Don't add a datamanager callback when anonymous_login=true (mod_auth_anonymous does this now).
|
Waqas Hussain |
Tue, 28 Dec 2010 09:59:27 +0500 |
hostmanager: Don't set host.disallow_s2s when anonymous_login=true (mod_auth_anonymous does this now).
|
Waqas Hussain |
Tue, 28 Dec 2010 09:58:40 +0500 |
mod_saslauth: Remove special handling for SASL ANONYMOUS, and let mod_auth_anonymous handle it.
|
Waqas Hussain |
Tue, 28 Dec 2010 05:28:15 +0500 |
usermanager: Assume authentication="anonymous" when anonymous_login=true.
|
Waqas Hussain |
Mon, 27 Dec 2010 20:46:01 +0500 |
util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter to SASL profile callbacks.
|
Waqas Hussain |
Mon, 27 Dec 2010 19:57:04 +0500 |
mod_storage_sql: Use util.json instead of util.serialization.
|
Waqas Hussain |
Mon, 27 Dec 2010 19:43:57 +0500 |
util.json: Initial commit.
|
Waqas Hussain |
Mon, 27 Dec 2010 19:37:04 +0500 |
mod_storage_sql: Log an error on query failure.
|
Waqas Hussain |
Mon, 27 Dec 2010 06:10:35 +0500 |
mod_storage_sql: Remove the subkey column from the Prosody table, and make the map store compatible with the key-value store.
|
Waqas Hussain |
Mon, 27 Dec 2010 06:10:35 +0500 |
mod_storage_sql: Dynamically replace backquotes with double quotes when connecting to PostgreSQL...
|
Waqas Hussain |
Mon, 27 Dec 2010 06:10:35 +0500 |
mod_storage_sql: Call commit() after all SQL statements, including SELECT, to get SQLite to drop its locks.
|
Waqas Hussain |
Mon, 27 Dec 2010 06:10:35 +0500 |
mod_storage_sql: Quote identifiers in SQL with backquotes, and use the empty string for NULL, and '=' instead of 'IS' for comparison, to work with MySQL's limitations...
|
Waqas Hussain |
Mon, 27 Dec 2010 06:10:35 +0500 |
Don't check priority in mod_offline
|
Robert Hoelz |
Thu, 09 Dec 2010 23:25:16 -0600 |
mod_message, mod_offline: Change message/offline/store -> message/offline/handle
|
Robert Hoelz |
Thu, 09 Dec 2010 12:41:30 -0600 |
mod_offline: Make sure mod_offline's store handler reports success vs failure.
|
Robert Hoelz |
Thu, 09 Dec 2010 12:38:33 -0600 |
mod_message: Send service-unavailable if offline storage fails.
|
Robert Hoelz |
Thu, 09 Dec 2010 12:36:29 -0600 |
mod_presence, mod_offline: Merge message/offline/delete with message/offline/broadcast.
|
Robert Hoelz |
Thu, 09 Dec 2010 12:28:05 -0600 |
core.offlinemanager, mod_message, mod_presence: Removed core.offlinemanager in favor of mod_offline.
|
Robert Hoelz |
Thu, 09 Dec 2010 12:23:37 -0600 |
modulemanager: Auto-load mod_offline.
|
Waqas Hussain |
Mon, 27 Dec 2010 06:10:34 +0500 |
util.pposix: Remove extraneous semicolon
|
Matthew Wild |
Sun, 26 Dec 2010 05:47:38 +0000 |
util.encodings: Switch comment styles to build ok as ANSI C
|
Matthew Wild |
Sun, 26 Dec 2010 05:45:35 +0000 |
util-src/Makefile: Change parameter order so that LDFLAGS always comes later than the input files
|
Matthew Wild |
Sun, 26 Dec 2010 05:37:27 +0000 |
util-src/Makefile: Clean up and remove unnecessary all linking
|
Matthew Wild |
Sun, 26 Dec 2010 05:01:58 +0000 |
configure: Don't add -llua to LDFLAGS, it's unnecessary
|
Matthew Wild |
Sun, 26 Dec 2010 05:00:45 +0000 |
mod_saslauth: Handle session bind requests to the host, fixes OneTeam login
|
Matthew Wild |
Fri, 24 Dec 2010 18:54:54 +0000 |
s2smanager: Destroy session on immediate failure of a connection attempt (e.g. inability to create sockets)
|
Matthew Wild |
Fri, 24 Dec 2010 04:58:09 +0000 |
s2smanager: Handle DNS lookup error in response handler
|
Matthew Wild |
Fri, 24 Dec 2010 04:57:17 +0000 |
s2smanager: send_to_host(): Handle already-destroyed session and bounce stanza accordingly
|
Matthew Wild |
Fri, 24 Dec 2010 04:56:37 +0000 |
s2smanager: new_outgoing(): Destroy session if first connection attempt fails immediately (e.g. can't create sockets)
|
Matthew Wild |
Fri, 24 Dec 2010 04:56:02 +0000 |
net.adns: Handle dns.query() failures, and pass error to handler
|
Matthew Wild |
Fri, 24 Dec 2010 04:52:40 +0000 |
net.dns: resolver:query(): Handle getsocket() failures, and return true on success
|
Matthew Wild |
Fri, 24 Dec 2010 04:52:13 +0000 |
net.dns: resolver:getsocket(): Return nil, err on failure
|
Matthew Wild |
Fri, 24 Dec 2010 04:51:34 +0000 |
s2smanager: Give all new outgoing s2s sessions a close method by default (destroy_session)
|
Matthew Wild |
Fri, 24 Dec 2010 04:49:30 +0000 |
s2smanager: Add a missing semi-colon
|
Matthew Wild |
Fri, 24 Dec 2010 04:48:38 +0000 |
s2smanager: destroy_session(): Pass reason to retire_session() and return true on successful destruction
|
Matthew Wild |
Fri, 24 Dec 2010 04:48:18 +0000 |
s2smanager: retire_session(): Add a 'reason' parameter
|
Matthew Wild |
Fri, 24 Dec 2010 04:47:18 +0000 |
mod_pubsub: Include node in disco#items reply
|
Matthew Wild |
Wed, 22 Dec 2010 23:30:47 +0000 |
s2smanager: session.send(): Return the result of send_to_host() (and incidentally make this a tail call \o/)
|
Matthew Wild |
Wed, 22 Dec 2010 20:39:30 +0000 |
s2smanager: send_to_host(): Return false on failure, and true otherwise
|
Matthew Wild |
Wed, 22 Dec 2010 20:38:40 +0000 |
mod_pubsub: Fix missing disco#items xmlns
|
Kim Alvefur |
Wed, 22 Dec 2010 17:23:55 +0100 |
util.pubsub: Return correct node in get_subscriptions()
|
Kim Alvefur |
Wed, 22 Dec 2010 17:42:35 +0100 |
mod_pubsub: Implement disco#info for nodes
|
Matthew Wild |
Wed, 22 Dec 2010 16:53:38 +0000 |
util.filters: Add remove_filter_hook()
|
Matthew Wild |
Wed, 22 Dec 2010 16:46:19 +0000 |
util.pubsub: Use correct node name when returning a list of multiple nodes in a subscriptions response
|
Matthew Wild |
Wed, 22 Dec 2010 16:45:32 +0000 |
mod_pubsub: Implement get_subscriptions
|
Matthew Wild |
Wed, 22 Dec 2010 03:49:52 +0000 |
mod_pubsub: Add get_subscriptions and get_subscriptions_other capabilities to default affiliations
|
Matthew Wild |
Wed, 22 Dec 2010 03:49:23 +0000 |
mod_pubsub: Add add_subscription and get_subscriptions to feature_map
|
Matthew Wild |
Wed, 22 Dec 2010 03:48:51 +0000 |
util.pubsub: Add service-wide subscription tracking, and add :get_subscriptions()
|
Matthew Wild |
Wed, 22 Dec 2010 03:46:32 +0000 |
util.pubsub: Small code tidying for :get_subscription()
|
Matthew Wild |
Wed, 22 Dec 2010 03:46:07 +0000 |
util.pubsub: Fix traceback when using autocreate-on-subscribe
|
Matthew Wild |
Wed, 22 Dec 2010 03:44:51 +0000 |
mod_pubsub: Set normalize_jid instead of jids_equal
|
Matthew Wild |
Wed, 22 Dec 2010 03:04:44 +0000 |
util.pubsub: Add service:jids_equal() and new config option normalize_jid
|
Matthew Wild |
Wed, 22 Dec 2010 03:04:14 +0000 |
mod_pubsub: Fix a missing :up() from the last commit
|
Matthew Wild |
Wed, 22 Dec 2010 02:19:14 +0000 |
mod_pubsub: Handle disco#items on nodes
|
Matthew Wild |
Wed, 22 Dec 2010 02:17:45 +0000 |
util.pubsub: get_items(): When requesting a specific item, use the id as a key to mirror the multiple-item case
|
Matthew Wild |
Wed, 22 Dec 2010 02:13:26 +0000 |
prosody: Catch a recursive Include error and print a more friendly error
|
Matthew Wild |
Tue, 21 Dec 2010 22:26:22 +0000 |
configmanager: Filenames without a path are also relative to the config file path, not the current working directory
|
Matthew Wild |
Tue, 21 Dec 2010 22:25:54 +0000 |
util.pubsub: Add service:set_node_capabilities()
|
Matthew Wild |
Tue, 21 Dec 2010 15:26:37 +0000 |
util.xmppstream: Allow stream_ns = "" for parsing streams with no xmlns
|
Matthew Wild |
Tue, 21 Dec 2010 14:44:13 +0000 |
Merge with 0.8
|
Matthew Wild |
Tue, 21 Dec 2010 05:05:20 +0000 |
prosody.cfg.lua.dist: Add note about external gateways
|
Matthew Wild |
Tue, 21 Dec 2010 01:47:49 +0000 |
prosody.cfg.lua.dist: Update for new logging config format
|
Matthew Wild |
Tue, 21 Dec 2010 01:30:27 +0000 |
configmanager: Support for wildcards in Include directives
|
Matthew Wild |
Mon, 20 Dec 2010 14:06:32 +0000 |
prosody, prosodyctl, util.dependencies: Split checking and logging of dependencies so we can check hard deps before the config and logging is loaded
|
Matthew Wild |
Mon, 20 Dec 2010 14:06:16 +0000 |
util.httpstream: For HTTP client responses, changing properties responseversion and responseheaders to httpversion and httpheaders, to match HTTP server requests.
|
Waqas Hussain |
Sun, 19 Dec 2010 20:28:58 +0500 |
util.httpstream: A little cleanup of the HTTP path.
|
Waqas Hussain |
Sun, 19 Dec 2010 20:27:13 +0500 |
mod_pubsub: Use bare JID in get_affiliation
|
Matthew Wild |
Tue, 21 Dec 2010 04:36:34 +0000 |
mod_pubsub: Skip false features in feature_map
|
Matthew Wild |
Tue, 21 Dec 2010 04:18:58 +0000 |
util.pubsub: Fix nil global access in get_nodes()
|
Matthew Wild |
Tue, 21 Dec 2010 04:17:24 +0000 |
mod_pubsub: Return disco#info stanza from build_disco_info()
|
Matthew Wild |
Tue, 21 Dec 2010 04:15:54 +0000 |
mod_pubsub: Iterate over disco features in correct table
|
Matthew Wild |
Tue, 21 Dec 2010 04:15:29 +0000 |
mod_pubsub: Build disco#info based on the methods provided by the pubsub service object. Add public set_service() method to change the service object used by the module.
|
Matthew Wild |
Tue, 21 Dec 2010 04:06:36 +0000 |
mod_pubsub: Fix capabilities table from some debugging
|
Matthew Wild |
Tue, 21 Dec 2010 03:30:18 +0000 |
mod_pubsub: Make the pubsub host an admin too
|
Matthew Wild |
Tue, 21 Dec 2010 03:29:29 +0000 |
mod_pubsub: Update for latest util.pubsub and fix some bugs. New config options autocreate_on_publish, autocreate_on_subscribe and default_admin_affiliation.
|
Matthew Wild |
Tue, 21 Dec 2010 03:27:22 +0000 |
util.pubsub: Too many changes to list or split sensibly. Added access control to all methods, with capabilities support. Renamed get() -> get_items() and changed it to return true, result on success. Support for autocreate_on_subscribe and autocreate_on_publish config options.
|
Matthew Wild |
Tue, 21 Dec 2010 03:26:06 +0000 |
util.pubsub: Modify new() to take a config, and add a default config via a metatable
|
Matthew Wild |
Tue, 21 Dec 2010 03:22:40 +0000 |
mod_pubsub: Add 'forbidden' error support
|
Matthew Wild |
Tue, 21 Dec 2010 03:18:17 +0000 |
prosody.cfg.lua.dist: Add note about external gateways
|
Matthew Wild |
Tue, 21 Dec 2010 01:47:49 +0000 |
prosody.cfg.lua.dist: Update for new logging config format
|
Matthew Wild |
Tue, 21 Dec 2010 01:30:27 +0000 |
configmanager: Support for wildcards in Include directives
|
Matthew Wild |
Mon, 20 Dec 2010 14:06:32 +0000 |
prosody, prosodyctl, util.dependencies: Split checking and logging of dependencies so we can check hard deps before the config and logging is loaded
|
Matthew Wild |
Mon, 20 Dec 2010 14:06:16 +0000 |
util.httpstream: For HTTP client responses, changing properties responseversion and responseheaders to httpversion and httpheaders, to match HTTP server requests.
|
Waqas Hussain |
Sun, 19 Dec 2010 20:28:58 +0500 |
util.httpstream: A little cleanup of the HTTP path.
|
Waqas Hussain |
Sun, 19 Dec 2010 20:27:13 +0500 |
Merge with 0.8
|
Matthew Wild |
Sun, 19 Dec 2010 03:04:42 +0000 |
mod_pubsub, util.pubsub: Remove from 0.8
|
Matthew Wild |
Sun, 19 Dec 2010 02:57:58 +0000 |
Merge 0.8->trunk (uh-oh)
|
Matthew Wild |
Sun, 19 Dec 2010 02:36:56 +0000 |
configmanager: Switch back to returning 'ok' to signal config load success - fixes config errors not being displayed
|
Matthew Wild |
Sat, 18 Dec 2010 23:15:58 +0000 |
util.events: Remove an event's table when it has no more handlers.
|
Waqas Hussain |
Sun, 19 Dec 2010 00:53:19 +0500 |
mod_admin_adhoc: Support unloading multiple modules
|
Florian Zeitz |
Sat, 18 Dec 2010 21:35:42 +0100 |
mod_admin_adhoc: Support for reloading multiple modules
|
Florian Zeitz |
Sat, 18 Dec 2010 21:04:45 +0100 |
net/server_select.lua: Reduce select() timeout back to 1s
|
Matthew Wild |
Sat, 18 Dec 2010 14:46:28 +0000 |
storagemanager: Don't always show fallback warning when using per-store config
|
Matthew Wild |
Sat, 18 Dec 2010 14:44:45 +0000 |
prosodyctl: Add dummy lock/unlock_globals() until util.startup comes along
|
Matthew Wild |
Sat, 18 Dec 2010 04:02:28 +0000 |
mod_storage_sql: Fix a couple of bugs in "JSON" decoding
|
Matthew Wild |
Sat, 18 Dec 2010 03:25:31 +0000 |
util.prosodyctl: Initialize storagemanager on hosts we modify
|
Matthew Wild |
Sat, 18 Dec 2010 02:33:47 +0000 |
storagemanager: Log warning when loading the storage provider plugin fails
|
Matthew Wild |
Sat, 18 Dec 2010 02:29:33 +0000 |
util-src/Makefile, util-src/encodings.c{,pp}: Port ICU code to C, rename encodings.cpp back to .c and amend the Makefile accordingly
|
Matthew Wild |
Fri, 17 Dec 2010 22:32:21 +0000 |
usermanager: Fixed a possible traceback when is_admin() was used on a component.
|
Waqas Hussain |
Fri, 17 Dec 2010 22:54:34 +0500 |
prosody.cfg.lua.dist: Update to reflect new mod_admin_* modules
|
Matthew Wild |
Fri, 17 Dec 2010 17:11:04 +0000 |
util.stanza: Iterate on childtags instead of all childs.
|
Kim Alvefur |
Fri, 17 Dec 2010 17:28:05 +0100 |
Make libidn default when not specifiying a IDN lib.
|
Tobias Markmann |
Tue, 14 Dec 2010 18:54:55 +0100 |
Fix lua lib name in LDFLAGS.
|
Tobias Markmann |
Tue, 14 Dec 2010 18:35:05 +0100 |
util.encodings: Support for ICU for IDNA operations.
|
Tobias Markmann |
Tue, 14 Dec 2010 15:03:37 +0100 |
mod_pubsub: Preserve service object on module reload
|
Matthew Wild |
Fri, 17 Dec 2010 13:35:21 +0000 |
mod_pubsub: Handle disco#info and disco#items
|
Matthew Wild |
Fri, 17 Dec 2010 13:23:29 +0000 |
util.pubsub: Add service:get_nodes()
|
Matthew Wild |
Fri, 17 Dec 2010 13:23:01 +0000 |
modulemanager, mod_console: Rename mod_console -> mod_admin_telnet - add compatibility code to modulemanager for existing configs
|
Matthew Wild |
Fri, 17 Dec 2010 12:44:24 +0000 |
net.httpserver: Default 'ports' = {5280}
|
Matthew Wild |
Fri, 17 Dec 2010 01:24:59 +0000 |
net.xmppclient_listener: Imports and global cleanup.
|
Waqas Hussain |
Wed, 15 Dec 2010 04:05:49 +0500 |
net.xmppserver_listener: Removed unnecessary import of lxp.
|
Waqas Hussain |
Wed, 15 Dec 2010 03:59:48 +0500 |
net.xmppserver_listener: Removed unused variables and imports.
|
Waqas Hussain |
Wed, 15 Dec 2010 03:53:44 +0500 |
net.xmppserver_listener: Made some globals local.
|
Waqas Hussain |
Wed, 15 Dec 2010 03:52:56 +0500 |
net.xmppcomponent_listener: Move session creation from listener.onincoming to listener.onconnect.
|
Waqas Hussain |
Wed, 15 Dec 2010 03:33:00 +0500 |
net.xmppcomponent_listener: Made some globals local.
|
Waqas Hussain |
Wed, 15 Dec 2010 03:14:15 +0500 |
core.loggingmanager: Updated to use termcolours.getstyle instead of termcolours.getstring for console logging.
|
Waqas Hussain |
Wed, 15 Dec 2010 01:57:10 +0500 |
util.termcolours: Added setstyle(str), which works on Windows too.
|
Waqas Hussain |
Wed, 15 Dec 2010 01:55:13 +0500 |
util-src/windows.c: Added get_consolecolor, set_consolecolor.
|
Waqas Hussain |
Wed, 15 Dec 2010 01:53:33 +0500 |
net.dns: Clean up tostring() of returned records, as a result PTR records can now be tostring()'d
|
Matthew Wild |
Tue, 14 Dec 2010 18:29:40 +0000 |
net.dns: Add resolver:tohostname() and dns.tohostname()
|
Matthew Wild |
Tue, 14 Dec 2010 18:28:42 +0000 |
util.serialization: Proper serialization of Infinity, -Infinity and NaN.
|
Waqas Hussain |
Mon, 13 Dec 2010 20:45:08 +0500 |
mod_storage_sql: Use 'IS' for comparison instead of '=', to avoid SQL's NULL insanity.
|
Waqas Hussain |
Mon, 13 Dec 2010 19:28:57 +0500 |
mod_storage_sql: Fixed the deserialization of string-typed values.
|
Waqas Hussain |
Mon, 13 Dec 2010 19:27:14 +0500 |
prosodyctl: Added and updated some comments and some semicolons, to match main prosody executable.
|
Waqas Hussain |
Sun, 12 Dec 2010 17:18:16 +0500 |
prosodyctl: Read PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variables, to match main prosody executable.
|
Waqas Hussain |
Sun, 12 Dec 2010 17:17:20 +0500 |
prosody: Added a comment, to match prosodyctl.
|
Waqas Hussain |
Sun, 12 Dec 2010 17:15:57 +0500 |
prosodyctl: Added support for --config command line argument, and multiple config parsers (to match the main prosody executable).
|
Waqas Hussain |
Sun, 12 Dec 2010 17:10:24 +0500 |
mod_pep: Fixed a traceback when non-local users send presence.
|
Waqas Hussain |
Sun, 12 Dec 2010 15:42:00 +0500 |
mod_pep: Handle the case where local contacts send directed presence with caps hash.
|
Waqas Hussain |
Sun, 12 Dec 2010 06:35:53 +0500 |
util.serialization: Implemented deserialize().
|
Waqas Hussain |
Sun, 12 Dec 2010 06:29:19 +0500 |
storagemanager: When we have a cached data driver, we are supposed to use it.
|
Waqas Hussain |
Sun, 12 Dec 2010 06:15:08 +0500 |
mod_storage_sql: Auto-initialize SQLite3 database.
|
Waqas Hussain |
Sun, 12 Dec 2010 05:39:24 +0500 |
mod_storage_sql: Default value for option sql = { driver = "SQLite3", database = "prosody.sqlite" }.
|
Waqas Hussain |
Sun, 12 Dec 2010 05:38:48 +0500 |
mod_storage_sql: Fixed a typo.
|
Waqas Hussain |
Sun, 12 Dec 2010 05:38:08 +0500 |
mod_storage_sql: Initial commit of new SQL data driver.
|
Waqas Hussain |
Sun, 12 Dec 2010 05:18:36 +0500 |
storagemanager: Hook "host-activated", to make sure we are notified about data drivers.
|
Waqas Hussain |
Sun, 12 Dec 2010 05:14:35 +0500 |
storagemanager: Fixed a nil global access.
|
Waqas Hussain |
Sun, 12 Dec 2010 05:13:02 +0500 |
util.stanza: Change get_error() to return nil rather than '' for no text
|
Matthew Wild |
Sat, 11 Dec 2010 22:34:29 +0000 |
mod_bosh: Fixes to the session creation response - add mandatory 'wait' attribute, remove optional 'maxpause' which we don't support, and reformat the code to prevent long lines and wacky indentation. Fixes #219.
|
Matthew Wild |
Sat, 11 Dec 2010 00:19:15 +0000 |
prosodyctl: Make the 'restart' command start Prosody even if it wasn't already running
|
Matthew Wild |
Sat, 11 Dec 2010 00:14:34 +0000 |
util.datamanager: Return an error string when pcall fails on a loaded list file.
|
Waqas Hussain |
Fri, 10 Dec 2010 00:23:47 +0500 |
util.datamanager: When failing to load a list file, and the file exists, log an error, and return nil, error.
|
Waqas Hussain |
Fri, 10 Dec 2010 00:21:09 +0500 |
usermanager: Removed redundant import of util.datamanager and util.hashes.
|
Waqas Hussain |
Fri, 10 Dec 2010 00:07:28 +0500 |
util.ztact: Removed.
|
Waqas Hussain |
Thu, 09 Dec 2010 23:31:57 +0500 |
net.dns: Removed dependency on util.ztact by moving ztact.get/set in.
|
Waqas Hussain |
Thu, 09 Dec 2010 23:22:21 +0500 |
mod_console: Removed redundant code for host:activate() and host:deactivate(), now that hostmanager has error checking.
|
Waqas Hussain |
Thu, 09 Dec 2010 22:17:28 +0500 |
hostmanager: Improved error handling.
|
Waqas Hussain |
Thu, 09 Dec 2010 21:40:54 +0500 |
hostmanager: deactivate() now returns true on success.
|
Waqas Hussain |
Thu, 09 Dec 2010 21:12:39 +0500 |
hostmanager: activate() now gets the host config from configmanager when a config isn't given.
|
Waqas Hussain |
Thu, 09 Dec 2010 21:11:12 +0500 |
certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism (thanks Kev)
|
Matthew Wild |
Wed, 08 Dec 2010 17:01:23 +0000 |
prosody: Don't attempt to load core.xmlhandlers in the main file. It no longer exists.
|
Waqas Hussain |
Wed, 08 Dec 2010 02:29:37 +0500 |
xmlhandlers: DELETED.
|
Matthew Wild |
Tue, 07 Dec 2010 19:27:58 +0000 |
util.prosodyctl: Prep JIDs before checking whether they exist (thanks tja)
|
Matthew Wild |
Tue, 07 Dec 2010 19:26:38 +0000 |
tools/xep227toprosody.lua: Rename ns_xep227 to xmlns_xep227 for consistency with main Prosody code
|
Matthew Wild |
Tue, 07 Dec 2010 19:22:08 +0000 |
tools/xep227toprosody.lua: Convert to use util.xmppstream
|
Matthew Wild |
Tue, 07 Dec 2010 19:20:33 +0000 |
util.xmppstream: Expose ns_separator and ns_pattern
|
Matthew Wild |
Tue, 07 Dec 2010 19:19:05 +0000 |
mod_bosh: Switch to util.xmppstream from xmlhandlers
|
Matthew Wild |
Tue, 07 Dec 2010 18:38:22 +0000 |
xmppcomponent_listener: Switch to util.xmppstream from xmlhandlers
|
Matthew Wild |
Tue, 07 Dec 2010 18:18:11 +0000 |
prosody: Added a stub implementation of core.componentmanager to the package.loaded table (re-commiting, as this was accidentally removed).
|
Waqas Hussain |
Tue, 07 Dec 2010 22:55:28 +0500 |
certs/openssl.cnf: Change countryName from UK to GB
|
Matthew Wild |
Mon, 06 Dec 2010 18:51:45 +0000 |
certs/Makefile: Add .PRECIOUS to stop make deleting the key as an intermediate file (thanks deryni/Zash)
|
Matthew Wild |
Mon, 06 Dec 2010 18:48:23 +0000 |
certs: Add a default OpenSSL configuration file, and a Makefile.
|
Kim Alvefur |
Fri, 03 Dec 2010 16:40:42 +0100 |
mod_pubsub: Ensure <item> is in correct scope when broadcasting an event
|
Matthew Wild |
Sun, 05 Dec 2010 19:54:48 +0000 |
mod_pubsub: Support item retraction
|
Florian Zeitz |
Sun, 05 Dec 2010 04:19:23 +0100 |
mod_pubsub, util.pubsub: Support for unsubscribing
|
Florian Zeitz |
Sun, 05 Dec 2010 02:46:08 +0100 |
mod_pubsub: Use pubsub_error_reply everywhere
|
Florian Zeitz |
Fri, 03 Dec 2010 16:36:13 +0100 |
util.xmppstream: Fix logger name.
|
Waqas Hussain |
Fri, 03 Dec 2010 01:03:52 +0500 |
mod_disco: Don't add caps hash to stream features on unauthenticated connections.
|
Waqas Hussain |
Fri, 03 Dec 2010 00:37:54 +0500 |
mod_proxy65: Add service discovery identity and feature, to help out mod_disco when loaded on a normal host.
|
Waqas Hussain |
Fri, 03 Dec 2010 00:29:44 +0500 |
mod_proxy65: Cleaned up stanza processing a little.
|
Waqas Hussain |
Fri, 03 Dec 2010 00:22:11 +0500 |
mod_proxy65: s:len() -> #s.
|
Waqas Hussain |
Fri, 03 Dec 2010 00:21:49 +0500 |
mod_proxy65: Make some globals local.
|
Waqas Hussain |
Fri, 03 Dec 2010 00:13:30 +0500 |
mod_proxy65: :sub(n):byte() -> :byte(n).
|
Waqas Hussain |
Fri, 03 Dec 2010 00:12:55 +0500 |
mod_proxy65: Allow loading on normal hosts.
|
Waqas Hussain |
Fri, 03 Dec 2010 00:04:32 +0500 |
mod_proxy65: Updated to use sub-events. Now only hooks what it needs to.
|
Waqas Hussain |
Fri, 03 Dec 2010 00:02:53 +0500 |
net.server_select: Set select() timeout to 3600 by default.
|
Waqas Hussain |
Thu, 02 Dec 2010 23:07:45 +0500 |
net.server_select: Made another global local.
|
Waqas Hussain |
Thu, 02 Dec 2010 23:06:30 +0500 |
net.server_select: Made some globals local.
|
Waqas Hussain |
Thu, 02 Dec 2010 22:55:42 +0500 |
mod_bosh: Use util.timer for timers instead of server.addtimer.
|
Waqas Hussain |
Thu, 02 Dec 2010 22:47:29 +0500 |
util.timer: Activate higher timer precision.
|
Waqas Hussain |
Thu, 02 Dec 2010 22:41:26 +0500 |
net.server_select: Make changes required for sub-second timer precision.
|
Waqas Hussain |
Thu, 02 Dec 2010 22:40:42 +0500 |
fallbacks/lxp.lua: Pure Lua pseudo-XML parser. Implements the same API as LuaExpat.
|
Waqas Hussain |
Thu, 02 Dec 2010 17:11:51 +0500 |
mod_iq: Fix an extra character in previous commit...
|
Waqas Hussain |
Thu, 02 Dec 2010 16:58:24 +0500 |
mod_iq: Don't hook 'iq/full' on components.
|
Waqas Hussain |
Thu, 02 Dec 2010 16:56:30 +0500 |
modulemanager: Allow components to inherit mod_iq. This allows modules loaded on components to hook IQ stanza sub-events ("iq-set/bare/xmlns:tag", etc).
|
Waqas Hussain |
Thu, 02 Dec 2010 16:32:42 +0500 |
mod_proxy65: Give the 'iq/host' stanza handler a negative priority, to allow mod_iq to process the events first.
|
Waqas Hussain |
Thu, 02 Dec 2010 16:17:44 +0500 |
MUC: Give stanza handlers a negative priority, to allow mod_iq to process them first.
|
Waqas Hussain |
Thu, 02 Dec 2010 16:16:44 +0500 |
mod_component: Give stanza handlers a negative priority, to allow mod_iq to process them first.
|
Waqas Hussain |
Thu, 02 Dec 2010 16:15:50 +0500 |
mod_iq: Don't stop event dispatch for unhandled IQ errors and results (this lets negative priority handlers intercept the events).
|
Waqas Hussain |
Thu, 02 Dec 2010 16:04:42 +0500 |
mod_pubsub, util.pubsub: Support node creation
|
Florian Zeitz |
Wed, 01 Dec 2010 23:38:47 +0100 |
mod_pep: Remove PEP subscriptions on getting a presence unsubscribe.
|
Waqas Hussain |
Sun, 28 Nov 2010 15:02:56 +0500 |
mod_pep: Fixed regression where PEP messages were not correctly being broadcasted on caps hash change.
|
Waqas Hussain |
Sun, 28 Nov 2010 13:11:42 +0500 |
mod_pep: Fixed a nil access (thanks Zash).
|
Waqas Hussain |
Sun, 28 Nov 2010 12:58:54 +0500 |
mod_disco: Fixed: Service discovery features were not being removed on module unload (issue #205).
|
Waqas Hussain |
Sun, 28 Nov 2010 07:56:08 +0500 |
mod_pep: Optimised PEP requests for disco info on caps change (issue #150).
|
Waqas Hussain |
Sun, 28 Nov 2010 07:43:19 +0500 |
storagemanager: Only show fallback warning if storage was configured to use another backend and it failed
|
Matthew Wild |
Sat, 27 Nov 2010 22:02:30 +0000 |
storagemanager: Return driver from load_driver() if successful
|
Matthew Wild |
Sat, 27 Nov 2010 21:57:20 +0000 |
mod_iq: Optimized a bit more (fewer table accesses).
|
Waqas Hussain |
Sun, 28 Nov 2010 02:42:02 +0500 |
mod_iq: Optimized a bit (fewer table accesses).
|
Waqas Hussain |
Sun, 28 Nov 2010 02:37:18 +0500 |
mod_iq: Extra IQ get and set sub-events are now fired: "iq-{get,set}/{host,self,bare}/xmlns:tag" (when "iq/{host,self,bare}/xmlns:tag" is unhandled).
|
Waqas Hussain |
Sun, 28 Nov 2010 02:24:26 +0500 |
storagemanager: Import type()
|
Matthew Wild |
Sat, 27 Nov 2010 21:52:30 +0000 |
storagemanager: Import util.multitable again
|
Matthew Wild |
Sat, 27 Nov 2010 21:16:32 +0000 |
storagemanager: Fix syntax error
|
Matthew Wild |
Sat, 27 Nov 2010 21:15:23 +0000 |
mod_pep: Updated disco#info result handler to use new event name format.
|
Waqas Hussain |
Sun, 28 Nov 2010 02:05:52 +0500 |
mod_iq: IQ error and result sub-events are now "iq-{error,result}/{host,self,bare}/id" (previously "iq/{host,self,bare}/id").
|
Waqas Hussain |
Sun, 28 Nov 2010 02:03:59 +0500 |
configmanager: Switch back to returning 'ok' to signal config load success - fixes config errors not being displayed
|
Matthew Wild |
Sat, 18 Dec 2010 23:15:58 +0000 |
Merge with Florob
|
Matthew Wild |
Sat, 18 Dec 2010 23:08:21 +0000 |
mod_admin_adhoc: Support unloading multiple modules
|
Florian Zeitz |
Sat, 18 Dec 2010 21:35:42 +0100 |
mod_admin_adhoc: Support for reloading multiple modules
|
Florian Zeitz |
Sat, 18 Dec 2010 21:04:45 +0100 |
util.events: Remove an event's table when it has no more handlers.
|
Waqas Hussain |
Sun, 19 Dec 2010 00:53:19 +0500 |
net/server_select.lua: Reduce select() timeout back to 1s
|
Matthew Wild |
Sat, 18 Dec 2010 14:46:28 +0000 |
storagemanager: Don't always show fallback warning when using per-store config
|
Matthew Wild |
Sat, 18 Dec 2010 14:44:45 +0000 |
prosodyctl: Add dummy lock/unlock_globals() until util.startup comes along
|
Matthew Wild |
Sat, 18 Dec 2010 04:02:28 +0000 |
mod_storage_sql: Fix a couple of bugs in "JSON" decoding
|
Matthew Wild |
Sat, 18 Dec 2010 03:25:31 +0000 |
util.prosodyctl: Initialize storagemanager on hosts we modify
|
Matthew Wild |
Sat, 18 Dec 2010 02:33:47 +0000 |
storagemanager: Log warning when loading the storage provider plugin fails
|
Matthew Wild |
Sat, 18 Dec 2010 02:29:33 +0000 |
util-src/Makefile, util-src/encodings.c{,pp}: Port ICU code to C, rename encodings.cpp back to .c and amend the Makefile accordingly
|
Matthew Wild |
Fri, 17 Dec 2010 22:32:21 +0000 |
usermanager: Fixed a possible traceback when is_admin() was used on a component.
|
Waqas Hussain |
Fri, 17 Dec 2010 22:54:34 +0500 |
prosody.cfg.lua.dist: Update to reflect new mod_admin_* modules
|
Matthew Wild |
Fri, 17 Dec 2010 17:11:04 +0000 |
util.stanza: Iterate on childtags instead of all childs.
|
Kim Alvefur |
Fri, 17 Dec 2010 17:28:05 +0100 |
Merge Tobias->trunk
|
Matthew Wild |
Fri, 17 Dec 2010 13:50:33 +0000 |