-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client: unsub and remove idle users from gc #327
Commits on Aug 24, 2023
-
client: switch posts related events to notifications
miki committedAug 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 20cb0fe - Browse repository at this point
Copy the full SHA 20cb0feView commit details -
client: change UpdateAddressBookEntry func signature
miki committedAug 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 4d69d78 - Browse repository at this point
Copy the full SHA 4d69d78View commit details -
client: drop ratchet from AddressBookEntry
Avoids having to unnecessarily load it every time the address book needs an update.
miki committedAug 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 745a49b - Browse repository at this point
Copy the full SHA 745a49bView commit details
Commits on Aug 25, 2023
-
client: use db-based addressbook
miki committedAug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for bdd79c0 - Browse repository at this point
Copy the full SHA bdd79c0View commit details -
client: track when a remote client was first created
This also adds an upgrade that fills the FirstCreated field to either the last known time of the remote user's ratchet decryption or encryption, or the current time.
miki committedAug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 8ad3286 - Browse repository at this point
Copy the full SHA 8ad3286View commit details -
client: autohandshake with idle remote users
This will help determine if the user is still active or not.
miki committedAug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 722e570 - Browse repository at this point
Copy the full SHA 722e570View commit details -
client: automatically unsub and gc kick idle users
miki committedAug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 9d47cc3 - Browse repository at this point
Copy the full SHA 9d47cc3View commit details -
client: disable auto handshake and idle removal when cfg is zero
This will be helpful when these are exposed to the user.
miki committedAug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for d7200e5 - Browse repository at this point
Copy the full SHA d7200e5View commit details -
brclient: expose auto handshake and idle user removal cfg
miki committedAug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for b29dc92 - Browse repository at this point
Copy the full SHA b29dc92View commit details -
bruig: expose auto handshake and idle user removal cfg
miki committedAug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for abbb01c - Browse repository at this point
Copy the full SHA abbb01cView commit details