aboutsummaryrefslogtreecommitdiffstats
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog/0.3.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/changelog/0.3.txt b/changelog/0.3.txt
index dab0e7f..e320859 100644
--- a/changelog/0.3.txt
+++ b/changelog/0.3.txt
@@ -56,3 +56,21 @@ d6496cb Merge branch audio-volume (eskil)
7120ef1 Merge branch mac (gustav)
git diff --stat v0.2..v0.3 --stat=80 -- **/*.rs
+ mumctl/src/main.rs | 589 +++++++++++++++++++++++++++++++----------------
+ mumd/src/audio.rs | 204 ++++++++++++++--
+ mumd/src/audio/input.rs | 8 +-
+ mumd/src/audio/output.rs | 34 ++-
+ mumd/src/command.rs | 56 +++--
+ mumd/src/main.rs | 35 ++-
+ mumd/src/network/tcp.rs | 89 ++++---
+ mumd/src/network/udp.rs | 82 ++++++-
+ mumd/src/notify.rs | 20 ++
+ mumd/src/state.rs | 485 ++++++++++++++++++++++++++++++++------
+ mumd/src/state/server.rs | 20 ++
+ mumd/src/state/user.rs | 85 ++++++-
+ mumlib/src/command.rs | 35 ++-
+ mumlib/src/config.rs | 92 +++++---
+ mumlib/src/error.rs | 7 +-
+ mumlib/src/lib.rs | 4 +-
+ mumlib/src/state.rs | 87 ++-----
+ 17 files changed, 1446 insertions(+), 486 deletions(-)