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
/
plugins
/
mod_storage_sql.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_storage_sql: Use UUIDv7 as keys
Kim Alvefur
2023-07-17
1
-1
/
+1
*
mod_storage_sql: Spell out missing dependencies
Kim Alvefur
2023-07-22
1
-3
/
+16
*
mod_storage_sql: Pass variables as arguments instead of upvalues
Kim Alvefur
2023-07-22
1
-10
/
+5
*
plugins: Use boolean config method in some places
Kim Alvefur
2023-07-18
1
-1
/
+1
*
mod_storage_sql: Use integer config option for cache size
Kim Alvefur
2023-07-18
1
-1
/
+1
*
mod_storage_sql: Use config enum for 'sqlite_tune'
Kim Alvefur
2023-07-18
1
-1
/
+1
*
mod_storage_sql: Allow higher precision timestamps in SQLite3
Kim Alvefur
2023-07-17
1
-1
/
+5
*
plugins: Use integer config API with interval specification where sensible
Kim Alvefur
2023-07-17
1
-1
/
+1
*
mod_storage_sql: Remove completed TODO (testing UPSERT on PostgreSQL)
Kim Alvefur
2023-07-12
1
-1
/
+0
*
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
*
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
*
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
*
plugins: Prefix module imports with prosody namespace
Kim Alvefur
2023-03-24
1
-13
/
+13
*
mod_storage_sql: Remove module status on unknown 'debug' level
Kim Alvefur
2023-01-31
1
-1
/
+0
*
mod_storage_sql: Silence luacheck warning
Kim Alvefur
2023-01-30
1
-1
/
+1
*
mod_storage_sql: Record connection to database as module status
Kim Alvefur
2023-01-30
1
-0
/
+6
*
mod_storage_sql: Support SQLite3 without LuaDBI
Kim Alvefur
2023-01-19
1
-1
/
+8
*
Merge 0.12->trunk
Kim Alvefur
2023-01-06
1
-14
/
+12
|
\
|
*
mod_storage_sql: Fix #1639
Kim Alvefur
2023-01-01
1
-14
/
+12
*
|
Merge 0.12->trunk
Kim Alvefur
2022-12-29
1
-1
/
+0
|
\
|
|
*
mod_storage_sql: Don't avoid initialization under prosodyctl (fix #1787)
Kim Alvefur
2022-12-29
1
-1
/
+0
*
|
mod_storage_sql: Strip timestamp precision in queries to fix error (thanks mu...
Kim Alvefur
2022-09-07
1
-2
/
+2
*
|
mod_storage_sql: Drop archive timestamp precision pending schema update
Kim Alvefur
2022-08-14
1
-1
/
+2
*
|
Merge 0.12->trunk
Kim Alvefur
2022-07-29
1
-4
/
+2
|
\
|
|
*
mod_storage_sql: Fix summary API with Postgres (fixes #1766)
Kim Alvefur
2022-07-22
1
-4
/
+2
*
|
Merge 0.12->trunk
Kim Alvefur
2022-07-27
1
-1
/
+1
|
\
|
|
*
mod_storage_sql: Fix bypass of load procedure under prosodyctl
Kim Alvefur
2022-07-26
1
-1
/
+1
*
|
compat: Remove handling of Lua 5.1 location of 'unpack' function
Kim Alvefur
2022-07-11
1
-1
/
+1
*
|
mod_storage_sql: Remove Lua 5.1 compatibility hack
Kim Alvefur
2022-07-02
1
-2
/
+1
|
/
*
mod_storage_sql: Return cached total where it makes sense
Kim Alvefur
2021-11-30
1
-4
/
+9
*
mod_storage_sql: Adjust handling of 'total' for multi-id queries
Kim Alvefur
2021-11-30
1
-2
/
+3
*
mod_storage_sql: Fix traceback on multi-user deletion
Kim Alvefur
2021-11-30
1
-2
/
+6
*
mod_storage_sql: Expose multi-user deletion capability
Kim Alvefur
2021-11-30
1
-0
/
+1
*
mod_storage_sql: Fix for move of yes/no function (Thanks Kasim)
Kim Alvefur
2021-06-21
1
-2
/
+2
*
mod_storage_sql: Implement map-like API for archives
Kim Alvefur
2021-02-01
1
-0
/
+47
*
mod_storage_sql: Fix compatibilty with Lua 5.1
Kim Alvefur
2021-01-13
1
-1
/
+2
*
mod_storage_sql: Support query for set of IDs
Kim Alvefur
2021-01-12
1
-0
/
+10
*
mod_storage_sql: Advertise support for id range query
Kim Alvefur
2021-01-09
1
-0
/
+1
*
mod_storage_sql: Measure hits/misses on the item count cache
Kim Alvefur
2020-07-02
1
-0
/
+7
*
mod_storage_sql: Fix incorrect results when fetching items before specific ar...
Matthew Wild
2020-06-12
1
-1
/
+1
*
mod_storage_sql: Log database connection parameters when creating engine
Kim Alvefur
2020-05-02
1
-2
/
+3
[next]