# # ChangeLog for trunk/cmd in code # # Generated by Trac 1.6 # Jun 8, 2025, 7:05:08 PM Tue, 02 Nov 2021 21:38:07 GMT contact [662] * trunk/cmd/soju/main.go (modified) * trunk/config/config.go (modified) * trunk/doc/soju.1.scd (modified) * trunk/downstream.go (modified) * trunk/irc.go (modified) * trunk/server.go (modified) Add title config option Closes: https://todo.sr.ht/~emersion/soju/146 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, ... Wed, 13 Oct 2021 10:53:43 GMT contact [637] * trunk/cmd/soju/main.go (modified) Don't strip spaces at start of MOTD This breaks ASCII art. Instead, ... Wed, 13 Oct 2021 08:58:34 GMT contact [636] * trunk/cmd/soju/main.go (modified) * trunk/config/config.go (modified) * trunk/doc/soju.1.scd (modified) * trunk/downstream.go (modified) * trunk/irc.go (modified) * trunk/server.go (modified) Add bouncer MOTD Closes: https://todo.sr.ht/~emersion/soju/137 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 Thu, 07 Oct 2021 18:43:10 GMT contact [612] * trunk/cmd/soju/main.go (modified) * trunk/config/config.go (modified) * trunk/doc/soju.1.scd (modified) * trunk/server.go (modified) * trunk/user.go (modified) Add max-user-networks config option Sun, 19 Sep 2021 15:00:40 GMT chris [592] * trunk/cmd/soju/main.go (modified) Set a higher timeout for proxyproto listeners go-proxyproto added ... Thu, 09 Sep 2021 08:06:31 GMT rafael [581] * trunk/cmd/soju/main.go (modified) Check for TLS config in wss listeners Previously ... 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 Wed, 31 Mar 2021 17:02:40 GMT contact [491] * trunk/cmd/soju/main.go (modified) * trunk/doc/soju.1.scd (modified) cmd/soju: allow specifying -listen multiple times Closes: ... Wed, 24 Mar 2021 17:04:44 GMT delthas [477] * trunk/cmd/soju/main.go (modified) Increase downstream TCP keepalive interval to 1 hour The rationale ... Fri, 19 Mar 2021 08:27:19 GMT contact [476] * trunk/cmd/soju/main.go (modified) Fix panic on GetCertificate Fixes the following panic: panic: ... Thu, 18 Mar 2021 13:07:03 GMT contact [475] * trunk/cmd/soju/main.go (modified) * trunk/doc/soju.1.scd (modified) Reload TLS certs on SIGHUP References: ... Thu, 18 Mar 2021 10:33:30 GMT contact [470] * trunk/cmd/soju/main.go (modified) Don't add "irc" in ALPN list for WebSocket servers This is ... Tue, 16 Mar 2021 08:27:40 GMT contact [466] * trunk/cmd/soju/main.go (modified) * trunk/doc/soju.1.scd (modified) Add Unix socket listener Closes: https://todo.sr.ht/~emersion/soju/51 Wed, 24 Feb 2021 18:41:12 GMT contact [455] * trunk/cmd/soju/main.go (modified) * trunk/upstream.go (modified) Add irc to ALPN protocols The new ALPN token has been approved [1]. ... Tue, 09 Feb 2021 16:34:46 GMT contact [449] * trunk/cmd/soju/main.go (modified) * trunk/server.go (modified) Add support for graceful shutdown Closes: ... 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 ... Mon, 07 Sep 2020 19:28:24 GMT contact [418] * trunk/cmd/soju/main.go (modified) * trunk/go.mod (modified) * trunk/go.sum (modified) Add support for the PROXY protocol IPs whitelisted in ... Mon, 07 Sep 2020 18:58:49 GMT contact [417] * trunk/cmd/soju/main.go (modified) Set Server.AcceptProxyIPs Tue, 11 Aug 2020 08:59:06 GMT contact [385] * trunk/cmd/soju/main.go (modified) * trunk/server.go (modified) * trunk/user.go (modified) Add an ident server Closes: https://todo.sr.ht/~emersion/soju/69 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 ... Sun, 07 Jun 2020 12:13:46 GMT contact [323] * trunk/cmd/soju/main.go (modified) * trunk/config/config.go (modified) * trunk/conn.go (modified) * trunk/doc/soju.1.scd (modified) * trunk/downstream.go (modified) * trunk/go.mod (modified) * trunk/go.sum (modified) * trunk/server.go (modified) * trunk/upstream.go (modified) Add support for WebSocket connections WebSocket connections allow ... Thu, 04 Jun 2020 18:16:23 GMT contact [317] * trunk/README.md (modified) * trunk/cmd/soju/main.go (modified) * trunk/config/config.go (modified) * trunk/doc/soju.1.scd (modified) Allow multiple listeners, default to ircs Users can now specify ... 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, 27 Mar 2020 23:07:20 GMT delthas [178] * trunk/cmd/soju/main.go (modified) * trunk/config/config.go (modified) * trunk/doc/soju.1.scd (modified) * trunk/server.go (modified) * trunk/upstream.go (modified) Add support for bouncer logs Add bouncer logs, in a ... 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 Wed, 11 Mar 2020 18:01:03 GMT contact [84] * trunk/cmd/jouncectl (added) * trunk/cmd/jouncectl/main.go (added) * trunk/db.go (modified) * trunk/go.mod (modified) * trunk/go.sum (modified) cmd/jouncectl: new command Allows to create users. Wed, 04 Mar 2020 17:22:58 GMT contact [77] * trunk/cmd/jounce/main.go (modified) * trunk/config/config.go (modified) * trunk/db.go (added) * trunk/downstream.go (modified) * trunk/go.mod (modified) * trunk/go.sum (modified) * trunk/schema.sql (added) * trunk/server.go (modified) * trunk/upstream.go (modified) Add SQLite database Closes: https://todo.sr.ht/~emersion/jounce/9 Tue, 03 Mar 2020 14:15:57 GMT contact [70] * trunk/cmd/jounce/main.go (modified) cmd/jounce: fix non-TLS listener address Tue, 18 Feb 2020 15:31:18 GMT contact [64] * trunk/cmd/jounce/main.go (modified) * trunk/downstream.go (modified) * trunk/server.go (modified) * trunk/upstream.go (modified) Add a -debug flag Tue, 18 Feb 2020 13:10:23 GMT contact [62] * trunk/cmd/jounce/main.go (modified) * trunk/config (added) * trunk/config/config.go (added) Add config file Mon, 17 Feb 2020 15:25:09 GMT contact [61] * trunk/cmd/jounce/main.go (modified) Add CLI flags for listening address and hostname Fri, 07 Feb 2020 10:36:42 GMT contact [37] * trunk/cmd/jounce/main.go (modified) * trunk/downstream.go (modified) * trunk/server.go (modified) * trunk/upstream.go (modified) Per-user connections Thu, 06 Feb 2020 18:22:04 GMT contact [19] * trunk/cmd/jounce/main.go (modified) * trunk/server.go (modified) * trunk/upstream.go (modified) Join channels on upstream servers Thu, 06 Feb 2020 15:03:07 GMT contact [10] * trunk/cmd/jounce/main.go (modified) * trunk/server.go (modified) Connect to upstream servers Thu, 06 Feb 2020 14:50:46 GMT contact [9] * trunk/cmd/jounce/main.go (modified) * trunk/server.go (modified) Add Server.Logger Tue, 04 Feb 2020 17:56:07 GMT contact [5] * trunk/cmd/jounce/main.go (modified) * trunk/server.go (modified) Add connection registration Tue, 04 Feb 2020 10:25:53 GMT contact [3] * trunk/cmd/jounce/main.go (modified) * trunk/server.go (modified) Send "unknown command" replies Tue, 04 Feb 2020 09:46:22 GMT contact [1] * trunk (added) * trunk/.gitignore (added) * trunk/cmd (added) * trunk/cmd/jounce (added) * trunk/cmd/jounce/main.go (added) * trunk/go.mod (added) * trunk/go.sum (added) * trunk/server.go (added) Add basic IRC listener