Timeline
May 1, 2020:
- 7:58 PM Changeset in code [290] by
- readme: add CI badge
- 7:56 PM Changeset in code [289] by
- Fix not properly marshaling self in single-server mode In …
- 5:51 PM Changeset in code [288] by
- Improve highlight matching Detect word boundaries instead of just …
- 5:05 PM Changeset in code [287] by
- Send service NOTICE on highlight in detached channel
- 4:12 PM Changeset in code [286] by
- Unify upstream NOTICE and PRIVMSG handling
- 3:39 PM Changeset in code [285] by
- Don't clear channel key on JOIN Closes: …
- 1:18 PM Changeset in code [284] by
- Add support for detached channels Channels can now be detached by …
- 8:49 AM Changeset in code [283] by
- Fix joining only one saved channel per network This fixes a serious …
Apr 30, 2020:
- 2:10 PM Changeset in code [282] by
- Introduce permanentUpstreamCaps
- 1:27 PM Changeset in code [281] by
- Add upstream cap-notify support
- 8:35 AM Changeset in code [280] by
- Use a lock to protect conn.{closed,outgoing} Unfortunately, I don't …
- 8:25 AM Changeset in code [279] by
- Remove network.upstream This is an artifact from when we used locks. …
Apr 29, 2020:
- 5:45 PM Changeset in code [278] by
- Add upstreamConn.caps Instead of adding one field per capability, …
- 5:40 PM Changeset in code [277] by
- Rename upstreamConn.caps to supportedCaps For consistency with …
- 5:34 PM Changeset in code [276] by
- Add support for away-notify This makes use of cap-notify to …
- 5:34 PM Changeset in code [275] by
- Add downstream support for cap-notify
- 1:32 PM Changeset in code [274] by
- Don't use forEachDownstreamByID when forwarding RPL_AWAY We should …
- 1:00 PM Changeset in code [273] by
- Check upstream NOTICE prefix is non-nil
- 12:53 PM Changeset in code [272] by
- Forward RPL_AWAY messages
Apr 28, 2020:
- 2:27 PM Changeset in code [271] by
- Abbreviate net status service reply Don't print the nickname if it's …
- 9:41 AM Changeset in code [270] by
- Add support for the irc+insecure address scheme Some servers do not …
- 9:41 AM Changeset in code [269] by
- Add support for IRC address schemes This is preparatory work for …
Apr 24, 2020:
- 4:26 PM Changeset in code [268] by
- Unmarshal nicks in texts of PRIVMSG and NOTICE from downstreams When …
Apr 23, 2020:
- 2:36 PM Changeset in code [267] by
- Add network.channels, remove DB.GetChannel Store the list of …
Apr 17, 2020:
- 4:29 PM Changeset in code [266] by
- doc/architecture: ring buffers are now per-channel
Apr 16, 2020:
- 4:55 PM Changeset in code [265] by
- readme: fix ref to manpage
- 4:54 PM Changeset in code [264] by
- doc: describe more default settings
- 3:38 PM Changeset in code [263] by
- Add support for custom network on-connect commands Some servers use …
- 3:25 PM Changeset in code [262] by
- Fix typo
- 3:23 PM Changeset in code [261] by
- Support sending history when upstream is disconnected Previously, we …
- 3:19 PM Changeset in code [260] by
- Make downstreamConn.marshal{Entity,UserPrefix} take a network This …
- 2:57 PM Changeset in code [259] by
- Kill downstreamConn.marshal{Nick,Channel} We can just use …
- 2:54 PM Changeset in code [258] by
- Disallow marshalling for anotehr network
- 2:33 PM Changeset in code [257] by
- Unify downstreamConn.marshal{Entity,Nick,Channel} We don't actually …
Apr 15, 2020:
- 9:29 AM Changeset in code [256] by
- Add support for downstream batch & chathistory
Apr 10, 2020:
- 8:45 PM Changeset in code [255] by
- Set up DB migration infrastructure The database is now initialized …
- 8:37 PM Changeset in code [254] by
- doc: fix SQL driver name in manpage
- 5:22 PM Changeset in code [253] by
- Per-entity ring buffers Instead of having one ring buffer per …
- 8:16 AM Changeset in code [252] by
- Allow users to change password in client Added a BouncerServ command …
- 8:09 AM Changeset in code [251] by
- Add ability to change password
Apr 8, 2020:
- 8:19 AM Changeset in code [250] by
- Parse timestamp from message tags in messageLogger.Append
Apr 7, 2020:
- 8:30 PM Changeset in code [249] by
- Document downstreamConn.{,un}marshalEntity
- 7:54 PM Changeset in code [248] by
- Make newMessageLogger take a *network instead of an *upstreamConn …
- 7:50 PM Changeset in code [247] by
- Extract logic to build log filepath into a function This will get …
- 5:57 PM Changeset in code [246] by
- Remove outdated comment Locks are gone for good.
- 5:45 PM Changeset in code [245] by
- Centralize logged messages marshaling This allows messages added to …
- 1:02 PM Changeset in code [244] by
- Fix upstream NICK handling - uc.nicl was compared to msg.Prefix.Name …
- 12:46 PM Changeset in code [243] by
- Remove Ring.consumers We don't need to keep track of consumers anymore.
- 12:45 PM Changeset in code [242] by
- Make Ring.NewConsumer seq argument mandatory There's no point in …
- 12:42 PM Changeset in code [241] by
- Remove Ring.Close This is unused.
Apr 6, 2020:
- 8:05 PM Changeset in code [240] by
- Fix server-time tags timezone We need to use UTC time.
- 7:42 PM Changeset in code [239] by
- Make upstreamConn.produce log messages
- 7:34 PM Changeset in code [238] by
- Add origin argument to upstreamConn.produce
- 5:11 PM Changeset in code [237] by
- Remove network.lock network.conn is now only accessed from the user …
- 5:08 PM Changeset in code [236] by
- Remove downstreamConn.ourMessages We can just do the filtering when …
- 4:49 PM Changeset in code [235] by
- Log TOPIC messages See [1]. [1]: …
- 4:45 PM Changeset in code [234] by
- Fix NOTICE log formatting ZNC uses hyphens instead of angle brackets …
- 4:34 PM Changeset in code [233] by
- Simplify ring consumer loop No need to use Peek here.
- 4:33 PM Changeset in code [232] by
- Remove RingConsumer.Close This is now unused.
- 4:31 PM Changeset in code [231] by
- Remove downstreamConn.ringConsumers We no longer need long-lived ring …
- 4:23 PM Changeset in code [230] by
- Remove downstreamConn.lock Everything is now accessed from the user …
- 4:18 PM Changeset in code [229] by
- Remove locks from ring buffer Everything is now accessed from the …
- 4:13 PM Changeset in code [228] by
- Remove channel from ring buffer consumers This is unused.
- 4:05 PM Changeset in code [227] by
- Remove per-network ring buffer goroutines Just dispatch from the user …
- 3:28 PM Changeset in code [226] by
- Introduce upstreamConn.produce The logic in this function is about to …
Apr 5, 2020:
- 1:24 PM Changeset in code [225] by
- Use Network.GetName for logs path
- 1:20 PM Changeset in code [224] by
- Only print addr if necessary in network status service command
- 1:15 PM Changeset in code [223] by
- Use Network.GetName in network status NOTICE messages
- 1:04 PM Changeset in code [222] by
- Add network.{createUpdate,delete}Channel These are about to get more …
Apr 4, 2020:
- 3:34 PM Changeset in code [221] by
- Remove unused entityLog struct Since the logging refactoring in …
- 3:34 PM Changeset in code [220] by
- Fill all fields of the service user prefix On some IRC clients, …
- 3:34 PM Changeset in code [219] by
- Send the last error for disconnected networks in network status This …
- 3:33 PM Changeset in code [218] by
- Send one NOTICE on new upstream disconnect/connect errors In order to …
Note:
See TracTimeline
for information about the timeline view.