|
|
@398
|
5 years |
contact |
Implement rate limiting for upstream messages
Allow up to 10 outgoing …
|
|
|
@396
|
5 years |
contact |
Strip message tags in error message
The time tag was causing the …
|
|
|
@390
|
5 years |
contact |
Handle upstream ERROR messages
|
|
|
@389
|
5 years |
contact |
Handle ERR_NOPERMFORHOST and ERR_YOUREBANNEDCREEP
|
|
|
@381
|
5 years |
contact |
Don't perform TLS handshake in connectToUpstream
This defers TLS …
|
|
|
@369
|
5 years |
contact |
Change unix:// to irc+unix://
When Unix socket support will be added …
|
|
|
@355
|
5 years |
contact |
Broadcast unhandled messages to downstream connections
In case …
|
|
|
@353
|
5 years |
contact |
Add support for upstream Unix socket connections
References: …
|
|
|
@352
|
5 years |
contact |
Parse upstream URLs with net/url
This allows us to ignore the path …
|
|
|
@351
|
5 years |
contact |
Check upstream address with net.SplitHostPort
Looking for a colon is …
|
|
|
@350
|
5 years |
contact |
Sort and split JOIN messages
Sort channels so that channels with a …
|
|
|
@343
|
5 years |
contact |
Reply to WHO BouncerServ
Closes: https://todo.sr.ht/~emersion/soju/75
|
|
|
@342
|
5 years |
contact |
Handle registration failures
References: …
|
|
|
@338
|
5 years |
delthas |
Fix sending messages from detached channels
Currently, a downstream …
|
|
|
@323
|
5 years |
contact |
Add support for WebSocket connections
WebSocket connections allow …
|
|
|
@318
|
5 years |
fox.cpp |
Fix handling of empty response to SASL challenge
|
|
|
@315
|
5 years |
contact |
Introduce ircConn
This interface will allow a conn to be backed by a …
|
|
|
@310
|
5 years |
contact |
Only send JOIN message if we have channels to join
Don't send a JOIN …
|
|
|
@307
|
5 years |
fox.cpp |
Implement upstream SASL EXTERNAL support
Closes: …
|
|
|
@305
|
5 years |
ecs |
Join all channels with a single JOIN message
|
|
|
@304
|
5 years |
delthas |
Fix parsing upstream RPL_INVITING messages
Previously, we did not …
|
|
|
@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 …
|
|
|