mod_group_bookmarks: Module to inject room bookmarks to user private XML stores
|
Matthew Wild |
2010-12-20 |
mod_admin_web: Initial PoC commit
|
Florian Zeitz |
2010-12-17 |
mod_saslauth_muc: Improved timer handling.
|
Waqas Hussain |
2010-12-13 |
mod_auth_ldap: Removed an invalid argument to a function.
|
Waqas Hussain |
2010-12-13 |
mod_muc_intercom: Add a delay to the forwarded message.
|
Kim Alvefur |
2010-12-08 |
mod_saslauth_muc: Initial commit. Implements SASL auth for MUC rooms <http://xmpp.org/extensions/inbox/remote-auth.html>.
|
Waqas Hussain |
2010-12-02 |
mod_tcpproxy: Give stanza handlers a negative priority, to allow mod_iq to process them first.
|
Waqas Hussain |
2010-12-02 |
mod_ircd: Give stanza handlers a negative priority, to allow mod_iq to process them first.
|
Waqas Hussain |
2010-12-02 |
mod_extdisco: XEP-0215: External Service Discovery
|
Matthew Wild |
2010-11-29 |
mod_muc_intercom: Increase priority.
|
Kim Alvefur |
2010-11-27 |
mod_pubsub_feed: Wrap entry in a item element.
|
Kim Alvefur |
2010-11-27 |
mod_pubsub_feed: Fetches Atom feeds and publishes to PubSub
|
Kim Alvefur |
2010-11-27 |
mod_tcpproxy: Updated to use events instead of componentmanager.
|
Waqas Hussain |
2010-11-10 |
mod_ircd: Updated to use events instead of componentmanager.
|
Waqas Hussain |
2010-11-10 |
Merge with Zash
|
Matthew Wild |
2010-11-07 |
mod_auth_dovecot: Implement user_exists
|
Javier Torres |
2010-10-30 |
mod_auth_dovecot: More debug messages
|
Javier Torres |
2010-10-30 |
mod_auth_dovecot: Use sequential (instead of fixed) id for messages
|
Javier Torres |
2010-10-30 |
mod_auth_dovecot: Load dovecot socket path form config
|
Javier Torres |
2010-10-30 |
mod_auth_dovecot: Use correct module name for logger
|
Javier Torres |
2010-10-30 |
mod_auth_dovecot: Close socket on error
|
Javier Torres |
2010-10-30 |
mod_auth_dovecot: Remove asserts (use logger) and refactor socket code
|
Javier Torres |
2010-10-30 |
mod_auth_dovecot: Use PID in handshake
|
Javier Torres |
2010-10-30 |
mod_seclabels: Advertise features in account disco#info, fixes interop with Swift
|
Kim Alvefur |
2010-11-07 |
mod_muc_log_http: Updated to use the new events API.
|
Waqas Hussain |
2010-10-16 |
mod_muc_log_http: Mark as global.
|
Waqas Hussain |
2010-10-16 |
mod_smacks: Fixed to use the correct events API.
|
Waqas Hussain |
2010-10-16 |
mod_blocking: Updated to use the new events API.
|
Waqas Hussain |
2010-10-16 |
mod_auth_dovecot: Initial commit of Dovecot authentication backend by Javier Torres
|
Matthew Wild |
2010-10-10 |
Merge Zash->trunk
|
Matthew Wild |
2010-10-10 |
mod_streamstats: New module that streams live stats from Prosody over a TCP stream
|
Matthew Wild |
2010-10-07 |
mod_smacks: Add commented log statement for future debugging
|
Matthew Wild |
2010-10-07 |
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.
|
Matthew Wild |
2010-10-07 |
mod_smacks: Fixes for storing the unacked stanzas so that they can be properly replayed to clients on stream resume
|
Matthew Wild |
2010-10-07 |
mod_smacks: Fix to reply to stream for s2s sessions
|
Matthew Wild |
2010-10-07 |
mod_adhoc: Answer disco#info for node=xmlns_cmd
|
Florian Zeitz |
2010-10-01 |
mod_muc_intercom: Fix traceback on topic changes
|
Kim Alvefur |
2010-09-26 |
mod_seclabels: Prototype security labels plugin
|
Matthew Wild |
2010-09-20 |
mod_adhoc_cmd_admin: Use correct dataform layout
|
Florian Zeitz |
2010-09-02 |
mod_adhoc: Fix dataform creation
|
Florian Zeitz |
2010-09-01 |
mod_twitter: Initial commit.
|
dersd |
2010-08-28 |
mod_adhoc_cmd_admin: Check if announcement fields are filled (Thanks Zash)
|
Florian Zeitz |
2010-08-26 |
adds mod_muc_intercom; forwards messages between rooms on a muc host
|
Kim Alvefur |
2010-08-24 |
mod_adhoc: Answer disco#info (This is a MUST in XEP-0050)
|
Florian Zeitz |
2010-08-22 |
mod_adhoc: Fix typo introduced during refactoring
|
Florian Zeitz |
2010-08-22 |
mod_adhoc: Code restructuring
|
Florian Zeitz |
2010-08-21 |
mod_archive: added some config options.
|
shinysky |
2010-08-13 |
mod_adhoc_cmd_admin: Be more tollerant towards client/user errors.
|
Florian Zeitz |
2010-08-12 |
mod_adhoc_cmd_modules: Fix error message
|
Florian Zeitz |
2010-08-12 |
mod_archive_muc: clean up '\n ' in preference stanza
|
shinysky |
2010-08-10 |
mod_archive: use usermanager to check if some user exists
|
shinysky |
2010-08-10 |
mod_archive_muc: use usermanager to check if some user exists; use rostermanager to check if someone is in the roster; minor fixes.
|
shinysky |
2010-08-10 |
mod_archive: minor fix;
|
shinysky |
2010-08-09 |
mod_ircd: Fix "nickname in use" reply
|
Matthew Wild |
2010-08-05 |
mod_adhoc_cmd_modules: Make required fields required, be more tollerant towards buggy clients
|
Florian Zeitz |
2010-08-05 |
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
|
Jeff Mitchell |
2010-08-04 |
mod_archive: fixed some serious bugs.
|
shinysky |
2010-08-04 |
merge
|
shinysky |
2010-08-02 |
mod_post_msg: add support for type, subject and body in application/x-www-form-urlencoded
|
Kim Alvefur |
2010-07-31 |
mod_archive: make sure result set are sorted in chronological order.
|
shinysky |
2010-07-29 |