| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mod_storage_xep0227: Fix luacheck warnings | Matthew Wild | 2022-01-14 | 1 | -2/+2 |
* | mod_storage_xep0227: Add API to iterate all stores of a user | Matthew Wild | 2022-01-14 | 1 | -7/+23 |
* | mod_storage_xep0227: Skip self-contacts on roster import | Matthew Wild | 2022-01-14 | 1 | -11/+15 |
* | mod_http_file_share: Always measure total disk usage for statistics! | Kim Alvefur | 2022-01-11 | 1 | -49/+46 |
* | mod_bookmarks: Fix traceback on attempt to convert invalid bookmark | Kim Alvefur | 2022-01-11 | 1 | -4/+9 |
* | mod_bookmarks: Block publishing to older XEP-0402 v0.3.0 node | Kim Alvefur | 2022-01-10 | 1 | -1/+8 |
* | mod_storage_xep0227: Fix writing non-user data | Kim Alvefur | 2022-01-10 | 1 | -2/+3 |
* | mod_storage_xep0227: Ignore luacheck warning | Matthew Wild | 2022-01-10 | 1 | -1/+1 |
* | mod_storage_xep0227: Support for exporting nodes with no stored configuration | Matthew Wild | 2022-01-10 | 1 | -0/+3 |
* | mod_storage_xep0227: Allow overriding the input/output layer for XEP-0227 data | Matthew Wild | 2022-01-10 | 1 | -27/+49 |
* | mod_bookmarks: Skip migration of legacy data when empty | Kim Alvefur | 2022-01-10 | 1 | -1/+1 |
* | mod_bookmarks: Make sure legacy bookmarks node exists to hold access model | Kim Alvefur | 2022-01-10 | 1 | -19/+28 |
* | mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411 | Kim Alvefur | 2022-01-09 | 1 | -0/+34 |
* | mod_bookmarks: Add option for disabling upgrade of legacy bookmarks | Kim Alvefur | 2022-01-08 | 1 | -1/+3 |
* | mod_bookmarks: Unhook PEP service objects on removal from cache | Kim Alvefur | 2022-01-08 | 1 | -1/+4 |
* | util.pubsub: Fix item store resize to "max" | Kim Alvefur | 2022-01-06 | 2 | -0/+2 |
* | mod_bookmarks: Override the node configuration if it was wrong | Emmanuel Gil Peyrot | 2022-01-06 | 1 | -0/+20 |
* | mod_invites: Comment on module loading for HTTP invite URLs | Kim Alvefur | 2022-01-05 | 1 | -0/+1 |
* | mod_bookmarks: Remove compatibility with 0.11 | Emmanuel Gil Peyrot | 2022-01-04 | 1 | -6/+0 |
* | mod_bookmarks: Import mod_bookmarks2 from prosody-modules @ ad7767a9f3ea | Emmanuel Gil Peyrot | 2022-01-04 | 1 | -0/+407 |
* | mod_invites_adhoc: Import from prosody-modules@5001104f0275 | Kim Alvefur | 2022-01-05 | 1 | -0/+126 |
* | mod_invites_register: Import from prosody-modules@797b51043767 | Kim Alvefur | 2021-12-29 | 1 | -0/+160 |
* | mod_invites: Silence luacheck warning | Kim Alvefur | 2022-01-05 | 1 | -1/+1 |
* | mod_invites: Import from prosdy-modules@5fc306239db3 | Kim Alvefur | 2021-12-27 | 1 | -0/+339 |
* | mod_smacks: Log error to silence luacheck | Kim Alvefur | 2021-12-31 | 1 | -0/+2 |
* | mod_smacks: Limit "old" session resumption counters | Kim Alvefur | 2021-12-31 | 1 | -0/+19 |
* | mod_smacks: Record timestamp with persisted counters | Kim Alvefur | 2021-12-31 | 1 | -2/+4 |
* | mod_auth_internal_hashed: Up iteration count to 10000 per XEP-0438 | Kim Alvefur | 2021-12-26 | 1 | -1/+1 |
* | mod_auth_internal_hashed: Make SCRAM iteration count configurable | Kim Alvefur | 2021-12-26 | 1 | -1/+1 |
* | mod_admin_shell: Log creation of incoming s2s connections during ping | Kim Alvefur | 2021-12-27 | 1 | -0/+2 |
* | mod_smacks: sprinkle some metrics on it | Jonas Schäfer | 2021-12-27 | 1 | -2/+45 |
* | mod_admin_shell: Print s2s related events while waiting for ping | Kim Alvefur | 2021-12-26 | 1 | -1/+28 |
* | mod_tombstones: Add some future TODOs | Kim Alvefur | 2021-12-23 | 1 | -0/+4 |
* | mod_tombstones: Remember deleted accounts #1307 | Kim Alvefur | 2021-12-23 | 1 | -0/+75 |
* | mod_smacks: Compact code using new stanza API | Kim Alvefur | 2021-12-22 | 1 | -9/+2 |
* | mod_http: Clean up redirects handlers for wildcard on http module unload | Kim Alvefur | 2021-12-22 | 1 | -0/+7 |
* | mod_smacks: Use more compact resumption tokens | Kim Alvefur | 2021-12-22 | 1 | -2/+2 |
* | util.id: Adjust entropy levels, with rationales | Kim Alvefur | 2021-12-02 | 1 | -1/+1 |
* | MUC: Switch ID algorithm for IQ relay (fixes #1266, #1435) | Kim Alvefur | 2021-10-05 | 1 | -3/+5 |
* | MUC: Add method for getting the occupant id salt to allow reuse | Kim Alvefur | 2021-10-05 | 2 | -5/+12 |
* | mod_roster: Improve readability of bare-JID check | Kim Alvefur | 2021-12-22 | 1 | -2/+2 |
* | mod_roster: pass correct username to roster-item-removed | Jonas Schäfer | 2021-12-22 | 1 | -1/+1 |
* | Merge 0.11->trunk | Kim Alvefur | 2021-12-20 | 1 | -10/+52 |
|\ |
|
| * | mod_pep: Wipe pubsub service on user deletion0.11.11 | Kim Alvefur | 2021-11-04 | 1 | -0/+15 |
| * | mod_pep: Prevent creation of services for non-existent users | Kim Alvefur | 2021-11-04 | 1 | -0/+15 |
| * | mod_pep: Limit possible growth of node subscription info | Kim Alvefur | 2021-11-04 | 1 | -2/+5 |
| * | mod_pep: Limit possible growth of number of pubsub services | Kim Alvefur | 2021-11-04 | 1 | -2/+16 |
| * | mod_pep: Don't pass pubsub services across reloads | Kim Alvefur | 2021-11-04 | 1 | -6/+0 |
| * | mod_c2s: Indicate stream secure state in error text when no stream features t... | Matthew Wild | 2021-07-06 | 1 | -1/+4 |
* | | mod_storage_xep0227: Replace custom tag-removal helpers with :remove_children() | Matthew Wild | 2021-12-20 | 1 | -27/+9 |