Commit graph

5 commits

Author SHA1 Message Date
Lily Tsuru 596839e4ed listen address + port are configurable.
Also, libvncserver log messages now output via Tracing.
2024-08-04 03:47:20 -04:00
Lily Tsuru d4329be132 refactoring
Removes the frontend glue module, instead the frontend state struct is allowed to be created by users. This doesn't solve Rust 2024 problems (although, since we're building c++ code anyways, we can always just stash the pointer there) but it's much cleaner.Some stuff is made to use pointers, this is just because I don't want to mess around with lifetime stuff right now (it all lasts as long as the app anyways)
2024-08-04 02:02:29 -04:00
Lily Tsuru e42cab442b add disclaimer to readme 2024-08-02 03:42:06 -04:00
Lily Tsuru 312c94af1a use results for slightly less boneheaded error handling 2024-08-02 03:41:27 -04:00
Lily Tsuru 6f829c5252 Initial commit 2024-08-02 03:20:29 -04:00