From 82e87b0744a07613ec00779d0cf05bdbfbd2689d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Thu, 16 Sep 2021 19:40:14 +0200 Subject: added json parsing mechanism --- README.md | 6 +++ src/api.c | 148 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- src/h.c | 128 +++++++++++++++++++++++++++++++++++++++++++++-------- src/ui.c | 2 +- 4 files changed, 247 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 975286d..b40f17d 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,12 @@ completing this task would make `discord.c` the first and the only alternative c it would be useful to have an android port, and luckily this is possible with little effort due to the GTK broadway backend that interfaces with a HTML renderer, WebView for example. +### misc + +* synchronise guild\_positions with server (packet 0) +* synchronise nicknames with server (packet 0 for frends) +* parse, store, download, render avatars +