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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
mod_pubsub: Allow specifying the JID of the pubsub service
Kim Alvefur
2021-12-07
2
-1
/
+2
*
|
mod_admin_shell: Handle global roles (pass host=*)
Kim Alvefur
2021-12-06
1
-1
/
+2
*
|
mod_admin_shell: Only check that local users exist locally
Kim Alvefur
2021-12-06
1
-3
/
+1
*
|
mod_disco: Optionally return info on admin accounts to non-contacts
Kim Alvefur
2021-04-15
1
-2
/
+5
*
|
mod_disco: Advertise anonymous users
Kim Alvefur
2020-07-04
1
-0
/
+2
*
|
mod_disco: Advertise admin accounts as such via disco identity
Kim Alvefur
2020-07-04
1
-1
/
+6
*
|
mod_admin_shell: Support setting roles on hosts other than the users'
Kim Alvefur
2021-12-06
1
-4
/
+8
*
|
mod_admin_shell: Add command for updating roles user:roles(jid, roles)
Kim Alvefur
2021-12-06
1
-4
/
+19
*
|
mod_admin_shell: Allow setting roles when creating user
Kim Alvefur
2021-12-04
1
-2
/
+12
*
|
MUC: Allow modules a chance to act prior to room destruction
Kim Alvefur
2021-12-05
2
-7
/
+19
*
|
mod_cron: Expose the One Timer via module environment
Kim Alvefur
2021-12-04
1
-1
/
+1
*
|
mod_http_file_share: Fix to take retention time into account
Kim Alvefur
2021-12-04
1
-1
/
+2
*
|
mod_http_file_share: Improve consistency of terminology in logging
Kim Alvefur
2021-12-04
1
-8
/
+8
*
|
mod_http_file_share: Rename variable for clarity
Kim Alvefur
2021-12-04
1
-6
/
+6
*
|
mod_http_file_share: Fix deletion counter
Kim Alvefur
2021-12-04
1
-4
/
+3
*
|
mod_http_file_share: Back out 876e1b6d6ae4
Kim Alvefur
2021-12-03
1
-2
/
+2
*
|
mod_http_file_share: Recalculate total storage usage weekly instead of daily
Kim Alvefur
2021-12-03
1
-1
/
+1
*
|
mod_cron: Add a 'weekly' job frequency
Kim Alvefur
2021-12-03
1
-1
/
+1
*
|
mod_cron: Initialize timestamp of new tasks to start of period
Kim Alvefur
2021-12-03
1
-2
/
+2
*
|
mod_cron: Follow convention of imports at the top
Kim Alvefur
2021-12-03
1
-1
/
+2
*
|
mod_http_file_share: Keep track of total storage use across restarts
Kim Alvefur
2021-12-03
1
-0
/
+5
*
|
mod_http_file_share: Fix measuring total storage use before it was known
Kim Alvefur
2021-12-03
1
-1
/
+1
*
|
mod_smacks: Refactor, simplify, optimize
Kim Alvefur
2021-12-03
1
-4
/
+2
*
|
mod_smacks: Use function to construct error reply
Kim Alvefur
2021-12-03
1
-5
/
+1
*
|
mod_cron: Initialize daily tasks so they run around midnight UTC
Kim Alvefur
2021-12-03
1
-0
/
+4
*
|
mod_http_file_share: Keep global storage use accurate longer.
Kim Alvefur
2021-11-30
1
-5
/
+5
*
|
mod_http_file_share: Merge file expiry loops
Kim Alvefur
2021-11-30
1
-13
/
+7
*
|
mod_http_file_share: Limit query to time since last expiry
Kim Alvefur
2021-11-30
1
-2
/
+2
*
|
mod_admin_shell: List periodic tasks in module:info
Kim Alvefur
2021-11-22
1
-0
/
+2
*
|
mod_http_file_share: Switch to mod_cron for periodic tasks
Kim Alvefur
2021-11-22
1
-14
/
+5
*
|
mod_muc_mam: Switch to mod_cron for message expiry
Kim Alvefur
2021-11-22
1
-6
/
+1
*
|
mod_mam: Switch to new cron API
Kim Alvefur
2021-11-21
1
-6
/
+1
*
|
mod_cron: Initial commit of periodic task runner
Kim Alvefur
2021-11-21
1
-0
/
+59
*
|
mod_smacks: Remove obsolete comment
Kim Alvefur
2021-12-02
1
-5
/
+0
*
|
mod_smacks: Avoid duplicated queueing using flag on session instead of stanza
Kim Alvefur
2021-12-02
1
-2
/
+4
*
|
mod_smacks: Remove dead conditional
Kim Alvefur
2021-12-02
1
-1
/
+1
*
|
mod_smacks: Ensure hibernating session is not connected
Kim Alvefur
2021-12-02
1
-0
/
+3
*
|
mod_smacks: Reorder imports etc
Kim Alvefur
2021-12-01
1
-13
/
+15
*
|
mod_smacks: Fix empty cache check
Kim Alvefur
2021-12-01
1
-1
/
+1
*
|
mod_smacks: Use stanza type checking function for correctness
Kim Alvefur
2021-12-01
1
-1
/
+1
*
|
mod_smacks: Remove redundant fields
Kim Alvefur
2021-12-01
1
-7
/
+1
*
|
mod_smacks: Factor out formatting of 'h' value
Kim Alvefur
2021-12-01
1
-4
/
+6
*
|
mod_smacks: Remove dead legacy code for 0.10
Kim Alvefur
2021-12-01
1
-17
/
+0
*
|
mod_smacks: Use new pre-session-close event instead of monkeypatch
Kim Alvefur
2021-12-01
1
-13
/
+16
*
|
mod_c2s: Add event just before closing as session
Kim Alvefur
2021-12-01
1
-0
/
+3
*
|
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_mam,mod_muc_mam: Simplify deletion when multi-user-deletion is supported
Kim Alvefur
2021-11-30
2
-13
/
+54
*
|
mod_storage_sql: Expose multi-user deletion capability
Kim Alvefur
2021-11-30
1
-0
/
+1
[prev]
[next]