ed 
							
						 
					 
					
						
						
						
						
							
						
						
							842817d9e3 
							
						 
					 
					
						
						
							
							improve handling of malicious clients;  
						
						... 
						
						
						
						* start banning malicious clients according to --ban-422
* reply with a blank 500 to stop firefox from retrying like 20 times
* allow Cc's in a few specific URL params (filenames, dirnames) 
						
					 
					
						2023-12-01 23:08:16 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							8c52b88767 
							
						 
					 
					
						
						
							
							make linters happier  
						
						
						
					 
					
						2023-11-30 17:33:07 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							ee3333362f 
							
						 
					 
					
						
						
							
							v1.9.17  
						
						
						
					 
					
						2023-11-11 17:38:43 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							1f75314463 
							
						 
					 
					
						
						
							
							placeholder expansion in readme and logues;  closes   #56  
						
						... 
						
						
						
						also fixes the "scan" volflag which broke in v1.9.14 
						
					 
					
						2023-10-24 16:37:32 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							fc658e5b9e 
							
						 
					 
					
						
						
							
							utcfromtimestamp was deprecated and nobody told me,  
						
						... 
						
						
						
						not even the deprecationwarning that got silently generated burning
20~30% of all CPU-time without actually displaying it anywhere, nice
python 3.12.0 is now only 5% slower than 3.11.6
also fixes some other, less-performance-fatal deprecations 
						
					 
					
						2023-10-20 23:41:58 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							0dc3c23b42 
							
						 
					 
					
						
						
							
							add alternative filekey generator;  closes   #52  
						
						
						
					 
					
						2023-10-06 13:41:22 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							71c3ad63b3 
							
						 
					 
					
						
						
							
							fix tests  
						
						
						
					 
					
						2023-09-11 01:46:25 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							50e01d6904 
							
						 
					 
					
						
						
							
							add more autoban triggers:  
						
						... 
						
						
						
						* --ban-url: URLs which 404 and also match --sus-urls (bot-scan)
* --ban-403: trying to access volumes that dont exist or require auth
* --ban-422: invalid POST messages, fuzzing and such
* --nonsus-urls: regex of 404s which  shouldn't trigger --ban-404
in may situations it makes sense to handle this logic inside copyparty,
since stuff like cloudflare and running copyparty on another physical
box than the nginx frontend is on becomes fairly clunky 
						
					 
					
						2023-08-26 13:52:24 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							fc0405c8f3 
							
						 
					 
					
						
						
							
							add prometheus metrics;  closes   #49  
						
						
						
					 
					
						2023-08-20 17:58:06 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							bee26e853b 
							
						 
					 
					
						
						
							
							show server hostname in html titles:  
						
						... 
						
						
						
						* --doctitle defines most titles, prefixed with "--name: " by default
