# # ChangeLog for trunk/server_test.go in code # # Generated by Trac 1.6 # Jun 8, 2025, 5:00:42 PM Tue, 21 Mar 2023 04:45:19 GMT koizumi.aoi [804] * trunk/Makefile (modified) * trunk/bridge.go (modified) * trunk/certfp.go (modified) * trunk/cmd/suika-znc-import/main.go (modified) * trunk/cmd/suika/main.go (modified) * trunk/cmd/suikactl/main.go (modified) * trunk/config/config.go (modified) * trunk/conn.go (modified) * trunk/db.go (modified) * trunk/db_postgres.go (modified) * trunk/db_postgres_test.go (modified) * trunk/db_sqlite.go (modified) * trunk/db_sqlite_test.go (modified) * trunk/downstream.go (modified) * trunk/ident.go (modified) * trunk/irc.go (modified) * trunk/irc_test.go (modified) * trunk/msgstore.go (modified) * trunk/msgstore_fs.go (modified) * trunk/msgstore_memory.go (modified) * trunk/net_go113.go (modified) * trunk/net_go116.go (modified) * trunk/rate.go (modified) * trunk/server.go (modified) * trunk/server_test.go (modified) * trunk/service.go (modified) * trunk/service_test.go (modified) * trunk/upstream.go (modified) * trunk/user.go (modified) Drunk as I like Signed-off-by: Aoi K 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