Merge 0.8->trunk
|
Matthew Wild |
2011-04-11 |
tools/migration/migrator/prosody_sql.lua: Fix compatibility with PostgreSQL (thanks Timo)
|
Matthew Wild |
2011-04-11 |
mod_pubsub: Support for setting a disco name
|
Marco Cirillo |
2011-04-06 |
Merge 0.8->trunk
|
Matthew Wild |
2011-04-06 |
mod_tls: Fix for components to more reliably inherit SSL settings from their parenthost (thanks Link Mauve)
|
Matthew Wild |
2011-04-06 |
Merge 0.8 -> trunk
|
Matthew Wild |
2011-04-05 |
Tagging 0.8.0
|
Matthew Wild |
2011-04-05 |
tools/migration/migrator/prosody_files.lua: Fix for previous commit
0.8.0
|
Matthew Wild |
2011-04-05 |
tools/migration/prosody-migrator.lua: Add messages to show when migration is in progress
|
Matthew Wild |
2011-04-05 |
tools/migration: Support for ~/ in paths
|
Matthew Wild |
2011-04-05 |
Merge 0.8->trunk
|
Matthew Wild |
2011-04-05 |
usermanager: Check host exists before trying to look up admins for it
|
Matthew Wild |
2011-04-05 |
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 |
2011-04-05 |
tools/migration/prosody-migrator.lua: Refactor store handler loading to report errors they throw
|
Matthew Wild |
2011-04-05 |
tools/migration/migrator/prosody_sql: Throw a friendlier error when LuaDBI is not found
|
Matthew Wild |
2011-04-05 |
prosody.cfg.lua.dist: Add example of 'authentication' option
|
Matthew Wild |
2011-04-05 |
mod_privacy: Remove several unused variable declarations
|
Matthew Wild |
2011-03-29 |
mod_privacy: Remove unused function, sendUnavailable
|
Matthew Wild |
2011-03-29 |
sessionmanager: Fire pre-resource-unbind to allow plugins (such as mod_smacks) to hook and prevent/override session destruction
|
Matthew Wild |
2011-03-29 |
tools/migration: Rename main.lua -> prosody-migrator.lua and update the Makefile
|
Matthew Wild |
2011-03-21 |
net.httpserver: Revert commit eccd3c87d717 which has since been fixed in a better way
|
Matthew Wild |
2011-03-21 |
mod_dialback: Use session:close() on dialback failure instead of s2smanager.destroy_session() (thanks Zash)
|
Matthew Wild |
2011-03-21 |
Merge 0.8->trunk
|
Matthew Wild |
2011-03-18 |
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 |
2011-03-18 |
tools/migration/Makefile: Don't install main.lua (we already install it as prosody-migrator) (thanks Enrico)
|
Matthew Wild |
2011-03-03 |
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 |
2011-03-04 |
Merge 0.8->trunk.
|
Waqas Hussain |
2011-03-02 |
prosody: Load net.httpserver at startup, to avoid creating a global later.
|
Waqas Hussain |
2011-03-02 |
net.connlisteners: Log traceback on errors in listener loading.
|
Waqas Hussain |
2011-03-02 |
Merge 0.8->trunk
|
Matthew Wild |
2011-03-01 |
mod_storage_sql: Display friendlier error when LuaDBI is missing
|
Matthew Wild |
2011-03-01 |
Merge 0.8->trunk
|
Matthew Wild |
2011-02-26 |
tools/migration/*: Numerous changes and restructuring, and the addition of a Makefile
|
Matthew Wild |
2011-02-26 |
Merge 0.8->trunk
|
Matthew Wild |
2011-02-25 |
tools/migration/*.lua: Rename config to migrator.cfg.lua, add error handling for config and command-line parameters
|
Matthew Wild |
2011-02-25 |
tools/migration/main.lua: Add command-line parsing, including --config=CONFIG_FILE, and the ability to specify to/from stores to migrate
|
Matthew Wild |
2011-02-25 |
tools/migration/config.lua: Minor fixes for more sensible defaults
|
Matthew Wild |
2011-02-25 |
tools/migration/*.lua: Rename config to migrator.cfg.lua, add error handling for config and command-line parameters
|
Matthew Wild |
2011-02-25 |
tools/migration/main.lua: Add command-line parsing, including --config=CONFIG_FILE, and the ability to specify to/from stores to migrate
|
Matthew Wild |
2011-02-25 |
tools/migration/config.lua: Minor fixes for more sensible defaults
|
Matthew Wild |
2011-02-25 |
Merge 0.8->trunk
|
Matthew Wild |
2011-02-25 |
mod_pep: Fix comparison between incoming hash and the cached hash for a JID, fixes repeated PEP events on presence (fixes #225)
|
Matthew Wild |
2011-02-25 |
Merge 0.8->trunk
|
Matthew Wild |
2011-02-24 |
util.sasl.scram: Fix bug in validate_username function. (Thanks Florob)
|
Tobias Markmann |
2011-02-24 |
util.sasl.scram: Fix bug in validate_username function. (Thanks Florob)
|
Tobias Markmann |
2011-02-24 |
Merge 0.8->trunk.
|
Waqas Hussain |
2011-02-24 |
MUC: Don't limit affiliation changes to owners, and allow owners to remove themselves if they are not the last owner.
|
Waqas Hussain |
2011-02-24 |
MUC: Add a textual error message when the user isn't allowed to get/set config form.
|
Waqas Hussain |
2011-02-24 |
Merge 0.8->trunk
|
Matthew Wild |
2011-02-24 |
util.stanza: Whitespace fix after merge (complicated)
|
Matthew Wild |
2011-02-24 |
prosody, prosodyctl: Use plugin_paths in addition to, not instead of, the default plugin path
|
Matthew Wild |
2011-02-24 |
tools/migration/*.lua: Convert to unix line endings
|
Matthew Wild |
2011-02-23 |
net.httpserver: Removed an unused function.
|
Waqas Hussain |
2011-02-23 |
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 |
2011-02-23 |
tests/test_sasl.lua: Convert literal UTF-8/Latin1 chars to escape codes for weak text editors
|
Matthew Wild |
2011-02-22 |
tools/migration/*: Initial commit of a new migration tool. Currently supports Prosody files and Prosody SQL as input and output.
|
Waqas Hussain |
2011-02-22 |
net.httpserver: Catch errors thrown in HTTP handlers.
|
Waqas Hussain |
2011-02-22 |
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
|
Waqas Hussain |
2011-02-22 |
mod_auth_cyrus: Print some diagnostic log messages about the available mechanisms.
|
Waqas Hussain |
2011-02-22 |
prosodyctl: Support for plugin_paths config option
|
Matthew Wild |
2011-02-22 |