Software /
code /
prosody-modules
Graph
-
mod_admin_web: Get strophe.js from tarball instead of git (Thanks darkrain)2011-02-03, by Florian Zeitz
-
mod_admin_web: Style fix. A <span/> is more appropriate here2011-02-03, by Florian Zeitz
-
mod_ircd: Add QUIT command.2011-02-03, by Kim Alvefur
-
mod_admin_web: Fix path building2011-02-03, by Florian Zeitz
-
mod_ircd: Fix squishy file2011-02-03, by Kim Alvefur
-
mod_ircd: Partial rewrite, use verse for MUC2011-02-02, by Kim Alvefur
-
mod_pubsub_feed: Implement signature verification2011-01-31, by Kim Alvefur
-
mod_pubsub_feed: Fix verify_token checking.2011-01-31, by Kim Alvefur
-
mod_pubsub_feed: Stricter verification handling. Correctly echo the hubs challenge.2011-01-31, by Kim Alvefur
-
mod_pubsub_feed: Implement PubSubHubbub subscriber2011-01-31, by Kim Alvefur
-
mod_post_msg: Add compatibility with usermanager in 0.72011-01-27, by Kim Alvefur
-
mod_post_msg: Better initialization2011-01-27, by Kim Alvefur
-
mod_admin_web: Make module global. Host to administrate is now chooseable2011-01-21, by Florian Zeitz
-
mod_data_access: New plugin providing a HTTP interface to Prosodys datamanager2011-01-19, by Kim Alvefur
-
mod_admin_web: Get rid of the mod_pubsub dependency2011-01-14, by Florian Zeitz
-
mod_remote_roster: Let component set roster item subscription.2011-01-11, by Waqas Hussain
-
mod_remote_roster: Implement section 2.5 of <http://jkaluza.fedorapeople.org/remote-roster.html>.2011-01-10, by Waqas Hussain
-
mod_remote_roster: Initial commit. Implements 2.2, 2.3 of <http://jkaluza.fedorapeople.org/remote-roster.html>.2011-01-10, by Waqas Hussain
-
mod_reload_modules: Module to, erm, reload modules, on SIGHUP/config reload2011-01-08, by Matthew Wild
-
mod_auth_dovecot: Only check Dovecot major version. Bump log level from 'warn' to 'error'. (thanks Adrien Clerc)2011-01-08, by Matthew Wild
-
mod_auth_dovecot: Switch to using upvalue 'conn' instead of provider.c throughout (thanks Adrien Clerc)2011-01-08, by Matthew Wild
-
mod_admin_web: Handle paths without trailing slash2011-01-06, by Florian Zeitz
-
mod_admin_web: Add missing argument2011-01-06, by Florian Zeitz
-
mod_admin_web: Specify only directory as bosh service, so it (normally) doesn't need changing (Thanks Zash)2010-12-27, by Florian Zeitz
-
mod_admin_web: Show whether connection is encrypted/compressed2010-12-27, by Florian Zeitz
-
mod_auth_*, mod_saslauth_muc: Update SASL callbacks to take SASL handler as first argument.2010-12-27, by Waqas Hussain
-
mod_admin_web: Fix initialisation code, undeclared variable and wrong event scope2010-12-27, by Matthew Wild
-
mod_admin_web: Don't delete the menu2010-12-27, by Florian Zeitz
-
mod_admin_web: Add a live view for C2S connections2010-12-27, by Florian Zeitz
-
mod_pubsub_feed: Catch and handle errors when publishing2010-12-26, by Kim Alvefur
-
mod_pubsub_feed: Fix detection of updated posts2010-12-26, by Kim Alvefur
-
mod_admin_web: XHTML fix2010-12-26, by Florian Zeitz
-
mod_admin_web: Add support for calling adhoc commands2010-12-26, by Florian Zeitz
-
mod_admin_web: Change page title2010-12-24, by Florian Zeitz
-
mod_admin_web: Only create the node once when loading onto multiple hosts2010-12-24, by Florian Zeitz
-
mod_admin_web: Prepare for adding more features2010-12-23, by Florian Zeitz
-
mod_auth_ldap: Convert to real line endings2010-12-23, by Matthew Wild
-
mod_adhoc_web: Put pubsubHost into js from lua. Compat with util.pubsub changes2010-12-23, by Florian Zeitz
-
mod_admin_web: replace get_deps.lua with a (working) get_deps.sh2010-12-23, by Florian Zeitz
-
mod_group_bookmarks: Always ensure bookmarks are injected, even if the user has no bookmarks already stored2010-12-22, by Matthew Wild
-
mod_group_bookmarks: Module to inject room bookmarks to user private XML stores2010-12-20, by Matthew Wild
-
mod_admin_web: Initial PoC commit2010-12-17, by Florian Zeitz
-
mod_saslauth_muc: Improved timer handling.2010-12-13, by Waqas Hussain
-
mod_auth_ldap: Removed an invalid argument to a function.2010-12-13, by Waqas Hussain
-
mod_muc_intercom: Add a delay to the forwarded message.2010-12-08, by Kim Alvefur
-
mod_tcpproxy: Give stanza handlers a negative priority, to allow mod_iq to process them first.2010-12-02, by Waqas Hussain
-
mod_ircd: Give stanza handlers a negative priority, to allow mod_iq to process them first.2010-12-02, by Waqas Hussain
-
mod_extdisco: XEP-0215: External Service Discovery2010-11-29, by Matthew Wild
-
mod_muc_intercom: Increase priority.2010-11-27, by Kim Alvefur
-
mod_pubsub_feed: Wrap entry in a item element.2010-11-27, by Kim Alvefur
-
mod_pubsub_feed: Fetches Atom feeds and publishes to PubSub2010-11-27, by Kim Alvefur
-
mod_tcpproxy: Updated to use events instead of componentmanager.2010-11-10, by Waqas Hussain
-
mod_ircd: Updated to use events instead of componentmanager.2010-11-10, by Waqas Hussain
-
Merge with Zash2010-11-07, by Matthew Wild
-
mod_auth_dovecot: Implement user_exists2010-10-30, by Javier Torres
-
mod_auth_dovecot: More debug messages2010-10-30, by Javier Torres
-
mod_auth_dovecot: Use sequential (instead of fixed) id for messages2010-10-30, by Javier Torres
-
mod_auth_dovecot: Load dovecot socket path form config2010-10-30, by Javier Torres
-
mod_auth_dovecot: Use correct module name for logger2010-10-30, by Javier Torres
-
mod_auth_dovecot: Close socket on error2010-10-30, by Javier Torres
-
mod_auth_dovecot: Remove asserts (use logger) and refactor socket code2010-10-30, by Javier Torres
-
mod_auth_dovecot: Use PID in handshake2010-10-30, by Javier Torres
-
mod_seclabels: Advertise features in account disco#info, fixes interop with Swift2010-11-07, by Kim Alvefur
-
mod_muc_log_http: Updated to use the new events API.2010-10-16, by Waqas Hussain
-
mod_muc_log_http: Mark as global.2010-10-16, by Waqas Hussain
-
mod_smacks: Fixed to use the correct events API.2010-10-16, by Waqas Hussain
-
mod_blocking: Updated to use the new events API.2010-10-16, by Waqas Hussain
-
mod_auth_dovecot: Initial commit of Dovecot authentication backend by Javier Torres2010-10-10, by Matthew Wild
-
Merge Zash->trunk2010-10-10, by Matthew Wild
-
mod_streamstats: New module that streams live stats from Prosody over a TCP stream2010-10-07, by Matthew Wild
-
mod_smacks: Add commented log statement for future debugging2010-10-07, by Matthew Wild
-
mod_smacks: Fix to reply to stream for s2s sessions2010-10-07, by Matthew Wild
-
mod_adhoc: Answer disco#info for node=xmlns_cmd2010-10-01, by Florian Zeitz
-
mod_muc_intercom: Fix traceback on topic changes2010-09-26, by Kim Alvefur
-
mod_seclabels: Prototype security labels plugin2010-09-20, by Matthew Wild
-
mod_adhoc_cmd_admin: Use correct dataform layout2010-09-02, by Florian Zeitz
-
mod_adhoc: Fix dataform creation2010-09-01, by Florian Zeitz
-
mod_twitter: Initial commit.2010-08-28, by dersd
-
mod_adhoc_cmd_admin: Check if announcement fields are filled (Thanks Zash)2010-08-26, by Florian Zeitz
-
adds mod_muc_intercom; forwards messages between rooms on a muc host2010-08-24, by Kim Alvefur
-
mod_adhoc: Answer disco#info (This is a MUST in XEP-0050)2010-08-22, by Florian Zeitz
-
mod_adhoc: Fix typo introduced during refactoring2010-08-22, by Florian Zeitz
-
mod_adhoc: Code restructuring2010-08-21, by Florian Zeitz
-
mod_archive: added some config options.2010-08-13, by shinysky
-
mod_adhoc_cmd_admin: Be more tollerant towards client/user errors.2010-08-12, by Florian Zeitz
-
mod_adhoc_cmd_modules: Fix error message2010-08-12, by Florian Zeitz
-
mod_archive_muc: clean up '\n ' in preference stanza2010-08-10, by shinysky
-
mod_archive: use usermanager to check if some user exists2010-08-10, by shinysky
-
mod_archive: minor fix;2010-08-09, by shinysky
-
mod_ircd: Fix "nickname in use" reply2010-08-05, by Matthew Wild
-
mod_adhoc_cmd_modules: Make required fields required, be more tollerant towards buggy clients2010-08-05, by Florian Zeitz
-
mod_archive: fixed some serious bugs.2010-08-04, by shinysky
-
merge2010-08-02, by shinysky
-
mod_post_msg: add support for type, subject and body in application/x-www-form-urlencoded2010-07-31, by Kim Alvefur
-
mod_archive: make sure result set are sorted in chronological order.2010-07-29, by shinysky
-
mod_couchdb: Now added as a proper module using the new storage provider system.2010-07-31, by Waqas Hussain
-
mod_archive: refactor2010-07-29, by shinysky
-
mod_adhoc_cmd_admin: Add suport for showing more detail2010-07-29, by Florian Zeitz
-
mod_archive: exit for loop as soon as possible.2010-07-29, by shinysky
-
mod_archive: keep collections in REVERSE chronological order(not tested).2010-07-29, by shinysky
-
mod_archive: keep collections in chronological order.2010-07-26, by shinysky
-
mod_archive: Mapping an message to some collection based on timestamp2010-07-25, by shinysky
-
mod_archive: minor fix.2010-07-25, by shinysky
-
mod_archive: interpret preferences when do auto archiving.2010-07-24, by shinysky
-
mod_smacks: Fix the logic for handling outgoing stanzas and ack requests2010-07-24, by Matthew Wild
Scroll all the way down to load more.