Slatian 
							
						 
					 
					
						
						
							
						
						d3ee430092 
					 
					
						
						
							
							cargo update  
						
						
						
						
							
						
					 
					
						2025-10-10 13:10:49 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						6f898a6280 
					 
					
						
						
							
							Version bump to 1.7.1  
						
						
						
						
							
 
						
					 
					
						2025-04-11 22:22:24 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						59bad8def4 
					 
					
						
						
							
							Use more PathBuf wehre appropriate and possible  
						
						
						
						
							
						
					 
					
						2025-04-11 21:56:19 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						f01f6a886d 
					 
					
						
						
							
							Use a PathBuf instead of a String for storing the mmdb locations  
						
						
						
						
							
						
					 
					
						2025-04-11 21:49:36 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						34e5e8f95c 
					 
					
						
						
							
							Update maxminddb dependency to 0.26 and adapt to breaking changes  
						
						
						
						
							
						
					 
					
						2025-04-11 21:40:41 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						5c322f2611 
					 
					
						
						
							
							Apply non-breaking dependency updates in Cargo.toml  
						
						
						
						
							
						
					 
					
						2025-04-11 21:36:17 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						8f0b4c5883 
					 
					
						
						
							
							cargo update  
						
						... 
						
						
						
						Fix the collowing advisories:
* RUSTSEC-2025-0024
* RUSTSEC-2025-0023 
						
						
							
						
					 
					
						2025-04-11 21:23:18 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						c3a039be16 
					 
					
						
						
							
							Fix cron expression on audit workflow  
						
						
						
						
							
						
					 
					
						2025-04-11 21:22:23 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						03685b1bde 
					 
					
						
						
							
							Added some basic automatic security screening using cargo audit  
						
						
						
						
							
						
					 
					
						2025-03-28 23:02:28 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						d5c5d30d32 
					 
					
						
						
							
							cargo update  
						
						
						
						
							
 
						
					 
					
						2025-03-20 00:04:34 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						38be0c05d0 
					 
					
						
						
							
							Add links for looking up results on AbuseIPDB, CrowdSec and Spamhaus  
						
						
						
						
							
						
					 
					
						2025-03-19 22:03:50 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						e81ce74a2f 
					 
					
						
						
							
							Upgrade to hickory 0.25  
						
						... 
						
						
						
						This also solves a security advisory that could have lead to a denail of service via the ring crate. 
						
						
							
						
					 
					
						2025-03-19 21:19:05 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						7130c0d94a 
					 
					
						
						
							
							Version bump to 1.6.0  
						
						
						
						
							
 
						
					 
					
						2025-02-09 16:41:38 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						47fad2007b 
					 
					
						
						
							
							Add privacy recommendation for reverse proxies  
						
						
						
						
							
						
					 
					
						2025-02-09 16:37:10 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						ba34caf8fc 
					 
					
						
						
							
							Log not found errors to the debug channel  
						
						... 
						
						
						
						They are part of normal operation and shouldn't be logged in production. 
						
						
							
						
					 
					
						2025-02-09 16:27:12 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						caf47522e4 
					 
					
						
						
							
							Use a fallback for when the requested dns resolver isn't available  
						
						
						
						
							
						
					 
					
						2025-02-09 16:10:35 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						b98bb67b4c 
					 
					
						
						
							
							Make clippy happy  
						
						... 
						
						
						
						Mostly cleaning up type system crimes from when I was still learning rust:
