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
/
spec
Commit message (
Expand
)
Author
Age
Files
Lines
*
util.uuid: Add UUIDv7
Kim Alvefur
2021-08-15
1
-0
/
+22
*
util.array: Fix new() library function
Kim Alvefur
2023-07-22
1
-0
/
+7
*
tests: Add hack to test only a single storage driver
Kim Alvefur
2023-07-22
1
-0
/
+5
*
tests: Update storagemanager tests for prosody.* namespace change
Kim Alvefur
2023-07-22
1
-8
/
+6
*
util.human.io: Add tests for parse_duration() (some failing)
Kim Alvefur
2023-07-16
1
-0
/
+9
*
util.human.io: Include relevant arguments in test messages
Kim Alvefur
2023-07-16
1
-1
/
+1
*
util.human.io: Use tail call in test to get correct line numbers
Kim Alvefur
2023-07-16
1
-1
/
+1
*
util.cache: Pass cache itself to eviction callback
Kim Alvefur
2023-06-30
1
-2
/
+1
*
util.cache: Keep eviction candidate if callback resized to make room
Kim Alvefur
2023-06-30
1
-0
/
+21
*
util.argparse: Add support for repeatable parameters
Kim Alvefur
2022-01-05
1
-0
/
+5
*
storagemanager tests: Reorder test data in chronological order
Kim Alvefur
2021-05-11
1
-13
/
+13
*
util.http: Implement parser for RFC 7239 Forwarded header
Kim Alvefur
2023-06-03
1
-0
/
+21
*
util.sasl: Add basic tests for OAUTHBEARER
Kim Alvefur
2023-05-26
1
-0
/
+32
*
util.jsonschema: Update test suite ignore rules
Kim Alvefur
2023-05-20
1
-5
/
+6
*
util.jsonschema: Fix UTF-8ness of 'minLength' and 'maxLength'
Kim Alvefur
2023-04-23
1
-2
/
+0
*
util.jsonschema: Implement 'minContains' and 'maxContains'
Kim Alvefur
2023-04-23
1
-2
/
+0
*
util.jsonschema: Tweak description of disabled test
Kim Alvefur
2023-04-22
1
-1
/
+1
*
util.jsonschema: Enable passing IEEE 754 equality test
Kim Alvefur
2023-04-22
1
-1
/
+0
*
util.error: Add test for #1805
Kim Alvefur
2023-04-19
1
-0
/
+3
*
util.human.io: Add parse_duration() method to parse a duration string
Matthew Wild
2023-04-07
1
-0
/
+18
*
integration tests: Preserve unmocked time.monotonic()
Matthew Wild
2023-04-06
1
-6
/
+5
*
util.fsm: New utility lib for finite state machines
Matthew Wild
2022-03-17
1
-0
/
+250
*
util.jsonschema: Implement 'dependentSchemas'
Kim Alvefur
2023-03-26
1
-1
/
+1
*
util.jsonschema: Implement 'dependentRequired'
Kim Alvefur
2023-03-26
1
-1
/
+0
*
util.format: Update tests for serialization changes
Kim Alvefur
2023-03-26
1
-5
/
+5
*
scansion: Enable mod_debug_reset during tests
Matthew Wild
2023-03-23
1
-0
/
+3
*
scansion: vcard_temp: Ensure at least one connection is open throughout test
Matthew Wild
2023-03-23
1
-2
/
+2
*
scansion: Fix tests failing after addition of pubsub#itemreply config field
Matthew Wild
2023-03-23
4
-0
/
+51
*
scansion: Fix tests failing due to lack of 'publisher'
Matthew Wild
2023-03-23
1
-1
/
+1
*
scansion: Add tests for pubsub#itemreply in PEP
Matthew Wild
2023-03-22
1
-0
/
+205
*
scansion: PEP notifications no longer carry 'publisher' by default
Matthew Wild
2023-03-22
1
-3
/
+3
*
storagemanager: Add keyval+ (combined keyval + map) store type
Matthew Wild
2022-09-27
1
-0
/
+130
*
util.jsonschema: Disable some further new failing tests
Kim Alvefur
2023-03-11
1
-1
/
+4
*
util.jsonschema: Ignore some new tests in test suite
Kim Alvefur
2023-03-11
1
-1
/
+4
*
util.table: Expand table.move() tests (thanks mutation testing)
Matthew Wild
2023-03-17
1
-0
/
+31
*
util.ip: Tests for truncate()
Matthew Wild
2023-03-14
1
-0
/
+22
*
Merge 0.12->trunk
Matthew Wild
2023-02-17
1
-3
/
+50
|
\
|
*
net.http.parser: Fix off-by-one error in chunk parser
Matthew Wild
2023-02-17
1
-3
/
+50
*
|
Merge 0.12->trunk
Matthew Wild
2023-02-09
1
-3
/
+3
|
\
|
|
*
net.http.parser: Improve handling of responses without content-length
Matthew Wild
2023-02-09
1
-3
/
+3
*
|
spec: Suppress some harmless luacheck warnings in tests
Matthew Wild
2023-01-13
2
-0
/
+3
*
|
util.paseto: Add support for v3.local tokens
Matthew Wild
2023-01-13
1
-18
/
+191
*
|
util.crypto: Add support for AES-256-CTR
Matthew Wild
2023-01-13
1
-0
/
+17
*
|
util.hashes: Add HKDF-HMAC-SHA256/HKDF-HMAC-SHA384
Matthew Wild
2023-01-13
1
-0
/
+38
*
|
util.datamapper: Simplify test schema
Kim Alvefur
2022-12-20
1
-12
/
+12
*
|
util.hashring: Support associating arbitrary data with nodes
Matthew Wild
2022-12-02
1
-0
/
+7
*
|
util.hashring: tests: don't randomize order - they are written in a sequentia...
Matthew Wild
2022-12-02
1
-0
/
+1
*
|
Merge 0.12->trunk
Matthew Wild
2022-11-04
1
-0
/
+8
|
\
|
|
*
util.json: Accept empty arrays with whitespace (fixes #1782)
Matthew Wild
2022-11-04
1
-0
/
+8
*
|
util.smqueue: Improve tests
Kim Alvefur
2022-10-19
1
-0
/
+3
[next]