summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Add cached-extrainfo files to .gitignore.Isis Lovecruft2013-08-09
| |
| * Change bridge-descriptors entry in .gitignore to fuzzy match filenames.Isis Lovecruft2013-08-09
| |
| * Add git mergetool backup and save files to the .gitignore.Isis Lovecruft2013-08-09
| |
| * Add pylint persistent report files to the .gitignore.Isis Lovecruft2013-08-09
| |
| * Add *.egg-info directories to the .gitignore.Isis Lovecruft2013-08-09
| |
| * Remove lib/ directory from .gitignore.Isis Lovecruft2013-08-07
|/
* Update the README with deployment instructions.Isis Lovecruft2013-07-24
| | | | | | | | | | | * CHANGED the README to markdown format. * ADD user friendly instructions at the top, so that anyone who is confused and looking for bridges or TBBs is pointed in the right direction. * ADD detailed maintainer instructions at the bottom, including sections on dependencies, using in a virtualenv, setup and configuration (this should probably still be updated more, as not all the the options in the testing CONFIG in lib/bridgedb/Main.py are in bridgedb.conf), enabling additional features, and running.
* Remove --install-prefix settings from setup.cfg.Isis Lovecruft2013-07-24
| | | | | * The default instructions in the README now say to use a virtualenv, and these are not compatible with that.
* Update requirements.txt file.Isis Lovecruft2013-07-24
| | | | | | | | | | | * ADD recaptcha package (this is needed in addition to recaptcha-client). * CHANGE BeautifulSoup, Babel, Mako, and MarkupSafe package specifications to specific versions which definitely work, and require only those those specific versions. (Older v2.x BeautifulSoup is a completely different library, for example, and debugging UnicodeDecodeErrors and fiddling with formatting everytime one of our dependency libraries upgrades doesn't sound like fun.)
* Add bridgedb key/db/descriptor/logs/etc files to .gitignore.Isis Lovecruft2013-07-24
|
* Add standard Python exclusions to the .gitignore.Isis Lovecruft2013-07-24
|
* More bridge pool assignment debug outputMatthew Finkel2013-07-11
| | | | Also more readable descriptor parser debug logging
* HMAC isn't a logger, don't pass it args as if it isMatthew Finkel2013-07-11
| | | | Bug fix on #9237. Bug introduced in c0ee0d54
* Scrub client information before loggingMatthew Finkel2013-07-09
|
* Moar logging in parsing codezMatthew Finkel2013-07-09
|
* Don't forget to close the extra-info descriptor fileMatthew Finkel2013-07-09
|
* Log more info during startup and after SIGHUPMatthew Finkel2013-07-09
|
* Add utility module with safe logging functions and new SAFELOGGING config optionMatthew Finkel2013-07-09
|
* Use fallback languagesaagbsn2013-06-27
|
* Fix missing import MimeWriteraagbsn2013-06-27
|
* Update URLs to point at PTTBBaagbsn2013-06-22
|
* Remove tabsaagbsn2013-06-22
|
* Use correct loglevel and skip inactive bridges.aagbsn2013-06-22
|
* Remove unused lineaagbsn2013-06-22
|
* Add fix suggested by sysrqb.aagbsn2013-06-21
| | | | See: https://trac.torproject.org/projects/tor/ticket/9109
* Add machine readable translationsaagbsn2013-06-20
|
* Add completed translations from Fri Jun 7 2013aagbsn2013-06-20
|
* Relocate templates and select lang from request headeraagbsn2013-05-28
|
* Add machine readable translationsaagbsn2013-05-28
|
* Add completed translations from Sun May 26 2013aagbsn2013-05-28
|
* Add a requirements.txt fileaagbsn2013-05-28
|
* Add tor.svg to assetsaagbsn2013-05-28
|
* Add template path to debug logaagbsn2013-05-28
|
* Fix circular import with setup.py dependenciesaagbsn2013-05-28
|
* Remove reference to I18n.pyaagbsn2013-05-28
|
* Update installation and translation instructionsaagbsn2013-05-28
|
* Use correct domain and file in setup.cfg for translationsaagbsn2013-05-28
|
* Remove Session Cookieaagbsn2013-03-27
|
* Fix tags in templatesaagbsn2013-03-27
| | | | * Remove extra </div> and <hr>
* Add URLs to Torprojectaagbsn2013-03-27
|
* Localize templates and configure babelaagbsn2013-03-27
| | | | | | | * Add gettext localization for template strings. * Add message_extractors to setup.py * Add babel command arguments to setup.cfg * Remove I18n.py
* Add CaptchaProtectedResourceaagbsn2013-03-27
| | | | | Wraps Resource objects with a CAPTCHA. Uses cookies with max_age 60.
* Make assets path absolute to site rootaagbsn2013-03-27
|
* Parametize captcha and bridges templatesaagbsn2013-03-27
|
* Add body to templateaagbsn2013-03-27
|
* Move templates into lib/bridgedbaagbsn2013-03-27
|
* Add some new templatesGeorge Kadianakis2013-03-27
|
* Remove old templatesaagbsn2013-03-27
|
* Add Templates to package_dataaagbsn2013-03-27
|
* Add Mako templating and move CAPTCHA into Captcha Resourceaagbsn2013-03-27
|