Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-05 | Use UUID type from uuid-types package | Roman Smrž | |
2025-04-05 | Pairing: use ByteString instead of Bytes | Roman Smrž | |
2025-04-05 | Replace uuid package with custom module | Roman Smrž | |
Avoids transitive denpednecies not buildable with wasm backend. | |||
2025-03-31 | Keep weak reference to previous local state | Roman Smrž | |
2025-03-29 | Weak references in records | Roman Smrž | |
Changelog: Weak references in records | |||
2025-03-28 | Merge branch 'release-0.1' | Roman Smrž | |
2025-03-27 | Discovery: always relay connection request if possible | Roman Smrž | |
2025-03-27 | Merge branch 'release-0.1' | Roman Smrž | |
2025-03-27 | Build with fsnotify-0.3 | Roman Smrž | |
Present in Debian bookworm. | |||
2025-03-27 | Discovery: do not announce self without any local address | Roman Smrž | |
2025-03-27 | ICE: use pj_ice_strans_sendto2 | Roman Smrž | |
2025-03-27 | ICE: fix deadlock when creating session without STUN/TURN | Roman Smrž | |
2025-03-26 | Relay ICE info even without other ICE support | Roman Smrž | |
2025-03-22 | Adapt interactive identity updates for Terminal | Roman Smrž | |
2025-03-21 | Generic type for MonadError constraints | Roman Smrž | |
Changelog: API: MonadError constraints use generic error type | |||
2025-03-21 | Merge branch 'release-0.1' | Roman Smrž | |
2025-03-21 | Rename ice-session in discovery connection request to ice-info | Roman Smrž | |
2025-03-20 | Deleting chatrooms | Roman Smrž | |
Changelog: Added `/delete` command to delete chatrooms for current user | |||
2025-02-25 | ICE config for each discovery peer | Roman Smrž | |
2025-02-19 | Merge branch 'release-0.1' | Roman Smrž | |
2025-01-09 | Network: check and free interface list in joinMulticast | Roman Smrž | |
2025-01-09 | Automatic discovery init using interface addresses | Roman Smrž | |
2025-01-04 | Merge branch 'release-0.1' | Roman Smrž | |
2025-01-04 | Build discovery service without requiring ICE support | Roman Smrž | |
Changelog: Discovery service without requiring ICE support | |||
2024-12-31 | Use evaluate to force digest before storing to backend | Roman Smrž | |
2024-12-28 | StorageBackend type class | Roman Smrž | |
Changelog: API: Added `StorageBackend` type class to allow custom storage implementation | |||
2024-11-17 | Drop unused StoreInfo and History types | Roman Smrž | |
2024-11-17 | Rename Message module to DirectMessage | Roman Smrž | |
Changelog: API: Rename `Erebos.Message` module to `Erebos.DirectMessage` | |||
2024-11-17 | Remove deprecated Message.formatMessage alias | Roman Smrž | |
Changelog: API: Remove deprecated `Message.formatMessage` alias | |||
2024-11-17 | Create Erebos.Storage.Head module | Roman Smrž | |
2024-11-10 | Move Erebos.Channel module under Erebos.Network | Roman Smrž | |
2024-11-06 | Create new Object, Storable and Storage modules | Roman Smrž | |
Changelog: API: Split Erebos.Storage into multiple modules | |||
2024-11-06 | Merge branch 'release-0.1' | Roman Smrž | |
2024-11-01 | Ignore record items with unexpected type | Roman Smrž | |
Changelog: Ignore record items with unexpected type | |||
2024-10-30 | Rename Erebos.Storage module to Erebos.Object.Internal | Roman Smrž | |
2024-10-29 | Chatroom-specific identity | Roman Smrž | |
Changelog: Chatroom-specific identity | |||
2024-10-23 | Handle concurrent calls to openStorage | Roman Smrž | |
2024-10-21 | Allocate pjproject user data with calloc | Roman Smrž | |
2024-10-21 | Handle error from pj_ice_strans_get_ufrag_pwd | Roman Smrž | |
2024-10-21 | Chatroom: unsubscribe when leaving | Roman Smrž | |
2024-10-11 | Use only interfaces with non-link-local address for multicast | Roman Smrž | |
2024-10-09 | Handle unknown record item types | Roman Smrž | |
Changelog: Handle unknown record item types | |||
2024-10-07 | Handle unknown object type | Roman Smrž | |
Changelog: Handle unknown object type | |||
2024-10-05 | Keep unknown items in local state | Roman Smrž | |
Changelog: Keep unknown items in local state | |||
2024-08-30 | Network: secure cookie | Roman Smrž | |
Changelog: Secure cookie for connection initialization | |||
2024-08-11 | Network: clear keep-alive timeout when sending to avoid loop | Roman Smrž | |
2024-08-11 | Local discovery with IPv6 | Roman Smrž | |
Changelog: Local discovery with IPv6 | |||
2024-08-11 | Chatroom members and join/leave commands | Roman Smrž | |
2024-08-10 | Include passed objects in generations and ancestors functions | Roman Smrž | |
2024-08-10 | Identity: implement sameIdentity using storedRoots | Roman Smrž | |