Paul Makles
6a44a00eeb
Merge pull request #77 from yannickfunk/unit-tests
2021-09-14 20:38:08 +01:00
meguminloli
2660b96250
push dependencies
2021-09-14 18:26:02 +03:00
Paul
b4db321d0e
Fix missing definition of flags on creation.
2021-09-14 16:16:18 +01:00
Paul Makles
0eb52d32ef
Merge pull request #68 from ryanalexander/server-flags
...
Add server flags value
2021-09-14 16:05:08 +01:00
Paul
9b6893ca48
Write database migration for last_message_id. #67
2021-09-14 15:07:41 +01:00
Paul Makles
8aa92564fc
Merge pull request #67 from yannickfunk/unify-last-message
2021-09-14 13:39:27 +01:00
Yannick Funk
ddfc0a5f86
Merge branch 'master' into unify-last-message
2021-09-13 20:19:54 +02:00
Paul
ad364320c8
Fix route definitions for change pass / email.
2021-09-12 21:37:42 +01:00
Rebecca Meritz
4f1d841312
Allow users to change case of own username
...
Usernames are case-insensitive so now one have the name `foo` and
someone else have the name `FOO`, but user `foo` should be able to
change their own name to `FOO` if they want to for display purposes.
2021-09-11 18:59:23 -07:00
Jan0660
405f45d0f7
Add GET /users/@me
2021-09-12 00:01:30 +00:00
Paul
0b0249f544
Fix migration again.
2021-09-11 21:11:15 +01:00
Paul
d0cb73106d
Fix session migration.
2021-09-11 18:41:06 +01:00
Paul Makles
5d3fef3bfa
Merge pull request #82 from revoltchat/rauth-v1
2021-09-11 17:53:21 +01:00
Paul
8bb5fb25dd
Fix bot logon, should do nested match.
...
Add comment to migrations.
Fix attachment deletes on messages.
2021-09-11 17:46:20 +01:00
Paul
fa8eb874d0
Handle both numerical and binary pings.
2021-09-11 12:43:26 +01:00
Paul
06f968022d
Update to rAuth v1, closes #63 .
...
Add Pong packet for normal frames.
2021-09-11 11:23:15 +01:00
Paul Makles
65165b1f8e
Merge pull request #80 from goaaats/fix/youtube_timestamp
2021-09-09 20:50:31 +01:00
goat
6a29c7cf03
feat(january): add MAX_EMBED_COUNT variable
2021-09-08 18:16:56 +02:00
goat
8443cfab00
feat(january): fetch embeds for multiple links
2021-09-08 17:59:29 +02:00
goat
99a6e19cfc
feat(january): ignore links between angle brackets
2021-09-08 16:56:17 +02:00
goat
77422f023e
fix(january): add youtube timestamp field
2021-09-07 17:10:44 +02:00
Zomatree
b99807cf2a
use unwrap
2021-09-07 15:57:38 +01:00
Zomatree
fc5d14d4aa
remove line
2021-09-07 15:52:33 +01:00
Zomatree
fcb59b2493
remove comments
2021-09-07 15:50:56 +01:00
Zomatree
2f452b15b1
add ratelimits
2021-09-07 15:48:06 +01:00
Yannick Funk
602a65f809
Change branch to master
2021-09-07 14:48:46 +02:00
goat
88a1d46bcc
feat: add basic server limit via env var
2021-09-07 05:16:27 +02:00
Yannick Funk
d8d0d93a21
Remove release build
2021-09-06 17:13:07 +02:00
Yannick Funk
fe085ef100
Change to nightly
2021-09-06 16:40:30 +02:00
Yannick Funk
8813515786
Change branch
2021-09-06 16:30:40 +02:00
Yannick Funk
6813fdd513
Create rust.yaml
2021-09-06 16:28:33 +02:00
Zomatree
175d257e34
fix msgpack encoding
2021-09-05 22:01:58 +01:00
Paul
5328c66cbb
Fix image name.
2021-09-03 16:27:53 +01:00
Paul
862f57235c
Fallback to unknown user.
...
Add GitHub CI.
2021-09-03 16:26:34 +01:00
Paul
835a32932f
Merge branch 'master' of https://github.com/revoltchat/delta
2021-09-03 16:15:27 +01:00
Paul Makles
03cb48ed00
Merge pull request #72 from yannickfunk/push-notifications
2021-09-03 16:13:24 +01:00
Paul
dbfed52f17
Prevent access to bot routes as bot.
2021-09-03 14:37:40 +01:00
Yannick Funk
43b75a2310
Add author and tag to push notification
2021-09-02 23:22:23 +02:00
Yannick Funk
5a17038012
Remove whitespace
2021-09-02 20:34:26 +02:00
Yannick Funk
f6b55574b1
Only build notification when there are subscriptions
2021-09-02 20:32:36 +02:00
Yannick Funk
b5aa0ee971
Remove print
2021-09-02 18:24:22 +02:00
Yannick Funk
697132082a
First draft for push notifications
2021-09-01 21:52:24 +02:00
Ryan Alexander
1a847d0084
Add server flags value
2021-08-29 09:14:10 +10:00
Paul Makles
17a378494c
Merge pull request #65 from yannickfunk/mention-regex
2021-08-26 17:57:30 +01:00
Yannick Funk
6c6a1508dc
Unify last_message_id
2021-08-26 16:56:13 +02:00
Yannick Funk
b15e07c707
Initial commit
2021-08-25 21:48:43 +02:00
Yannick Funk
ffa721117e
Shorten regex further
2021-08-25 16:34:42 +02:00
Yannick Funk
c29f6d830c
Ignore I L O and u
2021-08-25 16:32:11 +02:00
Yannick Funk
effe3763da
Shorten regex and adapt capture evaluation
2021-08-25 00:10:20 +02:00
Paul Makles
b0d2e99588
Merge pull request #64 from yannickfunk/impl-ping-pong
2021-08-24 15:18:34 +01:00