Thomas Hochstein
Thomas Hochstein
### Summary XanaNews will fold headers containing MIME encoded words to keep them from getting longer (which is correct), but does so (at least in corner cases) by adding a...
RFC 5536 is the current Netnews Article Format standard. In "2.2. Header Fields", it has a MUST requirement that > Compliant software MUST NOT generate (but MAY accept) header field...
Replace Net_DNSBL functionality in serendipity_event_spamblock_[su]rbl, remove Net_DNSBL from core
Net_DNSBL is bundled in core. It is needed just for `serendipity_event_spamblock_rb`l and `serendipity_event_spamblock_surbl` in the additional_plugins repository. Net_DNSBL 1.3.7 requires Net_DNS, which has been superseded by Net_DNS2 and doesn't seem...
The language files in core are a bit out of sync - different order, duplicate definitions, some new constants not added to every language, some old ones not deleted everywhere....
Auto-create HTML ids (#somename) for all `` elements so it's possible to link to them from an auto-generated TOC. See https://board.s9y.org/viewtopic.php?f=3&t=24825
It would be nice to be able to delete all unused media files, to purge the /uploads/ directory and its subdirectories. See https://board.s9y.org/viewtopic.php?f=10&t=24573 for a discussion and first implementation ideas,
See https://board.s9y.org/viewtopic.php?f=10&t=21200 (in German) s9y 2.1.1, PHP 5.4.45-0+deb7u8, FF 53.0.2 (seems to be browser-independent) After posting a comment, I get the following error message from my browser (and I can't...
HTTP/Request has been discontinued. We should switch to HTTP/Request2 (which has been bundled with s9y, but is not used at all yet, AFAICS). Those are the plugins that have to...
See [Board thread](https://board.s9y.org/viewtopic.php?f=3&t=24462). The plugin includes the phpmailer class for php4 or php5. phpmailer seems to live on [https://github.com/PHPMailer/PHPMailer](https://github.com/PHPMailer/PHPMailer) currently.