# # ChangeLog for trunk/config in code # # Generated by Trac 1.6 # Jun 8, 2025, 7:14:48 PM Sun, 25 Oct 2020 17:22:12 GMT contact [426] * trunk/config/config.go (modified) * trunk/doc/soju.1.scd (modified) Don't accept any IP as a proxy by default It's too easy to setup a ... Sun, 25 Oct 2020 17:10:50 GMT contact [424] * trunk/config/config.go (modified) * trunk/go.mod (modified) * trunk/go.sum (modified) Switch to go-scfg We don't use child directives yet, but likely ... Wed, 22 Jul 2020 16:07:55 GMT contact [371] * trunk/config/config.go (modified) config: make http-origin directive overwrite previous list Let's be ... Wed, 22 Jul 2020 15:03:01 GMT contact [370] * trunk/config/config.go (modified) * trunk/doc/soju.1.scd (modified) * trunk/server.go (modified) Add accept-proxy-ip config directive This allows to set the list of ... 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, 01 Apr 2020 12:58:14 GMT contact [200] * trunk/config/config.go (modified) config: use shlex This simplifies parsing and allows quoting words. ... 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, 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, 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