black-sliver 
							
						 
					 
					
						
						
							
						
						4a5ba756b6 
					 
					
						
						
							
							WebHost: Set Generator memory limit to 4GiB ( #4319 )  
						
						... 
						
						
						
						* WebHost: Set Generator memory limit to 4GiB
* WebHost: make generator memory limit configurable, better naming
* Update WebHostLib/__init__.py
Co-authored-by: Fabian Dill <Berserker66@users.noreply.github.com >
* Update docs/webhost configuration sample.yaml
---------
Co-authored-by: Fabian Dill <Berserker66@users.noreply.github.com > 
						
						
					 
					
						2024-12-10 02:44:41 +01:00 
						 
				 
			
				
					
						
							
							
								black-sliver 
							
						 
					 
					
						
						
							
						
						e978109410 
					 
					
						
						
							
							WebHost: properly stop worker threads ( #3340 )  
						
						... 
						
						
						
						* WebHost: properly stop worker threads
* Less jank
* Forgot the try-catch around the while true 
						
						
					 
					
						2024-05-19 20:40:36 +02:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						663b50b33e 
					 
					
						
						
							
							WebHost: fix AutoLauncher restarting rooms due to race condition ( #3333 )  
						
						
						
						
					 
					
						2024-05-19 15:17:55 +02:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						7900e4c9a4 
					 
					
						
						
							
							WebHost: use a limited process pool to run Rooms ( #3214 )  
						
						
						
						
					 
					
						2024-05-17 12:21:01 +02:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						3c564d7b96 
					 
					
						
						
							
							WebHost: allow deleting Rooms and Seeds, as well as their associated data ( #3071 )  
						
						
						
						
					 
					
						2024-04-02 16:45:07 +02:00 
						 
				 
			
				
					
						
							
							
								black-sliver 
							
						 
					 
					
						
						
							
						
						d471dcc067 
					 
					
						
						
							
							Core, WebHost: lazy-load worlds in unpickler, WebHost and WebHostLib ( #2156 )  
						
						... 
						
						
						
						* Core: lazy-load worlds in unpickler
this should hopefully fix customserver's memory consumption
* WebHost: move imports around to save memory in MP
* MultiServer: prefer loading _speedups without pyximport
This saves ~15MB per MP and speeds up module import if it was built in-place.
* Tests: fix tests for changed WebHost imports
* CustomServer: run GC after setup
* CustomServer: cleanup exception handling 
						
						
					 
					
						2023-09-20 16:05:56 +02:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						9edab76567 
					 
					
						
						
							
							WebHost: recycle generator processes  
						
						
						
						
					 
					
						2023-04-30 16:34:03 +02:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						7fdf38b2ad 
					 
					
						
						
							
							WebHost: automatically fill PATCH_TARGET -> HOST_ADDRESS and re-use it for rooms ( #1518 )  
						
						
						
						
					 
					
						2023-03-09 21:31:00 +01:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						9add1495d5 
					 
					
						
						
							
							SSL support ( #1340 )  
						
						
						
						
					 
					
						2023-01-21 17:29:27 +01:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						bb46ee7fc1 
					 
					
						
						
							
							WebHost: optimize imports  
						
						
						
						
					 
					
						2022-10-17 01:24:02 +02:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						c1e9d0ab4f 
					 
					
						
						
							
							WebHost: allow customserver to skip importing worlds subsystem for hosting a Room ( #877 )  
						
						... 
						
						
						
						Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com > 
						
						
					 
					
						2022-08-07 18:28:50 +02:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						74b19dc1f5 
					 
					
						
						
							
							WebHost: cleanup generate and hopefully fix SQL concurrency problems  
						
						
						
						
					 
					
						2022-07-16 19:44:29 +02:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						9a471aff1b 
					 
					
						
						
							
							WebHost: request maximum amount of file handles from the system for autolauncher. ( #625 )  
						
						... 
						
						
						
						* WebHost: request maximum amount of file handles from the system for autolauncher.
* WebHostLib: wrap resource import into try to restore windows compatibility 
						
						
					 
					
						2022-06-09 13:14:12 -07:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						e47527087e 
					 
					
						
						
							
							WebHost: some updates ( #603 )  
						
						... 
						
						
						
						* WebHost: Make custom server prefer ipv4 for display
* WebHost: Make server retry saving in case of connection issues
* WebHost: fix autolaunch guardians getting stuck waiting for the oldest two rooms.
Probably not related to the issues of the system itself getting stuck, but should be fixed anyway.
* WebHost: logfile is meant to be guarded by access cookie
* WebHost: set patch target to null if port is not valid, disabling auto-connect 
						
						
					 
					
						2022-06-08 00:35:35 +02:00 
						 
				 
			
				
					
						
							
							
								Berserker66 
							
						 
					 
					
						
						
							
						
						3dd3f045e6 
					 
					
						
						
							
							WebHost: use non-blocking file lock on unix, just like windows  
						
						
						
						
					 
					
						2022-05-29 08:00:28 -07:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						3f20bdaaa2 
					 
					
						
						
							
							WebHost: split autolaunch and autogen services  
						
						
						
						
					 
					
						2021-12-13 05:48:33 +01:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						a8b105267c 
					 
					
						
						
							
							WebHost: add hint cost and forfeit mode to webgen page  
						
						
						
						
					 
					
						2021-10-11 00:46:18 +02:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						5daadcb2d5 
					 
					
						
						
							
							LttP: implement new dungeon_items handling  
						
						... 
						
						
						
						LttP: move glitch_boots to new options system
WebHost: options.yaml no longer lists aliases
General: remove region.can_fill, it was only used as a hack to make dungeon-specific items to work 
						
						
					 
					
						2021-08-30 16:31:56 +02:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						4884184e4a 
					 
					
						
						
							
							fix autolauncher import  
						
						
						
						
					 
					
						2021-07-09 22:47:35 +02:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						4d4af9d74e 
					 
					
						
						
							
							WebHost: Guard each Room via file-lock  
						
						
						
						
					 
					
						2021-06-29 03:11:48 +02:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						19896e1fae 
					 
					
						
						
							
							prepare webhost for multi-game per-slot downloads  
						
						
						
						
					 
					
						2021-05-14 15:25:57 +02:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						b82d6cec31 
					 
					
						
						
							
							regain basic WebHost functionality  
						
						
						
						
					 
					
						2021-05-13 21:57:11 +02:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						dcce53f8c8 
					 
					
						
						
							
							Merge branch 'main' into breaking_changes  
						
						... 
						
						
						
						# Conflicts:
#	Adjuster.py
#	Gui.py
#	MultiClient.py
#	setup.py
#	worlds/alttp/AdjusterMain.py
#	worlds/alttp/Main.py 
						
						
					 
					
						2021-02-21 20:15:07 +01:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						c0cd79f0d7 
					 
					
						
						
							
							Garbage Collect Autohost subprocesses to accumulate less open file descriptors which may crash the webhost service.  
						
						
						
						
					 
					
						2021-02-21 11:07:02 +01:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						8ebd36b5a7 
					 
					
						
						
							
							update Archipelago  
						
						
						
						
					 
					
						2021-01-03 14:32:32 +01:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						99517021c8 
					 
					
						
						
							
							Fix DB scheduling on mariaDB  
						
						
						
						
					 
					
						2020-09-09 01:41:37 +02:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						e76887d0bf 
					 
					
						
						
							
							WebHost: Give user feedback if generator failed.  
						
						
						
						
					 
					
						2020-08-18 02:06:35 +02:00 
						 
				 
			
				
					
						
							
							
								Fabian Dill 
							
						 
					 
					
						
						
							
						
						39f85aa291 
					 
					
						
						
							
							WebHost: job pool based world generation  
						
						
						
						
					 
					
						2020-08-18 01:18:37 +02:00 
						 
				 
			
				
					
						
							
							
								Berserker66 
							
						 
					 
					
						
						
							
						
						cdee9e5a3a 
					 
					
						
						
							
							WebHost: Move module into WebHostLib to prevent shadowing WebHost.py  
						
						
						
						
					 
					
						2020-07-11 16:59:37 +02:00