Software /
code /
prosody-modules
Graph
-
Merge upstream with my local LDAP work2012-09-17, by Rob Hoelz
-
Properly handle avatar/logo BINVALs2012-09-17, by Rob Hoelz
-
Test for present avatar data in user vCard2012-09-17, by Rob Hoelz
-
Fix vCard checking routine to handle avatars properly2012-09-17, by Rob Hoelz
-
Compare decoded JPEG avatar data2012-09-17, by Rob Hoelz
-
Fix prosody config (type is MIME type)2012-09-17, by Rob Hoelz
-
Fix got/expected in vCard content test2012-09-17, by Rob Hoelz
-
Add photo config to sample config2012-09-17, by Rob Hoelz
-
Add test for vCard photo2012-09-17, by Rob Hoelz
-
Add avatar data/config for testing2012-09-17, by Rob Hoelz
-
mod_mam_muc_sql: SQL variant of mod_mam_muc2012-09-17, by Kim Alvefur
-
mod_mam_muc: MUC version of mod_mam2012-09-17, by Kim Alvefur
-
mod_mam_sql: Fork of mod_mam using SQL.2012-09-17, by Kim Alvefur
-
mod_host_guard: fix typos into the code, the operators were supposed to be "not equal".2012-09-12, by Marco Cirillo
-
mod_auth_external, mod_auth_internal_yubikey: Get rid of useless wrapper function around the auth provider.2012-09-12, by Waqas Hussain
-
mod_host_guard: prevent possible traceback during host manual activation/deactivation.2012-09-12, by Marco Cirillo
-
mod_auth_*: Use module:provides(), and don't explicitly specify provider.name.2012-09-12, by Waqas Hussain
-
mod_storage_*: Update to use module:provides().2012-09-12, by Waqas Hussain
-
mod_smacks: Avoid indexing a nil value2012-09-12, by Kim Alvefur
-
mod_smacks: Only request ack for stanzas2012-09-10, by Kim Alvefur
-
mod_smacks: Less table indexing!2012-09-10, by Kim Alvefur
-
Add LDAP plugin suite2012-09-02, by rob
-
mod_mam: Fix variable name, blame autocomplete2012-08-27, by Kim Alvefur
-
mod_register_redirect: rebacked in changeset c6f1427da79d (behaviour fixed).2012-08-26, by Marco Cirillo
-
mod_vjud/vcard.lib: Handle empty vcards (thanks mva)2012-08-26, by Kim Alvefur
-
mod_carbons: Merge enable and disable handlers2012-08-26, by Kim Alvefur
-
mod_twitter: Use module:send()2012-08-25, by Kim Alvefur
-
mod_pastebin: Have a default pastebin URL.2012-08-21, by Waqas Hussain
-
mod_pubsub_hub: Add compat wrapping of Atom content for interop with PuSH2012-08-17, by Kim Alvefur
-
mod_mam: Report id of first item and number of items sent.2012-08-16, by Kim Alvefur
-
mod_mam: Change storage format to store bare JID + resource.2012-08-16, by Kim Alvefur
-
mod_mam: remove useless check2012-08-16, by Kim Alvefur
-
mod_pubsub_feeds: util.pubsub methods return bool, data2012-08-15, by Kim Alvefur
-
mod_pubsub_feeds: Fix method call2012-08-15, by Kim Alvefur
-
mod_pubsub_feeds: Check if nodes exists in pubsub, make sure they get restored if not. (Thanks Maranda)2012-08-15, by Kim Alvefur
-
mod_pubsub_feeds: Remove config-reloaded hook, do setup in module.load() instead2012-08-15, by Kim Alvefur
-
mod_pubsub_feeds: Add parameter refresh_feeds() to force refresh of all feeds2012-08-15, by Kim Alvefur
-
mod_pubsub_feeds: Use reference to mod_pubsub from module:depends2012-08-15, by Kim Alvefur
-
mod_register_web: Show actual hostname in registration form2012-08-10, by Kim Alvefur
-
mod_vjud: Allow working as a component, in which case the parent domain is searched.2012-08-09, by Kim Alvefur
-
mod_vjud/vcard.lib: Iterate on tags instead of items (thanks mva)2012-08-09, by Kim Alvefur
-
mod_vjud: Correctly pass current state to form (Thanks Florob)2012-08-09, by Kim Alvefur
-
mod_pubsub_hub: Fix calculating next periodic check of subscriptions.2012-08-06, by Kim Alvefur
-
mod_register_redirect: use 'return origin.send' instead of returning true everytime.2012-08-06, by Marco Cirillo
-
mod_register_redirect: fixed clunky if block (thanks Zash, mva).2012-08-06, by Marco Cirillo
-
mod_webpresence: fixed text notation, added html, added status message output2012-08-06, by Vadim Misbakh-Soloviov
-
mod_register_redirect: Fix typo in variable name (again...)2012-08-05, by Matthew Wild
-
mod_register_redirect: Fix usage of incorrect variable name (thanks iron)2012-08-05, by Matthew Wild
-
mod_webpresence: Added possibility to get status as text2012-08-05, by Vadim Misbakh-Soloviov
-
mod_support_contact: Use module:send()2012-08-05, by Matthew Wild
-
mod_auto_accept_subscriptions: Import core_post_stanza2012-08-05, by Matthew Wild
-
mod_block_strangers: Bump handler priority to 200 (just because)2012-08-05, by Matthew Wild
-
mod_block_strangers: Module to block message and iqs from people not on your roster2012-08-05, by Matthew Wild
-
mod_privacy: Remove, obsolete (bundled with Prosody). Don't come back!2012-08-04, by Matthew Wild
-
mod_admin_web: Add explicit dependencies on mod_admin_adhoc and mod_bosh2012-08-03, by Florian Zeitz
-
mod_admin_web: Move comment to appropriate line2012-08-03, by Florian Zeitz
-
mod_admin_web: Update dependency versions2012-08-02, by Florian Zeitz
-
mod_pubsub_hub: Enforce minimal lease time2012-08-01, by Kim Alvefur
-
mod_pubsub_hub: Try to choose time until the next periodic check in a sane way2012-08-01, by Kim Alvefur
-
mod_pubsub_feeds: Use URL as node name if the config index is numeric2012-08-01, by Kim Alvefur
-
mod_pubsub_hub: New module that implements the Hub part of PubSubHubbub2012-08-01, by Kim Alvefur
-
mod_pubsub_feeds: Depend on pubsub instead of aborting if it's not loaded2012-08-01, by Kim Alvefur
-
mod_pubsub_feeds: Use the "superactor" instead of module.host/module.name2012-08-01, by Kim Alvefur
-
mod_admin_web: Replace core_post_stanza() with module:send()2012-08-01, by Florian Zeitz
-
mod_addressing: Replace use of core_post_stanza() with module:send()2012-08-01, by Kim Alvefur
-
mod_service_directories: Replace use of core_post_stanza() with module:send()2012-08-01, by Kim Alvefur
-
mod_remote_roster: Replace use of core_post_stanza() with module:send()2012-08-01, by Kim Alvefur
-
mod_smacks: Use require to import (thanks a lot, autocomplete)2012-07-29, by Kim Alvefur
-
mod_smacks: Import sessionmanager2012-07-29, by Kim Alvefur
-
mod_smacks: Fix log statement2012-07-29, by Kim Alvefur
-
mod_smacks: Import prosody.core_process_stanza()2012-07-29, by Kim Alvefur
-
Merge with Oliver Gerlich2012-07-27, by Matthew Wild
-
mod_archive: cope with <list> requests which don't have a <set> tag2012-06-11, by Oliver Gerlich
-
mod_mam: Stricter validation, reject invalid timestamps, jids.2012-07-27, by Kim Alvefur
-
mod_readonly: Allow preventing direct modification of certain user data via XMPP2012-07-27, by Matthew Wild
-
mod_compat_bind: Compatibility (ugh) with clients that send the resource bind to the login host (ugh)2012-07-26, by Matthew Wild
-
mod_admin_web_timber -> mod_admin_web2012-07-24, by Matthew Wild
-
mod_register_web: nodeprep username before creating user (thanks IRON)2012-07-22, by Matthew Wild
-
mod_adhoc_cmd_*: Remove, these are obsoleted by mod_admin_adhoc (supplied with Prosody since 0.8)2012-07-19, by Matthew Wild
-
mod_inotify_reload: Add debug logging2012-07-19, by Matthew Wild
-
mod_carbons: Unconditionally set namespace of forwarded message.2012-07-16, by Kim Alvefur
-
mod_vjud: Remove some ... verbose debug logging2012-07-13, by Kim Alvefur
-
mod_streamstats: Switch to portmanager and other 0.9 goodness2012-07-11, by Kim Alvefur
-
mod_http_favicon: Add, serves a favicon.ico2012-07-07, by Kim Alvefur
-
mod_mam_adhoc: Use ad-hoc command node suggested by XEP-03132012-07-07, by Kim Alvefur
-
mod_limits: Import to prosody-modules, connection-level rate limiting2012-07-06, by Matthew Wild
-
mod_archive: switch from/to2012-07-04, by Olivier Goffart
-
mod_archive: Fix duplicate messages stored2012-07-04, by Olivier Goffart
-
mod_archive: Fix hour offset in stored message date2012-07-04, by Olivier Goffart
-
mod_vjud: Don't break on undefined properties.2012-07-01, by Kim Alvefur
-
mod_vjud: Switch first and last name in results to be correct.2012-07-01, by Kim Alvefur
-
mod_vjud: Update util.vcard from verse2012-07-01, by Kim Alvefur
-
mod_compat_muc_admin: added missing import (thanke MattJ)2012-06-30, by Marco Cirillo
-
mod_vjud: Missing fields should not match everyone. (Thanks Pidgin)2012-06-28, by Kim Alvefur
-
mod_host_guard: adjusted log message.2012-06-26, by Marco Cirillo
-
mod_host_guard: reduced code duplication and added better logging.2012-06-26, by Marco Cirillo
-
mod_host_guard: removed redundant cleanup code (tested it's completely unrequired).2012-06-25, by Marco Cirillo
-
mod_host_guard: host handlers are now cleaned properly on module unload (and also still on re/load to be safe).2012-06-25, by Marco Cirillo
-
mod_host_guard: referenced configmanager from prosody's _G instead of requiring it.2012-06-25, by Marco Cirillo
-
mod_register_redirect: referenced configmanager from prosody's global space instead of requiring it (==).2012-06-25, by Marco Cirillo
-
mod_register_json: modify logic to prevent an unnecessary call to usermanager.2012-06-25, by Marco Cirillo
-
mod_auth_joomla: Added config option sql.prefix (default = "jos_").2012-06-22, by Waqas Hussain
-
mod_auth_joomla: Joomla hash should be hex-encoded, not raw binary (thanks Anthony).2012-06-22, by Waqas Hussain
-
mod_pubsub_feeds: Prepare for making it possible to unsubscribe, and some other minor changes.2012-06-20, by Kim Alvefur
-
mod_pubsub_feeds: Fix updating of config2012-06-20, by Kim Alvefur
-
mod_vjud: Depends on vcard lib from verse, so add that.2012-06-20, by Kim Alvefur
-
mod_vjud: Add. Thanks waqas for the base code.2012-06-20, by Kim Alvefur
-
mod_mam_adhoc: New module that allows clients to change MAM preferences through AdHoc.2012-06-17, by Kim Alvefur
-
mod_client_certs: Add Ad-Hoc commands for certificate management2012-06-12, by Florian Zeitz
-
mod_client_certs: Strip x509 data2012-06-12, by Florian Zeitz
-
mod_mam: Enforce max results even if RSM isn't used.2012-06-11, by Kim Alvefur
-
mod_register_json: corrected trace.2012-06-11, by Marco Cirillo
-
mod_auth_dovecot: If the connection fails, nuke it so the next attempt causes a reconnect.2012-06-08, by Kim Alvefur
-
mod_mam: Fix typo2012-06-08, by Kim Alvefur
-
mod_mam: Enforce a max number of items returned, with a default.2012-06-08, by Kim Alvefur
-
mod_mam: Move RSM pointer to last message into a MAM-namespaced child2012-06-08, by Kim Alvefur
-
mod_mam/rsm.lib: Remove log statement (fixes usage in verse)2012-06-08, by Kim Alvefur
-
mod_mam/rsm.lib: Fix typo2012-06-08, by Kim Alvefur
-
mod_mam: Fix issue with get_text() and clean some unneeded variables.2012-06-08, by Kim Alvefur
-
mod_mam: Implement support for Result Set Management in queries.2012-06-08, by Kim Alvefur
-
mod_auth_dovecot: Old forgotten changes. Testing appreciated.2012-06-07, by Kim Alvefur
-
mod_conformance_restricted: Require util.jid2012-06-05, by Florian Zeitz
-
mod_client_certs: Fix the checking of valid id_on_xmppAddr fields.2012-06-05, by Thijs Alkemade
-
mod_client_certs: Disconnect every session that was using that cert when revoking a client certificate.2012-06-05, by Thijs Alkemade
-
mod_admin_web: Correctly import usermanager2012-06-05, by Florian Zeitz
-
mod_client_certs: Checking in the latest version I have with Zash's changes.2012-06-05, by Thijs Alkemade
-
mod_websocket: Remove unnecessary require of tohex()2012-06-02, by Florian Zeitz
-
mod_websocket: Only un-self-close <stream:stream>s2012-05-28, by Florian Zeitz
-
mod_websocket: Make sending a self-closing <stream:stream> tag configurable2012-05-27, by Florian Zeitz
-
mod_websocket: Answer ping frames2012-05-27, by Florian Zeitz
-
mod_websocket: Add fragmentation support2012-05-27, by Florian Zeitz
-
mod_websocket: Be nice to non-websocket clients2012-05-27, by Florian Zeitz
-
mod_websocket: Make this a shared module2012-05-27, by Florian Zeitz
-
mod_websocket: Move frame building into a function2012-05-27, by Florian Zeitz
-
mod_host_guard: remove unused import.2012-05-27, by Marco Cirillo
-
mod_host_guard: now a proper error is returned when stanzas are routed to a filtered remote server (thanks Zash)2012-05-27, by Marco Cirillo
-
mod_host_guard: removed unused variable.2012-05-27, by Marco Cirillo
-
mod_host_guard: removed s2smanager import.2012-05-26, by Marco Cirillo
-
mod_host_guard: removed calls to s2smanager and made the module not dependant on it.2012-05-26, by Marco Cirillo
-
mod_group_bookmarks: Log error when group_bookmarks_file not specified2012-05-26, by Matthew Wild
-
mod_stanza_counter_http: change the skipped get_option_array to get_option_string it was supposed to.2012-05-26, by Marco Cirillo
-
mod_websocket: Move frame handling into a separate function2012-05-26, by Florian Zeitz
-
mod_websocket: New mod_c2s based version, still WIP2012-05-25, by Florian Zeitz
-
mod_mam: Put name of store in a single variable2012-05-24, by Kim Alvefur
-
mod_mam: Remove unused local2012-05-24, by Kim Alvefur
-
mod_mam: Break when the message is more recent than the range requested2012-05-24, by Kim Alvefur
-
mod_mam: local tostring and some comments2012-05-24, by Kim Alvefur
-
mod_mam: From the spec: servers SHOULD NOT archive messages that do not have a <body/> child tag.2012-05-24, by Thijs Alkemade
-
mod_pubsub_feed: Rename to mod_pubsub_feeds2012-05-23, by Kim Alvefur
-
mod_data_access: Cleanup and update to new HTTP API2012-05-21, by Kim Alvefur
-
mod_pubsub_feed: Cleanup and update to new APIs in 0.92012-05-21, by Kim Alvefur
-
mod_checkcerts: New module that logs a warning when your cert is about to expire.2012-05-21, by Kim Alvefur
-
mod_mam: Add the UID to the <result> when sending an archived message back.2012-05-21, by Thijs Alkemade
-
mod_carbons: Move creation of the carbon stanza out of the loop.2012-05-06, by Kim Alvefur
-
mod_admin_web: Utilize the shared module magic2012-04-30, by Florian Zeitz
-
mod_srvinjection: Use module:set_global()2012-04-30, by Florian Zeitz
-
mod_post_msg: Update to the new HTTP API2012-04-30, by Kim Alvefur
-
mod_register_json: same as previous ones, un-needeness.2012-04-29, by Marco Cirillo
-
mod_stanza_counter: remove module:set_global, with the default_host handler it's not required.2012-04-29, by Marco Cirillo
-
mod_server_status: remove module:set_global, with the default_host handler it's not required.2012-04-29, by Marco Cirillo
-
mod_server_status: for sure xml isn't json, passing json mime and viceversa isn't appropriate at all. *no no*2012-04-29, by Marco Cirillo
-
mod_server_status: fix code typo, get_option_array was used instead of get_option_string2012-04-29, by Marco Cirillo
-
mod_register_json: revert change, it's not needed (providing http provides https as well)2012-04-29, by Marco Cirillo
-
mod_pastebin: Update to the new HTTP API2012-04-29, by Kim Alvefur
-
mod_register_web: Extremely rough web registration page, with captcha2012-04-29, by Matthew Wild
-
mod_inotify_reload: Reload modules when their code changes2012-04-29, by Matthew Wild
-
mod_register_json: fixed typo, added https/http switch and default value to it.2012-04-29, by Marco Cirillo
-
mod_stanza_counter_http: updated to current HTTP API.2012-04-29, by Marco Cirillo
-
mod_server_status: updated to current HTTP API.2012-04-29, by Marco Cirillo
-
mod_register_json: updated to current HTTP API.2012-04-29, by Marco Cirillo
-
mod_ircd: net.connlisteners is gone and won't be back, *disintegrated*2012-04-29, by Marco Cirillo
-
mod_cleanup_http: this is only useful to reload http plugins pre-timber 0.9, *disintegrated*2012-04-29, by Marco Cirillo
-
mod_adhoc: Remove2012-04-28, by Matthew Wild
-
mod_proxy65: Remove2012-04-28, by Matthew Wild
-
mod_webpresence: Update to timber, remove squish hack (icons are now loaded relative to the module file)2012-04-28, by Matthew Wild
-
mod_smacks: Make smacks_max_unacked_stanzas configurable2012-04-28, by Matthew Wild
-
mod_smacks: get_option+_number2012-04-28, by Matthew Wild
-
mod_smacks: Remove dependency on connlisteners (use sessions table shared by mod_c2s directly)2012-04-28, by Matthew Wild
Scroll all the way down to load more.