Skip to content

Releases: jackyaz/uiDivStats

v3.0.2

20 Dec 23:43
3caa2e3
Compare
Choose a tag to compare

FIXED: Wildcard blocking was not reported correctly

v3.0.1

05 Aug 18:23
92dc36f
Compare
Choose a tag to compare

CHANGED: service-event hook is more selective when it calls uiDivStats

v3.0.0

07 Jun 19:31
0a1c351
Compare
Choose a tag to compare

NEW: Overnight database maintenance to ensure query performance is fast
NEW: Configure how long data is kept in the database
NEW: Configure how many recent results are displayed in the WebUI
NEW: Option to refresh query log in WebUI on demand
NEW: CLI menu shows URL for WebUI page
NEW: CLI commands for "about" and "help"
NEW: Add option to reset database
IMPROVED: Statistic generation is now much faster due to improved use of database indexes and optimised queries. This will take effect after first maintenance run at midnight
IMPROVED: CPU intensive tasks are now run with a lower priority to minimise hogging the CPU
IMPROVED: Overnight database maintenance will remove invalid entries such as those with a timestamp in the future
IMPROVED: Hostname matching for client IP addresses
IMPROVED: Update function now includes a prompt rather than applying update
IMPROVED: Use colours in CLI menu to highlight settings
IMPROVED: Use of keyboard keys r,f for chart functions (reset zoom, toggle fill)
IMPROVED: Use ajax to load dependent files in WebUI to avoid complete page load failures if a file was unavailable
IMPROVED: Stale processes will be cleared as necessary
CHANGED: Use of cache/tmpfs for query logging is now the default in place of direct write to disk
CHANGED: taildns will wait for NTP to sync before starting, with a maximum wait of 10 minutes
CHANGED: Increase NTP timeout from 5 minutes to 10 minutes for core script

v2.3.0

09 Jan 18:04
6874ea3
Compare
Choose a tag to compare

NEW: Added feature to configure and update uiDivStats in the WebUI
NEW: Added feature to update daily stats in the WebUI
NEW: Added query log filter for type=65 queries to WebUI query log
NEW: querylog will attempt to clean up stale querylog processes
NEW: Added option to use logarithmic scale for charts, in addition to the default linear scale (credit to @dave14305 for adopting this in FlexQoS and inspiring me to add it)
IMPROVED: Query log in WebUI can now be sorted by clicking column headers
IMPROVED: WebUI help text if Diversion text stats report doesn't load
IMPROVED: Stat generation should be faster due to a new database index for client IPs (this will be created on update and may take some time)
CHANGED: Launch from post-mount on startup instead of services-start

Tag release prior to v2 release

05 Jun 11:05
Compare
Choose a tag to compare
pre-v2

Add branch switching commands