bigbluebutton-Github/record-and-playback
Calvin Walton 0f9b36bc11 recording: Escape custom poll answers in gnuplot file
Custom poll answers were previously printed into the gnuplot control
file directly, between double-quotes. As a result, if a poll answer
contains a double-quote, it could cause a syntax error in the gnuplot
script, or worse.

Gnuplot accepts standard C-style double-quoted string escapes, so I can
just use ruby's "inspect" method to generate a safetly escaped string.

Note that within the string, % still has to be escaped separately
(doubled) to avoid issues with the string formatting. As well, I have
disabled "enhanced" mode which allows using special characters for
formatting commands.

Fixes #3039
2016-03-07 11:26:17 -05:00
..
core recording-and-playback: Added directory to be cleaned up for deleted status 2016-01-19 14:57:30 -05:00
matterhorn After checking we bumped projects version and Flex locales to 0.9.0 with some fixes 2014-08-13 12:20:10 +01:00
presentation recording: Escape custom poll answers in gnuplot file 2016-03-07 11:26:17 -05:00
slides Delete the 'slides' processing scripts 2014-11-13 11:15:43 -02:00
changelog.md a log file by meeting in archive phase 2013-04-29 16:03:21 -05:00
deploy.sh Merge branch '090-new-videodock' into HEAD 2015-01-28 20:33:28 -02:00