# # ChangeLog for trunk/server.go in code # # Generated by Trac 1.6 # Jun 8, 2025, 6:19:32 PM Fri, 07 Feb 2020 11:02:19 GMT contact [41] * trunk/server.go (modified) Skip unregistered and closed upstream connections Fri, 07 Feb 2020 10:56:36 GMT contact [40] * trunk/downstream.go (modified) * trunk/server.go (modified) * trunk/upstream.go (modified) Add user.forEachDownstream Fri, 07 Feb 2020 10:46:44 GMT contact [39] * trunk/downstream.go (modified) * trunk/server.go (modified) Add user.forEachUpstream Fri, 07 Feb 2020 10:39:56 GMT contact [38] * trunk/downstream.go (modified) * trunk/server.go (modified) Add Server.getUser 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 21:25:32 GMT contact [29] * trunk/server.go (modified) Keep track of upstream connections in a list Thu, 06 Feb 2020 20:30:44 GMT contact [24] * trunk/server.go (modified) Remove downstream conn from list on disconnect Thu, 06 Feb 2020 20:20:22 GMT contact [23] * trunk/downstream.go (modified) * trunk/server.go (modified) * trunk/upstream.go (modified) Allow Server to have access to upstreamConn Thu, 06 Feb 2020 20:11:35 GMT contact [22] * trunk/downstream.go (modified) * trunk/server.go (modified) Maintain a list of downstream connections Thu, 06 Feb 2020 19:26:03 GMT contact [21] * trunk/server.go (modified) * trunk/upstream.go (modified) Add per-upstream logger 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:18:19 GMT contact [13] * trunk/downstream.go (added) * trunk/server.go (modified) * trunk/upstream.go (added) Split downstram and upstream code into separate files Thu, 06 Feb 2020 15:13:29 GMT contact [12] * trunk/server.go (modified) Log upstream server errors Thu, 06 Feb 2020 15:11:28 GMT contact [11] * trunk/server.go (modified) Add basic upstream message handler 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 Thu, 06 Feb 2020 14:22:26 GMT contact [8] * trunk/server.go (modified) Rename conn to downstreamConn Thu, 06 Feb 2020 11:18:37 GMT contact [7] * trunk/server.go (modified) Handle PING Thu, 06 Feb 2020 11:08:54 GMT contact [6] * trunk/server.go (modified) Send ERR_NOMOTD on registration 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 11:19:18 GMT contact [4] * trunk/server.go (modified) Handle NICK and USER 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