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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
migrator: Refactor out individual item migrator for code deduplication
Kim Alvefur
2022-01-09
1
-16
/
+18
*
|
migrator: Include --options in usage info
Kim Alvefur
2022-01-09
1
-1
/
+4
*
|
migrator: Reuse earlier usage text
Kim Alvefur
2022-01-09
1
-3
/
+7
*
|
migrator: Customise cli argument parsing (--help, --verbose)
Kim Alvefur
2022-01-09
1
-1
/
+8
*
|
util.startup: Allow supplying an argument parsing settings
Kim Alvefur
2022-01-09
1
-2
/
+2
*
|
util.prosodyctl.check: Parameterize replacement instructions
Kim Alvefur
2022-01-08
1
-11
/
+25
*
|
util.prosodyctl.check: Move word to ease future translations
Kim Alvefur
2022-01-08
1
-13
/
+13
*
|
util.prosodyctl.check: Use same wording about 'daemonize' and 'no_daemonize'
Kim Alvefur
2022-01-08
1
-1
/
+1
*
|
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.pposix: Use mallinfo2() on glibc 2.33, fix #1649
Kim Alvefur
2022-01-06
1
-5
/
+12
*
|
util.pubsub: Fix item store resize to "max"
Kim Alvefur
2022-01-06
4
-1
/
+28
*
|
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
*
|
core.certmanager: Disable DANE name checks (not needed for XMPP)
Kim Alvefur
2021-09-16
1
-1
/
+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
3
-0
/
+417
*
|
util.dependencies: Enable warning about missing lua-unbound
Kim Alvefur
2022-01-05
1
-3
/
+2
*
|
core.modulemanager: Remove compat for mod_console rename in 0.8
Kim Alvefur
2022-01-05
1
-7
/
+0
*
|
mod_invites_adhoc: Import from prosody-modules@5001104f0275
Kim Alvefur
2022-01-05
2
-0
/
+127
*
|
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur
2021-12-29
3
-0
/
+177
*
|
mod_invites: Silence luacheck warning
Kim Alvefur
2022-01-05
1
-1
/
+1
*
|
mod_invites: Import from prosdy-modules@5fc306239db3
Kim Alvefur
2021-12-27
2
-0
/
+340
*
|
util.stanza: Cover :find method in tests
Kim Alvefur
2021-12-31
1
-0
/
+12
*
|
util.stanza: Remove dead code
Kim Alvefur
2021-12-31
1
-5
/
+0
*
|
util.stanza: Increase test coverage to cover validation errors
Kim Alvefur
2021-12-31
1
-0
/
+25
*
|
util.stanza: Make type error message consistent with others
Kim Alvefur
2021-12-31
1
-1
/
+1
*
|
mod_smacks: Log error to silence luacheck
Kim Alvefur
2021-12-31
1
-0
/
+2
*
|
mod_smacks: Limit "old" session resumption counters
Kim Alvefur
2021-12-31
1
-0
/
+19
*
|
mod_smacks: Record timestamp with persisted counters
Kim Alvefur
2021-12-31
1
-2
/
+4
*
|
util_datamapper: Fix typo in unit tests
Kim Alvefur
2021-12-29
1
-1
/
+1
*
|
util.datamapper: Add support for $ref pointers
Kim Alvefur
2021-12-29
3
-40
/
+81
*
|
util.jsonschema: Add support for $ref pointers
Kim Alvefur
2021-12-29
2
-44
/
+70
*
|
util.jsonpointer: Resolve JSON Pointers per RFC 6901
Kim Alvefur
2021-12-29
3
-1
/
+87
*
|
make: Add target for rebuilding from Teal sources
Kim Alvefur
2021-12-29
1
-0
/
+2
*
|
net.resolvers: Report DNSSEC validation errors instead of NoError
Kim Alvefur
2021-12-28
2
-3
/
+13
*
|
mod_auth_internal_hashed: Up iteration count to 10000 per XEP-0438
Kim Alvefur
2021-12-26
3
-2
/
+9
*
|
mod_auth_internal_hashed: Make SCRAM iteration count configurable
Kim Alvefur
2021-12-26
1
-1
/
+1
*
|
mod_admin_shell: Log creation of incoming s2s connections during ping
Kim Alvefur
2021-12-27
1
-0
/
+2
*
|
mod_smacks: sprinkle some metrics on it
Jonas Schäfer
2021-12-27
1
-2
/
+45
*
|
openmetrics/histograms: improve code clarity
Kim Alvefur
2021-12-27
2
-2
/
+2
*
|
openmetrics/histograms: fix incorrect condition for bucketing
Jonas Schäfer
2021-12-26
2
-2
/
+2
*
|
mod_admin_shell: Print s2s related events while waiting for ping
Kim Alvefur
2021-12-26
1
-1
/
+28
*
|
util.xml: Use variable instead of constant for consistency (thanks Thijs)
Matthew Wild
2021-12-26
1
-1
/
+1
*
|
core.certmanager: Add curveslist to 'old' Mozilla TLS preset
Kim Alvefur
2021-12-26
1
-1
/
+2
*
|
util.prosodyctl.check: Remove obsolete settings from known globals
Kim Alvefur
2021-12-25
1
-2
/
+0
*
|
util.prosodyctl.check: Add some more obsolete settings
Kim Alvefur
2021-12-25
1
-0
/
+6
*
|
mod_tombstones: Add some future TODOs
Kim Alvefur
2021-12-23
1
-0
/
+4
*
|
mod_tombstones: Add a very basic test case
Kim Alvefur
2021-12-23
2
-0
/
+41
*
|
mod_tombstones: Remember deleted accounts #1307
Kim Alvefur
2021-12-23
2
-0
/
+76
[prev]
[next]