yazi/yazi-dds/src
2024-04-27 16:47:50 +08:00
..
body feat: add new bulk event kind to DDS (#937) 2024-04-25 20:14:52 +08:00
client.rs feat: split ya send into ya pub and ya pub-static to make it more ergonomic (#933) 2024-04-21 09:25:38 +08:00
lib.rs feat: add a new ya send command to allow standalone client processes to communicate with DDS from the command line (#913) 2024-04-15 15:42:44 +08:00
payload.rs feat: split ya send into ya pub and ya pub-static to make it more ergonomic (#933) 2024-04-21 09:25:38 +08:00
pubsub.rs feat: add new bulk event kind to DDS (#937) 2024-04-25 20:14:52 +08:00
pump.rs feat: add new move, trash, and delete event kinds to DDS (#880) 2024-04-11 01:09:29 +08:00
sendable.rs feat: expand the types supported by the event system (#923) 2024-04-19 13:45:01 +08:00
server.rs fix: always persist static messages even when there are no remote clients (#928) 2024-04-19 20:36:27 +08:00
state.rs feat: merge the sender and severity in the DDS payload into the same field to simplify the protocol (#871) 2024-04-04 02:33:58 +08:00
stream.rs fix: move the DDS socket file out of the cache directory to avoid being affected by yazi --clear-cache 2024-04-27 16:47:50 +08:00