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
*
Merge 0.12->trunk
Kim Alvefur
2022-07-08
2
-3
/
+107
|
\
|
*
util.datamapper: Improve handling of schemas with non-obvious "type"
Kim Alvefur
2022-07-08
1
-3
/
+5
|
*
util.jsonschema: Fix validation to not assume presence of "type" field
Kim Alvefur
2022-07-08
1
-0
/
+102
*
|
tests: Remove special-casing of Lua 5.1
Kim Alvefur
2022-07-02
2
-24
/
+22
*
|
util.hashes: Add SHA3 bindings
Kim Alvefur
2020-09-10
1
-0
/
+15
*
|
Merge 0.12->trunk
Kim Alvefur
2022-05-08
1
-0
/
+38
|
\
|
|
*
util.jsonpointer: Add basic tests
Kim Alvefur
2022-05-08
1
-0
/
+38
*
|
Merge 0.12->trunk
Matthew Wild
2022-04-25
1
-1
/
+1
|
\
|
|
*
util.argparse: Revise 553c6204fe5b with a different approach
Matthew Wild
2022-04-25
1
-1
/
+1
*
|
util.table: tests: Tests for table.move()
Matthew Wild
2022-03-18
1
-0
/
+11
*
|
net.resolvers.service: Honour record 'weight' when picking SRV targets
Matthew Wild
2022-03-17
1
-0
/
+241
*
|
util.poll: Expand stub tests
Kim Alvefur
2022-03-17
1
-3
/
+32
|
/
*
Spelling: Fix various spelling mistakes (thanks timeless)
Kim Alvefur
2022-03-07
2
-5
/
+5
*
util.bitcompat: Add some simple tests
Matthew Wild
2022-03-04
1
-0
/
+27
*
net.stun: tests: Remove stray print() from debugging
Matthew Wild
2022-03-04
1
-3
/
+0
*
net.stun: Add tests for serialization/deserialization
Matthew Wild
2022-03-04
1
-0
/
+100
*
util.hex: Deprecate to/from in favour of encode/decode, for consistency!
Matthew Wild
2022-03-04
2
-20
/
+20
*
util.xml: Add an option to allow <?processing instructions?>
Kim Alvefur
2022-02-04
1
-0
/
+7
*
util.format: Skip control code escaping when doing full serialization
Kim Alvefur
2022-01-27
1
-2
/
+7
*
util.jid: Explicitly check for nil rather than falsy
Kim Alvefur
2022-01-15
1
-0
/
+11
*
util.xml: Do not allow doctypes, comments or processing instructions
Jonas Schäfer
2022-01-10
1
-1
/
+33
*
util.pubsub: Fix item store resize to "max"
Kim Alvefur
2022-01-06
1
-0
/
+20
*
util.stanza: Cover :find method in tests
Kim Alvefur
2021-12-31
1
-0
/
+12
*
util.stanza: Increase test coverage to cover validation errors
Kim Alvefur
2021-12-31
1
-0
/
+25
*
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
1
-1
/
+3
*
mod_tombstones: Add a very basic test case
Kim Alvefur
2021-12-23
2
-0
/
+41
*
mod_roster: pass correct username to roster-item-removed
Jonas Schäfer
2021-12-22
1
-0
/
+75
*
util.smqueue: Simplify compat table, fix dependent modules (thanks Martin)
Kim Alvefur
2021-12-16
1
-0
/
+26
*
util.smqueue: Abstract queue with acknowledgements and overflow
Kim Alvefur
2021-12-14
1
-0
/
+55
*
util.format: Ensure metatable __tostring results are also sanitized
Kim Alvefur
2021-12-13
1
-0
/
+16
*
util.format: Fix some formats expecting positive numbers in Lua 5.2
Kim Alvefur
2021-12-11
1
-4
/
+4
*
util.format: ALL THE TESTS!!!
Kim Alvefur
2021-12-11
1
-0
/
+842
*
util.format: Also handle the %p format added in Lua 5.4
Kim Alvefur
2021-12-11
1
-0
/
+9
*
util.format: Ensure sanitation of strings passed to wrong format
Kim Alvefur
2021-12-11
1
-0
/
+1
*
util.format: Escape invalid UTF-8 by passing trough serialization
Kim Alvefur
2021-12-10
1
-0
/
+4
*
MUC: Remove <{muc}x> tags in some errors
Kim Alvefur
2021-12-08
2
-4
/
+0
*
MUC: Remove remaining deprecated numeric error codes
Kim Alvefur
2021-12-08
1
-1
/
+1
*
util.async tests: Explicitly import match from luassert (luacheck)
Matthew Wild
2021-11-29
1
-0
/
+1
*
util.async: Add next-tick configuration
Matthew Wild
2021-11-29
1
-0
/
+46
*
util.async: Add sleep() method with configurable scheduling backend
Matthew Wild
2021-11-29
1
-0
/
+54
*
util.promise: Fix test
Kim Alvefur
2021-11-26
1
-1
/
+1
*
util.promise: Support delayed promise execution
Kim Alvefur
2019-01-05
1
-0
/
+14
*
util.human.io: Fix cutting of UTF-8 into pieces
Kim Alvefur
2021-11-12
1
-0
/
+19
*
util.dataforms: Ensure larger integers are serialized as such
Kim Alvefur
2021-10-28
1
-0
/
+6
*
util.dataforms: Scope integer handling tests
Kim Alvefur
2021-10-26
1
-26
/
+29
*
util.dataforms: Turn number values into timestamps for datetime fields
Kim Alvefur
2021-10-26
1
-1
/
+1
*
util.dataforms: Coerce number values for boolean fields
Kim Alvefur
2021-10-26
1
-0
/
+10
*
util.dataforms: Add support for datetime field types via XEP-0122
Kim Alvefur
2021-10-25
1
-0
/
+14
*
mod_pubsub,mod_pep: Advertise maximum number of items via XEP-0122
Kim Alvefur
2021-10-20
4
-6
/
+6
[next]