Jonatan Czarniecki
cbb31f2183
minor refactor
...
- simplify CSV reading logic
- add more comments
- rework the packaging script
- remove debug information for git tags
2025-06-08 15:57:24 +02:00
Jonatan Czarniecki
e21cbd1f63
rework the build system
...
- use rustls for reqwest, so we don't need to compile OpenSSL
- use better defaults for build arguments in Dockerfile
- add Continuous Integration workflow for master branch and it's pull requests
- add Release workflow for tags matching SemVer
- add release template for automatic release notes generation with GH CLI
- remove old and unused assets under .github
2025-06-07 16:11:48 +02:00
Jonatan Czarniecki
1c38c402b9
rework the Dockerfile, add support for aarch64 image
2025-05-26 20:20:31 +02:00
Jonatan Czarniecki
1c4f0f1106
add alternative paths with single slashes for compatibility with new versions
Push Dev / docker (push) Waiting to run
2025-05-25 14:37:11 +03:00
a08985544f
metrics names changed + project status changed
Push Dev / docker (push) Has been cancelled
2025-03-06 23:47:43 +03:00
13e2a54eb2
made query metrics better
Push Dev / docker (push) Has been cancelled
2025-03-01 14:41:14 +03:00
b02cca8608
metric names renamed and small fixes
2025-02-27 18:10:55 +03:00
45aa79da6d
Add Prometheus metrics support and update Rust to edition 2024 and version 1.85.0
Push Dev / docker (push) Has been cancelled
2025-02-26 01:14:01 +03:00
bac1203df8
Dev workflow update and enhance sculptor API:
...
Push Dev / docker (push) Has been cancelled
+ remove unused types
+ added sending to all
+ enhance logging
2025-02-13 03:18:16 +03:00
c7c3bd881f
Upgrade/Migrate to newer dependencies (check diff Cargo.toml)
...
Push Dev / docker (push) Has been cancelled
+ Rename: api/v1 to api/sculptor
2025-02-13 01:43:33 +03:00
59ca04d5f8
Change Ely.By URI
Push Dev / docker (push) Has been cancelled
2024-12-26 09:09:42 +03:00
41efdc1981
Release v0.4.0
2024-11-16 22:24:07 +03:00
b4d70b1b6c
inotify has been replaced by pool
2024-11-15 23:57:54 +03:00
2f8ab4cfa8
Configuration auto-update fixed and hex replaced with faster_hex
2024-11-14 23:20:49 +03:00
4c0871e26c
🎉 WebSocket refactored!
2024-10-28 04:29:20 +03:00
7a4f3dc7a5
Added README in Russian + Prepare for v0.4.0 version
2024-10-12 21:10:50 +03:00
c0bf550eb8
Workflow fixed
...
НАХУЙ ЭТО ГОВНО!
2024-09-30 16:25:55 +03:00
0526cc9412
Small changes
2024-09-29 22:35:46 +03:00
7196c719e2
Avatar upload restriction has been finalized! Update your Config.toml!!!
2024-09-21 16:25:35 +03:00
0103c31d69
The Assets update is now working properly on Linux
...
Also added a new Workflow and disabled the Rust workflow.
Redesigned Dockerfile
2024-09-21 15:37:16 +03:00
f0599aec9e
motd now application/json
2024-09-18 13:55:11 +03:00
325a73da5a
Assets seeker more effective, directories changed, added assets auto check/update.
2024-09-18 11:37:39 +03:00
7a37ce8a6b
+ Assets support
2024-09-13 08:08:59 +03:00
d5433101f1
Release v0.3.1
...
See release body for more information
2024-09-12 08:00:22 +03:00
9e3bca85cd
:/
2024-08-20 22:54:30 +03:00
494de2ba0c
🎉 Release v0.3.0! 🎉
2024-08-20 22:08:05 +03:00
dabe176e0e
(*≧ω≦*) Preparing for 0.3.0 release!
...
~ README revised
~ updated Docker files
+ all const are placed in a separate file
+ auto creation for avatars folder
+ automatic retrieval of the latest Figura version for version request in api
2024-08-19 22:54:45 +03:00
d45a495cbf
+ log files
...
+ more control on auth providers
+ server info in motd
+ bans and parsing minecraft server blacklist
+ more error handling
+ panic hook to tracing
2024-08-15 14:10:39 +03:00
bd101fc3fa
added close frame
2024-07-26 12:56:48 +03:00
21ffa5c747
Update profile.rs
2024-07-26 08:52:25 +03:00
f3e042ac1a
=_="
2024-07-26 08:18:44 +03:00
3ff68fc4a6
func user_info fixed + "temporary" removed
2024-07-26 00:38:54 +03:00
f402d3d441
Temporary fix
2024-07-24 23:57:25 +03:00
584983810b
added session check + updates check fixed
2024-07-23 23:35:09 +03:00
63f0b0d732
Added updates check
2024-07-21 18:35:04 +03:00
d101c84f21
chore: dashmap updated to 6.0.1
...
+ Default env RUST_LOG added to docker-compose file
2024-07-01 17:53:55 +03:00
e8bf52dfd1
Added avatar deletion and uploading ( v1 api )
2024-07-01 17:47:59 +03:00
64d1111522
Now when an avatar gets deleted it sends an Event
2024-07-01 05:23:19 +03:00
a1f9eba502
The system design has changed, but the refactor is not over.
...
In future commits, I will strive to maintain a consistent style.
2024-07-01 03:43:06 +03:00
7594e3d615
Added a feature to create temporary users
...
- Token verification simplified
2024-06-18 16:01:23 +03:00
4bd9a2ab2e
Added a feature to send pings to subscribers via HTTP requests
2024-06-18 02:07:59 +03:00
81ab2ba724
Code refactored + new API
...
Added ability to send messages to a websocket session via HTTP API
2024-06-17 23:05:25 +03:00
ca6990c5b1
Update README.md
2024-06-16 20:48:41 +03:00
393127570e
performance fix
2024-06-16 10:54:59 +03:00
703a2727e7
The user system has been refactored
2024-06-15 19:27:50 +03:00
3d64d60b2b
chore: Release v0.2.3
2024-06-15 13:16:28 +03:00
d48011d431
has_joined reworked
2024-06-15 13:14:35 +03:00
4ce86a1397
chore: Release v0.2.2
2024-06-12 18:04:27 +03:00
59dc3e90d3
Auth thread panic fixed
...
and also zip is now not skipping the avatars folder.
2024-06-12 18:00:17 +03:00
27f06f5f2a
Release v0.2.1
2024-06-12 14:03:16 +03:00