# # ChangeLog for trunk/server_test.go in code # # Generated by Trac 1.6 # Jun 8, 2025, 4:58:12 PM Wed, 17 Nov 2021 11:04:24 GMT contact [697] * trunk/server_test.go (modified) Use background context in tests Mon, 18 Oct 2021 17:15:15 GMT contact [652] * trunk/cmd/sojuctl/main.go (modified) * trunk/contrib/znc-import.go (modified) * trunk/db.go (modified) * trunk/db_postgres.go (modified) * trunk/db_sqlite.go (modified) * trunk/downstream.go (modified) * trunk/server.go (modified) * trunk/server_test.go (modified) * trunk/service.go (modified) * trunk/upstream.go (modified) * trunk/user.go (modified) Add context args to Database interface This is a mecanical change, ... Mon, 11 Oct 2021 14:01:50 GMT contact [623] * trunk/server_test.go (modified) Fix unused imports in tests Mon, 11 Oct 2021 13:57:37 GMT contact [622] * trunk/server_test.go (modified) Run server test with PostgreSQL too Mon, 11 Oct 2021 13:21:04 GMT hubert [620] * trunk/cmd/soju/main.go (modified) * trunk/cmd/sojuctl/main.go (modified) * trunk/contrib/znc-import.go (modified) * trunk/db.go (modified) * trunk/db_postgres.go (added) * trunk/db_sqlite.go (modified) * trunk/doc/soju.1.scd (modified) * trunk/go.mod (modified) * trunk/go.sum (modified) * trunk/server_test.go (modified) PostgreSQL support Tue, 05 Oct 2021 12:26:10 GMT contact [604] * trunk/server_test.go (modified) test: get rid of testUpstream No need for this complexity. Tue, 05 Oct 2021 12:14:31 GMT contact [603] * trunk/server_test.go (modified) test: add NOTICE broadcast Tue, 05 Oct 2021 12:03:17 GMT contact [602] * trunk/server_test.go (modified) test: add upstream Tue, 05 Oct 2021 10:11:40 GMT contact [600] * trunk/server_test.go (added) Add basic server test