# # ChangeLog for trunk/cmd/sojuctl in code # # Generated by Trac 1.6 # Jun 8, 2025, 7:02:47 PM Tue, 21 Mar 2023 03:00:04 GMT koizumi.aoi [801] * trunk/Makefile (modified) * trunk/README.md (modified) * trunk/cmd/soju-znc-import/main.go (deleted) * trunk/cmd/soju/main.go (deleted) * trunk/cmd/sojuctl/main.go (deleted) * trunk/cmd/suika (added) * trunk/cmd/suika-znc-import (added) * trunk/cmd/suika-znc-import/main.go (added) * trunk/cmd/suika/main.go (added) * trunk/cmd/suikactl (added) * trunk/cmd/suikactl/main.go (added) * trunk/go.mod (modified) * trunk/server.go (modified) Rename to suika Signed-off-by: Aoi K Tue, 21 Mar 2023 01:50:04 GMT koizumi.aoi [798] * trunk/cmd/soju/main.go (modified) * trunk/cmd/sojuctl/main.go (modified) * trunk/contrib/znc-import.go (modified) * trunk/server.go (modified) dev: move import uris to this repository Wed, 17 Nov 2021 10:54:28 GMT contact [695] * trunk/cmd/sojuctl/main.go (modified) sojuctl: use background context 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 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, 25 May 2021 14:35:39 GMT sir [531] * trunk/cmd/soju/main.go (modified) * trunk/cmd/sojuctl/main.go (modified) * trunk/contrib/znc-import.go (modified) * trunk/db.go (modified) * trunk/db_sqlite.go (added) * trunk/server.go (modified) db: refactor into interface This refactors the SQLite-specific bits ... Mon, 19 Apr 2021 12:11:25 GMT contact [503] * trunk/cmd/sojuctl/main.go (modified) sojuctl: don't use log.Fatalf in readPassword Thu, 26 Nov 2020 18:27:08 GMT coder.kalyan [432] * trunk/cmd/sojuctl/main.go (modified) sojuctl: change-password: check if user exists When changing the ... Tue, 11 Aug 2020 08:21:49 GMT contact [380] * trunk/cmd/sojuctl/main.go (modified) cmd/sojuctl: read user from DB before updating it This makes sure ... Mon, 08 Jun 2020 20:30:09 GMT delthas [330] * trunk/README.md (modified) * trunk/cmd/sojuctl/main.go (modified) sojuctl: Add support for creating admin users This adds a new flag, ... Mon, 08 Jun 2020 20:30:09 GMT delthas [326] * trunk/cmd/sojuctl/main.go (modified) Fix: Check the stdin scanner for errors when reading the password ... Mon, 08 Jun 2020 09:59:03 GMT contact [324] * trunk/cmd/sojuctl/main.go (modified) * trunk/db.go (modified) * trunk/user.go (modified) Introduce User.Created For Network and Channel, the database only ... Wed, 03 Jun 2020 13:51:56 GMT admin [308] * trunk/cmd/sojuctl/main.go (modified) Allow to read password when stdin is not a tty. Fri, 10 Apr 2020 08:09:02 GMT admin [251] * trunk/cmd/sojuctl/main.go (modified) * trunk/db.go (modified) Add ability to change password Fri, 13 Mar 2020 17:13:03 GMT contact [98] * trunk/README.md (modified) * trunk/bridge.go (modified) * trunk/cmd/jounce/main.go (deleted) * trunk/cmd/jouncectl/main.go (deleted) * trunk/cmd/soju (added) * trunk/cmd/soju/main.go (added) * trunk/cmd/sojuctl (added) * trunk/cmd/sojuctl/main.go (added) * trunk/config/config.go (modified) * trunk/db.go (modified) * trunk/downstream.go (modified) * trunk/go.mod (modified) * trunk/irc.go (modified) * trunk/ring.go (modified) * trunk/server.go (modified) * trunk/upstream.go (modified) Rename project to soju