Software /
code /
prosody-modules
Graph
-
luacheckrc: Remove has_feature and has_identity before someone decides to use them2018-02-23, by Kim Alvefur
-
Many modules: Simplify st.message(…):tag("body"):text(…):up() into st.message(…, …)2018-02-17, by Emmanuel Gil Peyrot
-
Return 401 with correct realm when no user/pass is provided2018-02-20, by Nicolas Cedilnik
-
mod_limits: Add debug logging just before we feed data into stream2018-02-20, by Matthew Wild
-
mod_http_auth_check: New HTTP module to test user credentials2018-02-20, by Nicolas Cedilnik
-
mod_muc_eventsource: New module forked from mod_pubsub_eventsource, exposes room message stream over SSE2018-02-19, by Matthew Wild
-
mod_firewall: Prevent traceback if no directed presence has been sent (fixes #1081)2018-02-16, by Kim Alvefur
-
mod_onions: Fix unqualified use of debug.traceback2018-02-16, by Kim Alvefur
-
mod_onions: Use net.server API for creating a new connection instead of duplicating socket creation2018-02-16, by Kim Alvefur
-
mod_jid_prep/README: Markup link2018-02-16, by Kim Alvefur
-
mod_conversejs: Add a readme2018-02-16, by Kim Alvefur
-
mod_http_upload_external: add support for XEP-0363 version 0.32018-02-11, by Jonas Wielicki
-
README files: Fix typos2018-02-04, by Kim Alvefur
-
mod_statsd: Fix typo in comment [codespell]2018-02-04, by Kim Alvefur
-
mod_sms_clickatell: Fix typo in comment [codespell]2018-02-04, by Kim Alvefur
-
mod_onions: Fix typo [codespell]2018-02-04, by Kim Alvefur
-
mod_data_access: Fix typo in comment [codespell]2018-02-04, by Kim Alvefur
-
mod_admin_web: Fix typo in comment [codespell]2018-02-04, by Kim Alvefur
-
mod_adhoc_groups: Fix typos [codespell]2018-02-04, by Kim Alvefur
-
mod_s2s_auth_dane: Fix typo in comment [codespell]2018-02-04, by Kim Alvefur
-
mod_auth_custom_http: fix documentation config example2018-02-01, by Senya
-
mod_auth_custom_http: Fix json.encode impoper reference2018-01-31, by Senya
-
mod_xhtmlim: Fix scheme check (thanks wiktor)2018-01-30, by Kim Alvefur
-
mod_xhtmlim: Attempts to sanitize XMTML-IM messages2018-01-30, by Kim Alvefur
-
mod_pep_vcard_avatar: Don't set avatar hash if already set2018-01-26, by Michel Le Bihan
-
Fix typo in config (thanks, kousu)2018-01-12, by Jonas Wielicki
-
mod_pep_vcard_avatar: annouce avatar hash in presence if client does not2018-01-04, by Daniel Gultsch
-
mod_auth_dovecot: Disable debug logging (sensitive data being sent)2018-01-04, by Kim Alvefur
-
mod_registration_oob_url: inital commit. simple/straight forward module to advertise oob registration url2018-01-03, by Daniel Gultsch
-
mod_firewall: Trim trailing whitespace [luacheck]2018-01-03, by Kim Alvefur
-
mod_omemo_all_access: fixed some linter warnings2017-12-31, by Daniel Gultsch
-
mod_firewall: Make SUBSCRIBED match for stanzas sent to self (fixes #1052)2017-12-30, by Kim Alvefur
-
mod_omemo_all_access: initial commit. disable access control for all omemo related PEP nodes2017-12-29, by Daniel Gultsch
-
mod_storage_xmlarchive/README: Fix typo2017-12-28, by Kim Alvefur
-
mod_storage_xmlarchive/README: Add description of how data is stored2017-12-28, by Kim Alvefur
-
mod_pep_plus: Remove, doesn't work reliably outside of current trunk (closes #1049)2017-12-08, by Kim Alvefur
-
mod_firewall/test: Import the ltn12 library correctly2017-12-05, by Kim Alvefur
-
"Export" get_user from mod_auth_ldap2017-12-05, by Jonas Wielicki
-
mod_log_slow_events: Also catch global events2017-11-21, by Kim Alvefur
-
mod_log_slow_events: Turn into a shared module (fixes http events being logged multiple times)2017-11-21, by Kim Alvefur
-
mod_adhoc_groups: Allow users to create and join roster groups2017-11-21, by Kim Alvefur
-
mod_adhoc_groups: Copy from mod_roster_allinall2017-11-21, by Kim Alvefur
-
mod_http_muc_log: Generate empty pages in lazy mode, so that one can navigate past quiet days2017-11-21, by Kim Alvefur
-
mod_http_muc_log: Check that there are timestamps to work with2017-11-20, by Kim Alvefur
-
mod_http_muc_log: Lazy nex/prev link generation2017-11-20, by Kim Alvefur
-
mod_http_muc_log: Fix the best comment2017-11-20, by Kim Alvefur
-
mod_http_muc_log: Remove redundant else clauses2017-11-20, by Kim Alvefur
-
mod_http_muc_log: Parse date out of path once2017-11-20, by Kim Alvefur
-
mod_http_muc_log: Reword "back" links2017-11-20, by Kim Alvefur
-
mod_http_muc_log: Return a 404 page if there are no messages to derive a time span from2017-11-18, by Kim Alvefur
-
mod_http_muc_log: Remove this one weird whitespace2017-11-18, by Kim Alvefur
-
mod_http_muc_log: Round down timestamps to midnight in order to fix an off by one issue (thanks asterix)2017-11-18, by Kim Alvefur
-
mod_http_muc_log: Add a function for rounding timestamps down to midnight2017-11-18, by Kim Alvefur
-
mod_auth_external: Make sure processes are killed when Prosody shuts down2017-11-18, by Kim Alvefur
-
mod_mam_muc: Add comment describing stripping of <x> tag in results2017-11-17, by Kim Alvefur
-
mod_mam_muc: Pass along the size of the matching set, if returned from storage driver2017-11-17, by Kim Alvefur
-
mod_mam_muc: Copy max_archive_query_results option from mod_mam2017-11-17, by Kim Alvefur
-
mod_auth_external: Shut down all auth processes when module is unloaded (fixes #674) (thanks ZNikke)2017-11-17, by Kim Alvefur
-
mod_auth_external: Silence warnings about unused arguments [luacheck]2017-11-17, by Kim Alvefur
Scroll all the way down to load more.