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_sql2.lua
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Remove all trailing whitespace
Florian Zeitz
2013-08-09
1
-4
/
+4
|
*
mod_storage_sql2: Do an early return and drop an indentation level
Kim Alvefur
2013-08-02
1
-30
/
+29
|
*
mod_storage_sql2: Add archive store with append and find methods
Kim Alvefur
2013-07-12
1
-0
/
+89
|
*
mod_storage_sql2: Create an additional table `prosodyarchive` for ↵
Kim Alvefur
2013-07-12
1
-1
/
+18
|
|
|
|
chronological collections
*
mod_storage_sql2: Support XML serialization for stanzas.
Kim Alvefur
2013-07-10
1
-0
/
+9
|
*
mod_storage_sql2: Keep available store types in a table
Kim Alvefur
2013-07-10
1
-2
/
+7
|
*
mod_storage_sql2: Fix iteration over users and stores
Kim Alvefur
2013-07-10
1
-2
/
+16
|
*
mod_storage_sql2: Make sure the user field is not NULL
Kim Alvefur
2013-07-10
1
-4
/
+4
|
*
mod_storage_sql2: Use correct variable (Thanks SkyBlue and Florob)
Kim Alvefur
2013-06-23
1
-1
/
+1
|
*
mod_storage_sql2 (temporary name), sql.lib, util.sql: New SQL API supporting ↵
Matthew Wild
2013-04-18
1
-0
/
+237
cross-module connection sharing, transactions and Things - a work in progress