Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-12 | mothra: read the content-type header over file(1) to determine type (thanks ↵ | Ori Bernstein | |
james palmer) this fixes some pages being classified as xml by file(1), meaning they would be rendered as plain text rather than as html. | |||
2018-06-27 | Persist 'k' command in mothra and add matching -k flag (thanks piroko) | 23hiro | |
"I sometimes find myself on either slow or data-capped network links where downloading images isn't ideal. Attached is a simple patch to mothra that changes the 'k' command to not only remove already-downloaded images from a page, but also toggle a state such that mothra won't attempt to download images on future visited sites until 'k' is toggled again. This also adds a '-k' flag to mothra which enables the flag at startup." --Jeremy O'Brien<neutral@fastmail.com> on 9fans | |||
2015-08-01 | mothra: cleanup url handling | cinap_lenrek | |
2015-08-01 | mothra: support for inline images and <image> tag | cinap_lenrek | |
2014-01-07 | mothra: remove version | cinap_lenrek | |
2013-12-07 | mothra: remove debug code, dont create $home/lib/mothra/mothra.err file | cinap_lenrek | |
2013-10-04 | mothra: avoid intermediate rc shell processes, use rfork(RFREND) to isolate ↵ | cinap_lenrek | |
rendezvous group | |||
2013-10-04 | mothra: run page in own note group, close unneeded filedescriptors after forking | cinap_lenrek | |
running page in own note group avoids killing it when we exit mothra. copypaste dupfds() function from page and use it to close unneeded file descriptors. | |||
2012-09-24 | mothra: various improvements | cinap_lenrek | |
* disallow snarf on password entries * remove current title label as it is displayed in the page list (redundant) * avoid redrawing page list just to update the title * check if the chan changed for backup bitmap in pl_rtdraw() | |||
2012-07-31 | mothra: make emalloc zero memory, fix uninitialized nextline pointer crash | cinap_lenrek | |
2012-07-20 | mothra: delayed screen updates to reduce flicker | cinap_lenrek | |
2012-07-17 | mothra: handle relative urls in <base> tag | cinap_lenrek | |
2012-06-18 | mothra/webfs: multipart/form-data and file upload support | cinap_lenrek | |
2012-06-18 | mothra: refactor form submit code | cinap_lenrek | |
2012-05-25 | mothra: changes toward multipart/formdata | cinap_lenrek | |
2012-04-30 | mothra: handle http compression out of band | cinap_lenrek | |
2012-04-03 | mothra: <base> tag, nstrcpy | cinap_lenrek | |
2012-04-01 | microsoft ico format conversion support | cinap_lenrek | |
2012-01-01 | mothra: allow plmouse() to update mouse state, use a pipe to signal screen ↵ | cinap_lenrek | |
update | |||
2011-11-14 | mothra: limit amount of image data kept in devdraw to 8MB | cinap_lenrek | |
2011-10-04 | use file(1) in page and mothra to detect file type | cinap_lenrek | |
2011-10-03 | mothra: ignore http content-type and encoding and just do content sniffing | cinap_lenrek | |
2011-09-05 | mothra: remove ftp,gopher,file and http code and use /mnt/web instead | cinap_lenrek | |
2011-09-04 | add mothra | cinap_lenrek | |