Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | Doing this when creating a whole new session seems reasonable because it is already expensive and this is when it may be adding to the old session store, while a successful resumption should be plus-minus zero. | ||||
* | mod_smacks: Record timestamp with persisted counters | Kim Alvefur | 2021-12-31 | 1 | -2/+4 |
| | | | | | For future cleanup routine when people inevitably complain about this data being stored there forever | ||||
* | mod_auth_internal_hashed: Up iteration count to 10000 per XEP-0438 | Kim Alvefur | 2021-12-26 | 1 | -1/+1 |
| | | | | | | | | More security for less pain than switching to SCRAM-SHA-256 The XEP will likely be change to reference the RFC that will probably come from draft-ietf-kitten-password-storage once it is ready, and then we should update to follow that. | ||||
* | 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 |
| | | | | | The 's2s-created' fires just after accepting the TCP connection, before the addresses are known, so this can have some false positives. | ||||
* | 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 |
| | | | | Gives a better idea of what's taking time. | ||||
* | 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 |
| | | | | | | | | | Presence subscriptions are normally revoked on account deletion, which informs the contact. Sometimes this notification gets lost e.g. due to s2s problems. The accounts JID may also be present e.g. in MUC affiliations, chat group member lists, pubsub subscriptions or other systems. These may grant privileges which would fall to someone who creates the same account again, which this module is meant to prevent. | ||||
* | 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 |
| | | | | | These would previously be left behind. Probably mostly harmless except for clogging up the `debug:events()` listing in the console. | ||||
* | mod_smacks: Use more compact resumption tokens | Kim Alvefur | 2021-12-22 | 1 | -2/+2 |
| | | | | | | UUID seems like insane overkill for something user-scoped and not security-sensitive. All that is needed is to avoid conflicts among what should be relatively long-lived sessions. | ||||
* | util.id: Adjust entropy levels, with rationales | Kim Alvefur | 2021-12-02 | 1 | -1/+1 |
| | | | | | Modules using ids for logging should not need the now pretty large medium one. | ||||
* | 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 |
| | | | | | | | Silences luacheck too All we care about is that it is a bare JID, not a full JID with a resource, since those are forbidden in rosters. | ||||
* | mod_roster: pass correct username to roster-item-removed | Jonas Schäfer | 2021-12-22 | 1 | -1/+1 |
| | | | | | | | | | | | The other invocations use it that way, and the only listener in trunk which uses it (in mod_presence) expects it that way. Passing the username of the JID from the removed entry causes incorrect unavailable presence stanzas to be sent, allegedly kicking people off MUCs. Fixes #1121. | ||||
* | 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 |
| | | | | | | | | | | | | | | Data is already wiped from storage, but this ensures everything is properly unsubscribed, possibly with notifications etc. Clears recipient cache as well, since it is no longer relevant. | ||||
| * | mod_pep: Prevent creation of services for non-existent users | Kim Alvefur | 2021-11-04 | 1 | -0/+15 |
| | | | | | | | | | | Using a dedicated service should give identical behavior, except for a possible timing difference in the user existence lookup. | ||||
| * | 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 |
| | | | | | | | | Ensures configuration is refreshed, releases some memory. | ||||
| * | mod_c2s: Indicate stream secure state in error text when no stream features ↵ | Matthew Wild | 2021-07-06 | 1 | -1/+4 |
| | | | | | | | | to offer | ||||
* | | mod_storage_xep0227: Replace custom tag-removal helpers with :remove_children() | Matthew Wild | 2021-12-20 | 1 | -27/+9 |
| | | |||||
* | | mod_smacks: Add future todo | Kim Alvefur | 2021-12-20 | 1 | -0/+1 |
| | | | | | | | | | | The vision: All the queueing and counting and session replacement logic in core, with mod_smacks only hooking this up to the XEP-0198 protocol. | ||||
* | | mod_smacks: Only include max resumption time when resumption is activated | Kim Alvefur | 2021-12-20 | 1 | -1/+3 |
| | | |||||
* | | mod_smacks: Fix typos | Kim Alvefur | 2021-12-20 | 1 | -2/+2 |
| | | |||||
* | | mod_smacks: Fix error on shutdown if loaded on Component | Kim Alvefur | 2021-12-20 | 1 | -0/+4 |
| | | |||||
* | | mod_smacks: Fix typo (thanks codespell) | Kim Alvefur | 2021-12-19 | 1 | -1/+1 |
| | | |||||
* | | mod_smacks: Avoid log noise when a non-smacks session is closed | Kim Alvefur | 2021-12-19 | 1 | -0/+1 |
| | | |||||
* | | mod_smacks: Check if session was really sleeping before logging message | Kim Alvefur | 2021-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | It could have been resumed without going into hibernation first, i.e. when the client notices the disconnect before the server, or if it switches networks etc. | ||||
* | | mod_smacks: Fix traceback when bouncing unacked stanzas | Kim Alvefur | 2021-12-18 | 1 | -0/+1 |
| | | | | | | | | | | Errors sent from handle_unacked_stanzas() should usually not be sent to the session itself, but if one is, it should not be queued. | ||||
* | | mod_smacks: Fix duplicate sleep behavior when replacing a session | Kim Alvefur | 2021-12-18 | 1 | -0/+1 |
| | | | | | | | | | | Fixes that an extra watchdog was set, leaking the previous one, which went on to do behave as if the session times out. | ||||
* | | mod_c2s: Fire pre-closing event regardless of connected state | Kim Alvefur | 2021-12-18 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | With mod_smacks, a session can outlive the connection, so whether the event is fired should not hinge on whether the session is connected or not. Helps mod_smacks remove some state. | ||||
* | | mod_smacks: Remove references to connection on hibernation | Kim Alvefur | 2021-12-18 | 1 | -1/+4 |
| | | | | | | | | | | | | Still having the connection on the session may cause unintentional behavior, such as the session being treated as if connected, even tho the connection has been closed. | ||||
* | | mod_smacks: Add more logging | Kim Alvefur | 2021-12-18 | 1 | -0/+9 |
| | | |||||
* | | mod_smacks: Remove useless delay in requesting ack on resumption | Kim Alvefur | 2021-12-17 | 1 | -23/+1 |
| | | | | | | | | Was this the last place using the delay? Nice! | ||||
* | | mod_smacks: Fix to not wait for acks from before a resumption | Kim Alvefur | 2021-12-17 | 1 | -0/+1 |
| | | | | | | | | | | Otherwise it can get stuck waiting indefinitely for an ack that made it notice the connection was stale. | ||||
* | | mod_smacks: Split log messages for when an old session exists in storage | Kim Alvefur | 2021-12-17 | 1 | -1/+2 |
| | | | | | | | | Non-existent did not seem entirely accurate for this case | ||||
* | | mod_smacks: Bounce unacked stanzas on shutdown | Kim Alvefur | 2021-12-17 | 1 | -1/+11 |
| | | |||||
* | | mod_smacks: Preserve counter values on shutdown | Kim Alvefur | 2021-12-17 | 1 | -0/+22 |
| | | |||||
* | | mod_smacks: Simplify access to local user sessions | Kim Alvefur | 2021-12-17 | 1 | -2/+2 |
| | | | | | | | | | | Less to type if per chance the next commit also wants to access sessions. |