Evgeny @ SimpleX Chat
|
326d6cc559
|
code comments
|
2026-03-11 12:17:46 +00:00 |
|
Evgeny Poberezkin
|
3dab330480
|
use throwE instead of throwError (#1187)
* use throwE instead of throwError
* test delay
|
2024-06-05 11:20:50 +01:00 |
|
Alexander Bondarenko
|
984394d906
|
core: remove MonadUnliftIO ExceptT orphans (#1169)
|
2024-05-23 16:44:00 +01:00 |
|
Evgeny Poberezkin
|
6ded721daa
|
remove monad typeclasses to reduce overhead (#1077)
* remove monad typeclasses to reduce overhead
* remove unliftIO
* StrictData
* inline
* optional agent port
* avoid MonadUnliftIO instance (#1078)
* avoid MonadUnliftIO instance
* simpler liftError'
* rename
* narrow down instance
* revert
---------
Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
* logServer
---------
Co-authored-by: Alexander Bondarenko <486682+dpwiz@users.noreply.github.com>
|
2024-03-31 20:50:35 +01:00 |
|
Evgeny Poberezkin
|
13a60d1d39
|
use ChaChaDRG as the source of randomness (#920)
* use ChaChaDRG as the source of randomness
* remove functions using entropy directly
* comment
|
2023-12-21 00:12:08 +00:00 |
|
Evgeny Poberezkin
|
511d793b92
|
derive JSON instances with TH (#869)
* derive JSON instances with TH
* defaultJSON
* remove ToJSON
|
2023-10-26 09:20:30 +01:00 |
|
Evgeny Poberezkin
|
9d12d76078
|
add fourmolu (#868)
* add fourmolu
* linebreak
* simplify
* comment
|
2023-10-22 09:20:14 +01:00 |
|
Evgeny Poberezkin
|
887ccbcf6c
|
Merge branch 'master' into master-ghc9
|
2023-09-10 18:00:33 +01:00 |
|
Evgeny Poberezkin
|
17a1a911d8
|
import stateTVar
|
2023-09-01 22:24:53 +01:00 |
|
Evgeny Poberezkin
|
5dc3d739b2
|
agent: support encrypted local files (#837)
* agent: support encrypted local files
* migration, update store, api
* tests, fix
* use CF.plain
|
2023-08-31 22:43:58 +01:00 |
|