log

age author description
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
2010-08-10 shinysky mod_archive: use usermanager to check if some user exists
2010-08-10 shinysky mod_archive_muc: use usermanager to check if some user exists; use rostermanager to check if someone is in the roster; minor fixes.
2010-08-09 shinysky mod_archive: minor fix;
2010-08-05 Matthew Wild mod_ircd: Fix "nickname in use" reply
2010-08-05 Florian Zeitz mod_adhoc_cmd_modules: Make required fields required, be more tollerant towards buggy clients
2010-08-04 Jeff Mitchell Add new motd_sequential module. This module lets you define numbered messages shown to each user in order, but only once per user, and persistent across server restarts. Useful for notifying users of added features and changes in an
2010-08-04 shinysky mod_archive: fixed some serious bugs.
2010-08-02 shinysky merge
2010-07-31 Kim Alvefur mod_post_msg: add support for type, subject and body in application/x-www-form-urlencoded
2010-07-29 shinysky mod_archive: make sure result set are sorted in chronological order.
2010-07-31 Waqas Hussain mod_couchdb: Now added as a proper module using the new storage provider system.
2010-07-29 shinysky mod_archive: refactor
2010-07-29 Florian Zeitz mod_adhoc_cmd_admin: Add suport for showing more detail
2010-07-29 shinysky mod_archive: exit for loop as soon as possible.