|
|
@303
|
5 years |
delthas |
Add support for TAGMSG and client message tags
Previously we dropped …
|
|
|
@302
|
5 years |
delthas |
Forward all labeled errors and unknown messages to their downstream
…
|
|
|
@300
|
5 years |
delthas |
Add support for upstream ban, invite, and exception lists
This does …
|
|
|
@296
|
5 years |
delthas |
Update downstream nicks in single-server mode and after NICK
…
|
|
|
@295
|
5 years |
delthas |
Fix sending CAP END twice when SASL is not used
When SASL is not …
|
|
|
@294
|
5 years |
delthas |
Fix a null access due to assigning nil to the member memberships map
…
|
|
|
@293
|
5 years |
delthas |
Fix parsing MODE messages by updating channel memberships
Previously, …
|
|
|
@292
|
5 years |
delthas |
Add support for multiple user channel memberships
User channel …
|
|
|
@288
|
5 years |
contact |
Improve highlight matching
Detect word boundaries instead of just …
|
|
|
@287
|
5 years |
contact |
Send service NOTICE on highlight in detached channel
|
|
|
@286
|
5 years |
contact |
Unify upstream NOTICE and PRIVMSG handling
|
|
|
@284
|
5 years |
contact |
Add support for detached channels
Channels can now be detached by …
|
|
|
@282
|
5 years |
contact |
Introduce permanentUpstreamCaps
|
|
|
@281
|
5 years |
contact |
Add upstream cap-notify support
|
|
|
@278
|
5 years |
contact |
Add upstreamConn.caps
Instead of adding one field per capability, …
|
|
|
@277
|
5 years |
contact |
Rename upstreamConn.caps to supportedCaps
For consistency with …
|
|
|
@276
|
5 years |
contact |
Add support for away-notify
This makes use of cap-notify to …
|
|
|
@274
|
5 years |
contact |
Don't use forEachDownstreamByID when forwarding RPL_AWAY
We should …
|
|
|
@273
|
5 years |
contact |
Check upstream NOTICE prefix is non-nil
|
|
|
@272
|
5 years |
contact |
Forward RPL_AWAY messages
|
|
|
@270
|
5 years |
delthas |
Add support for the irc+insecure address scheme
Some servers do not …
|
|
|
@269
|
5 years |
delthas |
Add support for IRC address schemes
This is preparatory work for …
|
|
|
@267
|
5 years |
contact |
Add network.channels, remove DB.GetChannel
Store the list of …
|
|
|
@263
|
5 years |
delthas |
Add support for custom network on-connect commands
Some servers use …
|
|
|
@261
|
5 years |
contact |
Support sending history when upstream is disconnected
Previously, we …
|
|
|
@260
|
5 years |
contact |
Make downstreamConn.marshal{Entity,UserPrefix} take a network
This …
|
|
|
@259
|
5 years |
contact |
Kill downstreamConn.marshal{Nick,Channel}
We can just use …
|
|
|
@253
|
5 years |
contact |
Per-entity ring buffers
Instead of having one ring buffer per …
|
|
|
@248
|
5 years |
contact |
Make newMessageLogger take a *network instead of an *upstreamConn
…
|
|
|
@246
|
5 years |
contact |
Remove outdated comment
Locks are gone for good.
|
|
|
@245
|
5 years |
contact |
Centralize logged messages marshaling
This allows messages added to …
|
|
|
@244
|
5 years |
contact |
Fix upstream NICK handling
- uc.nicl was compared to msg.Prefix.Name …
|
|
|
@240
|
5 years |
contact |
Fix server-time tags timezone
We need to use UTC time.
|
|
|
@239
|
5 years |
contact |
Make upstreamConn.produce log messages
|
|
|
@238
|
5 years |
contact |
Add origin argument to upstreamConn.produce
|
|
|
@235
|
5 years |
contact |
Log TOPIC messages
See [1].
[1]: …
|
|
|
@231
|
5 years |
contact |
Remove downstreamConn.ringConsumers
We no longer need long-lived ring …
|
|
|
@227
|
5 years |
contact |
Remove per-network ring buffer goroutines
Just dispatch from the user …
|
|
|
@226
|
5 years |
contact |
Introduce upstreamConn.produce
The logic in this function is about to …
|
|
|
@221
|
5 years |
delthas |
Remove unused entityLog struct
Since the logging refactoring in …
|
|
|
@218
|
5 years |
delthas |
Send one NOTICE on new upstream disconnect/connect errors
In order to …
|
|
|
@217
|
5 years |
contact |
Add NOTICE messages to ring buffer
References: …
|
|
|
@216
|
5 years |
contact |
Add time tag to all messages
|
|
|
@215
|
5 years |
contact |
Introduce messageLogger
This centralizes formatting related to …
|
|
|
@212
|
5 years |
contact |
Use conn.ReadMessage instead of irc.Conn.ReadMessage
|
|
|
@210
|
5 years |
contact |
Introduce conn for common connection logic
This centralizes the …
|
|
|
@209
|
5 years |
contact |
Fix writer goroutine races
Any SendMessage call after Close could …
|
|
|
@206
|
5 years |
contact |
Set connect timeout
References: https://todo.sr.ht/~emersion/soju/26
|
|
|
@205
|
5 years |
contact |
Set write deadlines
References: https://todo.sr.ht/~emersion/soju/26
|
|
|
@198
|
5 years |
contact |
Auto away
Closes: https://todo.sr.ht/~emersion/soju/13
|
|
|
@197
|
5 years |
contact |
Only set network.conn when registered
|
|
|
@195
|
5 years |
contact |
Fix log dir permission
We need the permission to list files in the dir.
|
|
|
@193
|
5 years |
contact |
Request server-time cap
If the server didn't populate the time tag, …
|
|
|
@192
|
5 years |
contact |
Avoid directly forwarding NOTICE messages
This would forward tags …
|
|
|
@187
|
5 years |
contact |
Rename AppendLog to appendLog
This function is only safe to call from …
|
|
|
@186
|
5 years |
contact |
Fix missing upstreamConn.closed initialization
Fixes: b33e5f29abbe …
|
|
|
@181
|
5 years |
contact |
s/List/LIST/ when referring to the command
|
|
|
@180
|
5 years |
contact |
Document functions safe to call from any goroutine
|
|
|
@179
|
5 years |
contact |
Introduce eventUpstreamDisconnected
This allows us to perform cleanup …
|
|
|
@178
|
5 years |
delthas |
Add support for bouncer logs
Add bouncer logs, in a …
|
|
|
@177
|
5 years |
delthas |
Add LIST support
This commit adds support for downstream LIST …
|
|
|
@176
|
5 years |
delthas |
Make upstream.SendMessageLabeled use an uint64 id
This commit is …
|
|
|
@175
|
5 years |
contact |
Fix race condition in upstreamConn.Close
upstreamConn.closed was a …
|
|
|
@174
|
5 years |
delthas |
Fix parsing wrong empty element in RPL_WHOISCHANNELS channel list
…
|
|
|
@171
|
5 years |
delthas |
Marshal NOTICE user prefixes and channels
NOTICE messages can be both …
|
|
|
@165
|
5 years |
contact |
Introduce a user.events channel
This allows to easily add new events, …
|
|
|
@163
|
5 years |
delthas |
Add downstream INVITE support
|
|
|
@162
|
5 years |
delthas |
Add upstream RPL_CREATIONTIME support
|
|
|
@161
|
5 years |
delthas |
Fix capitalization of 'id'
Following the Go project source code …
|
|
|
@159
|
5 years |
delthas |
Add KICK support
Downstream and upstream message handling are …
|
|
|
@157
|
5 years |
delthas |
Fix wrong handling of members parameter of RPL_NAMREPLY
Some servers …
|
|
|
@156
|
5 years |
delthas |
Route NAMES, WHO, WHOIS replies to the requesting downstream
Using …
|
|
|
@155
|
5 years |
delthas |
Add upstream labeled-response capability support
|
|
|
@153
|
5 years |
delthas |
Add upstream batch capability support
|
|
|
@152
|
5 years |
delthas |
Add upstream message-tags capability support
|
|
|
@146
|
5 years |
contact |
Add support for channel keys
|
|
|
@143
|
5 years |
contact |
Move upstreamConn.ring to network
This handles upstream disconnection …
|
|
|
@142
|
5 years |
delthas |
Add downstream self WHO and WHOIS support
|
|
|
@140
|
5 years |
delthas |
Add downstream NAMES support
NAMES reply for channels currently …
|
|
|
@139
|
5 years |
delthas |
Add MODE arguments support
- Add RPL_ISUPPORT support with CHANMODES, …
|
|
|
@131
|
5 years |
contact |
Move upstreamConn.history to network
|
|
|
@129
|
5 years |
delthas |
Fix MODE downstream support
- Fix replies without client as first …
|
|
|
@128
|
5 years |
delthas |
Add WHOIS support
|
|
|
@127
|
5 years |
delthas |
Add WHO support
|
|
|
@125
|
5 years |
contact |
Remove some IRCv3 constants
go-irc v3.1.2 adds some missing IRCv3 …
|
|
|
@117
|
5 years |
contact |
Add basic infrastructure for bouncer service
|
|
|
@115
|
5 years |
delthas |
Add upstream INVITE support
|
|
|
@109
|
5 years |
contact |
Protect upstreamConn.history with a lock
|
|
|
@103
|
5 years |
contact |
Per-user dispatcher goroutine
This allows message handlers to read …
|
|
|
@102
|
5 years |
contact |
Rename messages channels to outgoing
|
|
|
@98
|
5 years |
contact |
Rename project to soju
|
|
|
@97
|
5 years |
contact |
Forward NOTICE messages coming from upstream connections
|
|
|
@96
|
5 years |
contact |
Update dependencies
go-irc v3.1.1 contains a breaking change.
…
|
|
|
@95
|
5 years |
contact |
Add support for SASL authentication
We now store SASL credentials in …
|
|
|
@93
|
5 years |
contact |
Add support for upstream PASS command
|
|
|
@92
|
5 years |
contact |
Add upstream CAP LS support
|
|
|
@83
|
5 years |
contact |
Pass-through QUIT messages
|
|
|
@82
|
5 years |
contact |
Pass-through NICK messages for other users
|
|
|
@79
|
5 years |
contact |
go fmt
|
|
|
@77
|
5 years |
contact |
Add SQLite database
Closes: https://todo.sr.ht/~emersion/jounce/9
|
|
|