aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/src
Commit message (Collapse)AuthorAge
...
| * fix panic when user leaves channelEskil Queseth2021-05-21
| |
| * fix deadlock and change message registering properlyEskil Queseth2021-05-21
| |
| * rework event system to allow multiple triggersEskil Queseth2021-05-21
| |
| * add support for sending multiple responsesEskil Queseth2021-05-19
| |
| * remove await to parallellize betterEskil Queseth2021-05-19
| |
| * remove event_register_handler from tcp stackEskil Queseth2021-05-19
| |
| * add re-runnable callbacks to the event systemEskil Queseth2021-05-19
| |
| * change Mutex to RwLock and de-asyncEskil Queseth2021-05-19
| |
| * add backend support for sending messagesEskil Queseth2021-05-19
| |
| * refactor getting of channel data from nameEskil Queseth2021-05-19
| |
| * add notification on messageEskil Queseth2021-05-18
| |
| * add ability for backend to keep track of messagesEskil Queseth2021-05-18
| |
* | Merge pull request #85 from mum-rs/config-pathsGustav Sörnäs2021-05-25
|\ \ | |/ |/| remove cfg_exists, pass paths explicitly
| * remove cfg_exists, pass paths explicitlyGustav Sörnäs2021-04-08
| |
* | Merge pull request #90 from mum-rs/server-list-parallelGustav Sörnäs2021-04-19
|\ \
| * | always send response to server listGustav Sörnäs2021-04-11
| | |
| * | use tokio timeoutGustav Sörnäs2021-04-11
| | |
| * | correct outputGustav Sörnäs2021-04-11
| | |
| * | remove arcGustav Sörnäs2021-04-11
| | |
| * | add error logGustav Sörnäs2021-04-11
| | |
| * | timeout server pingsGustav Sörnäs2021-04-10
| | |
| * | add some debug prints for pingsGustav Sörnäs2021-04-10
| | |
| * | remove unneeded rcGustav Sörnäs2021-04-10
| | |
| * | increment status ping idGustav Sörnäs2021-04-10
| |/
* | Restore multiple decodersRubens Brandao2021-04-10
| |
* | Fix audio output being cutRubens Brandao2021-04-10
| | | | | | | | Where did this `!` go? My keyboard have a problem?
* | Ops, forgot to fix upstream conflictsRubens Brandao2021-04-10
| |
* | Merge branch 'main' into multiple-audioRubens Brandao2021-04-09
|\ \ | |/
| * Fix the import location and a possible deadlockRubens Brandao2021-04-06
| |
| * Replace State tokio::sync::Mutex by std::sync::RwLockRubens Brandao2021-04-05
| |
* | Resolved merge upstream conflictsRubens Brandao2021-04-09
| |
* | Resolved merge upstream conflictsRubens Brandao2021-04-09
| |
* | Replace State tokio::sync::Mutex by std::sync::RwLockRubens Brandao2021-04-09
| |
* | Create a trait and default device audio outputRubens Brandao2021-04-08
| | | | | | | | | | Also removed add/remove/clear client from audio interface, it is done on demand now.
* | Move audio decode logic to ClientStreamRubens Brandao2021-04-08
| | | | | | | | | | | | | | | | This way is possible to deduplicate the opus::Decoder used by audio output. The audio effects and client network streams are unified in only one place, allowing the Audio Output device to consume the Samples with only one call.
* | Create a trait and default implementation for device audio inputRubens Brandao2021-04-07
| |
* | Rename audio functions and basic indentationRubens Brandao2021-04-05
| |
* | Separate the input and output audioRubens Brandao2021-04-05
|/
* tyrbofish ?Eskil Queseth2021-03-31
|
* reviewGustav Sörnäs2021-03-31
|
* report tcp errors all the wayGustav Sörnäs2021-03-30
|
* udp errorGustav Sörnäs2021-03-30
|
* return tcp errors from tcp internalsGustav Sörnäs2021-03-30
|
* skip handling >2 channels for nowGustav Sörnäs2021-03-30
| | | | See #80.
* config errorGustav Sörnäs2021-03-30
|
* rename notify -> notificationsGustav Sörnäs2021-03-30
| | | | Notify is already taken, see https://lib.rs/crates/notify.
* warn if notification init failsGustav Sörnäs2021-03-30
|
* add StateError and AudioErrorGustav Sörnäs2021-03-30
|
* add todosGustav Sörnäs2021-03-30
|
* code reviewGustav Sörnäs2021-03-30
|