aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411Kim Alvefur2022-01-091-0/+34
* mod_bookmarks: Add option for disabling upgrade of legacy bookmarksKim Alvefur2022-01-081-1/+3
* mod_bookmarks: Unhook PEP service objects on removal from cacheKim Alvefur2022-01-081-1/+4
* util.pubsub: Fix item store resize to "max"Kim Alvefur2022-01-062-0/+2
* mod_bookmarks: Override the node configuration if it was wrongEmmanuel Gil Peyrot2022-01-061-0/+20
* mod_invites: Comment on module loading for HTTP invite URLsKim Alvefur2022-01-051-0/+1
* mod_bookmarks: Remove compatibility with 0.11Emmanuel Gil Peyrot2022-01-041-6/+0
* mod_bookmarks: Import mod_bookmarks2 from prosody-modules @ ad7767a9f3eaEmmanuel Gil Peyrot2022-01-041-0/+407
* mod_invites_adhoc: Import from prosody-modules@5001104f0275Kim Alvefur2022-01-051-0/+126
* mod_invites_register: Import from prosody-modules@797b51043767Kim Alvefur2021-12-291-0/+160
* mod_invites: Silence luacheck warningKim Alvefur2022-01-051-1/+1
* mod_invites: Import from prosdy-modules@5fc306239db3Kim Alvefur2021-12-271-0/+339
* mod_smacks: Log error to silence luacheckKim Alvefur2021-12-311-0/+2
* mod_smacks: Limit "old" session resumption countersKim Alvefur2021-12-311-0/+19
* mod_smacks: Record timestamp with persisted countersKim Alvefur2021-12-311-2/+4
* mod_auth_internal_hashed: Up iteration count to 10000 per XEP-0438Kim Alvefur2021-12-261-1/+1
* mod_auth_internal_hashed: Make SCRAM iteration count configurableKim Alvefur2021-12-261-1/+1
* mod_admin_shell: Log creation of incoming s2s connections during pingKim Alvefur2021-12-271-0/+2
* mod_smacks: sprinkle some metrics on itJonas Schäfer2021-12-271-2/+45
* mod_admin_shell: Print s2s related events while waiting for pingKim Alvefur2021-12-261-1/+28
* mod_tombstones: Add some future TODOsKim Alvefur2021-12-231-0/+4
* mod_tombstones: Remember deleted accounts #1307Kim Alvefur2021-12-231-0/+75
* mod_smacks: Compact code using new stanza APIKim Alvefur2021-12-221-9/+2
* mod_http: Clean up redirects handlers for wildcard on http module unloadKim Alvefur2021-12-221-0/+7
* mod_smacks: Use more compact resumption tokensKim Alvefur2021-12-221-2/+2
* util.id: Adjust entropy levels, with rationalesKim Alvefur2021-12-021-1/+1
* MUC: Switch ID algorithm for IQ relay (fixes #1266, #1435)Kim Alvefur2021-10-051-3/+5
* MUC: Add method for getting the occupant id salt to allow reuseKim Alvefur2021-10-052-5/+12
* mod_roster: Improve readability of bare-JID checkKim Alvefur2021-12-221-2/+2
* mod_roster: pass correct username to roster-item-removedJonas Schäfer2021-12-221-1/+1
* Merge 0.11->trunkKim Alvefur2021-12-201-10/+52
|\
| * mod_pep: Wipe pubsub service on user deletion0.11.11Kim Alvefur2021-11-041-0/+15
| * mod_pep: Prevent creation of services for non-existent usersKim Alvefur2021-11-041-0/+15
| * mod_pep: Limit possible growth of node subscription infoKim Alvefur2021-11-041-2/+5
| * mod_pep: Limit possible growth of number of pubsub servicesKim Alvefur2021-11-041-2/+16
| * mod_pep: Don't pass pubsub services across reloadsKim Alvefur2021-11-041-6/+0
| * mod_c2s: Indicate stream secure state in error text when no stream features t...Matthew Wild2021-07-061-1/+4
* | mod_storage_xep0227: Replace custom tag-removal helpers with :remove_children()Matthew Wild2021-12-201-27/+9
* | mod_smacks: Add future todoKim Alvefur2021-12-201-0/+1
* | mod_smacks: Only include max resumption time when resumption is activatedKim Alvefur2021-12-201-1/+3
* | mod_smacks: Fix typosKim Alvefur2021-12-201-2/+2
* | mod_smacks: Fix error on shutdown if loaded on ComponentKim Alvefur2021-12-201-0/+4
* | mod_smacks: Fix typo (thanks codespell)Kim Alvefur2021-12-191-1/+1
* | mod_smacks: Avoid log noise when a non-smacks session is closedKim Alvefur2021-12-191-0/+1
* | mod_smacks: Check if session was really sleeping before logging messageKim Alvefur2021-12-181-1/+1
* | mod_smacks: Fix traceback when bouncing unacked stanzasKim Alvefur2021-12-181-0/+1
* | mod_smacks: Fix duplicate sleep behavior when replacing a sessionKim Alvefur2021-12-181-0/+1
* | mod_c2s: Fire pre-closing event regardless of connected stateKim Alvefur2021-12-181-3/+3
* | mod_smacks: Remove references to connection on hibernationKim Alvefur2021-12-181-1/+4
* | mod_smacks: Add more loggingKim Alvefur2021-12-181-0/+9