ergo/irc/history
Shivaram Lingamneni 6386b9ef70
fix some redact bugs (#2320)
* Consistently return UNKNOWN_MSGID for unknown or invalid msgids
* If both client's DMs are stored in persistent history, a single
  server.DeleteMessage will delete the single canonical copy of the message.
  So the second call will fail, which is fine.
2025-12-31 02:15:11 -05:00
..
database.go fix some redact bugs (#2320) 2025-12-31 02:15:11 -05:00
history.go prep for alternative history databases (#2316) 2025-12-30 23:12:30 -05:00
history_test.go Revert "fix #1676" 2021-11-01 04:34:59 -04:00
queries.go prep for alternative history databases (#2316) 2025-12-30 23:12:30 -05:00
serialization.go move mysql serialization tools to shared pkgs 2025-12-30 23:34:05 -05:00
targets.go use slices.Reverse from go1.21 2023-08-15 20:45:00 -04:00