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
...
*
|
util.human.io: Fix pattern in parse_duration() to cover all used letters
Kim Alvefur
2023-07-16
1
-2
/
+2
*
|
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
*
|
tools: Add mod2spec.sh, turns util.example into spec/util_example_spec.lua
Kim Alvefur
2023-07-16
1
-0
/
+4
*
|
editorconfig: Include the command used to normalize *.xml
Kim Alvefur
2023-07-15
1
-1
/
+2
*
|
editorconfig: Specify max line length to match luacheck settings
Kim Alvefur
2023-07-15
1
-0
/
+1
*
|
editorconfig: Explicitly specify preferred charset (UTF-8)
Kim Alvefur
2023-07-15
1
-0
/
+1
*
|
editorconfig: Add link to format description
Kim Alvefur
2023-07-15
1
-0
/
+2
*
|
mod_storage_sql: Remove completed TODO (testing UPSERT on PostgreSQL)
Kim Alvefur
2023-07-12
1
-1
/
+0
*
|
CHANGES: Move line about LuaSQLite3 to Storage section
Kim Alvefur
2023-07-12
1
-1
/
+1
*
|
CHANGES: Mention performance improvements for internal archives
Kim Alvefur
2023-07-12
1
-0
/
+1
*
|
mod_storage_internal: Implement efficient deletion of oldest archive items
Kim Alvefur
2023-07-12
1
-0
/
+22
*
|
util.datamanager: Pad list writes to avoid crossing block boundaries
Kim Alvefur
2023-06-07
1
-0
/
+7
*
|
util.datamanager: Efficiently remove whole blocks to shift lists
Kim Alvefur
2023-07-12
1
-0
/
+40
*
|
util.pposix: Add remove_blocks() for deleting parts of files
Kim Alvefur
2023-06-07
2
-0
/
+37
*
|
util.datamanager: Add way to efficiently remove first items in a list
Kim Alvefur
2023-07-12
1
-0
/
+92
*
|
util.datamanager: Fix indexing first item if not at the very start
Kim Alvefur
2023-07-10
1
-2
/
+2
*
|
util.datamanager: Reduce log level of left over debug messages to debug (than...
Kim Alvefur
2023-07-12
1
-2
/
+2
*
|
util.datamanager: Fix missing separator in log line
Kim Alvefur
2023-07-10
1
-1
/
+1
*
|
Merge 0.12->trunk
Kim Alvefur
2023-07-10
2
-2
/
+3
|
\
|
|
*
core.certmanager: Update Mozilla TLS config to version 5.7
Kim Alvefur
2023-07-09
1
-1
/
+2
|
*
mod_pubsub: Send correct jid attribute in disco#items
Kim Alvefur
2023-07-08
1
-1
/
+1
*
|
mod_http_file_share: Put 'expires' back, thought it was unused
Kim Alvefur
2023-07-02
1
-0
/
+1
*
|
util.cache: Pass cache itself to eviction callback
Kim Alvefur
2023-06-30
2
-4
/
+3
*
|
util.cache: Keep eviction candidate if callback resized to make room
Kim Alvefur
2023-06-30
2
-3
/
+29
*
|
util.serialization: Teach Teal about the new "pretty" preset
Kim Alvefur
2023-06-30
1
-0
/
+1
*
|
util.jsonpointer: Change function prototype to allow anything
Kim Alvefur
2023-06-30
1
-1
/
+1
*
|
util.jsonpointer: Silence Teal warning
Kim Alvefur
2023-06-30
1
-1
/
+1
*
|
core, plugins: Split prosody:user role into prosody:{guest,registered,member}
Matthew Wild
2023-06-29
8
-44
/
+52
*
|
usermanager: Add create_user_with_role() method to atomically set initial role
Matthew Wild
2023-06-29
1
-0
/
+26
*
|
mod_http_file_share: Set slot token TTL so util.jwt validates expiry
Kim Alvefur
2023-06-28
1
-2
/
+1
*
|
prosodyctl: Add experimental way to reload specific modules directly
Kim Alvefur
2023-06-25
1
-0
/
+9
*
|
net.server: Handle loading from outside Prosody (e.g. Verse)
Kim Alvefur
2023-05-20
1
-15
/
+20
*
|
renamening: Fix newly added imports to use the new namespace
Kim Alvefur
2023-06-18
5
-6
/
+6
*
|
util.jsonschema: Remove wrapper function
Kim Alvefur
2023-06-17
2
-14
/
+0
*
|
util.jsonschema: Silence Teal warnings about utf8 library
Kim Alvefur
2023-06-17
2
-4
/
+4
*
|
util.jsonschema: Silence Teal warnings about counting items in tables
Kim Alvefur
2023-06-17
2
-8
/
+8
*
|
mod_invites: Refactor argument handling using util.argparse
Kim Alvefur
2022-01-12
1
-63
/
+59
*
|
util.argparse: Add support for repeatable parameters
Kim Alvefur
2022-01-05
2
-2
/
+16
*
|
mod_storage_sql: Fix column name in index check for PostgreSQL
Kim Alvefur
2023-06-17
1
-1
/
+1
*
|
mod_storage_sql: Adjust indentation to align with surrounding code
Kim Alvefur
2023-06-17
1
-3
/
+3
*
|
mod_storage_sql: Only remove old index if it exists
Kim Alvefur
2023-06-17
1
-9
/
+11
*
|
mod_storage_sql: Be more specific when checking for old index in SQLite3
Kim Alvefur
2023-06-17
1
-1
/
+1
*
|
mod_storage_sql: Improve check for old table index on PostgreSQL
Kim Alvefur
2023-06-16
1
-1
/
+1
*
|
mod_storage_sql: Enable UPSERT with PostgreSQL
Kim Alvefur
2023-06-16
1
-1
/
+1
*
|
doap: Fix typo in attribute name
Kim Alvefur
2023-06-16
1
-1
/
+1
*
|
util.pposix: Use Lua enum API for resource limit name argument
Kim Alvefur
2023-06-14
1
-47
/
+33
*
|
mod_storage_sql: Add some TODO comments for future UPSERT work
Kim Alvefur
2023-06-11
1
-0
/
+2
*
|
mod_storage_sql: Do not keep track of quota when no quota is set
Kim Alvefur
2023-06-11
1
-20
/
+29
[prev]
[next]