aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-26Bump the webextension to 0.0.1webext-0.0.1Arlo Breault
2019-06-26Appease validation warning about "Unsafe assignment to innerHTML"Arlo Breault
2019-06-24Make the doorhanger narrower in FFArlo Breault
2019-06-24Use system font stack in the webextensionArlo Breault
2019-06-21Documentation links for loading an unpacked extension.David Fifield
2019-06-19Count the number of clients the webext has servedArlo Breault
2019-06-06Start on popupArlo Breault
2019-06-03Cache certificates across program restarts.Philipp Winter
2019-05-28Keyed composite literal to avoid go vet warningCecylia Bocovich
2019-05-28Simplified limitedReader by reading one extra byteCecylia Bocovich
2019-05-28Added tests to check large read guardsCecylia Bocovich
2019-05-28Implement limitedRead function for client sideCecylia Bocovich
2019-05-28Guard against large readsCecylia Bocovich
2019-05-21Use OnIceGatheringStateChange instead of OnIceComplete in clientArlo Breault
2019-05-21Stop using OnIceComplete in server-webrtcArlo Breault
2019-05-20Move datachannel timeout to after sendAnswer returnArlo Breault
2019-05-16Appease `go vet`s complaints about passing locks by valueArlo Breault
2019-05-16Fix broker testsArlo Breault
2019-05-16Prefer a background script to a page in the webextArlo Breault
2019-05-16Fix some linting warnings for "Line exceeds maximum allowed length."Arlo Breault
2019-05-16Fix some linting warnings for "Unnecessary fat arrow."Arlo Breault
2019-05-16Separate build per useArlo Breault
2019-05-16Initialize snowflake instance with a configArlo Breault
2019-05-16Move querystring access to initArlo Breault
2019-05-16Initialize arrays when constructingArlo Breault
2019-05-16Make MODE a class constantArlo Breault
2019-05-15Merge branch 'geoip_squashed'Cecylia Bocovich
2019-05-14Added an option to use a conventional certificateCecylia Bocovich
2019-05-14Added an option to specify metrics log fileCecylia Bocovich
2019-05-09Remove geoip metrics from /debugCecylia Bocovich
2019-05-08Merge branch 'ticket30434'Cecylia Bocovich
2019-05-08Merge branch 'ticket30206'Cecylia Bocovich
2019-05-08Fix for ticket #30206Cecylia Bocovich
2019-05-08Fixed log scrubber to not scrub timestampsCecylia Bocovich
2019-05-08Add a WebExtUI the makes use of the new assestsArlo Breault
2019-05-08Make badge and debug extend uiArlo Breault
2019-05-08Add new assetsArlo Breault
2019-05-08Start a webextensionArlo Breault
2019-05-08Stop logging debug message while counting downArlo Breault
2019-05-08Make a few object literals classesArlo Breault
2019-05-08Use some class vars in broker to eliminate globalsArlo Breault
2019-05-08Make a WS class to eliminate globalsArlo Breault
2019-05-08Remove Modernizr dependencyArlo Breault
2019-05-08Move init into its own fileArlo Breault
2019-05-08Remove copy/paste signallingArlo Breault
2019-04-30Follow go-webrtc commit 6c3076c and switch to xenial in .travis.yamlArlo Breault
2019-04-29Implemented geoip lookups for the snowflake broker. This heavily based off of...Cecylia Bocovich
2019-04-16Merge branch 'ticket30125'Cecylia Bocovich
2019-04-15Updated robots.txt handler on brokerCecylia Bocovich
2019-04-12Ported log sanitization to clientCecylia Bocovich