# # ChangeLog for trunk/msgstore.go in code # # Generated by Trac 1.6 # Jun 8, 2025, 5:09:24 PM Wed, 03 Nov 2021 17:21:05 GMT contact [667] * trunk/downstream.go (modified) * trunk/msgstore.go (modified) * trunk/msgstore_fs.go (modified) * trunk/msgstore_memory.go (modified) * trunk/server.go (modified) msgstore: add context to messageStore methods This allows setting a ... Wed, 03 Nov 2021 15:37:01 GMT contact [666] * trunk/downstream.go (modified) * trunk/msgstore.go (modified) * trunk/msgstore_fs.go (modified) * trunk/msgstore_memory.go (modified) * trunk/upstream.go (modified) * trunk/user.go (modified) msgstore: take Network as arg instead of network The message stores ... Wed, 03 Nov 2021 14:17:16 GMT delthas [665] * trunk/downstream.go (modified) * trunk/msgstore.go (modified) * trunk/msgstore_fs.go (modified) * trunk/msgstore_memory.go (modified) Add support for draft/event-playback Wed, 02 Jun 2021 18:32:11 GMT contact [549] * trunk/downstream.go (modified) * trunk/msgstore.go (modified) * trunk/msgstore_fs.go (modified) Implement CHATHISTORY TARGETS References: ... Tue, 18 May 2021 08:44:10 GMT hubert [516] * trunk/downstream.go (modified) * trunk/irc.go (modified) * trunk/msgstore.go (modified) * trunk/msgstore_fs.go (modified) Implement CHATHISTORY BETWEEN Wed, 31 Mar 2021 15:57:24 GMT contact [488] * trunk/downstream.go (modified) * trunk/go.mod (modified) * trunk/go.sum (modified) * trunk/msgstore.go (modified) * trunk/msgstore_fs.go (modified) * trunk/msgstore_memory.go (modified) Use BARE for internal message IDs This allows to have shorter and ... Mon, 04 Jan 2021 16:17:35 GMT contact [441] * trunk/downstream.go (modified) * trunk/msgstore.go (modified) Make chat history operations optional in messageStore Some stores ... Mon, 04 Jan 2021 15:26:30 GMT contact [440] * trunk/downstream.go (modified) * trunk/msgstore.go (modified) * trunk/msgstore_fs.go (modified) Add store-agnostic message ID format Allow to query the network ID ... Mon, 04 Jan 2021 13:24:00 GMT contact [439] * trunk/msgstore.go (modified) * trunk/msgstore_fs.go (added) * trunk/user.go (modified) Turn messageStore into an interface This allows for other ... Sun, 25 Oct 2020 16:47:38 GMT contact [423] * trunk/downstream.go (modified) * trunk/logger.go (deleted) * trunk/msgstore.go (added) * trunk/upstream.go (modified) * trunk/user.go (modified) Add message store abstraction Introduce a messageStore type, which ...