]> SVR.JS Git server - orangecircle.git/log
Dorian Niemiec [Fri, 3 May 2024 14:08:48 +0000 (16:08 +0200)] 
Fix response mojibake, while SVR.JS is running on Bun

Dorian Niemiec [Fri, 16 Feb 2024 01:35:20 +0000 (02:35 +0100)] 
Prevented server crashes caused by header write errors. Also adapted RedBrick patches to OrangeCircle

Dorian Niemiec [Fri, 16 Feb 2024 01:32:10 +0000 (02:32 +0100)] 
Reduced buffer memory leaks and improved performace by using streams after header processing

Dorian Niemiec [Sun, 11 Feb 2024 14:04:02 +0000 (15:04 +0100)] 
Fix non-3xx code detection

Dorian Niemiec [Sun, 11 Feb 2024 13:53:18 +0000 (14:53 +0100)] 
All responses with Location header are now 3xx redirects.

Dorian Niemiec [Wed, 7 Feb 2024 00:20:01 +0000 (01:20 +0100)] 
YellowSquare now no longer sets AUTH_TYPE and REMOTE_USER environment value, when 401 code is not specified in SVR.JS configuration.

Dorian Niemiec [Mon, 29 Jan 2024 18:56:33 +0000 (18:56 +0000)] 
Fixed bug with URLs containing URL-encoded characters

Dorian Niemiec [Sun, 31 Dec 2023 20:38:23 +0000 (21:38 +0100)] 
Added support for exposeModsInErrorPages config.json property.

Dorian Niemiec [Sun, 31 Dec 2023 20:35:43 +0000 (21:35 +0100)] 
Don't crash, when broken SVR.JS config is loaded.

Dorian Niemiec [Sun, 31 Dec 2023 20:34:13 +0000 (21:34 +0100)] 
Removed "DorianTech" from mod.info

Dorian Niemiec [Fri, 15 Sep 2023 06:48:27 +0000 (08:48 +0200)] 
Fix OrangeCircle not working in external web root setups

Dorian Niemiec [Sun, 3 Sep 2023 09:33:42 +0000 (11:33 +0200)] 
Fix handling of REMOTE_PORT

Dorian Niemiec [Sun, 27 Aug 2023 07:26:45 +0000 (09:26 +0200)] 
Add SERVER_ADMIN environment variable support

Dorian Niemiec [Sat, 26 Aug 2023 02:08:47 +0000 (04:08 +0200)] 
Add support for "\n\r"

Dorian Niemiec [Mon, 21 Aug 2023 18:20:32 +0000 (20:20 +0200)] 
Add HTTPS environment value support

Dorian Niemiec [Mon, 14 Aug 2023 17:39:23 +0000 (19:39 +0200)] 
Prevent configuration leakage in Windows

Dorian Niemiec [Sat, 12 Aug 2023 10:18:20 +0000 (12:18 +0200)] 
Better error handling

Dorian Niemiec [Fri, 11 Aug 2023 01:21:37 +0000 (03:21 +0200)] 
Initial commit