Commit graph

445 commits

Author SHA1 Message Date
Thulinma
fd60a6b8d3 Fix Windows builds 2018-01-30 16:05:50 +01:00
Thulinma
ca19feed7f Merge branch 'development' into LTS_development
# Conflicts:
#	src/controller/controller_storage.cpp
2017-12-08 19:54:44 +01:00
Thulinma
26d039f278 Controller now disables colors when stdout is no terminal, additionally disables interactive setup when stdin is no terminal. 2017-12-08 19:48:49 +01:00
Thulinma
304426c2c6 Improved logging system 2017-12-08 19:48:49 +01:00
Thulinma
8c3178339b Controller now disables colors when stdout is no terminal, additionally disables interactive setup when stdin is no terminal. 2017-12-06 16:59:27 +01:00
Thulinma
626e688bf2 Removed newline from access log message 2017-12-06 16:59:27 +01:00
Thulinma
08dac5b2db Improved logging system 2017-12-06 16:59:27 +01:00
Thulinma
e0af7a759e Changed always-on check to getStreamStatus as opposed to streamAlive 2017-11-28 12:46:17 +01:00
Thulinma
f6f11af618 Merge branch 'development' into LTS_development 2017-11-27 11:14:58 +01:00
Thulinma
c1400fec42 Local API access debug message set to MEDIUM level 2017-11-27 11:14:51 +01:00
Thulinma
34965459aa UDP API printout debug level made higher 2017-11-27 11:13:30 +01:00
Thulinma
b9a90b134d Don't print failure to tag sessions with user agent; usually not a big deal 2017-11-27 11:12:59 +01:00
Thulinma
e1cc07c455 Added trigger capabilities. 2017-11-15 17:17:17 +01:00
Thulinma
f61e50cbd5 Added support for default responses in triggers, added maximum execution time for triggers 2017-11-15 17:17:12 +01:00
Thulinma
91262767d3 Added configMutex around connector check in Prometheus output 2017-11-15 09:48:31 +01:00
Thulinma
421b77dacd Fixed starting the controller with a locked session cache. 2017-11-14 18:17:22 +01:00
Thulinma
db410e10f4 Fixed autopush removing themselves when a new push comes in 2017-11-09 14:51:15 +01:00
Thulinma
47ed55c637 Fixed manual push corruption 2017-11-09 14:51:11 +01:00
Thulinma
01ffc42f9f Stats delay for input/output can now be set separately, input delay by default 2 instead of 15. 2017-11-07 11:12:24 +01:00
Thulinma
601617cb51 Fixed Prometheus HTTP clean bug 2017-11-07 11:12:19 +01:00
Thulinma
11ea8b0ef2 Updater now uses HTTP downloader class 2017-11-01 19:35:21 +01:00
Thulinma
528727329b License system now uses downloader 2017-11-01 19:35:14 +01:00
Thulinma
fefbfe2375 Added support for scheduled pushes 2017-10-26 15:10:59 +02:00
Thulinma
52816a8daa Added ability to pass on URLs to load balancer 2017-10-24 14:44:06 +02:00
Thulinma
cac503f774 Merge branch 'development' into LTS_development
# Conflicts:
#	src/input/input.cpp
2017-10-24 14:09:13 +02:00
Thulinma
7d420d884e Added support for type-less connector options (i.e. flags) 2017-10-24 13:54:43 +02:00
Thulinma
e05268f670 Load balancer now detects what streams are available on what servers, does not direct traffic if not configured 2017-10-09 15:16:37 +02:00
Thulinma
5e7627705a Merge branch 'development' into LTS_development
# Conflicts:
#	src/controller/controller.cpp
2017-07-28 13:25:22 +02:00
Thulinma
b0404075f5 Prettified controller + fixed Ctrl+C during startup questions + made 't' answer add protocols + No longer ask to add protocols when none are installed. 2017-07-28 13:23:15 +02:00
Thulinma
43e7b6b8be Prettified controller + fixed Ctrl+C during startup questions + made 't' answer add protocols + No longer ask to add protocols when none are installed. 2017-07-28 13:22:11 +02:00
Thulinma
499444ba52 Updater now disabled for dev builds 2017-07-28 13:16:45 +02:00
Thulinma
8fef68f331 New license parsing, according to fancy flowchart 2017-07-28 13:16:33 +02:00
Thulinma
da37a33d47 Fixed API calls not taking immediate effect, fixed UDP API not locking config 2017-07-25 16:52:27 +02:00
Thulinma
f5faa61ed4 Added bandwidth API call for bandwidth limit and exception config 2017-07-05 13:47:16 +02:00
Thulinma
f695e23ffc Fixed streams being able to go inactive multiple times in a row 2017-07-04 13:23:34 +02:00
Thulinma
01e0b76a6a Internal stream state active/inactive rewritten to use newly exposed stream status 2017-06-23 15:08:57 +02:00
Thulinma
e75bf65ab9 pushes now only restart when stream is truly active 2017-06-22 14:10:12 +02:00
Thulinma
067ba7d381 Fixed extraneous checkLicense in Controller 2017-06-19 20:24:22 +02:00
Thulinma
fdf4eeb9f1 Server start boolean now correctly set to true 2017-06-09 20:16:06 +02:00
Thulinma
afff9c6079 No longer leave UDP socket open in spawned children from Controller 2017-05-25 12:15:00 +02:00
Thulinma
3bad5c2161 Hopefully fixed Windows 2017-05-17 12:09:04 +02:00
Thulinma
6e21e70fae Fixed Windows builds. Wtf..? 2017-05-16 20:15:00 +02:00
Thulinma
0181a86901 Merge branch 'development' into LTS_development 2017-05-15 17:15:50 +02:00
Thulinma
38bbadb731 Updated API to force account creation through LSP when no accounts present 2017-05-15 17:15:36 +02:00
Thulinma
0798a6c712 Fixes for triggers 2017-05-13 15:18:21 +02:00
Thulinma
c5e961fd8d Added exitdelay in licensing system 2017-05-11 14:03:08 +02:00
Thulinma
bf382cbea0 Updated updater. Yes, the irony is not lost on me. 2017-05-11 14:03:01 +02:00
Thulinma
0eca65e433 Merge branch 'development' into LTS_development 2017-05-09 16:23:23 +02:00
Thulinma
101a8d521c Fixed debug level being null when unset 2017-05-09 15:48:05 +02:00
Thulinma
4f1e653c44 Merge branch 'development' into LTS_development
# Conflicts:
#	src/controller/controller_streams.cpp
2017-05-09 13:27:07 +02:00