TYPE: builtin DESC: controller for “Phillips HUE” brand smart lighting SERVICES: telemetry, device control TUTORIAL VIDEO: bphue setup tutorial
TYPE: builtin DESC: stream overlay provider which manages arbitrary remote URL images for display over a stream SERVICES: telemetry, overlay TUTORIAL VIDEO: bpsplatter setup tutorial
– add timestamp to access.log – refactor some assetkeys into const keys – start editing twitter search to support full set of features – hunt for memory corruption issue affecting release build (only on my pc it seems) – more hunting for corrupted/unreleased…
– add mixer viewer graph widget – patch bpdiscord to handle channel creation/deletion after initial server connection
– fixed Mixer chat. seems to “just work”™
– fix bpbeam (AKA Mixer) chat still discos alarmingly often but token renewal is working. – add set/get !title & !playing token cmds – refactor dashboard widget query – add bpviewer:tojson – got bpviewers working properly (still need to preserve size+pos) – fix…
– WIP paypal IPN functionality added.. lots to do – add ssl/https support (WIP need to automate or assist cert generation/installation/configuration) – add nat traversal (WIP as it failed testing due to my network setup) – change log time stamps to datetimes (WIP)…
– fix draggable handle. restrict to ‘widget header’ MUCH better – add $(bpcmds_commands) which publishes a user’s available command list to pastebin for 24 hours and caches the url in the app (WIP: is forgotton on restart) – add bp_plugin_ctrl param field –…
– refactor add httptransaction::response() to clean up the code a bit – add script cmds to bpbeam – refactor script cmds for bpcmds/beam etc by moving them to std::bind() member funcs instead of lambdas to aid readability – add bpcmds_update script cmd to…
TYPE: builtin DESC: stream overlay provider using CS:GO’s game state delivery mechanism to respond to instantaneous in-game events on screen. SERVICES: telemetry, overlay TUTORIAL VIDEO: bpcsgo setup tutorial