* the file browser is only prefixed with the --name itself
* --nth ("no-title-hostname") removes it
* also removed by --nih ("no-info-hostname") 
						
					 
					
						2023-08-14 23:50:13 +02:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							d0aa20e17c 
							
						 
					 
					
						
						
							
							v1.8.7  
						
						
						
					 
					
						2023-07-23 15:43:38 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							fcc3aa98fd 
							
						 
					 
					
						
						
							
							add path-traversal scanners  
						
						
						
					 
					
						2023-07-16 13:09:31 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							22fc4bb938 
							
						 
					 
					
						
						
							
							add event-hook for banning users  
						
						
						
					 
					
						2023-07-13 22:29:32 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							551d99b71b 
							
						 
					 
					
						
						
							
							add permission "a" to show uploader IPs ( #45 )  
						
						
						
					 
					
						2023-07-12 21:36:55 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							b54b7213a7 
							
						 
					 
					
						
						
							
							more thumbnailer configs available as volflags:  
						
						... 
						
						
						
						--th-convt = convt
--th-no-crop = nocrop
--th-size = thsize 
						
					 
					
						2023-07-11 22:15:37 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							5d8cb34885 
							
						 
					 
					
						
						
							
							404/403 can be handled with plugins  
						
						
						
					 
					
						2023-07-07 21:33:40 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							a0c1239246 
							
						 
					 
					
						
						
							
							v1.8.0  
						
						
						
					 
					
						2023-06-26 00:05:12 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							9c28ba417e 
							
						 
					 
					
						
						
							
							option to regex-exclude files in browser listings  
						
						
						
					 
					
						2023-06-02 21:54:25 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							705b58c741 
							
						 
					 
					
						
						
							
							support the NO_COLOR environment variable  
						
						... 
						
						
						
						https://no-color.org/  and more importantly
https://youtu.be/biW5UVGkPMA?t=150  
					
						2023-06-02 20:22:57 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							deca082623 
							
						 
					 
					
						
						
							
							v1.7.1  
						
						
						
					 
					
						2023-05-07 18:34:39 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							d3ccd3f174 
							
						 
					 
					
						
						
							
							v1.6.15  
						
						
						
					 
					
						2023-04-26 23:00:55 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							03193de6d0 
							
						 
					 
					
						
						
							
							socket read/write timeout  
						
						
						
					 
					
						2023-04-24 20:04:22 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							fdd6f3b4a6 
							
						 
					 
					
						
						
							
							tar/zip: use volume name as toplevel fallback  
						
						
						
					 
					
						2023-04-23 20:55:34 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							ca04a00662 
							
						 
					 
					
						
						
							
							v1.6.9  
						
						
						
					 
					
						2023-03-16 21:06:18 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							05e0c2ec9e 
							
						 
					 
					
						
						
							
							add xiu (batching hook; runs on idle after uploads) +  
						
						... 
						
						
						
						bunch of tweaks/fixes for hooks 
						
					 
					
						2023-02-26 18:23:32 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							6deaf5c268 
							
						 
					 
					
						
						
							
							add jitter simlation  
						
						
						
					 
					
						2023-02-20 21:34:30 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							a4b56c74c7 
							
						 
					 
					
						
						
							
							support long filepaths on win7 + misc windows fixes  
						
						
						
					 
					
						2023-02-10 18:37:37 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							e413007eb0 
							
						 
					 
					
						
						
							
							hide dotfiles from search results by default  
						
						
						
					 
					
						2023-01-31 18:13:33 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							c2ace91e52 
							
						 
					 
					
						
						
							
							v1.6.0  
						
						
						
					 
					
						2023-01-29 02:55:44 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							75cea4f684 
							
						 
					 
					
						
						
							
							misc  
						
						
						
					 
					
						2023-01-28 13:35:49 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							fbc2424e8f 
							
						 
					 
					
						
						
							
							v1.5.2  
						
						
						
					 
					
						2022-12-12 22:59:31 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							56b73dcc8a 
							
						 
					 
					
						
						
							
							up2k: add option to replace existing file  
						
						
						
					 
					
						2022-12-10 19:22:16 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							195eb53995 
							
						 
					 
					
						
						
							
							merge wal on shutdown  
						
						
						
					 
					
						2022-12-07 23:09:40 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							8ef4a0aa71 
							
						 
					 
					
						
						
							
							fix testrunner + packaging  
						
						
						
					 
					
						2022-12-03 15:07:47 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							7c76d08958 
							
						 
					 
					
						
						
							
							drop one of the slowloris detectors  
						
						
						
					 
					
						2022-12-02 17:53:23 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							89d1f52235 
							
						 
					 
					
						
						
							
							cursory slowloris / buggy-webdav-client detector  
						
						
						
					 
					
						2022-11-01 22:18:20 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							3312c6f5bd 
							
						 
					 
					
						
						
							
							autoclose connection-flooding clients  
						
						
						
					 
					
						2022-10-31 22:42:47 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							79303dac6d 
							
						 
					 
					
						
						
							
							webdav: default-disable recursive listing  
						
						
						
					 
					
						2022-10-30 16:47:20 +00:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							138b932c6a 
							
						 
					 
					
						
						
							
							add webdav move/delete  
						
						
						
					 
					
						2022-10-22 00:04:51 +02:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							20eeacaac3 
							
						 
					 
					
						
						
							
							add webdav write support + fix http 200/201  
						
						
						
					 
					
						2022-10-21 18:47:48 +02:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							b213de7e62 
							
						 
					 
					
						
						
							
							update readme + tests  
						
						
						
					 
					
						2022-10-08 14:18:52 +02:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							24de360325 
							
						 
					 
					
						
						
							
							v1.4.0  
						
						
						
					 
					
						2022-09-23 22:53:51 +02:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							ab36c8c9de 
							
						 
					 
					
						
						
							
							fix tests  
						
						
						
					 
					
						2022-09-18 00:16:40 +02:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							d2ae822e15 
							
						 
					 
					
						
						
							
							more socket cleanup fiddling  
						
						
						
					 
					
						2022-09-07 23:06:12 +02:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							4aaa111925 
							
						 
					 
					
						
						
							
							v1.3.9  
						
						
						
					 
					
						2022-08-04 00:39:37 +02:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							1c3894743a 
							
						 
					 
					
						
						
							
							fix filekeys inside symlinked volumes  
						
						
						
					 
					
						2022-08-02 20:26:51 +02:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							74a3f97671 
							
						 
					 
					
						
						
							
							cleanup + bump deps  
						
						
						
					 
					
						2022-07-27 00:15:49 +02:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							062730c70c 
							
						 
					 
					
						
						
							
							cleanup  
						
						
						
					 
					
						2022-07-06 11:12:36 +02:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							438384425a 
							
						 
					 
					
						
						
							
							add types, isort, errorhandling  
						
						
						
					 
					
						2022-06-16 01:07:15 +02:00 
						 
				 
			
				
					
						
							
							
								ed 
							
						 
					 
					
						
						
						
						
							
						
						
							4c4b3790c7 
							
						 
					 
					
						
						
							
							fix read-spin on d/c during json post + errorhandling  
						
						
						
					 
					
						2022-06-07 19:02:52 +02:00