 Evgeny PoberezkinandAlexander Bondarenko
|
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 |
|
 
|
8c250ebe19
|
agent: batch sending messages (#922)
* agent: batch sending messages (attempt 4)
* handle errors in batch sending
* batch attempt 5 (#923)
* attempt 5
* remove IORefs
* add liftA2 for 8.10 compat
* remove db-related zipping
* traversable
---------
Co-authored-by: IC Rainbow <aenor.realm@gmail.com>
* s/mapE/bindRight/
* name
Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com>
* comment
Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com>
* remove unused funcs
---------
Co-authored-by: IC Rainbow <aenor.realm@gmail.com>
Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com>
|
2023-12-19 23:01:34 +00:00 |
|
Evgeny Poberezkin
|
9d12d76078
|
add fourmolu (#868)
* add fourmolu
* linebreak
* simplify
* comment
|
2023-10-22 09:20:14 +01:00 |
|
 Evgeny Poberezkinandspacedandy
|
ddc2da8fe4
|
xftp: agent API for xftp commands and events (#684)
* xftp: agent API for xftp commands and events
* fix tests
* fix tests 2
* xftp: update agent send api
* update API to make temp path optional
* revert tmp path changes (fixes send)
---------
Co-authored-by: spacedandy <8711996+spaced4ndy@users.noreply.github.com>
|
2023-03-13 09:04:23 +00:00 |
|
Evgeny Poberezkin
|
d4fc638478
|
async batch connection deletion (#617)
* async batch connection deletion
* delete user record with connections, async connection deletion
* updates
* update query
|
2023-01-21 13:41:16 +00:00 |
|
Evgeny Poberezkin
|
19aef52135
|
debug agent locks
|
2022-10-22 16:43:14 +01:00 |
|