* Abuse of `match` and loops
* Non-use of helper functions (`is_empty`, `is_none`)
* Use of borrowed owned types (`&String`)
* Implementing `Into` instead of `From` 
						
						
							
						
					 
					
						2025-02-09 15:45:23 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						d902dae35d 
					 
					
						
						
							
							Use the log create instead of println  
						
						
						
						
							
						
					 
					
						2025-02-09 15:11:17 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						2aae2d6626 
					 
					
						
						
							
							Version bump to 1.5.3  
						
						
						
						
							
						
					 
					
						2025-02-09 14:51:44 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						4079e24c43 
					 
					
						
						
							
							cargo update  
						
						
						
						
							
						
					 
					
						2025-02-09 14:47:49 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						2b0c4eb3fb 
					 
					
						
						
							
							Updated to lib-humus 0.3 and axum 0.8  
						
						
						
						
							
						
					 
					
						2025-02-09 14:41:12 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						8d055682b6 
					 
					
						
						
							
							Version bump to 1.5.2  
						
						
						
						
							
 
						
					 
					
						2024-12-14 19:36:59 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						ff8d86ff1d 
					 
					
						
						
							
							Dependency updates  
						
						
						
						
							
						
					 
					
						2024-12-14 19:35:13 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						ce7632d443 
					 
					
						
						
							
							Version bump to 1.5.1  
						
						
						
						
							
 
						
					 
					
						2024-10-26 18:23:32 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						cf82db3e87 
					 
					
						
						
							
							Update dependencies  
						
						
						
						
							
						
					 
					
						2024-10-26 18:19:39 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						fecbe68c7a 
					 
					
						
						
							
							Cargo update  
						
						
						
						
							
						
					 
					
						2024-10-26 18:08:33 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						2e5a2408b4 
					 
					
						
						
							
							Add robots meta tag to templates to make it less likely for a crawler to get stuck  
						
						
						
						
							
 
						
					 
					
						2024-08-06 19:36:17 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						3b4e6eba4b 
					 
					
						
						
							
							Update README, add maintainence mode notice  
						
						
						
						
							
						
					 
					
						2024-08-06 19:26:09 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						708fb9c0b3 
					 
					
						
						
							
							Improve configurability  
						
						
						
						
							
						
					 
					
						2024-08-06 19:17:37 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						0d711648a8 
					 
					
						
						
							
							Update idna to 1.0  🥳  
						
						
						
						
							
						
					 
					
						2024-08-06 18:40:49 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						1863af50f8 
					 
					
						
						
							
							Remove unused configuration option  
						
						
						
						
							
						
					 
					
						2024-08-06 18:36:40 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						52d2834e98 
					 
					
						
						
							
							Replace lazy_static crate with "new" std::sync::LazyLock  
						
						
						
						
							
						
					 
					
						2024-08-06 18:35:00 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						da391003e4 
					 
					
						
						
							
							cargo update  
						
						
						
						
							
						
					 
					
						2024-08-06 18:12:10 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						7e58423269 
					 
					
						
						
							
							Update dependencies  
						
						
						
						
							
 
						
					 
					
						2024-04-21 00:38:30 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						2657aae847 
					 
					
						
						
							
							Template fix  
						
						
						
						
							
						
					 
					
						2024-04-21 00:26:15 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						13cb85ac5a 
					 
					
						
						
							
							Added an opt-in to looking up own IP-Address  
						
						
						
						
							
						
					 
					
						2024-04-21 00:00:04 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						1a973e09a0 
					 
					
						
						
							
							cargo update  
						
						
						
						
							
						
					 
					
						2024-04-20 21:47:06 +02:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						f799927f90 
					 
					
						
						
							
							Cargo update  
						
						
						
						
							
						
					 
					
						2024-03-17 22:02:20 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						8695f0026f 
					 
					
						
						
							
							lib-humus is now on crates.io  
						
						
						
						
							
						
					 
					
						2024-02-11 14:15:13 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						3b552dba8a 
					 
					
						
						
							
							Downgrade clap to 4.4.18 to support "older" rust versions  
						
						
						
						
							
						
					 
					
						2024-02-11 12:38:33 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						1ce60d8291 
					 
					
						
						
							
							to_trust_resolver_config() -> to_hickory_resolver_config()  
						
						
						
						
							
						
					 
					
						2024-02-11 11:52:33 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						b5097b5a03 
					 
					
						
						
							
							cargo update  
						
						
						
						
							
						
					 
					
						2024-02-11 11:51:23 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						610842abac 
					 
					
						
						
							
							Remove unused import  
						
						
						
						
							
						
					 
					
						2024-02-11 11:51:08 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						35c71aba64 
					 
					
						
						
							
							Use absolute path for icons  
						
						
						
						
							
 
						
					 
					
						2023-12-29 02:51:12 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						d79d949d65 
					 
					
						
						
							
							Use the more efficient icon  
						
						
						
						
							
						
					 
					
						2023-12-29 02:49:04 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						b3f94b0d90 
					 
					
						
						
							
							cargo update  
						
						
						
						
							
						
					 
					
						2023-12-29 02:41:33 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						96207f3960 
					 
					
						
						
							
							Added a way to display the icon as part of the sitename  
						
						
						
						
							
						
					 
					
						2023-12-29 02:37:22 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						cd7a7fbe05 
					 
					
						
						
							
							Added a favicon  
						
						
						
						
							
						
					 
					
						2023-12-29 02:26:32 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						aaecdb84bb 
					 
					
						
						
							
							Release 1.2.4 hickory  
						
						
						
						
							
 
						
					 
					
						2023-12-10 18:35:16 +01:00 
						 
				 
			
				
					
						
							
							
								Slatian 
							
						 
					 
					
						
						
							
						
						b08c98376c 
					 
					
						
						
							
							Update trust_dns to hickory  
						
						... 
						
						
						
						It doesn't work yet because of:
https://github.com/hickory-dns/hickory-dns/issues/2108  
						
						
							
						
					 
					
						2023-12-10 18:34:20 +01:00