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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
util.jwt: Use constant-time comparison with expected signature
Matthew Wild
2021-05-13
1
-1
/
+2
*
|
Merge 0.11->trunk
Matthew Wild
2021-05-13
4
-3
/
+21
|
\
|
|
*
util.xmppstream: Allow dynamically configuring the stanza size limit for a st...
Matthew Wild
2021-05-10
1
-0
/
+3
|
*
util.xmppstream: Mark bytes for stream closure as handled
Matthew Wild
2021-05-10
1
-0
/
+3
|
*
util.xmppstream: Reduce default xmppstream limit to 1MB
Matthew Wild
2021-05-10
1
-1
/
+1
|
*
util.set: Add is_set() to test if an object is a set
Matthew Wild
2021-05-10
1
-2
/
+8
|
*
util.startup: Set more aggressive defaults for GC
Matthew Wild
2021-05-07
1
-1
/
+7
*
|
Statistics: Rewrite statistics backends to use OpenMetrics
Jonas Schäfer
2021-04-18
3
-209
/
+722
*
|
util.prosodyctl.shell: Fix for different location of unpack in Lua 5.1
Kim Alvefur
2021-04-25
1
-1
/
+2
*
|
util.prosodyctl.shell: Fix for missing 'sep' arg to string.rep in Lua 5.1
Kim Alvefur
2021-04-25
1
-1
/
+2
*
|
util.prosodyctl.shell: Allow calling console commands with fewer shell quotes
Kim Alvefur
2021-04-25
1
-3
/
+2
*
|
util.xmppstream: Send <?xml?> declaration in same call as stream open
Kim Alvefur
2021-04-14
1
-2
/
+1
*
|
util.prosodyctl: Install plugins for current Lua version
Kim Alvefur
2021-03-16
1
-2
/
+2
*
|
util.promise: Switch order of parameters to join()
Matthew Wild
2021-03-25
1
-4
/
+2
*
|
util.promise: all()/all_settled() pass through non-promise values
Matthew Wild
2021-03-25
1
-22
/
+30
*
|
util.promise: Add join() convenience method
Matthew Wild
2021-03-25
1
-0
/
+11
*
|
util.promise: Add support for arbitrary keys in all()/all_settled()
Matthew Wild
2021-03-25
1
-15
/
+27
*
|
util.datamapper: Don't include empty unwrapped arrays
Kim Alvefur
2021-03-24
1
-1
/
+4
*
|
util.datamapper: Fix error on attempt to coerce nil to something
Kim Alvefur
2021-03-23
1
-0
/
+3
*
|
util.datamapper: Deal with locally built stanzas missing xmlns
Kim Alvefur
2021-03-23
1
-5
/
+5
*
|
util.datamapper: Factor out conversion from any value to XML string
Kim Alvefur
2021-03-22
1
-29
/
+17
*
|
util.datamapper: Handle nested arrays or objects in arrays
Kim Alvefur
2021-03-22
1
-4
/
+22
*
|
util.datamapper: Fix to skip parsing wrapped arrays that aren't there
Kim Alvefur
2021-03-22
1
-2
/
+0
*
|
util.datamapper: Complete array building support
Kim Alvefur
2021-03-20
1
-12
/
+3
*
|
util.datamapper: Factor out handling of object properties for array reuse
Kim Alvefur
2021-03-20
1
-79
/
+82
*
|
util.datamapper: Finally implement support for parsing arrays
Kim Alvefur
2021-03-20
1
-13
/
+9
*
|
util.datamapper: Factor out extraction of the XML part to use
Kim Alvefur
2021-03-20
1
-40
/
+42
*
|
util.datamapper: Only get element name if there's an element
Kim Alvefur
2021-03-19
1
-1
/
+3
*
|
util.datamapper: Fix arrays nesting one level too deep
Kim Alvefur
2021-03-19
1
-9
/
+9
*
|
util.datamapper: Deal with type name changes in util.jsonschema
Kim Alvefur
2021-03-19
1
-1
/
+1
*
|
util.jsonschema: Rename types for improved readability
Kim Alvefur
2021-03-18
1
-3
/
+12
*
|
util.datamapper: Limited support for unparsing simple arrays of strings
Kim Alvefur
2021-03-18
1
-11
/
+41
*
|
util.datamapper: Add initial support for parsing arrays
Kim Alvefur
2021-03-18
1
-9
/
+47
*
|
util.datamapper: Factor out common schema unpacking
Kim Alvefur
2021-03-14
1
-80
/
+53
*
|
util.datamapper: Separate extraction of xml from coercion to target type
Kim Alvefur
2021-03-14
1
-34
/
+28
*
|
util.datamapper: Use enum instead of mutually exclusive booleans
Kim Alvefur
2021-03-14
1
-20
/
+20
*
|
util.datamapper: Enumerated elements
Kim Alvefur
2021-03-12
1
-1
/
+20
*
|
util.datamapper: Add references with notes
Kim Alvefur
2021-03-10
1
-0
/
+3
*
|
util.jsonschema: Restructure "type" keyword handling
Kim Alvefur
2021-03-09
1
-9
/
+10
*
|
util.jsonschema: Syntax tweak to not upset syntax highlighting
Kim Alvefur
2021-03-09
1
-2
/
+2
*
|
util.jsonschema: Implement "propertyNames"
Kim Alvefur
2021-03-09
1
-0
/
+6
*
|
util.jsonschema: Restructure handling of "properties" and "additionalProperties"
Kim Alvefur
2021-03-09
1
-22
/
+8
*
|
util.jsonschema: Fix "uniqueItems" prematurely declaring a match
Kim Alvefur
2021-03-09
1
-1
/
+0
*
|
util.jsonschema: Implement the "prefixItems" keyword
Kim Alvefur
2021-03-09
1
-1
/
+12
*
|
util.jsonschema: Implement the "contains" keyword
Kim Alvefur
2021-03-09
1
-0
/
+13
*
|
util.jsonschema: Allow a boolean as schema
Kim Alvefur
2021-03-09
1
-0
/
+3
*
|
util.jsonschema: Correct "items" keyword
Kim Alvefur
2021-03-09
1
-12
/
+4
*
|
util.datamapper: Add support for mapping of elements where only one attribute...
Kim Alvefur
2021-03-07
1
-0
/
+34
*
|
util.datamapper: Add logic for "boolean" tags here the presence means true
Kim Alvefur
2021-03-07
1
-3
/
+9
*
|
util.datamapper: Invent extension for using tag name as value
Kim Alvefur
2021-03-06
1
-2
/
+15
[prev]
[next]