Commit graph

84 commits

Author SHA1 Message Date
dependabot[bot]
3a63babd01
Bump serde from 1.0.214 to 1.0.215
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.214 to 1.0.215.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.215)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 01:04:31 +00:00
2a746c1188
user app test 2024-11-16 00:48:24 +01:00
4191e78ac7
Merge branch 'master' of https://github.com/Stachelbeere1248/zmp-bot 2024-11-15 23:54:12 +01:00
96d0377665
minor bug fix 2024-11-15 23:53:28 +01:00
5fdc09a362
minor bug fix 2024-11-15 23:48:34 +01:00
f86eefe7c4
register test command 2024-11-15 15:15:22 +01:00
4b9962dd66
context menu command test 2024-11-15 15:11:38 +01:00
52b61d47ca
ephemeral & better errors 2024-11-14 17:28:11 +01:00
a18ea80d1a
eye candy 2024-11-12 04:18:44 +01:00
a37c8c7a0f
incorrect formatting 2024-11-12 04:14:14 +01:00
15ab265dbe
account list rework + run rustfmt 2024-11-12 04:02:07 +01:00
534576778d
Merge remote-tracking branch 'origin/master' 2024-11-12 01:15:03 +01:00
Stachelbeere1248
02221c3130
Merge pull request #3
Bump serde_json from 1.0.128 to 1.0.132
2024-11-12 00:13:30 +00:00
Stachelbeere1248
8d7446c918
Merge pull request #7
Bump regex from 1.11.0 to 1.11.1
2024-11-12 00:10:08 +00:00
dependabot[bot]
d31f5c6591
Bump serde_json from 1.0.128 to 1.0.132
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.128 to 1.0.132.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/1.0.128...1.0.132)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-12 00:07:06 +00:00
dependabot[bot]
2e52fda575
Bump regex from 1.11.0 to 1.11.1
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.11.0...1.11.1)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-12 00:06:56 +00:00
Stachelbeere1248
b033be17c4
Merge pull request #10
Bump serde from 1.0.210 to 1.0.214
2024-11-12 00:05:51 +00:00
Stachelbeere1248
49ca1d6c7c
Merge pull request #11
Bump anyhow from 1.0.89 to 1.0.93
2024-11-12 00:04:45 +00:00
Stachelbeere1248
366cca6c8e
Merge pull request #12
Bump tokio from 1.40.0 to 1.41.1
2024-11-12 00:04:16 +00:00
c1ab3424bd
rewrite errors 2024-11-12 01:00:22 +01:00
dependabot[bot]
47357c1eb3
Bump tokio from 1.40.0 to 1.41.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-11 00:23:39 +00:00
dependabot[bot]
a23267ddd0
Bump anyhow from 1.0.89 to 1.0.93
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.93.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.93)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-11 00:23:20 +00:00
dependabot[bot]
b89c9ee32b
Bump serde from 1.0.210 to 1.0.214
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.210 to 1.0.214.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.210...v1.0.214)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04 00:42:04 +00:00
Stachelbeere1248
57274912e5
Merge pull request #8 from Stachelbeere1248/Stachelbeere1248-patch-2
Update main.rs
2024-11-02 13:08:58 +00:00
Stachelbeere1248
0ac46b7b72
Update main.rs
register lfg-other command
2024-11-02 13:03:33 +00:00
c9ea6a393a
Merge remote-tracking branch 'origin/master' 2024-11-02 13:51:32 +01:00
741cd17c62
geoguessr pings, run rustfmt on project 2024-11-02 13:49:20 +01:00
Stachelbeere1248
160500b59d
Create rust-toolchain.toml 2024-10-15 15:36:31 +02:00
Stachelbeere1248
f2ee7f072b
Create dependabot.yml 2024-10-15 13:20:35 +00:00
020de4d0b8
clean-up old zmp server ids 2024-10-14 12:15:08 +02:00
e0d50f68bc
qotd 2024-10-14 00:15:34 +02:00
0514afd32f
fix hs ping 2024-08-01 14:16:56 +02:00
2f1510f2c0
add arcane to owner-list 2024-07-30 23:30:57 +02:00
fcc30b43be
clean up 2024-07-11 00:44:05 +02:00
fcf37449b3
rewrote account management 2024-07-11 00:34:25 +02:00
d2d9894ff0
error handling invalid link 2024-07-04 02:20:51 +02:00
c20fb2e827
approval system 2024-07-03 14:43:23 +02:00
ae34622647
update hs command 2024-07-03 02:55:07 +02:00
22360577d0
added defer 2024-07-03 01:16:58 +02:00
43f59e0c49
hi 2024-07-03 00:28:07 +02:00
02727edbf8
error logging 2024-07-03 00:03:42 +02:00
e13af168bf
auto-mute on join 2024-07-02 21:55:43 +02:00
c2fe6acecf
account logging 2024-07-02 21:36:34 +02:00
8e5ac7112a
ZMP v2? 2024-07-01 22:40:51 +02:00
6b24d5ffe5
prison lfg 2024-06-21 07:43:49 +02:00
b07e914b3a
impl expert lfg 2024-05-25 00:52:12 +02:00
2707bcce9c
refactor commands 2024-05-23 17:34:14 +02:00
f315eaae3d
optimize imports 2024-02-23 10:08:38 +01:00
fa5be54d93
activity 2024-02-23 10:07:33 +01:00
69de5ea5d4
Tournament lfg 2024-02-23 09:58:11 +01:00