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.jsonschema: Implement 'luaPatternProperties' as Lua variant of 'patternP...
Kim Alvefur
2023-04-22
1
-1
/
+18
*
|
Merge 0.12->trunk
Kim Alvefur
2023-04-19
1
-1
/
+1
|
\
|
|
*
util.error: Fix error on conversion of invalid error stanza, fix #1805
Kim Alvefur
2023-04-19
1
-1
/
+1
*
|
util.human.io: Fix column width miscalculation
Kim Alvefur
2023-04-09
1
-3
/
+0
*
|
util.human.io: Fix error with ellipsis to negative length
Kim Alvefur
2023-04-09
1
-1
/
+1
*
|
util.sasl: Fix a singulars
Kim Alvefur
2023-04-07
1
-1
/
+1
*
|
util.argparse: Translate '-' to '_' in long option names for convenience
Matthew Wild
2023-04-07
1
-0
/
+1
*
|
util.human.io: Add parse_duration() method to parse a duration string
Matthew Wild
2023-04-07
1
-0
/
+12
*
|
util.prosodyctl.shell: Fix sending terminal width with single argument
Kim Alvefur
2023-04-07
1
-1
/
+1
*
|
util.human.io: Coerce $COLUMNS to number
Kim Alvefur
2023-04-07
1
-1
/
+1
*
|
util.prosodyctl.shell: Coerce terminal width to string (for util.stanza)
Kim Alvefur
2023-04-07
1
-1
/
+1
*
|
util.human.io: table: don't read $COLUMNS directly, just use term_width()
Matthew Wild
2023-04-07
1
-1
/
+1
*
|
util.human.io: table: Return determined width as a second result
Matthew Wild
2023-04-07
1
-1
/
+1
*
|
util.human.io: Prefer using the $COLUMNS environment variable if set (by read...
Kim Alvefur
2023-04-07
2
-1
/
+3
*
|
util.prosodyctl.shell: Use new term_width() for width
Kim Alvefur
2023-04-07
1
-1
/
+2
*
|
util.human.io: table: use term_width() to discover terminal width
Matthew Wild
2023-04-07
1
-1
/
+1
*
|
util.human.io: Add term_width() method to discover the terminal width
Matthew Wild
2023-04-07
1
-0
/
+12
*
|
util.human.io: Pass the whole column definition to mapper function
Kim Alvefur
2023-04-07
1
-1
/
+1
*
|
util.human.io: Allow defining per column ellipsis function
Kim Alvefur
2023-04-07
1
-1
/
+1
*
|
util.human.io: Pass expected width to mapper function
Kim Alvefur
2023-04-07
1
-1
/
+1
*
|
util.set: Change tostring format to {a, b, c}
Kim Alvefur
2023-04-06
1
-1
/
+1
*
|
util.array: Change tostring format to [a,b,c]
Kim Alvefur
2023-04-06
1
-1
/
+1
*
|
util.human.io: Fix pattern to support fractional proportions
Matthew Wild
2023-04-06
1
-2
/
+2
*
|
util.human.io: Support for dynamic "proportional" columns
Matthew Wild
2023-04-06
1
-4
/
+14
*
|
util.fsm: New utility lib for finite state machines
Matthew Wild
2022-03-17
1
-0
/
+154
*
|
util.startup: Add prosody.started promise to easily execute code after startup
Matthew Wild
2023-04-01
1
-3
/
+14
*
|
util.session: Add 'since' property with timestamp of session creation
Matthew Wild
2023-03-29
1
-0
/
+2
*
|
util.jsonschema: Implement 'dependentSchemas'
Kim Alvefur
2023-03-26
1
-0
/
+8
*
|
util.jsonschema: Implement 'dependentRequired'
Kim Alvefur
2023-03-26
1
-0
/
+12
*
|
util.roles: Implement a serialization preparation metamethod
Kim Alvefur
2023-03-26
1
-0
/
+13
*
|
util.set: Add a serialization preparation metamethod
Kim Alvefur
2023-03-26
1
-0
/
+9
*
|
util.format: Restore "freeze" serialization behavior in logging
Kim Alvefur
2023-03-26
1
-0
/
+1
*
|
util.format: Tweak serialization of %q formatted entries
Kim Alvefur
2023-03-26
1
-1
/
+8
*
|
util.startup: Tweak function string representation
Kim Alvefur
2023-03-26
1
-1
/
+1
*
|
util: Prefix module imports with prosody namespace
Kim Alvefur
2023-03-17
68
-246
/
+246
*
|
util.sasl.oauthbearer: Fix gs2-header parsing
Matthew Wild
2023-03-21
1
-1
/
+1
*
|
util.sasl.{scram,plain}: Pass authzid to SASL profile callback
Kim Alvefur
2023-03-16
2
-5
/
+4
*
|
util.sasl.scram: Fix off-by-one indentation
Kim Alvefur
2023-03-16
1
-2
/
+2
*
|
util.sasl.oauthbearer: Adjust parsing of GS2 to allow lack of authzid
Kim Alvefur
2023-03-16
2
-4
/
+5
*
|
util.sasl.oauthbearer: Return username from callback instead using authzid (BC)
Kim Alvefur
2023-03-16
1
-33
/
+3
*
|
util.sasl.oauthbearer: Fix syntax error in b796e08e6376
Matthew Wild
2023-03-15
1
-1
/
+1
*
|
util.sasl.oauthbearer: Attach token_info to sasl handler
Matthew Wild
2023-03-15
1
-0
/
+2
*
|
util.ip: Add ip.truncate() to return a new IP with only the prefix of another
Matthew Wild
2023-03-14
1
-0
/
+12
*
|
util.ip: Add is_ip() helper method to detect if an object is an ip object
Matthew Wild
2023-03-14
1
-0
/
+5
*
|
util.sasl.oauthbearer: Fix traceback on authz in unexpected format
Kim Alvefur
2023-03-02
1
-0
/
+4
*
|
util.sasl: Add SASL OAUTHBEARER mechanism (RFC 7628)
Matthew Wild
2023-03-01
2
-4
/
+88
*
|
Merge 0.12->trunk
Kim Alvefur
2023-02-22
1
-2
/
+2
|
\
|
|
*
util.prosodyctl.check: Suggest 'http_cors_override' instead of older CORS set...
Kim Alvefur
2023-02-22
1
-2
/
+2
*
|
mod_storage_sql: Record connection to database as module status
Kim Alvefur
2023-01-30
2
-4
/
+12
*
|
Merge 0.12->trunk
Kim Alvefur
2023-01-22
2
-3
/
+3
|
\
|
[prev]
[next]