Results 8 issues of Jon Swope

As the title states, `ConfigurationOptions.CheckCertificateRevocation` is ignored unless `ConfigurationOptions.SslProtocols` is specified, and the resulting behavior is that the revocation check is always skipped. This seems like unexpected behavior, especially given...

area:connection
area:ssl

This request fixes the umask settings not applying correctly by adding a "umask" command to the head of commands that create files. Additionally, it addresses a bug in git where...

We have a lot of inline styles that should be CSS rules. One specific example is the red nsfw/tmbo text in pic.php. These should be recorded and fixed.

Something in either header.inc or its chain of includes prevents the search indexing script from running. Looking at header.inc, it assumes that it is running in a web session and...

bug in master

Add logging to dynamic back end for health checking and error reporting.

realtime

The subscriptions table can (and does) have duplicate rows. We need to create a unique index on userid and fileid, and a migration strategy. From my research it doesn't seem...

backend
affects live data

When updating a subscription because of realtime + user interaction, it causes a Basic Auth prompt in case of session timeout. We could either use a token so it always...

realtime

We are using exit()s everywhere to abort script execution, but in fcgi, this actually kills the entire process. This may or may not be related to the uptime issues, but...