index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mod_bosh: Only enable host-agnostic HTTP routing when enabled globally
Kim Alvefur
2022-02-04
1
-1
/
+3
*
mod_pep: Fix typo in comment [codespell]
Kim Alvefur
2022-02-04
1
-1
/
+1
*
mod_bookmarks: Fix typos in stanza error messages [codespell]
Kim Alvefur
2022-02-04
1
-2
/
+2
*
mod_admin_shell: Fix typo in comment [codespell]
Kim Alvefur
2022-02-04
1
-1
/
+1
*
mod_pep: Clarify purpose of fallback service
Kim Alvefur
2022-02-03
1
-0
/
+7
*
mod_pep: Correct initialization of fallback service
Kim Alvefur
2022-02-03
1
-8
/
+6
*
plugins: Update for namespace bump in XEP-0353 v0.4.0
Kim Alvefur
2022-01-11
3
-3
/
+3
*
mod_admin_shell: Add descriptions of each column to 'help columns'
Kim Alvefur
2022-01-30
1
-5
/
+35
*
mod_admin_shell: Use exact match instead of Lua patterns in c2s,s2s:show
Kim Alvefur
2022-01-30
1
-2
/
+2
*
mod_http_file_share: Use alternate syntax for filename in Content-Disposition
Kim Alvefur
2022-01-29
1
-1
/
+2
*
mod_admin_shell: Fix traceback on rendering graph of stats without extra labels
Kim Alvefur
2022-01-29
1
-1
/
+1
*
mod_admin_shell: Add help section about stats
Kim Alvefur
2022-01-29
1
-1
/
+4
*
mod_admin_shell: Add help section about customizing table columns
Kim Alvefur
2022-01-28
1
-1
/
+17
*
mod_pubsub: Allow configuring summary templates
Kim Alvefur
2022-01-24
1
-6
/
+11
*
mod_pubsub: Use the util.xtemplate to render Atom summary
Kim Alvefur
2022-01-24
1
-9
/
+3
*
mod_pubsub: Use the 'pubsub#type' setting to pick summary generator
Kim Alvefur
2022-01-24
1
-1
/
+2
*
mod_tls: Set ALPN on outgoing connections
Kim Alvefur
2022-01-25
1
-1
/
+2
*
mod_admin_shell: Add command to show current user roles
Kim Alvefur
2022-01-23
1
-0
/
+20
*
mod_admin_shell: Add help section about roles
Kim Alvefur
2022-01-23
1
-0
/
+12
*
mod_s2s: Retrieve TLS context for outgoing Direct TLS connections from mod_tls
Kim Alvefur
2022-01-21
2
-8
/
+17
*
mod_s2s: Enable outgoing Direct TLS connections
Kim Alvefur
2022-01-21
1
-2
/
+9
*
mod_storage_xep0227: Fix luacheck warning
Matthew Wild
2022-01-17
1
-1
/
+1
*
mod_storage_xep0227: Fix traceback during iteration of driver stores
Matthew Wild
2022-01-17
1
-1
/
+1
*
mod_storage_xep0227: Fix file export (missing parameter) from refactor in 270...
Matthew Wild
2022-01-17
1
-1
/
+1
*
mod_http: Increase severity of loading unreachable http modules
Kim Alvefur
2022-01-15
1
-1
/
+1
*
mod_http: Skip querying portmanager when http_external_url when is set
Kim Alvefur
2021-11-27
1
-8
/
+17
*
mod_storage_xep0227: treat roster metadata pseudo-entry correctly
Jonas Schäfer
2022-01-15
1
-1
/
+1
*
mod_storage_xep0227: be defensive against empty vCard
Jonas Schäfer
2022-01-15
1
-1
/
+1
*
mod_http: Limit unencrypted http port (5280) to loopback by default
Kim Alvefur
2022-01-15
1
-0
/
+1
*
mod_cron: Allow for a small amount of timer drift
Kim Alvefur
2022-01-15
1
-1
/
+1
*
mod_storage_xep0227: Fix luacheck warnings
Matthew Wild
2022-01-14
1
-2
/
+2
*
mod_storage_xep0227: Add API to iterate all stores of a user
Matthew Wild
2022-01-14
1
-7
/
+23
*
mod_storage_xep0227: Skip self-contacts on roster import
Matthew Wild
2022-01-14
1
-11
/
+15
*
mod_http_file_share: Always measure total disk usage for statistics!
Kim Alvefur
2022-01-11
1
-49
/
+46
*
mod_bookmarks: Fix traceback on attempt to convert invalid bookmark
Kim Alvefur
2022-01-11
1
-4
/
+9
*
mod_bookmarks: Block publishing to older XEP-0402 v0.3.0 node
Kim Alvefur
2022-01-10
1
-1
/
+8
*
mod_storage_xep0227: Fix writing non-user data
Kim Alvefur
2022-01-10
1
-2
/
+3
*
mod_storage_xep0227: Ignore luacheck warning
Matthew Wild
2022-01-10
1
-1
/
+1
*
mod_storage_xep0227: Support for exporting nodes with no stored configuration
Matthew Wild
2022-01-10
1
-0
/
+3
*
mod_storage_xep0227: Allow overriding the input/output layer for XEP-0227 data
Matthew Wild
2022-01-10
1
-27
/
+49
*
mod_bookmarks: Skip migration of legacy data when empty
Kim Alvefur
2022-01-10
1
-1
/
+1
*
mod_bookmarks: Make sure legacy bookmarks node exists to hold access model
Kim Alvefur
2022-01-10
1
-19
/
+28
*
mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411
Kim Alvefur
2022-01-09
1
-0
/
+34
*
mod_bookmarks: Add option for disabling upgrade of legacy bookmarks
Kim Alvefur
2022-01-08
1
-1
/
+3
*
mod_bookmarks: Unhook PEP service objects on removal from cache
Kim Alvefur
2022-01-08
1
-1
/
+4
*
util.pubsub: Fix item store resize to "max"
Kim Alvefur
2022-01-06
2
-0
/
+2
*
mod_bookmarks: Override the node configuration if it was wrong
Emmanuel Gil Peyrot
2022-01-06
1
-0
/
+20
*
mod_invites: Comment on module loading for HTTP invite URLs
Kim Alvefur
2022-01-05
1
-0
/
+1
*
mod_bookmarks: Remove compatibility with 0.11
Emmanuel Gil Peyrot
2022-01-04
1
-6
/
+0
*
mod_bookmarks: Import mod_bookmarks2 from prosody-modules @ ad7767a9f3ea
Emmanuel Gil Peyrot
2022-01-04
1
-0
/
+407
[prev]
[next]