Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Z-Bolt/OctoScreen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-08Merge pull request #313 from Z-Bolt/2.7.4-devHEADv2.7.4masterJeffB42
2021-08-07added missing includes2.7.4-devJeffB42
2021-08-07renamed buf to buffer, renamed uiupdateFrequency to updateFrequencyJeffB42
2021-08-07added missing includesJeffB42
2021-08-07added additional experimental (and not published) config settings to set back...JeffB42
2021-08-07added an additional 'drain request body change' (curtesy of freman)JeffB42
2021-07-19bumped version to 2.7.4JeffB42
2021-07-17Merge pull request #306 from freman/drainbodyJeffB42
2021-06-23Drain request body before closingShannon Wynter
2021-04-25Merge pull request #296 from Z-Bolt/2.7.3-devv2.7.3JeffB42
2021-04-25modified handleResponse() so 404 errors are optional, but all other errors st...2.7.3-devJeffB42
2021-04-18added EXPERIMENTAL_UPDATE_FREQUENCYJeffB42
2021-04-18added more logging to doRequest() and handleResponse()JeffB42
2021-04-18added more logging to doRequest() and handleResponse()JeffB42
2021-04-18added guard against RawConfirm being nil or emptyJeffB42
2021-04-18added guard against RawConfirm being nil or emptyJeffB42
2021-04-18moved SystemExecuteCommandRequest into its own fileJeffB42
2021-04-18added limits on number of custom actions and temperature presets that are addedJeffB42
2021-04-17added 'Are you sure you want to proceed' text to match what one sees in OctoS...JeffB42
2021-04-17added 'yellow bar' to scripts which display a confirmationJeffB42
2021-04-17added wiki section to the readme fileJeffB42
2021-04-17added logging of the panel's name when the panel changesJeffB42
2021-04-17added name parameter and removed parentPanel parameterJeffB42
2021-04-17added name parameter and removed parentPanel parameterJeffB42
2021-04-17added name parameter and removed parentPanel parameterJeffB42
2021-04-17added name parameter and removed parentPanel parameterJeffB42
2021-04-17added Name() to IPanel, removed parentPanel which is no longer usedJeffB42
2021-04-17added Name() to IPanel, removed parentPanel which is no longer usedJeffB42
2021-04-17added call to DumpSystemInformation()JeffB42
2021-04-17moved var OctoScreenVersion into environment.goJeffB42
2021-04-17updated buld version to 2.7.3JeffB42
2021-04-17updated buld version to 2.7.3JeffB42
2021-04-14updated road mapJeffB42
2021-04-13fixed spelling typosJeffB42
2021-04-10Merge pull request #290 from Z-Bolt/2.7.2-devv2.7.2JeffB42
2021-04-10bumped background tread to 20, added some additional logging2.7.2-devJeffB42
2021-04-10bumped WatchdogSec up to 40JeffB42
2021-04-08added 'isRequired' parameter to doJsonRequest() and doRequest(), renamed 'b' ...JeffB42
2021-04-04added new environment variable, DISPLAY_CURSORJeffB42
2021-04-04bumped the version to 2.7.2JeffB42
2021-04-04fixed typo (changed 'error' to 'err')JeffB42
2021-04-04added code to force the cursor to be shownJeffB42
2021-04-03Merge pull request #286 from Z-Bolt/2.7.1-devv2.7.1JeffB42
2021-04-03updated the cmd.Confirm condition to include a prompt2.7.1-devJeffB42
2021-04-03bumped version to 2.7.1JeffB42
2021-04-03changed log message to use LogError()JeffB42
2021-03-30changed order in which loadSettings() is calledJeffB42
2021-03-30reverted call to Sleep()JeffB42
2021-03-28added SelectTool(), also refacted code into functions with a similar formatJeffB42
2021-03-28changed the trottle from 5 sec to 2 sec, and updated the commentJeffB42