Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

262 total results found

v1.21.21

Changelog Backend

1.Improved error handler 2.Prevented index to connect to database when Authorization header is not provided 3.Renamed reload to restart 4.Preparations for switching tracker

v1.21.22

Changelog Backend

1.Improved restart handler 2.Added config.mysql_pool_size 3.Changed config.allowed_navio_ips to config.allowed_tracker_ips 4.Added delivery_rules to config whitelist

v1.22.1

Changelog Backend

1.Renamed config.navio_* to config.tracker_* 2.Added async requests 3.Added full role management for users with highest role 4.Added view count to delivery log 5.Added TrackSim setup, webhook, add/remove driver 6.Added dual-tracker support (TrackSim / Navio)

v1.22.2

Changelog Backend

1.Fixed has_police_enabled error when exporting dlog 2.Fixed database connection timeout due to slow requests response

v1.22.3

Changelog Backend

1.Removed exit on restart and left the restart job to systemctl 2.Fixed error when a navio / tracksim webhook post is rejected 3.Fixed config allowing tracker_api_token and tracker_webhook_secret being empty

v1.22.4

Changelog Backend

1.Removed try / except when adding job to database 2.Improved delivery rule block handling

v1.22.5

Changelog Backend

1.Fixed TrackSim setup webhook 2.Added allowed_tracker_ips update on TrackSim setup

v1.22.6

Changelog Backend

1.Fixed Unknown Error on Discord callback when email is not provided in form data 2.[Internal Update] 3.Added middleware to requests to better manage database connection pool 4.Removed legacy database connection pool management solution 5.Enabled TrackSim tele...

v1.22.7

Changelog Backend

1.Merged 500 error handler into middleware 2.Added database connection close on request fail

v1.22.8

Changelog Backend

1.Added legacy database connection pool management solution back 2.Added timeout when acquiring connection from pool 3.Added try/except when getting current config to return backup config in case local file is broken

v1.22.9

Changelog Backend

1.Removed wait_timeout that closes connections Note Closed connections are not released to pool 2.Added pool restart before restarting service when pool is corrupted

v1.22.10

Changelog Backend

1.Prevented restarting database connection pool for multiple times when it is already restarting 2.Fixed discord_notification_enabled notification not being sent 3.Added 428 error if bot is unable to DM user when enabling Discord notification

v1.22.11

Changelog Backend

[BannerGen] 1.Changed Since YYYY/(M)M/(D)D to Joined: YYYY/MM/DD 2.Replaced license fonts with open fonts to prevent copyright issues Old Font Supported Glyphs New Font Supported Glyphs Consola + Sans Serif 3765 Ubuntu Mono 1256 Impact 720 Anton 978 ...

v1.22.12

Changelog Backend

1.Removed 50 session limit 2.Improved application token to allow multiple applications 3.Fixed the bug that Discord notification is not shown as disabled when the system disables it due to unable to DM 4.Fixed mfa_invalid_otp issue when the OTP starts with 0

v1.22.13

Changelog Backend

1.Fixed point2rank seires functions going wrong when there's only one rank 2.Fixed error not being printed when config.webhook_error == ""

v1.22.14

Changelog Backend

1.Improved error formatter to prevent corrupted results 2.Fixed error when adding/removing a role that is not recognized

v1.22.15

Changelog Backend

1.Increased database connection timeout by 1 second (to 2 seconds) 2.Fixed traceback log corrupts when code is compiled

v2.0.0 (pre-release)

Changelog Backend

Breaking changes ⚠️ Note: This is a pre-release focusing on request and response formats, major functionalities are not modified, there will be updates on the user system in v2.1.0. 1.Changed request data from form to json to better format complex data Note Fo...

v2.0.1 (pre-release)

Changelog Backend

1.Fixed user activity caching issue 2.Added user language cache

v2.1.0

Changelog Backend

Breaking changes ⚠️ Note: This is a release focusing on updating the user system, to allow every user to have a uid and use uid to identify users, rather than using discordid. Warning⚠️: Major database structure updates involved, backup the database before upg...