summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
12 daysUse evaluate to force digest before storing to backendRoman Smrž
2024-12-28StorageBackend type classRoman Smrž
Changelog: API: Added `StorageBackend` type class to allow custom storage implementation
2024-11-17Drop unused StoreInfo and History typesRoman Smrž
2024-11-17Rename Message module to DirectMessageRoman Smrž
Changelog: API: Rename `Erebos.Message` module to `Erebos.DirectMessage`
2024-11-17Remove deprecated Message.formatMessage aliasRoman Smrž
Changelog: API: Remove deprecated `Message.formatMessage` alias
2024-11-17Create Erebos.Storage.Head moduleRoman Smrž
2024-11-10Move Erebos.Channel module under Erebos.NetworkRoman Smrž
2024-11-06Create new Object, Storable and Storage modulesRoman Smrž
Changelog: API: Split Erebos.Storage into multiple modules
2024-11-06Merge branch 'release-0.1'Roman Smrž
2024-11-01Ignore record items with unexpected typeRoman Smrž
Changelog: Ignore record items with unexpected type
2024-10-30Rename Erebos.Storage module to Erebos.Object.InternalRoman Smrž
2024-10-29Chatroom-specific identityRoman Smrž
Changelog: Chatroom-specific identity
2024-10-23Handle concurrent calls to openStorageRoman Smrž
2024-10-21Allocate pjproject user data with callocRoman Smrž
2024-10-21Handle error from pj_ice_strans_get_ufrag_pwdRoman Smrž
2024-10-21Chatroom: unsubscribe when leavingRoman Smrž
2024-10-11Use only interfaces with non-link-local address for multicastRoman Smrž
2024-10-09Handle unknown record item typesRoman Smrž
Changelog: Handle unknown record item types
2024-10-07Handle unknown object typeRoman Smrž
Changelog: Handle unknown object type
2024-10-05Keep unknown items in local stateRoman Smrž
Changelog: Keep unknown items in local state
2024-08-30Network: secure cookieRoman Smrž
Changelog: Secure cookie for connection initialization
2024-08-11Network: clear keep-alive timeout when sending to avoid loopRoman Smrž
2024-08-11Local discovery with IPv6Roman Smrž
Changelog: Local discovery with IPv6
2024-08-11Chatroom members and join/leave commandsRoman Smrž
2024-08-10Include passed objects in generations and ancestors functionsRoman Smrž
2024-08-10Identity: implement sameIdentity using storedRootsRoman Smrž
2024-08-10Identity: implement lookupProperty using filterAncestorsRoman Smrž
2024-07-31Storage: handle moveKeys being passed the same memory storageRoman Smrž
2024-07-26Network: send channel request even with just received cookieRoman Smrž
2024-07-18Storage: close handles before renaming lock filesRoman Smrž
2024-07-18Network: avoid error message on superseded channel requestRoman Smrž
2024-07-17Merge multiple data responses into a single streamRoman Smrž
Changelog: Fix sending multiple data responses in a stream
2024-07-16Handle parallel thread diff in chatroomsRoman Smrž
2024-07-16Send current chatroom subscriptions to new peersRoman Smrž
2024-07-09Send keep-alive packets on idle connectionRoman Smrž
Changelog: Send keep-alive packets on idle connection
2024-07-06Chatrooms in conversation interfaceRoman Smrž
2024-07-05Broadcast address lookup on WindowsRoman Smrž
2024-07-02Chatroom subscriptionsRoman Smrž
2024-06-30Network: use Monotonic instead of MonotonicRaw clockRoman Smrž
2024-06-30Windows support for filesystem storageRoman Smrž
2024-06-30Replace inotify with multiplatform fsnotify packageRoman Smrž
2024-06-30Single INotify instance per Storage objectRoman Smrž
2024-06-30Storage watching tests with multiple heads and readersRoman Smrž
2024-06-30Check erebos-storage version from directory listingRoman Smrž
2024-06-29Move platform-specific code to separate directoryRoman Smrž
2024-06-29Subscribe flag in chatroom stateRoman Smrž
2024-06-11Add missing header in Discovery moduleRoman Smrž
2024-06-01Drop peer on packet delivery failureRoman Smrž
2024-06-01Manual peer dropRoman Smrž
2024-05-28Storage: store and check on-disk versionRoman Smrž