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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
core.modulemanager: Fix global flag on per-host instances of shared modules (...
Kim Alvefur
2022-04-04
1
-0
/
+1
*
configmanager: Clearer errors when providing unexpected values after VirtualH...
Matthew Wild
2022-04-03
1
-0
/
+5
*
configmanager: Add method to report loaded config files (part of #1729 fix)
Matthew Wild
2022-03-28
1
-0
/
+7
*
Spelling: Fix various spelling mistakes (thanks timeless)
Kim Alvefur
2022-03-07
1
-1
/
+1
*
Merge config-updates+check-turn from timber
Matthew Wild
2022-03-04
2
-14
/
+4
|
\
|
*
usermanager, mod_saslauth: Default to internal_hashed if no auth module speci...
Matthew Wild
2022-02-10
1
-1
/
+1
|
*
core.certmanager: Turn soft dependency on LuaSec into a hard
Kim Alvefur
2022-02-10
1
-13
/
+3
*
|
core.portmanager: Fix traceback on attempt to get non-existent service
Kim Alvefur
2022-02-22
1
-1
/
+3
*
|
core.certmanager: Ensure key exists for fullchain
Kim Alvefur
2022-02-21
1
-1
/
+1
|
/
*
core.certmanager: Relax certificate filename check #1713
Kim Alvefur
2022-02-14
1
-8
/
+2
*
core.modulemanager: Save module metadata for potential later use
Kim Alvefur
2022-02-05
1
-1
/
+2
*
modulemanager: Shorten metadata keys to improve readability and memorability
Matthew Wild
2022-02-04
1
-5
/
+5
*
modulemanager: Add plugin load filter that reads module metadata from source
Matthew Wild
2022-02-04
1
-0
/
+32
*
modulemanager, moduleapi: Switch to new pluginloader interface
Matthew Wild
2022-02-04
2
-4
/
+9
*
core.features: New module to track and expose the features supported by Prosody
Matthew Wild
2022-02-04
1
-0
/
+8
*
core.loggingmanager: Add FIXME about supporting console logging to stderr
Kim Alvefur
2022-02-02
1
-0
/
+1
*
core.certmanager: Use 'tls_profile' instead of 'tls_preset' to match document...
Kim Alvefur
2022-01-18
1
-3
/
+3
*
core.certmanager: Apply TLS preset before global settings (thanks Menel)
Kim Alvefur
2022-01-18
1
-1
/
+1
*
core.certmanager: Disable DANE name checks (not needed for XMPP)
Kim Alvefur
2021-09-16
1
-1
/
+1
*
core.modulemanager: Remove compat for mod_console rename in 0.8
Kim Alvefur
2022-01-05
1
-7
/
+0
*
core.certmanager: Add curveslist to 'old' Mozilla TLS preset
Kim Alvefur
2021-12-26
1
-1
/
+2
*
core.certmanager: Check index for wildcard certs
Kim Alvefur
2021-12-22
1
-1
/
+2
*
prosodyctl cert: use the indexing functions for better UX
Jonas Schäfer
2021-12-21
1
-6
/
+14
*
core.certmanager: Rename preset option to 'tls_preset'
Kim Alvefur
2021-12-22
1
-1
/
+1
*
core.certmanager: Add "legacy" preset for keeping previous default settings
Kim Alvefur
2021-12-22
1
-1
/
+3
*
core.certmanager: Add TLS 1.3 cipher suites to Mozilla TLS presets
Kim Alvefur
2021-11-03
1
-1
/
+7
*
core.certmanager: Presets based on Mozilla SSL Configuration Generator
Kim Alvefur
2019-12-22
1
-0
/
+60
*
moduleapi: Support stripping of multi-word from module names
Matthew Wild
2021-12-22
1
-1
/
+1
*
configmanager: Update error message to say 'VirtualHost' instead of 'Host'
Matthew Wild
2021-12-20
1
-1
/
+1
*
core.modulemanager: Load mod_smacks on Components
Kim Alvefur
2021-12-20
1
-0
/
+1
*
core.usermanager: Implement noop role writes on global authz provider
Kim Alvefur
2021-12-06
1
-0
/
+2
*
mod_cron: Add a 'weekly' job frequency
Kim Alvefur
2021-12-03
1
-0
/
+5
*
core.moduleapi: Add API for adding daily or hourly tasks via mod_cron
Kim Alvefur
2021-11-21
1
-0
/
+15
*
mod_admin_shell: List collected metrics in module:info
Kim Alvefur
2021-11-24
1
-0
/
+2
*
core.moduleapi: Fix name of renamed API in log message
Kim Alvefur
2021-11-18
1
-1
/
+1
*
s2smanager: Fire s2s-destroyed event to mirror s2s-created
Matthew Wild
2021-11-12
1
-0
/
+1
*
usermanager: Fire user-roles-changed event when updating roles of a local user
Matthew Wild
2021-11-12
1
-1
/
+7
*
core.moduleapi: Ensure module:send_iq() handler priority over mod_iq
Kim Alvefur
2021-09-24
1
-2
/
+2
*
core.moduleapi: Enable full JID origin queries with module:send_iq()
Kim Alvefur
2021-09-24
1
-2
/
+11
*
core.moduleapi: Filter out unrelated direct replies to module:send_iq
Kim Alvefur
2021-09-24
1
-1
/
+4
*
usermanager, mod_authz_internal: Add methods to fetch users/JIDs of given role
Matthew Wild
2021-08-26
1
-0
/
+24
*
core.certmanager: Support 'use_dane' setting to enable DANE support
Kim Alvefur
2021-07-18
1
-0
/
+2
*
core.loggingmanager: Disable pretty printing when not connected to a tty
Kim Alvefur
2021-07-04
1
-1
/
+1
*
core.loggingmanager: Pretty-print logged XML snippets in console
Kim Alvefur
2021-06-29
1
-3
/
+7
*
core.loggingmanager: Support passing log messages trough a filter
Kim Alvefur
2021-06-29
1
-2
/
+5
*
core.stanza_router: Rename variable to be more specific
Kim Alvefur
2021-06-25
1
-3
/
+3
*
core.portmanager: Also reload per-SNI certificates
Kim Alvefur
2021-06-10
1
-1
/
+3
*
core.portmanager: Reload direct TLS certificates after config reload
Kim Alvefur
2021-06-10
1
-0
/
+21
*
core.portmanager: Factor out base TLS context creation for reuse
Kim Alvefur
2021-06-10
1
-10
/
+15
*
core.certmanager: Skip service certificate lookup for https client
Kim Alvefur
2021-05-27
1
-1
/
+2
[prev]
[next]