Katie Holly

Results 21 issues of Katie Holly

some of the packages required for building this software, mostly `m4`, `librtlsdr-dev` and `automake` aren't being installed by default if apt has previously been [configured not to install suggested and...

https://github.com/Fusl/intrace/blob/master/static/js/fvzlg.js#L2

enhancement

As title says. If the HTTP basic auth header is presented as ``` authorization: Basic ``` instead of ``` Authorization: Basic ``` the authorization fails with a 401 `{"error":{"message":"Authentication required"}}`.

bug
server

axeman pulled down a few TBs of CSVs from various CTLs and then crashed: ``` [450] Finished, writing CSV... [450] CSV /tmp/certificates/ct2.digicert-ct.com_log/72408700-72408766.csv written! [450] Parsing... [450] Finished, writing CSV... [450]...

Include a time selector for de-bouncing such that users who frequently switch between private and non-private aren't always shown. The de-bounce time is the time a user has to stay...

feature

Standard IRC `JOIN` messages look like this: ``` :nick!ident@host JOIN #channelname ``` IRCv3 `JOIN` messages look like this: ``` :nick!ident@host JOIN #channelname * :Fusl ``` or ``` :nick!ident@host JOIN #channelname...

As a side effect of how fasthttp handles custom headers, retaining the order of entries is already possible for most headers specified, however - and this is problematic for very...