net.xmpp{client,server,component}_listener: s/xml-not-well-formed/not-well-formed/ as per latest bis drafts.
|
Waqas Hussain |
2010-11-19 |
util.xmppstream: Preserve the stream content namespace on descendents of elements which are in another namespace.
|
Waqas Hussain |
2010-11-19 |
MUC: Include the user's current presence contents when broadcasting a role change.
|
Waqas Hussain |
2010-11-18 |
MUC: Include the user's current presence contents when broadcasting an affiliation change.
|
Waqas Hussain |
2010-11-18 |
prosodyctl: Give hosts type = 'local'
|
Matthew Wild |
2010-11-18 |
MUC: Change room name and description properly
|
Kim Alvefur |
2010-11-17 |
MUC: Fixed: Variable referencing the host session wasn't initialized.
|
Waqas Hussain |
2010-11-16 |
prosodyctl, util.prosodyctl: Show error when mod_posix is not enabled and an attempt is made to query Prosody's status (thanks stever)
|
Matthew Wild |
2010-11-16 |
util.pubsub: Add :get_subscription() to return the current subscription for a JID, if any
|
Matthew Wild |
2010-11-13 |
util.filters: Support for 'filter hooks' that get called when a session is initialized for filters
|
Matthew Wild |
2010-11-13 |
Merge backout
|
Matthew Wild |
2010-11-13 |
Backed out changeset bfc47564aaef (No need for _M with module.environment)
|
Matthew Wild |
2010-11-13 |
mod_pubsub: Use module.environment to reference the module's environment
|
Matthew Wild |
2010-11-13 |
mod_pubsub: Expose 'service'
|
Matthew Wild |
2010-11-13 |
modulemanager: Inside plugins, have global _M as a reference to the module's environment
|
Matthew Wild |
2010-11-13 |
mod_pubsub: It's aliiiive!
|
Matthew Wild |
2010-11-13 |
mod_component: Logging tweaks.
|
Waqas Hussain |
2010-11-12 |
mod_component: Use module:get_option() instead of configmanager.
|
Waqas Hussain |
2010-11-12 |
mod_component: Rearranged the code a little.
|
Waqas Hussain |
2010-11-12 |
mod_component: Return true from stanza handler to indicate that we actually did handle the stanza.
|
Waqas Hussain |
2010-11-12 |
mod_console: Don't allow bang bang as the first command in a session, or when the last command is unknown (fixes #218)
|
Matthew Wild |
2010-11-12 |
configmanager: Change parser API again to pass a config table to insert settings to. Fixes Include(). (Thanks Zash/answerman)
|
Matthew Wild |
2010-11-11 |
usermanager: Don't load auth modules for components.
|
Waqas Hussain |
2010-11-11 |
MUC: Grant membership when inviteing someone into a members-only room.
|
Kim Alvefur |
2010-11-10 |
configmanager: Update Include and RunScript directives to support paths relative to the (current!) config file
|
Matthew Wild |
2010-11-10 |
prosody, configmanager, certmanager: Relocate prosody.resolve_relative_path() to configmanager, and update certmanager (the only user of this function)
|
Matthew Wild |
2010-11-10 |
modulemanager, usermanager: Removed hooks for the 'component-activated' event (components now fire 'host-activated').
|
Waqas Hussain |
2010-11-10 |
mod_proxy65: Use module:get_option() instead of configmanager.
|
Waqas Hussain |
2010-11-10 |
componentmanager: Removed.
|
Waqas Hussain |
2010-11-10 |
prosody: Added a stub implementation of core.componentmanager to the package.loaded table.
|
Waqas Hussain |
2010-11-10 |