about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* move session saves into their own dirMarco Peereboom2011-01-111-7/+6
|
* start adding sessions command for jy-pMarco Peereboom2011-01-111-0/+28
|
* add mouse click on oops to hide oopsMarco Peereboom2011-01-111-0/+5
|
* oops doesn't need callbacksMarco Peereboom2011-01-111-6/+3
|
* delete a bunch of hide_oops now that we do it much earlierMarco Peereboom2011-01-111-28/+1
|
* hook keys eralier to hide oopsMarco Peereboom2011-01-111-12/+30
|
* compain about invalid command however when this is set not all keys make itMarco Peereboom2011-01-101-2/+2
| | | | go away (like arrows, pgup pgdn etc). This needs fixing.
* remove blankMarco Peereboom2011-01-101-1/+0
|
* better feedback when handling certificates.Marco Peereboom2011-01-101-1/+6
|
* first sweep of warn and stuff to use show_oops.Marco Peereboom2011-01-101-64/+71
| | | | this will need tweaking
* make oops va friendlyMarco Peereboom2011-01-101-1/+16
|
* fix back and forward buttons on *most* web created guis. there are stillMarco Peereboom2011-01-101-44/+68
| | | | | some issues with the download manager that refreshes but this is a whole lot better of having no mechanism to navigate away from gui pages.
* yay no more perl all the time!Marco Peereboom2011-01-101-2/+2
| | | | thanks to todd@openbsd.org
* add scaffolding to do proper vi user feedbackMarco Peereboom2011-01-101-8/+80
| | | | from todd@openbsd.org
* kill runtime settings and simply enable it at all times.Marco Peereboom2011-01-103-42/+5
| | | | Sort cookie and js white lists forward instead of reverse.
* fix the cert save issue for realMarco Peereboom2011-01-101-6/+8
|
* document icon size betterMarco Peereboom2011-01-101-1/+1
|
* i hate you _t, with a passionMarco Peereboom2011-01-091-3/+3
|
* typoMarco Peereboom2011-01-091-1/+1
|
* document that one must use an ip for proxy and that tsocks works withMarco Peereboom2011-01-091-0/+5
| | | | xxxterm
* if we only have 1 . then return the passed domain name.Marco Peereboom2011-01-081-0/+3
| | | | found by tdm
* typo found by tdmMarco Peereboom2011-01-081-1/+1
|
* fix another use after free; found by tdmMarco Peereboom2011-01-081-2/+5
|
* made much more readable by jmc@opebsd.orgMarco Peereboom2011-01-081-341/+411
| | | | thanks jmc!
* dont errx when fopen fails in statsMarco Peereboom2011-01-081-11/+11
|
* moar bettar cookie saving to fileMarco Peereboom2011-01-071-19/+13
|
* be more paranoid about closing the rejected fileMarco Peereboom2011-01-071-0/+10
|
* add feature to save all rejected cookies. Handy for data mining themMarco Peereboom2011-01-073-8/+62
| | | | trackers.
* add field to display cookie typeMarco Peereboom2011-01-071-5/+21
|
* add user_agent settingMarco Peereboom2011-01-073-4/+19
|
* Make sure we play nice when we disable cookiesMarco Peereboom2011-01-071-3/+10
|
* doco cookie commandMarco Peereboom2011-01-071-8/+23
|
* add cookie toggleMarco Peereboom2011-01-071-1/+1
|
* add cookie save command and reuse same scaffold as js saveMarco Peereboom2011-01-071-118/+72
|
* start adding the cookie commands; reuse white list shower for both cookiesMarco Peereboom2011-01-071-67/+94
| | | | and js.
* Fix a chopped of char in F12. tsk tsk stevan.Marco Peereboom2011-01-061-4/+1
| | | | | found by Josh Rickmar <jrick@umich.edu> slightly different diff committed.
* add latest stuff to confMarco Peereboom2011-01-061-0/+4
| | | | from todd@openbsd.org
* Save even more pixels and make icon sizes setable.Marco Peereboom2011-01-062-54/+100
| | | | from todd@openbsd.org
* doco :js commandsMarco Peereboom2011-01-061-5/+22
|
* add the following commands:Marco Peereboom2011-01-061-62/+194
| | | | | | | | | | | | :js show all :js show persistent :js show session :js save fqdn :js save domain :js toggle fqdn :js toggle domain When fqdn or domain isnt specified the default is ALWAYS fqdn
* fix tab not being opened next to the current tab as found by jy-p and meMarco Peereboom2011-01-061-3/+2
|
* grrr make sure string is !nullMarco Peereboom2011-01-061-1/+1
|
* only allow https urls to save certs.Marco Peereboom2011-01-061-1/+4
| | | | Roberto Fernandez <rfz@free.fr>
* doco cert commandsMarco Peereboom2011-01-061-1/+6
|
* once we save a cert color the address bar pretty blueMarco Peereboom2011-01-061-2/+7
|
* add certificate save and compare upon reconnect.Marco Peereboom2011-01-061-109/+297
|
* document save_global_historyMarco Peereboom2011-01-051-0/+12
| | | | from Stevan Andjelkovic <stevan@student.chalmers.se>
* add window width and height as variablesMarco Peereboom2011-01-052-1/+9
| | | | from todd@openbsd.org
* add stevan to copyrightsMarco Peereboom2011-01-051-1/+3
|
* add save_global_historyMarco Peereboom2011-01-052-11/+103
| | | | from Stevan Andjelkovic <stevan@student.chalmers.se>