Timeline



May 5, 2020:

2:52 PM Changeset in code [291] by contact
Add time tag to echo messages Closes: https://todo.sr.ht/~emersion/soju/59

May 1, 2020:

7:58 PM Changeset in code [290] by contact
readme: add CI badge
7:56 PM Changeset in code [289] by delthas
Fix not properly marshaling self in single-server mode In …
5:51 PM Changeset in code [288] by contact
Improve highlight matching Detect word boundaries instead of just …
5:05 PM Changeset in code [287] by contact
Send service NOTICE on highlight in detached channel
4:12 PM Changeset in code [286] by contact
Unify upstream NOTICE and PRIVMSG handling
3:39 PM Changeset in code [285] by contact
Don't clear channel key on JOIN Closes: …
1:18 PM Changeset in code [284] by contact
Add support for detached channels Channels can now be detached by …
8:49 AM Changeset in code [283] by delthas
Fix joining only one saved channel per network This fixes a serious …

Apr 30, 2020:

2:10 PM Changeset in code [282] by contact
Introduce permanentUpstreamCaps
1:27 PM Changeset in code [281] by contact
Add upstream cap-notify support
8:35 AM Changeset in code [280] by contact
Use a lock to protect conn.{closed,outgoing} Unfortunately, I don't …
8:25 AM Changeset in code [279] by contact
Remove network.upstream This is an artifact from when we used locks. …

Apr 29, 2020:

5:45 PM Changeset in code [278] by contact
Add upstreamConn.caps Instead of adding one field per capability, …
5:40 PM Changeset in code [277] by contact
Rename upstreamConn.caps to supportedCaps For consistency with …
5:34 PM Changeset in code [276] by contact
Add support for away-notify This makes use of cap-notify to …
5:34 PM Changeset in code [275] by contact
Add downstream support for cap-notify
1:32 PM Changeset in code [274] by contact
Don't use forEachDownstreamByID when forwarding RPL_AWAY We should …
1:00 PM Changeset in code [273] by contact
Check upstream NOTICE prefix is non-nil
12:53 PM Changeset in code [272] by contact
Forward RPL_AWAY messages

Apr 28, 2020:

2:27 PM Changeset in code [271] by contact
Abbreviate net status service reply Don't print the nickname if it's …
9:41 AM Changeset in code [270] by delthas
Add support for the irc+insecure address scheme Some servers do not …
9:41 AM Changeset in code [269] by delthas
Add support for IRC address schemes This is preparatory work for …

Apr 24, 2020:

4:26 PM Changeset in code [268] by delthas
Unmarshal nicks in texts of PRIVMSG and NOTICE from downstreams When …

Apr 23, 2020:

2:36 PM Changeset in code [267] by contact
Add network.channels, remove DB.GetChannel Store the list of …

Apr 17, 2020:

4:29 PM Changeset in code [266] by contact
doc/architecture: ring buffers are now per-channel

Apr 16, 2020:

4:55 PM Changeset in code [265] by contact
readme: fix ref to manpage
4:54 PM Changeset in code [264] by contact
doc: describe more default settings
3:38 PM Changeset in code [263] by delthas
Add support for custom network on-connect commands Some servers use …
3:25 PM Changeset in code [262] by contact
Fix typo
3:23 PM Changeset in code [261] by contact
Support sending history when upstream is disconnected Previously, we …
3:19 PM Changeset in code [260] by contact
Make downstreamConn.marshal{Entity,UserPrefix} take a network This …
2:57 PM Changeset in code [259] by contact
Kill downstreamConn.marshal{Nick,Channel} We can just use …
2:54 PM Changeset in code [258] by contact
Disallow marshalling for anotehr network
2:33 PM Changeset in code [257] by contact
Unify downstreamConn.marshal{Entity,Nick,Channel} We don't actually …

Apr 15, 2020:

9:29 AM Changeset in code [256] by contact
Add support for downstream batch & chathistory

Apr 10, 2020:

8:45 PM Changeset in code [255] by contact
Set up DB migration infrastructure The database is now initialized …
8:37 PM Changeset in code [254] by contact
doc: fix SQL driver name in manpage
5:22 PM Changeset in code [253] by contact
Per-entity ring buffers Instead of having one ring buffer per …
8:16 AM Changeset in code [252] by admin
Allow users to change password in client Added a BouncerServ command …
8:09 AM Changeset in code [251] by admin
Add ability to change password

Apr 8, 2020:

8:19 AM Changeset in code [250] by contact
Parse timestamp from message tags in messageLogger.Append

Apr 7, 2020:

8:30 PM Changeset in code [249] by contact
Document downstreamConn.{,un}marshalEntity
7:54 PM Changeset in code [248] by contact
Make newMessageLogger take a *network instead of an *upstreamConn …
7:50 PM Changeset in code [247] by contact
Extract logic to build log filepath into a function This will get …
5:57 PM Changeset in code [246] by contact
Remove outdated comment Locks are gone for good.
5:45 PM Changeset in code [245] by contact
Centralize logged messages marshaling This allows messages added to …
1:02 PM Changeset in code [244] by contact
Fix upstream NICK handling - uc.nicl was compared to msg.Prefix.Name …
12:46 PM Changeset in code [243] by contact
Remove Ring.consumers We don't need to keep track of consumers anymore.
12:45 PM Changeset in code [242] by contact
Make Ring.NewConsumer seq argument mandatory There's no point in …
12:42 PM Changeset in code [241] by contact
Remove Ring.Close This is unused.

Apr 6, 2020:

8:05 PM Changeset in code [240] by contact
Fix server-time tags timezone We need to use UTC time.
7:42 PM Changeset in code [239] by contact
Make upstreamConn.produce log messages
7:34 PM Changeset in code [238] by contact
Add origin argument to upstreamConn.produce
5:11 PM Changeset in code [237] by contact
Remove network.lock network.conn is now only accessed from the user …
5:08 PM Changeset in code [236] by contact
Remove downstreamConn.ourMessages We can just do the filtering when …
4:49 PM Changeset in code [235] by contact
Log TOPIC messages See [1]. [1]: …
4:45 PM Changeset in code [234] by contact
Fix NOTICE log formatting ZNC uses hyphens instead of angle brackets …
4:34 PM Changeset in code [233] by contact
Simplify ring consumer loop No need to use Peek here.
4:33 PM Changeset in code [232] by contact
Remove RingConsumer.Close This is now unused.
4:31 PM Changeset in code [231] by contact
Remove downstreamConn.ringConsumers We no longer need long-lived ring …
4:23 PM Changeset in code [230] by contact
Remove downstreamConn.lock Everything is now accessed from the user …
4:18 PM Changeset in code [229] by contact
Remove locks from ring buffer Everything is now accessed from the …
4:13 PM Changeset in code [228] by contact
Remove channel from ring buffer consumers This is unused.
4:05 PM Changeset in code [227] by contact
Remove per-network ring buffer goroutines Just dispatch from the user …
3:28 PM Changeset in code [226] by contact
Introduce upstreamConn.produce The logic in this function is about to …
Note: See TracTimeline for information about the timeline view.