Software /
code /
prosody-modules
Graph
-
mod_admin_web: Update dependencies / remove need to build strophe.js (Thanks Zash)2011-07-29, by Florian Zeitz
-
mod_admin_web: Show S2S certificate validity2011-07-29, by Florian Zeitz
-
Copied from bash :s2011-07-26, by leonbogaert
-
Let session.send() actually send the config string2011-07-26, by leonbogaert
-
mod_muc_log_http: Improved page titles a little.2011-07-24, by Waqas Hussain
-
mod_muc_log_http: Show proper time period in the headline.2011-07-24, by Waqas Hussain
-
mod_muc_log_http: Properly sort calendar listing.2011-07-24, by Waqas Hussain
-
mod_muc_log_http: Removed some more code. Module now no longer attempts to track muc_log hosts on its own.2011-07-24, by Waqas Hussain
-
mod_muc_log_http: Fixed a typo.2011-07-24, by Waqas Hussain
-
mod_muc_log_http: Generate room calendar page even when there is no log data.2011-07-24, by Waqas Hussain
-
mod_muc_log_http: Fixed a typo.2011-07-24, by Waqas Hussain
-
mod_muc_log_http: Simplified calculating day count for a month.2011-07-24, by Waqas Hussain
-
mod_muc_log_http: Generate component room list page even when there are no rooms.2011-07-24, by Waqas Hussain
-
mod_muc_log_http: Cleaned up URL handling.2011-07-24, by Waqas Hussain
-
mod_muc_log_http: Added assertion to ensure proper failure on empty responses.2011-07-24, by Waqas Hussain
-
mod_muc_log_http: Cleaned up URL parsing.2011-07-24, by Waqas Hussain
-
mod_muc_log_http: Generate main component list page even when there are no components defined.2011-07-24, by Waqas Hussain
-
mod_muc_log_http: Spaces -> Tabs.2011-07-24, by Waqas Hussain
-
Moved the file to a directory2011-07-06, by leonbogaert
-
First version of mod_flash_policy2011-07-06, by leonbogaert
-
mod_auth_phpbb3: Implement password change.2011-07-01, by Waqas Hussain
-
mod_auth_phpbb3: Comment logging of user password.2011-07-01, by Waqas Hussain
-
mod_auth_phpbb3: Fixed traceback when logging in as a non-existent user.2011-07-01, by Waqas Hussain
-
mod_auth_phpbb3: Fixed a missing function parameter causing auth to fail.2011-07-01, by Waqas Hussain
-
mod_auth_phpbb3: Initial commit.2011-07-01, by Waqas Hussain
-
mod_blocking: Properly initialize the bootstrap privacy storage2011-05-03, by Paul Aurich
-
Do not run in transaction.2011-04-26, by Tomasz Sterna
-
mod_register_json: There again, finally found the right way to pass the ports table to be processed correctly.2011-04-22, by Marco Cirillo
-
mod_register_url: added option to specify no whitelististing is employed.2011-04-17, by Marco Cirillo
-
Implemented password and user existence check in mod_auth_sql2011-04-13, by Tomasz Sterna
-
Reconnect on DB disconnection.2011-04-13, by Tomasz Sterna
-
mod_register_json: Corrected typo.2011-04-12, by Marco Cirillo
-
mod_register_json: fixed missing declared variable.2011-04-12, by Marco Cirillo
-
mod_register_json: Let's call it the first commit, fixed all code errors (aka it works).2011-04-12, by Marco Cirillo
-
mod_register_json: Typo fix.2011-04-12, by Marco Cirillo
-
mod_register_json: Failed at JSON successful decode check, fixed with a code refactor.2011-04-12, by Marco Cirillo
-
mod_register_json: Typo fix.2011-04-12, by Marco Cirillo
-
mod_register_json: Changed log levels, added a few primitive throttling/whitelist/blacklist options2011-04-12, by Marco Cirillo
-
mod_register_json: Fixed missing close quote.2011-04-12, by Marco Cirillo
-
mod_register_json: First commit (needs tests).2011-04-12, by Marco Cirillo
-
Implemented basic SQL authentication module.2011-04-11, by Tomasz Sterna
-
merge with upstream2011-04-03, by Phil Stewart
-
mod_json_streams/strophe.jsonstreams.js: Fix some compatability issues.2011-04-01, by Waqas Hussain
-
mod_json_streams/strophe.jsonstreams.js: A strophe.js plugin to make it work.2011-04-01, by Waqas Hussain
-
mod_json_streams: Add BOSH support (on HTTP path "/jsonstreams").2011-04-01, by Waqas Hussain
-
mod_json_streams: An implementation of XEP-0295: JSON Encodings for XMPP.2011-04-01, by Waqas Hussain
-
mod_muc_log_http: HTML overhaul. Replacing deprecated elements and style-attributes.2011-03-27, by Florian Zeitz
-
mod_sms_clickatell: moved clickatell API ID and source number settings to component registration2011-04-03, by Phil Stewart
-
mod_sms_clickatell: initial import2011-03-24, by Phil Stewart
-
mod_muc_log_http: Fix room name encoding/decoding (for UTF-8 room names)2011-03-05, by Joseph Wallace
-
mod_muc_log_http: Fix iterator usage and indentation in loadTheme() (thanks tanget128)2011-03-03, by Matthew Wild
-
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.2011-02-22, by Waqas Hussain
-
mod_auth_internal_yubikey: New authentication provider for two-factor authentication with Yubikeys2011-02-16, by Matthew Wild
-
mod_auth_dovecot: Add line missing from previous commit.2011-02-13, by Kim Alvefur
-
mod_auth_dovecot: One mechanism per MECH command.2011-02-13, by Kim Alvefur
-
mod_srvinjection: Fix type in variable name.2011-02-09, by Waqas Hussain
-
mod_srvinjection: Add support for a wildcard host.2011-02-09, by Waqas Hussain
-
mod_ircd: Don't allow any command until nick has been set. Split out NAMES into a command.2011-02-06, by Kim Alvefur
-
mod_admin_web: Add some margin so that elements don't overlap.2011-02-04, by Florian Zeitz
-
Merge2011-02-03, by Kim Alvefur
-
mod_admin_web: Make dependency fetching more reliable2011-02-03, by Florian Zeitz
-
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
Scroll all the way down to load more.