af3ab04604
Remove unused import
2024-08-08 19:47:01 +02:00
230e500fc8
Allow creating /diario with a plain syntax
2024-08-08 19:46:34 +02:00
b3b6ff7a74
Do not bind warning
variable in match arm
2024-08-08 16:59:36 +02:00
c726d4cbc8
Fix TelegramWrite
of DiarioEntry
with warnings
2024-08-08 16:59:05 +02:00
082ab57b68
Allow BroochService::new
with too many arguments
2024-08-08 00:59:15 +02:00
bcb1793f00
Simplify escape_telegram_html
2024-08-08 00:59:15 +02:00
ebfcfe45e3
Remove unneeded return
2024-08-08 00:59:15 +02:00
a705e2fae4
Use .flatten
instead of .filter_map(|o| o)
2024-08-08 00:59:15 +02:00
2575f2429a
Remove unnecessary reference
2024-08-08 00:59:15 +02:00
0cda38bb3d
Use writeln!
instead of write!
to write a new line
2024-08-08 00:59:15 +02:00
58a4cc478f
Remove clones of Copy
able types
2024-08-08 00:59:15 +02:00
887fca9c30
Remove unnecessary pub(self)
2024-08-08 00:59:15 +02:00
437f3cf565
Add /diario
command ( #11 )
...
Co-authored-by: Lorenzo Rossi <snowycoder@gmail.com>
2024-08-08 00:36:39 +02:00
15576aa73b
Sort players by role and lane
2024-08-05 16:31:01 +02:00
a7a4ad06e3
Consider 49 IMP and -49 IMP to be the respective awards
...
This matches Stratz's website behaviour.
2024-08-05 15:55:15 +02:00
e6c1962c43
Bump version to 0.5.0
2024-08-05 15:51:51 +02:00
0544304e8c
Embed database migrations in the binary
2024-08-05 15:50:43 +02:00
19ec4cd947
Add @Gattopardo00 to the Telegram table
2024-08-05 15:50:43 +02:00
6683c05c18
Delete duplicate initial setup migration
2024-08-05 15:50:43 +02:00
dependabot[bot]
454821b65f
Bump openssl from 0.10.64 to 0.10.66
...
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.64 to 0.10.66.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.66 )
---
updated-dependencies:
- dependency-name: openssl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-26 13:46:31 +02:00
aa96cc36de
Bump version to 0.4.1
2024-07-17 20:23:32 +02:00
1275f1e361
Wrap DatabaseInterface
in an Arc
2024-07-17 20:23:17 +02:00
25c28cf079
Remove the bold that @xZefyr dislikes
2024-07-17 20:18:56 +02:00
f8c77ef264
Massive amount of changes
2024-07-17 19:57:03 +02:00
Cookie
8afbb1c421
Prima versione comando /roll ( #8 )
2024-07-16 11:37:00 +02:00
ba087ab4de
Add Dota guild match monitoring and notifications ( #9 )
2024-07-16 11:35:38 +02:00
2b31bb8c0a
Add rich text formatting features ( #6 )
...
* Add rich formatting to `/help`
* Create `EscapableInTelegramHTML` trait and implement it for types where `String: From<T>`
* Add rich formatting to `/reminder`
* Add rich formatting to `/whoami`
* Add rich formatting to the launch message
2024-07-14 09:46:20 +02:00
3892070c5b
Add /dog
command ( #5 )
2024-07-14 09:45:48 +02:00
7bbadecb12
Add /cat
command ( #4 )
2024-07-14 09:44:02 +02:00
b60bd67f5c
jk: pkg-build garasauto
2024-07-12 19:12:23 +02:00
08d7d73e6b
jk: The dæmons want more blood
2024-07-12 06:56:32 +02:00
245f1dad38
jk: Sacrifice packages to the Debian bookworm dæmons
2024-07-12 06:45:08 +02:00
7ad71853c9
Setup pkg-config for cross-compilation on Debian
2024-07-12 06:17:13 +02:00
47cb8abf0e
Try adding more dependencies to see if the remote build succeeds
2024-07-12 06:06:25 +02:00
e835db4641
Include OpenSSL headers for building the image
2024-07-12 06:02:40 +02:00
20104bc120
Commit cargo lock for the new version
2024-07-12 05:32:25 +02:00
40546fa9b1
Make clippy shut up about the unused pub(self)
2024-07-12 05:20:36 +02:00
fad849262e
Revert "Improve Docker build caching"
...
This reverts commit d2a7831d4c
.
2024-07-12 05:19:04 +02:00
f65f9b496b
Bump version to 0.3.2
2024-07-12 05:16:07 +02:00
36121190a0
Specify exclude
in Cargo.toml
2024-07-12 05:12:43 +02:00
268e20d886
Specify categories
in Cargo.toml
2024-07-12 05:10:21 +02:00
2fab0eb2b0
Add keywords
to Cargo.toml
2024-07-12 05:08:30 +02:00
31b0b6a394
Specify license
in Cargo.toml
2024-07-12 05:07:31 +02:00
11574864f7
Specify repository
in Cargo.toml
2024-07-12 05:07:10 +02:00
32322cd1e8
Specify readme
in Cargo.toml
2024-07-12 05:06:22 +02:00
7a7b7c6c40
Add description
to Cargo.toml
2024-07-12 05:05:45 +02:00
f2ad00f464
Specify rust-version
in Cargo.toml
2024-07-12 05:03:31 +02:00
8dda2815a4
Add authors
field to Cargo.toml
2024-07-12 05:03:17 +02:00
8a4e807950
Add example to the version
parameter of workflow_dispatch
2024-07-12 05:00:45 +02:00
8f083d86c0
Add explicit [[bin]]
declaration to Cargo.toml
2024-07-12 05:00:16 +02:00