|
|
@348
|
5 years |
contact |
Accept "irc" WebSocket subprotocol
|
|
|
@347
|
5 years |
contact |
Add RemoteAddr to ircConn interface
|
|
|
@346
|
5 years |
hubert |
Send compact channel name lists
This commit resolves sendNames ' TODO.
|
|
|
@345
|
5 years |
contact |
Only read X-Forwarded-* if remote address is loopback
|
|
|
@344
|
5 years |
contact |
Extract X-Forwarded-* headers for WebSocket connections
|
|
|
@343
|
5 years |
contact |
Reply to WHO BouncerServ
Closes: https://todo.sr.ht/~emersion/soju/75
|
|
|
@342
|
5 years |
contact |
Handle registration failures
References: …
|
|
|
@341
|
5 years |
contact |
Return io.EOF on websocket connection closure
|
|
|
@340
|
5 years |
hubert |
Don't save corrupted NickServ credentials
soju saved most NickServ …
|
|
|
@339
|
5 years |
contact |
service: list commands in lexicographic order
|
|
|
@338
|
5 years |
delthas |
Fix sending messages from detached channels
Currently, a downstream …
|
|
|
@337
|
5 years |
contact |
readme: extend copyright notice to all contributors
soju now has …
|
|
|
@336
|
5 years |
contact |
readme: add link to website
|
|
|
@335
|
5 years |
contact |
Fix missing appendServiceCommandSetHelp argument
|
|
|
@334
|
5 years |
fox.cpp |
Do not panic if BouncerServ command without handler is sent
|
|
|
@333
|
5 years |
kl |
service: Handle zero-value in stringPtrFlag.String
…
|
|
|
@332
|
5 years |
contact |
ci: check scdoc is happy
|
|
|
@331
|
5 years |
kl |
docs: Fix manpage syntax
|
|
|
@330
|
5 years |
delthas |
sojuctl: Add support for creating admin users
This adds a new flag, …
|
|
|
@329
|
5 years |
delthas |
Add support for the user create admin service command
This adds …
|
|
|
@328
|
5 years |
delthas |
Add support for admin-restricted service commands
This is preparatory …
|
|
|
@327
|
5 years |
delthas |
Add an admin flag to users
This is preparatory work for letting some …
|
|
|
@326
|
5 years |
delthas |
Fix: Check the stdin scanner for errors when reading the password
…
|
|
|
@325
|
5 years |
delthas |
Rename handleServiceCreateNetwork to handleServiceNetworkCreate
This …
|
|
|
@324
|
5 years |
contact |
Introduce User.Created
For Network and Channel, the database only …
|
|
|
@323
|
5 years |
contact |
Add support for WebSocket connections
WebSocket connections allow …
|
|
|
@322
|
5 years |
contact |
Fail auth on empty password in DB
|
|
|
@321
|
5 years |
contact |
doc: update URL to sr.ht hub in man page
|
|
|
@320
|
5 years |
contact |
doc: add missing change-password service command
|
|
|
@319
|
5 years |
delthas |
Add support for downstream CHATHISTORY
This adds support for the WIP …
|
|
|
@318
|
5 years |
fox.cpp |
Fix handling of empty response to SASL challenge
|
|
|
@317
|
5 years |
contact |
Allow multiple listeners, default to ircs
Users can now specify …
|
|
|
@316
|
5 years |
contact |
Remove keepAlivePeriod
This is a remnant of setKeepAlive.
Fixes: …
|
|
|
@315
|
5 years |
contact |
Introduce ircConn
This interface will allow a conn to be backed by a …
|
|
|
@314
|
5 years |
contact |
Remove setKeepAlive
Go sets a default keep-alive interval of 15 …
|
|
|
@313
|
5 years |
contact |
Add network update command
The user.updateNetwork function is a bit …
|
|
|
@312
|
5 years |
contact |
Close net.Conn in conn.Close
Close the connection in conn.Close. This …
|
|
|
@311
|
5 years |
contact |
Introduce network.isClosed
|
|
|
@310
|
5 years |
contact |
Only send JOIN message if we have channels to join
Don't send a JOIN …
|
|
|
@309
|
5 years |
contact |
Unexport network.Stop
An exported function makes it look like it can …
|
|
|
@308
|
5 years |
admin |
Allow to read password when stdin is not a tty.
|
|
|
@307
|
5 years |
fox.cpp |
Implement upstream SASL EXTERNAL support
Closes: …
|
|
|
@306
|
5 years |
hubert.hirtz |
Send the full user mask in RPL_LOGGEDIN
As per the spec [1]:
…
|
|
|
@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
…
|
|
|
@301
|
5 years |
delthas |
Send a label with all messages sent from downstream
This is …
|
|
|
@300
|
5 years |
delthas |
Add support for upstream ban, invite, and exception lists
This does …
|
|
|
@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
|
|
|