Archived
1
0
Fork 0
Commit graph

136 commits

Author SHA1 Message Date
多羅狼
2c747247ef
upd 2024-02-16 16:10:14 +08:00
多羅狼
3132dce761
Update 2024-02-02 13:52:10 +08:00
Dianliang233
436c7637d3 Improve wordle code quality 2024-02-01 21:08:55 +08:00
多羅狼
72d5955c05
Update wordle 2024-02-01 19:08:58 +08:00
多羅狼
8bd272f7d4
Update 2024-02-01 18:02:03 +08:00
多羅狼
6627d93ba2
split locale string 2024-01-22 22:37:27 +08:00
多羅狼
f7cc31eda6
fix count_petal cannot support sqlite bug 2024-01-21 12:27:05 +08:00
多羅狼
aaf0b38ece
Update config.toml.example 2024-01-13 16:43:30 +08:00
多羅狼
59c8d46159
split str if have config url 2024-01-13 00:22:23 +08:00
多羅狼
dc32e05bed
upd 2024-01-09 18:23:41 +08:00
多羅狼
7d1f4c6eca
update 2024-01-07 13:34:12 +08:00
多羅狼
5c40e0821c
Update config.toml.example 2024-01-07 02:26:18 +08:00
多羅狼
ea9e77c80b
rm langsmith in cfg 2024-01-06 22:12:48 +08:00
多羅狼
87b6bf44dd
Update locale 2024-01-05 15:38:37 +08:00
yzhh
c62006550b fix several bugs by someone 2023-12-26 14:32:19 +08:00
多羅狼
b1f906886f
update 2023-12-11 17:49:25 +08:00
多羅狼
cd84921d36
Update config.toml.example 2023-12-10 09:58:03 +08:00
多羅狼
09f7560b31
Update config.toml.example 2023-12-10 09:57:42 +08:00
多羅狼
7191f5b083
update 2023-12-10 00:01:32 +08:00
多羅狼
0592050783
rename cfg 2023-11-21 18:44:40 +08:00
多羅狼
ea5913a9b5
fix typo 2023-11-19 16:01:39 +08:00
多羅狼
080cdffc2b
custom tempban time 2023-11-19 15:53:35 +08:00
多羅狼
60bec9f9b5
Update 2023-11-13 23:48:19 +08:00
多羅狼
dcae42d94c
Update 2023-11-10 22:24:55 +08:00
多羅狼
4ed9508172
standardized naming 2023-11-10 21:49:49 +08:00
多羅狼
1e3cb3b89e
update (#1012) 2023-11-09 13:12:48 +08:00
多羅狼
bbebf0abc6
add slash after webrender 2023-10-28 01:11:27 +08:00
yzhh
ce2ab89416 update 2023-10-26 00:15:48 +08:00
多羅狼
dec0729861
update tos 2023-10-25 22:52:19 +08:00
多羅狼
834606828f
Update petal related content 2023-10-25 22:22:04 +08:00
yzhh
e5da9da714 u 2023-10-21 03:26:36 +08:00
多羅狼
41d6edfbf7
Change coin rate 2023-09-30 15:09:18 +08:00
yzhh
bd918c83b1 add locale config field 2023-09-20 16:22:47 +08:00
yzhh
f201b1546d
Merge pull request #958 from xtexChooser/dev/matrix/e2ee
feat(matrix): E2E Encryption support
2023-09-18 10:25:16 +08:00
yzhh
63486551f0 Update __init__.py 2023-09-13 09:43:48 +08:00
yzhh
9effcc46f7 use built in cooldown 2023-09-13 09:43:19 +08:00
Dianliang233
5a330609ab Add langsmith 2023-09-11 17:46:54 +08:00
b786a33365
feat(matrix): set device name
Signed-off-by: xtex <xtexchooser@duck.com>
2023-09-11 14:41:29 +08:00
4332d54dd7
fix(matrix): specify correct device_id
Signed-off-by: xtex <xtexchooser@duck.com>
2023-09-11 11:48:14 +08:00
82f166f950
chore(matrix/e2e): add example config for matrix_megolm_backup_passphrase
Signed-off-by: xtex <xtexchooser@duck.com>
2023-09-11 11:34:30 +08:00
yzhh
f9ecd0f987 autoformat code 2023-09-03 16:50:12 +08:00
yzhh
bd5c88e6da update 2023-09-03 16:39:03 +08:00
Dianliang233
2cd45da332 Add API bot 2023-08-23 16:01:54 +08:00
多羅狼
19c7b10bc2
arcaea is dead 2023-08-19 23:32:47 +08:00
23ae1fb5f2
feat: partial matrix support (#680)
* build(deps): add matrix-nio

* build(deps): update requirements.txt for matrix-nio

* feat: add example config for matrix

* feat: init matrix support

* feat: do init sync to avoid receiving old messages

* feat: store next sync batch with file

* feat: parse matrix message

* feat: check moderator permission

* feat: redacting message

* feat: toMessageChain for m.text and m.image

* feat: drop m.notice messages

* feat: sending messages

* fix: power level fetching

* fix: rich reply fallback stripping

* style: less log

* feat: guess image content type

* fix: image upload

* feat: sending audio

* chore: add todo

* chore: add todo

* fix: use FinS.result to store room id

As the spec, room_id is an opaque identifier, and at least all valid ASCII characters except '/' and ':' can be included in room_id. This means in some servers, '|' may be included in room_id.

* fix: print RoomSendError

* fix: public rooms with two user are regarded as DM

* feat: resolving pm

* fix: nio.ErrorResponse

* feat: add post test

* feat: pm post test

* Revert "feat: pm post test"

This reverts commit 3688213c80.

* Revert "feat: add post test"

This reverts commit 259fcf54ca.

* feat: create TPM room

* feat: send typing notifications

* feat: leave empty room

* feat: rich reply formatted fallback support

* fix: import

* fix: include body in formatted rich reply fallbacks

* fix: escape line breaks in html

* fix: <br/> tag

* feat: improve matrix direct messaging

* feat: parse m.emote as m.text

* fix: command run blockingly

* fix: message send error handle

* fix: keep DM room

* fix: reuse of DM rooms

* feat: add error log

* docs: add deploy guide for matrix

* docs: add matrix to readme

* docs: add more warning

* style: remove explictly type declartion  (poljar/matrix-nio#417)

* feat: receive audio message

* feat: standard rich-reply fallback for m.emote

* chore: add matrix to bug report issues template
2023-07-30 17:41:01 +08:00
yzhh
70a7e206f6 e 2023-07-30 00:26:34 +08:00
yzhh
df472f6114 update 2023-07-30 00:24:35 +08:00
多羅狼
b5239f83b5
sort 2023-07-29 21:30:26 +08:00
多羅狼
b821234458
add slash by webrender 2023-07-29 20:49:47 +08:00
多羅狼
83c41f04f1
Update config.toml.example 2023-07-23 16:23:07 +08:00