Age | Commit message (Expand) | Author |
2024-06-30 | Check erebos-storage version from directory listing | Roman Smrž |
2024-06-29 | Move platform-specific code to separate directory | Roman Smrž |
2024-06-29 | Subscribe flag in chatroom state | Roman Smrž |
2024-06-11 | Add missing header in Discovery module | Roman Smrž |
2024-06-01 | Drop peer on packet delivery failure | Roman Smrž |
2024-06-01 | Manual peer drop | Roman Smrž |
2024-05-28 | Storage: store and check on-disk version | Roman Smrž |
2024-05-25 | Handle peer reconnection after its restart | Roman Smrž |
2024-05-23 | Plaintext data response to plaintext request | Roman Smrž |
2024-05-23 | Store extended identaty data in direct message state | Roman Smrž |
2024-05-23 | Conversation interface | Roman Smrž |
2024-05-20 | Chatroom messages | Roman Smrž |
2024-05-05 | Network streams: remove debug print | Roman Smrž |
2024-05-05 | Network: wait with channel close after delivering all data | Roman Smrž |
2024-05-02 | Fix chatroom imports for mtl-2.3 | Roman Smrž |
2024-05-02 | Network: reuse stream numbers after closing | Roman Smrž |
2024-05-02 | Network: fail when no free stream is available | Roman Smrž |
2024-04-22 | Network: wait for stream open ack before sending any data | Roman Smrž |
2024-04-22 | Network: packet reservation before sending | Roman Smrž |
2024-04-17 | Chatroom metadata updates | Roman Smrž |
2024-04-17 | Chatroom service | Roman Smrž |
2024-03-23 | Chatroom shared type | Roman Smrž |
2024-03-20 | Network streams | Roman Smrž |
2024-02-20 | Fix compatibility with mtl-2.3 | Roman Smrž |
2024-02-19 | Storage: replace Either in monad stack with Except | Roman Smrž |
2024-02-19 | Drop unnecessary mime dependency | Roman Smrž |
2024-02-19 | Fix compatibility with unix-2.8 | Roman Smrž |
2024-02-17 | Flag to disable pjproject dependency | Roman Smrž |
2024-01-03 | Storage: export store and load helpers | Roman Smrž |
2023-12-12 | Message: use ready state before sending messages | Roman Smrž |
2023-11-18 | Drop JSON type support for record items | Roman Smrž |
2023-11-18 | Split to library and executable parts | Roman Smrž |
2023-10-19 | Use extended identity data for name | Roman Smrž |
2023-10-19 | Identity extension data | Roman Smrž |
2023-10-09 | Storage: handle BASE/SBASE references as parents | Roman Smrž |
2023-09-19 | Identity validation diagnostics | Roman Smrž |
2023-09-16 | Network: acknowledgment using packet counter | Roman Smrž |
2023-09-16 | Protocol: check if control flow is free before processing incoming packet | Roman Smrž |
2023-09-16 | Protocol: use cookies during whole plaintext phase | Roman Smrž |
2023-09-10 | Network: fork per-connection thread as soon as possible | Roman Smrž |
2023-09-09 | Protocol: process incoming only if upstream is free | Roman Smrž |
2023-09-09 | Flow: try variants and checks for read and write | Roman Smrž |
2023-09-09 | Flow: rename mapPath to mapFlow | Roman Smrž |
2023-09-09 | Look for private keys in parent storage | Roman Smrž |
2023-09-02 | Protocol: change service headers to SVT/SVR | Roman Smrž |
2023-08-30 | Move keys from peer storage after head commit | Roman Smrž |
2023-08-30 | Storage: Eq instance for Ref based only on digest | Roman Smrž |
2023-08-30 | Replace storedStorage usage with MonadHead | Roman Smrž |
2023-08-30 | Storage: make sure new head object is in appropriate storage | Roman Smrž |
2023-08-30 | Call refStorage only internally in Storage modules | Roman Smrž |