1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-22 02:54:21 +00:00
Commit graph

130 commits

Author SHA1 Message Date
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
99f88ae83b
Update ENV call format 2024-07-12 04:50:22 +02:00
d95c07db6b
Allow overriding the version number when building a new image 2024-07-12 04:48:10 +02:00
a2c3e467e2
Add CI/CD pipeline 2024-07-12 04:37:56 +02:00
d2a7831d4c
Improve Docker build caching 2024-07-11 12:05:07 +02:00
adca9ba0ee
Bump version to 0.3.1 2024-07-11 11:57:56 +02:00
4910611489
Only reply with unknown command to pseudo-commands 2024-07-11 11:57:36 +02:00
8abd87ca6c
Bump version to 0.3.0 2024-07-11 09:09:13 +02:00
2701609582
Display DEBUG as version in debug builds 2024-07-11 09:07:53 +02:00
b59374e1a8
Add start notification for services::telegram::BotService 2024-07-11 08:55:14 +02:00
d4b270b7fa
Warn that reminders do not persist when the bot is restarted. 2024-07-11 08:29:05 +02:00
6c2fb205ab
Do not log::trace sensitive data 2024-07-11 08:28:22 +02:00
b8f048b1a3
Forbid printing log::trace! in release builds 2024-07-11 08:26:50 +02:00
05592396e7
Refactor services again to use traits and to allow bot to update its own command list 2024-07-11 08:24:41 +02:00
7a8d30e1d0
Refactor services to use traits 2024-07-11 08:05:58 +02:00
cd4214cb4b
Add /reminder command 2024-07-11 07:53:51 +02:00
7a4be66a41
Lint: remove unused imports 2024-07-11 06:38:26 +02:00
f956c6125d
Handle both the Ok and the Err case of try_join! 2024-07-11 06:38:16 +02:00
b300add154
Lint: use char instead of str for single characters 2024-07-11 06:32:56 +02:00
60c67d792b
Lint: make lazy moves into eager moves instead 2024-07-11 06:32:56 +02:00
341ef980d1
Lint: remove unnecessary .to_string() call 2024-07-11 06:32:56 +02:00
c112f5da48
Lint: remove unnecessary pub(self) 2024-07-11 06:32:56 +02:00
8a23e078e3
Lint: remove unused imports 2024-07-11 06:32:56 +02:00
492d587a33
Lint: remove useless format 2024-07-11 06:32:56 +02:00
da38764cd2
Lint: remove redundant 'static lifetime 2024-07-11 06:32:56 +02:00
c028f3a502
Lint: remove unnecessary pub(self) 2024-07-11 06:32:56 +02:00
b523a7edb8
Merge pull request #3 from Cookie-CHR/main
 Nuove fortune
2024-07-11 04:04:39 +02:00
Cookie-CHR
f2d90cf8ea Nuove fortune 2024-07-10 23:49:42 +02:00
Cookie
0e568d03c3
⚙️ Comando answer
Ho preferito applicare a mano le modifiche riguardanti il seed in modo da poterle raggruppare in un commit unico... Poi ho fatto casino con il merge e sono venute due modifiche lo stesso, rip
2024-07-10 23:43:45 +02:00
Cookie-CHR
a2e0c0015c 🗑 No need for seed! 2024-07-10 23:38:26 +02:00
Cookie
c040b8abfd
⚙️ Raw string syntax
Co-authored-by: Stefano Pigozzi <me@steffo.eu>
2024-07-10 23:34:23 +02:00