Page MenuHomePhorge

D128.1732281187.diff
No OneTemporary

Size
7 KB
Referenced Files
None
Subscribers
None

D128.1732281187.diff

diff --git a/twims/2021,1,21(4).md b/twims/2021,1,21(4).md
deleted file mode 100644
--- a/twims/2021,1,21(4).md
+++ /dev/null
@@ -1,37 +0,0 @@
-TWIM:
-
-# libkazv (and the Kazv Project)
-
-[libkazv](https://gitlab.com/kazv/libkazv) is a sans-io C++ (gnu++17) client library
-built upon [lager](https://github.com/arximboldi/lager). Along with it there is
-[kazv](https://gitlab.com/kazv/kazv), a kirigami/qml client, and a
-[forward bot](https://gitlab.com/kazv/matrix-tencent-forward-bot) between matrix and
-tencent qq. Talk to us on [#kazv:tusooa.xyz](https://matrix.to/#/#kazv:tusooa.xyz?via=tusooa.xyz).
-
-## Features
-
-(Copying from readme:)
-
-- Logging in
-- Receiving room states
-- Receiving room messages
-- Receiving account data
-- Receiving presence
-- Sending messages
-- Send room state events
-- Create rooms
-- Room invites
-- Join rooms
-- Typing notifications
-- Receipts and fully-read markers
-- Leaving and forgetting rooms
-- Content repository
-- Send-to-device messages
-- E2EE (send and receive events only)
-
-## What goes here?
-
-This week we ("tusooa and her longcat," we hope someday we can remove this annotation :P)
-implemented sending and receiving encrypted events in rooms. Check a demo video below:
-
-https://tusooa.xyz/_matrix/media/r0/download/tusooa.xyz/VHsPuGSHNDMnlASQoGmdHnBf
diff --git a/twims/2021,2,25(4).md b/twims/2021,2,25(4).md
deleted file mode 100644
--- a/twims/2021,2,25(4).md
+++ /dev/null
@@ -1,33 +0,0 @@
-TWIM:
-
-# libkazv (and the Kazv Project)
-
-[libkazv](https://gitlab.com/kazv/libkazv) is a sans-io C++ (gnu++17) client library
-built upon [lager](https://github.com/arximboldi/lager). Along with it there is
-[kazv](https://gitlab.com/kazv/kazv), a kirigami/qml client, and a
-[forward bot](https://gitlab.com/kazv/matrix-tencent-forward-bot) between matrix and
-tencent qq. Talk to us on [#kazv:tusooa.xyz](https://matrix.to/#/#kazv:tusooa.xyz?via=tusooa.xyz).
-
-## Updates
-
-In the past (how many?) weeks we ("tusooa and her longcat," we hope someday we can
-remove this annotation :P):
-
-1. Released [libkazv 0.1.0][libkazv-010] and [matrix-tencent-forward-bot 0.1.0][mtfb-010].
- Those are stable enough to run as daemon, at least for days.
-
-[libkazv-010]: https://gitlab.com/kazv/libkazv/-/tree/v0.1.0
-[mtfb-010]: https://gitlab.com/kazv/matrix-tencent-forward-bot/-/tree/v0.1.0
-
-2. Added related ebuilds to [the overlay][tusooa-overlay].
-
-[tusooa-overlay]: https://gitlab.com/tusooa/tusooa-overlay
-
-3. Implemented [streaming uploads for libkazv][stream-mr].
-
-[stream-mr]: https://gitlab.com/kazv/libkazv/-/merge_requests/1
-
-4. Made matrix-tencent-forward-bot support [directly forwarding images][img-fwd]
- to the matrix room.
-
-[img-fwd]: https://gitlab.com/kazv/matrix-tencent-forward-bot/-/commit/a91c3a3c6a20034634db64ec97782e6e36cf5c77
diff --git a/twims/2021,3,11(4).md b/twims/2021,3,11(4).md
deleted file mode 100644
--- a/twims/2021,3,11(4).md
+++ /dev/null
@@ -1,26 +0,0 @@
-TWIM:
-
-# libkazv (and the Kazv Project)
-
-[libkazv](https://gitlab.com/kazv/libkazv) is a sans-io C++ (gnu++17) client library
-built upon [lager](https://github.com/arximboldi/lager). Along with it there is
-[kazv](https://gitlab.com/kazv/kazv), a kirigami/qml client, and a
-[forward bot](https://gitlab.com/kazv/matrix-tencent-forward-bot) between matrix and
-tencent qq. Talk to us on #kazv:tusooa.xyz .
-
-## Updates
-
-In the past 1 week we ("tusooa and her longcat," we hope someday we can
-remove this annotation :P):
-
-1. Added a Dockerfile to build [libkazv][libkazv-dockerfile] and [its deps][deps-dockerfile].
-There is also a pre-built docker image [here][docker-reg].
-You can download it using `docker image pull reg.lily.kazv.moe/kazv/libkazv/libkazv:servant`.
-
-[libkazv-dockerfile]: https://lily.kazv.moe/kazv/libkazv/-/blob/servant/Dockerfile
-[deps-dockerfile]: https://lily.kazv.moe/kazv/libkazv-deps/-/blob/servant/Dockerfile
-[docker-reg]: https://lily.kazv.moe/kazv/libkazv/container_registry/4
-
-2. Added method to [deal with sync gaps][fix-paginating].
-
-[fix-paginating]: https://lily.kazv.moe/kazv/libkazv/-/issues/1
diff --git a/twims/2021,3,25(4).md b/twims/2021,3,25(4).md
deleted file mode 100644
--- a/twims/2021,3,25(4).md
+++ /dev/null
@@ -1,17 +0,0 @@
-TWIM:
-
-# libkazv (and the Kazv Project)
-
-[libkazv](https://lily.kazv.moe/kazv/libkazv) is a sans-io C++ (gnu++17) client library
-built upon [lager](https://github.com/arximboldi/lager). Along with it there is
-[kazv](https://lily.kazv.moe/kazv/kazv), a kirigami/qml client, and a
-[forward bot](https://lily.kazv.moe/kazv/matrix-tencent-forward-bot) between matrix and
-tencent qq. Talk to us on #kazv:tusooa.xyz .
-
-## Updates
-
-In the past 2 week we ("tusooa and her longcat," we hope someday we can
-remove this annotation :P):
-
-1. Recorded state events in timeline. https://lily.kazv.moe/kazv/libkazv/-/merge_requests/2
-2. Added support for streaming download. https://lily.kazv.moe/kazv/libkazv/-/merge_requests/3
diff --git a/twims/2021,3,5(5).md b/twims/2021,3,5(5).md
deleted file mode 100644
--- a/twims/2021,3,5(5).md
+++ /dev/null
@@ -1,31 +0,0 @@
-TWIM:
-
-# libkazv (and the Kazv Project)
-
-[libkazv](https://gitlab.com/kazv/libkazv) is a sans-io C++ (gnu++17) client library
-built upon [lager](https://github.com/arximboldi/lager). Along with it there is
-[kazv](https://gitlab.com/kazv/kazv), a kirigami/qml client, and a
-[forward bot](https://gitlab.com/kazv/matrix-tencent-forward-bot) between matrix and
-tencent qq. Talk to us on #kazv:tusooa.xyz .
-
-## Updates
-
-In the past 1 week we ("tusooa and her longcat," we hope someday we can
-remove this annotation :P):
-
-1. Published API documentation [on the web][libkazv-doc].
-
-[libkazv-doc]: https://mxc.kazv.moe/libkazv/index.html
-
-2. Together with that, added a ["getting started" guide with an example][getting-started] >w<
-
-[getting-started]: https://gitlab.com/kazv/libkazv/-/blob/servant/tutorials/tutorial0.md
-
-3. Made matrix-tencent-forward-bot support [directly forwarding images][img-fwd]
- *from* the matrix room.
-
-[img-fwd]: https://gitlab.com/kazv/matrix-tencent-forward-bot/-/commit/68e5274f07886e93035adedaca495d762a69ba38
-
-4. [Colourized sender nicks][col-nick] in messages for matrix-tencent-forward-bot.
-
-[col-nick]: https://gitlab.com/kazv/matrix-tencent-forward-bot/-/commit/4b03a3349d8dc7179988f3d4af68277a6bc7ac68
diff --git a/twims/2021,4,22(4).md b/twims/2021,4,22(4).md
deleted file mode 100644
--- a/twims/2021,4,22(4).md
+++ /dev/null
@@ -1,16 +0,0 @@
-TWIM:
-
-# libkazv (and the Kazv Project)
-
-[libkazv](https://lily.kazv.moe/kazv/libkazv) is a sans-io C++ (gnu++17) client library
-built upon [lager](https://github.com/arximboldi/lager). Along with it there is
-[kazv](https://lily.kazv.moe/kazv/kazv), a kirigami/qml client, and a
-[forward bot](https://lily.kazv.moe/kazv/matrix-tencent-forward-bot) between matrix and
-tencent qq. Talk to us on #kazv:tusooa.xyz .
-
-## Updates
-
-In the past 2 week we ("tusooa and her longcat," we hope someday we can
-remove this annotation :P):
-
-1. Supported encrypted attachments. https://lily.kazv.moe/kazv/libkazv/-/merge_requests/5
diff --git a/twims/2021,4,8(4).md b/twims/2021,4,8(4).md
deleted file mode 100644
--- a/twims/2021,4,8(4).md
+++ /dev/null
@@ -1,16 +0,0 @@
-TWIM:
-
-# libkazv (and the Kazv Project)
-
-[libkazv](https://lily.kazv.moe/kazv/libkazv) is a sans-io C++ (gnu++17) client library
-built upon [lager](https://github.com/arximboldi/lager). Along with it there is
-[kazv](https://lily.kazv.moe/kazv/kazv), a kirigami/qml client, and a
-[forward bot](https://lily.kazv.moe/kazv/matrix-tencent-forward-bot) between matrix and
-tencent qq. Talk to us on #kazv:tusooa.xyz .
-
-## Updates
-
-In the past 2 week we ("tusooa and her longcat," we hope someday we can
-remove this annotation :P):
-
-1. Added Boost.Serialization support https://lily.kazv.moe/kazv/libkazv/-/merge_requests/4

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 22, 5:13 AM (2 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38852
Default Alt Text
D128.1732281187.diff (7 KB)

Event Timeline