|
|
@421
|
5 years |
contact |
Switch DB API to user IDs
This commit changes the Network schema to …
|
|
|
@420
|
5 years |
contact |
Add id column to User table
We used rowid before, but an explicit ID …
|
|
|
@416
|
5 years |
hubert |
Make DB.DeleteChannel take the channel ID
... to allow the caller to …
|
|
|
@393
|
5 years |
dan.shick |
Fix store user query values
|
|
|
@382
|
5 years |
contact |
Add User.ID
For now it's just a new field that'll be useful to …
|
|
|
@375
|
5 years |
contact |
Add DB.DeleteUser
|
|
|
@356
|
5 years |
contact |
Fix deadlock in DB.Close
This method was calling itself, instead of …
|
|
|
@327
|
5 years |
delthas |
Add an admin flag to users
This is preparatory work for letting some …
|
|
|
@324
|
5 years |
contact |
Introduce User.Created
For Network and Channel, the database only …
|
|
|
@307
|
5 years |
fox.cpp |
Implement upstream SASL EXTERNAL support
Closes: …
|
|
|
@284
|
5 years |
contact |
Add support for detached channels
Channels can now be detached by …
|
|
|
@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 …
|
|
|
@255
|
5 years |
contact |
Set up DB migration infrastructure
The database is now initialized …
|
|
|
@251
|
5 years |
admin |
Add ability to change password
|
|
|
@207
|
5 years |
contact |
Fix SQL error logged on JOIN
Closes: https://todo.sr.ht/~emersion/soju/40
|
|
|
@202
|
5 years |
contact |
Add "network delete" service command
And add all the infrastructure …
|
|
|
@173
|
5 years |
contact |
Stop accessing user data in downstreamConn.authenticate
This becomes …
|
|
|
@149
|
5 years |
contact |
Correctly set Channel.ID in DB.StoreChannel
|
|
|
@148
|
5 years |
contact |
Error out when storing unsupported SASL mechanism in DB
|
|
|
@146
|
5 years |
contact |
Add support for channel keys
|
|
|
@118
|
5 years |
delthas |
schema: add Network.name
|
|
|
@98
|
5 years |
contact |
Rename project to soju
|
|
|
@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
|
|
|
@90
|
5 years |
contact |
Store NICK changes in the DB
|
|
|
@89
|
5 years |
contact |
Update DB on JOIN and PART
|
|
|
@85
|
5 years |
contact |
Add support for PASS to downstream
|
|
|
@84
|
5 years |
contact |
cmd/jouncectl: new command
Allows to create users.
|
|
|
@81
|
5 years |
contact |
Use a RWMutex for DB
|
|
|
@79
|
5 years |
contact |
go fmt
|
|
|
@77
|
5 years |
contact |
Add SQLite database
Closes: https://todo.sr.ht/~emersion/jounce/9
|