|
|
@299
|
5 years |
delthas |
Add support for downstream WHOIS nick/network nick/network
Many IRC …
|
|
|
@298
|
5 years |
delthas |
Add support for downstream LIST to a single upstream
Sometimes, doing …
|
|
|
@297
|
5 years |
delthas |
Add support for downstream NICK to a single upstream
Users often have …
|
|
|
@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 …
|
|
|
@291
|
5 years |
contact |
Add time tag to echo messages
Closes: https://todo.sr.ht/~emersion/soju/59
|
|
|
@290
|
5 years |
contact |
readme: add CI badge
|
|
|
@289
|
5 years |
delthas |
Fix not properly marshaling self in single-server mode
In …
|
|
|
@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
|
|
|
@285
|
5 years |
contact |
Don't clear channel key on JOIN
Closes: …
|
|
|
@284
|
5 years |
contact |
Add support for detached channels
Channels can now be detached by …
|
|
|
@283
|
5 years |
delthas |
Fix joining only one saved channel per network
This fixes a serious …
|
|
|
@282
|
5 years |
contact |
Introduce permanentUpstreamCaps
|
|
|
@281
|
5 years |
contact |
Add upstream cap-notify support
|
|
|
@280
|
5 years |
contact |
Use a lock to protect conn.{closed,outgoing}
Unfortunately, I don't …
|
|
|
@279
|
5 years |
contact |
Remove network.upstream
This is an artifact from when we used locks. …
|
|
|
@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 …
|
|
|
@275
|
5 years |
contact |
Add downstream support for cap-notify
|
|
|
@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
|
|
|
@271
|
5 years |
contact |
Abbreviate net status service reply
Don't print the nickname if it's …
|
|
|
@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 …
|
|
|
@268
|
5 years |
delthas |
Unmarshal nicks in texts of PRIVMSG and NOTICE from downstreams
When …
|
|
|
@267
|
5 years |
contact |
Add network.channels, remove DB.GetChannel
Store the list of …
|
|
|
@266
|
5 years |
contact |
doc/architecture: ring buffers are now per-channel
|
|
|
@265
|
5 years |
contact |
readme: fix ref to manpage
|
|
|
@264
|
5 years |
contact |
doc: describe more default settings
|
|
|
@263
|
5 years |
delthas |
Add support for custom network on-connect commands
Some servers use …
|
|
|
@262
|
5 years |
contact |
Fix typo
|
|
|
@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 …
|
|
|
@258
|
5 years |
contact |
Disallow marshalling for anotehr network
|
|
|
@257
|
5 years |
contact |
Unify downstreamConn.marshal{Entity,Nick,Channel}
We don't actually …
|
|
|
@256
|
5 years |
contact |
Add support for downstream batch & chathistory
|
|
|
@255
|
5 years |
contact |
Set up DB migration infrastructure
The database is now initialized …
|
|
|
@254
|
5 years |
contact |
doc: fix SQL driver name in manpage
|
|
|
@253
|
5 years |
contact |
Per-entity ring buffers
Instead of having one ring buffer per …
|
|
|
@252
|
5 years |
admin |
Allow users to change password in client
Added a BouncerServ command …
|
|
|
@251
|
5 years |
admin |
Add ability to change password
|
|
|
@250
|
5 years |
contact |
Parse timestamp from message tags in messageLogger.Append
|
|
|
@249
|
5 years |
contact |
Document downstreamConn.{,un}marshalEntity
|
|
|
@248
|
5 years |
contact |
Make newMessageLogger take a *network instead of an *upstreamConn
…
|
|
|
@247
|
5 years |
contact |
Extract logic to build log filepath into a function
This will get …
|
|
|
@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 …
|
|
|
@243
|
5 years |
contact |
Remove Ring.consumers
We don't need to keep track of consumers anymore.
|
|
|
@242
|
5 years |
contact |
Make Ring.NewConsumer seq argument mandatory
There's no point in …
|
|
|
@241
|
5 years |
contact |
Remove Ring.Close
This is unused.
|
|
|
@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
|
|
|
@237
|
5 years |
contact |
Remove network.lock
network.conn is now only accessed from the user …
|
|
|
@236
|
5 years |
contact |
Remove downstreamConn.ourMessages
We can just do the filtering when …
|
|
|
@235
|
5 years |
contact |
Log TOPIC messages
See [1].
[1]: …
|
|
|
@234
|
5 years |
contact |
Fix NOTICE log formatting
ZNC uses hyphens instead of angle brackets …
|
|
|
@233
|
5 years |
contact |
Simplify ring consumer loop
No need to use Peek here.
|
|
|
@232
|
5 years |
contact |
Remove RingConsumer.Close
This is now unused.
|
|
|
@231
|
5 years |
contact |
Remove downstreamConn.ringConsumers
We no longer need long-lived ring …
|
|
|
@230
|
5 years |
contact |
Remove downstreamConn.lock
Everything is now accessed from the user …
|
|
|
@229
|
5 years |
contact |
Remove locks from ring buffer
Everything is now accessed from the …
|
|
|
@228
|
5 years |
contact |
Remove channel from ring buffer consumers
This is unused.
|
|
|
@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 …
|
|
|
@225
|
5 years |
contact |
Use Network.GetName for logs path
|
|
|
@224
|
5 years |
contact |
Only print addr if necessary in network status service command
|
|
|
@223
|
5 years |
contact |
Use Network.GetName in network status NOTICE messages
|
|
|
@222
|
5 years |
contact |
Add network.{createUpdate,delete}Channel
These are about to get more …
|
|
|
@221
|
5 years |
delthas |
Remove unused entityLog struct
Since the logging refactoring in …
|
|
|
@220
|
5 years |
delthas |
Fill all fields of the service user prefix
On some IRC clients, …
|
|
|
@219
|
5 years |
delthas |
Send the last error for disconnected networks in network status
This …
|
|
|
@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 …
|
|
|
@214
|
5 years |
contact |
doc: document auto-away feature
|
|
|
@213
|
5 years |
contact |
Log self-messages too
Closes: https://todo.sr.ht/~emersion/soju/44
|
|
|
@212
|
5 years |
contact |
Use conn.ReadMessage instead of irc.Conn.ReadMessage
|
|
|
@211
|
5 years |
contact |
Add support for downstream echo-message extension
|
|
|
@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 …
|
|
|
@208
|
5 years |
contact |
doc: document "network delete"
|
|
|
@207
|
5 years |
contact |
Fix SQL error logged on JOIN
Closes: https://todo.sr.ht/~emersion/soju/40
|
|
|
@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
|
|
|
@204
|
5 years |
contact |
Simplify ring consumer goroutine
Since network.history is now only …
|
|
|
@203
|
5 years |
contact |
Stop ring consumers when deleting network
|
|
|
@202
|
5 years |
contact |
Add "network delete" service command
And add all the infrastructure …
|
|
|
@201
|
5 years |
contact |
Make user.getNetwork handle Network.Name
|
|
|
@200
|
5 years |
contact |
config: use shlex
This simplifies parsing and allows quoting words.
…
|
|
|