- Feb 05, 2024
-
-
Arul Agrawal authored
-
- Feb 02, 2024
-
-
Simon Ser authored
-
- Jan 28, 2024
-
-
Moritz Poldrack authored
Signed-off-by: Moritz Poldrack <git@moritz.sh>
-
Moritz Poldrack authored
When started without specifying a fileupload backend, soju crashes because of a nil-pointer deref. panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x9484bd] goroutine 1 [running]: main.loadConfig() git.sr.ht/~emersion/soju/cmd/soju/main.go:94 +0x51d main.main() git.sr.ht/~emersion/soju/cmd/soju/main.go:127 +0x165 panic: runtime error: invalid memory address or nil pointer dereference Add a guardclause preventing that crash. Signed-off-by: Moritz Poldrack <git@moritz.sh>
-
- Jan 25, 2024
- Jan 24, 2024
-
-
Simon Ser authored
Co-authored-by: delthas <delthas@dille.cc>
-
Simon Ser authored
Co-authored-by: delthas <delthas@dille.cc>
-
Simon Ser authored
This extension is now widely deployed, so we will stick to backwards-compatible changes only.
-
Simon Ser authored
-
Simon Ser authored
-
Simon Ser authored
-
Simon Ser authored
-
- Jan 08, 2024
- Dec 21, 2023
-
-
Henrique Dias authored
go-sqlite3 does not build with musl 1.2.4+, which is packaged in some distros (e.g. Alpine 3.19+). This update fixes it. More info: https://github.com/mattn/go-sqlite3/pull/1177
-
Simon Ser authored
-
- Dec 11, 2023
-
-
Simon Ser authored
References: https://todo.sr.ht/~emersion/soju/156
-
Simon Ser authored
Using an expired context will never actually send the error message here.
-
- Dec 09, 2023
-
-
Simon Ser authored
The library prepends "mailto:".
-
- Dec 08, 2023
-
-
Simon Ser authored
That way the script fails if the reload fails.
-
- Dec 06, 2023
-
-
Simon Ser authored
-
- Dec 01, 2023
- Nov 28, 2023
-
-
Simon Ser authored
-
- Nov 27, 2023
- Nov 25, 2023
-
-
Simon Ser authored
The fix has been merged upstream.
-
- Nov 17, 2023
-
-
Antonio Mika authored
-
- Nov 12, 2023
-
-
Simon Ser authored
-
- Nov 06, 2023
-
-
sentriz authored
using the sqliteQueryTimeout means a `undefined: sqliteQueryTimeout` when building with `-tags=nosqlite`
-
- Oct 31, 2023