lightning-terminal/session
Elle Mouton b82e01edf4
session: update session remote pub by session ID
It's a better pattern to refer to sessions in the same way consistently.
So we update the UpdateSessionRemotePubKey method to use a session ID as
a reference to the session instead of local pub key.
2025-03-04 17:39:03 +02:00
..
migration1 session: fix linter issues 2024-04-25 14:49:45 +02:00
migration2 session: migration to populate group ID to session ID indexes 2023-08-30 12:34:28 +02:00
migtest session: add new ID-to-key index 2023-08-30 11:46:33 +02:00
errors.go session: use error variables 2025-02-27 08:07:51 +02:00
interface.go session: update session remote pub by session ID 2025-03-04 17:39:03 +02:00
kvdb_store.go session: update session remote pub by session ID 2025-03-04 17:39:03 +02:00
log.go session: add session package 2021-11-24 13:44:25 -05:00
macaroon.go multi: move macaroon helpers to macaroons dir 2025-02-09 10:37:40 +02:00
metadata.go session: migration to populate group ID to session ID indexes 2023-08-30 12:34:28 +02:00
privacy_flags.go refactor: using slices.Contains to simplify the code 2025-01-09 15:38:45 +08:00
privacy_flags_test.go firewall: obfuscate ConnectPeer 2024-07-02 18:21:42 +02:00
server.go session: update session remote pub by session ID 2025-03-04 17:39:03 +02:00
store_test.go session: update session remote pub by session ID 2025-03-04 17:39:03 +02:00
test_kvdb.go session+terminal: give session Store access to the accounts store 2025-03-04 13:43:13 +02:00
tlv.go session: assert account exists before linking a session to it 2025-03-04 13:43:42 +02:00
tlv_test.go session: functional options for NewSession 2025-02-27 15:00:02 +02:00