2011-01-08 |
Matthew Wild |
mod_auth_dovecot: Switch to using upvalue 'conn' instead of provider.c throughout (thanks Adrien Clerc)
|
2011-01-06 |
Florian Zeitz |
mod_admin_web: Handle paths without trailing slash
|
2011-01-06 |
Florian Zeitz |
mod_admin_web: Add missing argument
|
2010-12-27 |
Florian Zeitz |
mod_admin_web: Specify only directory as bosh service, so it (normally) doesn't need changing (Thanks Zash)
|
2010-12-27 |
Florian Zeitz |
mod_admin_web: Show whether connection is encrypted/compressed
|
2010-12-27 |
Waqas Hussain |
mod_auth_*, mod_saslauth_muc: Update SASL callbacks to take SASL handler as first argument.
|
2010-12-27 |
Matthew Wild |
mod_admin_web: Fix initialisation code, undeclared variable and wrong event scope
|
2010-12-27 |
Matthew Wild |
mod_admin_web: Move pubsub service initialisation into a server-started handler, in case we get loaded before the service
|
2010-12-27 |
Florian Zeitz |
mod_admin_web: Don't delete the menu
|
2010-12-27 |
Florian Zeitz |
mod_admin_web: Add a live view for C2S connections
|
2010-12-26 |
Kim Alvefur |
mod_pubsub_feed: Catch and handle errors when publishing
|
2010-12-26 |
Kim Alvefur |
mod_pubsub_feed: Fix detection of updated posts
|
2010-12-26 |
Florian Zeitz |
mod_admin_web: XHTML fix
|
2010-12-26 |
Florian Zeitz |
mod_admin_web: Add support for calling adhoc commands
|
2010-12-24 |
Florian Zeitz |
mod_admin_web: Change page title
|
2010-12-24 |
Florian Zeitz |
mod_admin_web: Only create the node once when loading onto multiple hosts
|
2010-12-23 |
Florian Zeitz |
mod_admin_web: Prepare for adding more features
|
2010-12-23 |
Matthew Wild |
mod_auth_ldap: Convert to real line endings
|
2010-12-23 |
Florian Zeitz |
mod_adhoc_web: Put pubsubHost into js from lua. Compat with util.pubsub changes
|
2010-12-23 |
Florian Zeitz |
mod_admin_web: replace get_deps.lua with a (working) get_deps.sh
|
2010-12-22 |
Matthew Wild |
mod_group_bookmarks: Always ensure bookmarks are injected, even if the user has no bookmarks already stored
|
2010-12-20 |
Matthew Wild |
mod_group_bookmarks: Module to inject room bookmarks to user private XML stores
|
2010-12-17 |
Florian Zeitz |
mod_admin_web: Initial PoC commit
|
2010-12-13 |
Waqas Hussain |
mod_saslauth_muc: Improved timer handling.
|
2010-12-13 |
Waqas Hussain |
mod_auth_ldap: Removed an invalid argument to a function.
|
2010-12-08 |
Kim Alvefur |
mod_muc_intercom: Add a delay to the forwarded message.
|
2010-12-02 |
Waqas Hussain |
mod_saslauth_muc: Initial commit. Implements SASL auth for MUC rooms <http://xmpp.org/extensions/inbox/remote-auth.html>.
|
2010-12-02 |
Waqas Hussain |
mod_tcpproxy: Give stanza handlers a negative priority, to allow mod_iq to process them first.
|
2010-12-02 |
Waqas Hussain |
mod_ircd: Give stanza handlers a negative priority, to allow mod_iq to process them first.
|
2010-11-29 |
Matthew Wild |
mod_extdisco: XEP-0215: External Service Discovery
|
2010-11-27 |
Kim Alvefur |
mod_muc_intercom: Increase priority.
|
2010-11-27 |
Kim Alvefur |
mod_pubsub_feed: Wrap entry in a item element.
|
2010-11-27 |
Kim Alvefur |
mod_pubsub_feed: Fetches Atom feeds and publishes to PubSub
|
2010-11-10 |
Waqas Hussain |
mod_tcpproxy: Updated to use events instead of componentmanager.
|
2010-11-10 |
Waqas Hussain |
mod_ircd: Updated to use events instead of componentmanager.
|
2010-11-07 |
Matthew Wild |
Merge with Zash
|
2010-10-30 |
Javier Torres |
mod_auth_dovecot: Implement user_exists
|
2010-10-30 |
Javier Torres |
mod_auth_dovecot: More debug messages
|
2010-10-30 |
Javier Torres |
mod_auth_dovecot: Use sequential (instead of fixed) id for messages
|
2010-10-30 |
Javier Torres |
mod_auth_dovecot: Load dovecot socket path form config
|
2010-10-30 |
Javier Torres |
mod_auth_dovecot: Use correct module name for logger
|
2010-10-30 |
Javier Torres |
mod_auth_dovecot: Close socket on error
|
2010-10-30 |
Javier Torres |
mod_auth_dovecot: Remove asserts (use logger) and refactor socket code
|
2010-10-30 |
Javier Torres |
mod_auth_dovecot: Use PID in handshake
|
2010-11-07 |
Kim Alvefur |
mod_seclabels: Advertise features in account disco#info, fixes interop with Swift
|
2010-10-16 |
Waqas Hussain |
mod_muc_log_http: Updated to use the new events API.
|
2010-10-16 |
Waqas Hussain |
mod_muc_log_http: Mark as global.
|
2010-10-16 |
Waqas Hussain |
mod_smacks: Fixed to use the correct events API.
|
2010-10-16 |
Waqas Hussain |
mod_blocking: Updated to use the new events API.
|
2010-10-10 |
Matthew Wild |
mod_auth_dovecot: Initial commit of Dovecot authentication backend by Javier Torres
|
2010-10-10 |
Matthew Wild |
Merge Zash->trunk
|
2010-10-07 |
Matthew Wild |
mod_streamstats: New module that streams live stats from Prosody over a TCP stream
|
2010-10-07 |
Matthew Wild |
mod_smacks: Add commented log statement for future debugging
|
2010-10-07 |
Matthew Wild |
mod_smacks: Fixes for monkey-patched sessionmanager.destroy to handle stream resumption, and to fall back to stock destroy() if the session is not smacks-enabled.
|
2010-10-07 |
Matthew Wild |
mod_smacks: Fixes for storing the unacked stanzas so that they can be properly replayed to clients on stream resume
|
2010-10-07 |
Matthew Wild |
mod_smacks: Fix to reply to stream for s2s sessions
|
2010-10-01 |
Florian Zeitz |
mod_adhoc: Answer disco#info for node=xmlns_cmd
|
2010-09-26 |
Kim Alvefur |
mod_muc_intercom: Fix traceback on topic changes
|
2010-09-20 |
Matthew Wild |
mod_seclabels: Prototype security labels plugin
|
2010-09-02 |
Florian Zeitz |
mod_adhoc_cmd_admin: Use correct dataform layout
|