Commit Graph

500 Commits

Author SHA1 Message Date
493ac00867 Delete bots if wrong token 2024-05-03 00:50:21 +02:00
bb6c21c1b0 Remove unused import 2024-04-28 20:54:29 +02:00
b4ba160aa2 Try fix stucks 2024-04-28 20:52:44 +02:00
fb3a3acf51 Fix 2024-04-25 17:34:08 +02:00
9b30f6efa8 Add debug for user settings request 2024-04-14 23:02:56 +02:00
14fea4c70e Add logs for send file error 2024-04-14 21:43:30 +02:00
ddd4f18d2a Add vault 2024-04-14 14:48:34 +02:00
73b9e63f16 Merge pull request #31 from flibusta-apps/dependabot/cargo/h2-0.3.26
Bump h2 from 0.3.24 to 0.3.26
2024-04-05 20:38:27 +02:00
dependabot[bot]
24fc466ae8 Bump h2 from 0.3.24 to 0.3.26
Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.24...v0.3.26)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05 16:16:35 +00:00
6f645e609a Fix 2024-04-02 20:01:36 +02:00
315d88e406 Refactor send_donation_notification error handling 2024-03-20 14:54:44 +01:00
c68058fee4 Remove Paypal support contact information 2024-03-17 00:58:31 +01:00
aea9dbd96b Update donation notification check to include private chats 2024-03-17 00:41:15 +01:00
4f1dbdf9ab Merge pull request #30 from flibusta-apps/dependabot/cargo/mio-0.8.11
Bump mio from 0.8.10 to 0.8.11
2024-03-04 22:34:28 +01:00
dependabot[bot]
6c75c60ffb Bump mio from 0.8.10 to 0.8.11
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.10...v0.8.11)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 21:29:32 +00:00
02fba3204f Update BotsManager check func 2024-02-25 18:45:25 +01:00
8e45b0379e Ignore chat join request 2024-02-25 18:15:02 +01:00
9987337c7f Update caches 2024-02-22 20:49:02 +01:00
b31c43f21b Update deps 2024-02-18 02:42:52 +01:00
0c1e37d59c Update deps 2024-02-04 12:51:31 +01:00
45834990a9 Update deps 2024-02-02 20:07:18 +01:00
ca59befc3b Update deps 2024-01-26 14:25:16 +01:00
5734716b80 Merge pull request #29 from flibusta-apps/dependabot/cargo/h2-0.3.24
Bump h2 from 0.3.22 to 0.3.24
2024-01-21 22:24:09 +01:00
dependabot[bot]
e6c4478363 Bump h2 from 0.3.22 to 0.3.24
Bumps [h2](https://github.com/hyperium/h2) from 0.3.22 to 0.3.24.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.22...v0.3.24)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 16:23:40 +00:00
8d9181dc0e Get webhook port from env 2024-01-08 19:54:37 +01:00
30c8bf7151 Fix 2024-01-08 03:31:07 +01:00
204d812120 Fix 2024-01-08 03:26:15 +01:00
f4511ea2b4 Fix 2024-01-08 03:11:08 +01:00
91fe59b215 Fix 2024-01-08 03:04:22 +01:00
7b6b43ca81 Fix set webhook bug 2024-01-08 02:53:24 +01:00
171e7ffacf Fix 2024-01-08 02:38:20 +01:00
b21f70cb8f Fix 2024-01-08 02:09:01 +01:00
801f9664cf Fix 2024-01-08 02:06:01 +01:00
4f61f94579 Fix 2024-01-08 02:04:05 +01:00
0c6d30eff6 Try fix 2024-01-08 01:54:57 +01:00
9fb08b96ca Fix start app 2024-01-08 01:49:46 +01:00
6a2f34b878 Add start bot mutex 2024-01-08 01:25:27 +01:00
16489b4f1b Add metrics 2024-01-08 01:11:46 +01:00
da6f5161fe Add gracefull shutdown 2024-01-08 00:58:08 +01:00
8431b27ce0 Refactor 2024-01-08 00:39:00 +01:00
e3038ca6c5 Add bot registration limit 2024-01-07 22:18:58 +01:00
fc8a7d4d89 Fixes 2024-01-07 21:44:22 +01:00
c0b348e6dc Update deps 2023-12-10 23:02:21 +01:00
6405f6ceb3 Update deps 2023-12-01 18:13:21 +01:00
a510e90338 Merge pull request #28 from flibusta-apps/dependabot/cargo/openssl-0.10.60
Bump openssl from 0.10.59 to 0.10.60
2023-11-29 00:37:42 +01:00
dependabot[bot]
e4b0cc3652 Bump openssl from 0.10.59 to 0.10.60
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.59 to 0.10.60.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.59...openssl-v0.10.60)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-28 21:45:23 +00:00
58b00731f9 Merge pull request #27 from flibusta-apps/dependabot/github_actions/ASzc/change-string-case-action-6
Bump ASzc/change-string-case-action from 5 to 6
2023-11-08 17:50:28 +01:00
92774a0e6f Fix 2023-11-05 14:45:30 +01:00
0e47f166a9 Add year to book formatter 2023-11-05 14:37:39 +01:00
e9be4e6e3d Update deps 2023-11-05 14:14:59 +01:00