Software /
code /
prosody-modules
Graph
-
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
Scroll all the way down to load more.