# # ChangeLog for trunk/net_go113.go in code # # Generated by Trac 1.6 # Jun 8, 2025, 6:36:34 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 Thu, 09 Sep 2021 08:07:37 GMT contact [582] * trunk/net_go113.go (modified) * trunk/net_go116.go (modified) go fmt: add go:build tags This is the new style for build tags. The ... Wed, 19 May 2021 22:07:44 GMT contact [519] * trunk/conn.go (modified) * trunk/net_go113.go (added) * trunk/net_go116.go (added) Silence net.ErrClosed errors