aboutsummaryrefslogtreecommitdiff
path: root/wraptool.py
AgeCommit message (Collapse)AuthorFilesLines
2016-01-15Moved scripts in the module and started work to run them via the main meson ↵Jussi Pakkanen1-0/+206
command.
2016-01-15Organise files into a module structure.Jussi Pakkanen1-233/+0
2015-12-28Use global certificates now that we have letsencrypt set up. Also fall back ↵Jussi Pakkanen1-50/+15
to plain http because many places are missing letsencrypt certificates.
2015-11-19Use plain http connections to wrapdb when ssl is not working (i.e. on OSX).Jussi Pakkanen1-0/+4
2015-11-18Print ssl warning on use, not on module import.Jussi Pakkanen1-2/+8
2015-11-14Do not use SSL on OSX because for some reason it does not work.Jussi Pakkanen1-1/+8
2015-10-22Open all wrapdb urls via the same code path.Jussi Pakkanen1-5/+8
2015-07-21Connect to wrapdb over authenticated ssl when possible and print warning ↵Jussi Pakkanen1-2/+54
when not possible.
2015-07-07Use server side searches.Jussi Pakkanen1-6/+3
2015-07-06Help and status printer.Jussi Pakkanen1-3/+46
2015-07-06Created tool to access the online wrap database.Jussi Pakkanen1-0/+156