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
|
2010-09-01 |
Florian Zeitz |
mod_adhoc: Fix dataform creation
|
2010-08-28 |
dersd |
mod_twitter: Initial commit.
|
2010-08-26 |
Florian Zeitz |
mod_adhoc_cmd_admin: Check if announcement fields are filled (Thanks Zash)
|
2010-08-24 |
Kim Alvefur |
adds mod_muc_intercom; forwards messages between rooms on a muc host
|
2010-08-22 |
Florian Zeitz |
mod_adhoc: Answer disco#info (This is a MUST in XEP-0050)
|
2010-08-22 |
Florian Zeitz |
mod_adhoc: Fix typo introduced during refactoring
|
2010-08-21 |
Florian Zeitz |
mod_adhoc: Code restructuring
|
2010-08-13 |
shinysky |
mod_archive: added some config options.
|
2010-08-12 |
Florian Zeitz |
mod_adhoc_cmd_admin: Be more tollerant towards client/user errors.
|
2010-08-12 |
Florian Zeitz |
mod_adhoc_cmd_modules: Fix error message
|
2010-08-10 |
shinysky |
mod_archive_muc: clean up '\n ' in preference stanza
|