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
...
*
|
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
*
|
mod_storage_sql: Add setting to tune SQLite3 performance vs safety
Kim Alvefur
2023-06-11
1
-0
/
+38
*
|
mod_storage_sql: Record all SQLite3 compile options for potential use
Kim Alvefur
2023-06-10
1
-4
/
+6
*
|
util.sqlite3: Don't cache prepared statements for one-off queries
Kim Alvefur
2023-06-10
1
-10
/
+8
*
|
util.sqlite3: Deduplicate query methods
Kim Alvefur
2023-06-10
1
-34
/
+27
*
|
util.sqlite3: Fix indentation
Kim Alvefur
2023-06-10
1
-5
/
+7
*
|
mod_storage_sql: Compose a keyval+ store out of keyval and map store methods
Kim Alvefur
2023-06-10
1
-0
/
+17
*
|
mod_storage_sql: Add UPSERT support
Kim Alvefur
2023-06-10
1
-7
/
+41
*
|
tools: Update imports to use new prosody.* namespace
Kim Alvefur
2023-06-08
9
-29
/
+59
*
|
Merge 0.12->trunk
Kim Alvefur
2023-06-10
2
-1
/
+3
|
\
|
|
*
mod_http: Fix error if 'access_control_allow_origins' is set
Kim Alvefur
2023-06-10
1
-1
/
+1
|
*
util.array: Expose new() on module table
Kim Alvefur
2023-06-10
1
-0
/
+2
*
|
mod_http: Simplify conversion of Set to Array
Kim Alvefur
2023-06-10
1
-1
/
+1
*
|
util.datamanager: Halve size of list index
Kim Alvefur
2021-05-14
1
-11
/
+15
*
|
mod_storage_internal: Use a binary search for time based ranges
Kim Alvefur
2021-05-12
1
-8
/
+55
*
|
mod_storage_internal: Lazy-load archive items while iterating
Kim Alvefur
2021-05-12
1
-59
/
+57
*
|
util.datamanager: Add O(1) list indexing with on-disk index
Kim Alvefur
2021-05-11
1
-0
/
+191
*
|
storagemanager tests: Reorder test data in chronological order
Kim Alvefur
2021-05-11
1
-13
/
+13
*
|
mod_admin_shell: Use new serialize preset to simplify default config
Kim Alvefur
2023-06-09
1
-2
/
+5
*
|
util.serialization: Add a "pretty" preset
Kim Alvefur
2023-06-09
1
-0
/
+4
*
|
doc/hgrc-email: Example config for using 'hg email' to contribute
Kim Alvefur
2023-06-07
1
-0
/
+16
*
|
doc/hgrc: Some useful Mercurial settings
Kim Alvefur
2023-06-07
1
-0
/
+43
*
|
mod_admin_shell: Warn when (un-)loading module would be undone by restart
Kim Alvefur
2023-06-06
1
-0
/
+12
*
|
mod_http: Make RFC 7239 Forwarded opt-in for now to be safe
Kim Alvefur
2023-06-03
2
-4
/
+11
*
|
mod_http: Use RFC 7239 Forwarded header to find original client IP
Kim Alvefur
2023-06-03
2
-1
/
+21
*
|
mod_http: Handle bracketed IP address format from RFC 7239
Kim Alvefur
2023-06-03
1
-0
/
+6
*
|
util.http: Implement parser for RFC 7239 Forwarded header
Kim Alvefur
2023-06-03
3
-0
/
+55
*
|
util.set: Remove duplicate __freeze metamethod
Kim Alvefur
2023-06-01
1
-9
/
+0
*
|
Merge 0.12->trunk
Kim Alvefur
2023-05-31
1
-4
/
+5
|
\
|
|
*
util.prosodyctl.check: Fix error where hostname can't be turned into A label
Kim Alvefur
2023-05-31
1
-4
/
+5
*
|
util.startup: Record current version in a metric
Kim Alvefur
2023-05-31
1
-1
/
+1
*
|
util.startup: Remove componentmanager backwards compatibility
Kim Alvefur
2023-05-31
1
-5
/
+0
*
|
net.http.server: Return request ID in header to aid debugging
Kim Alvefur
2023-05-29
1
-1
/
+1
*
|
mod_admin_shell: Show internal URL where different from external
Kim Alvefur
2023-05-28
1
-4
/
+8
[prev]
[next]