- 19 Feb, 2020 1 commit
-
-
Cecylia Bocovich authored
We were leaving connections to the database open, which causes some calls to hang. This adds destructors to the SQLite3 class and the classes that use it, and refactors some code to make one database connection per class object. This also makes sure that the destructors for objects that use databases are actually called.
-
- 08 Feb, 2020 1 commit
-
-
Cecylia Bocovich authored
-
- 27 Jan, 2020 3 commits
-
-
Cecylia Bocovich authored
This change expands the locale parse to have the following properties: - if only the language code is given, choses the regionalization that occurs first in the locale list (e.g., "en" --> "en-US" - if regionalization for the language is *not* present, choses the generalized language or a different regionalization (e.g. "pt-PT" --> "pt-BR") - parses both the subject and body looking for the most specific regionalization - defaults to en-US if no available language is found
-
Cecylia Bocovich authored
This commit refactors build_request to prevent duplicate code. It also moves the platforms definition to the parser constructor.
-
Cecylia Bocovich authored
Before we were conflating the locales for the tor browser binaries with the available locale for gettor email body localizations. This patch checks our links database for available locales.
-
- 18 Oct, 2019 7 commits
- 16 Oct, 2019 15 commits
- 14 Oct, 2019 3 commits
- 04 Oct, 2019 1 commit
-
-
Hiro authored
-
- 23 May, 2019 1 commit
-
-
Hiro authored
-
- 22 May, 2019 3 commits
- 13 May, 2019 3 commits