Fredrick Brennan

Results 633 comments of Fredrick Brennan

`captchas` is in `8chan-captcha/dbschema.sql` 8chan-captcha used to be a separate project from 8chan until I decided to merge them. Unfortunately I forgot to just merge the DB tables...

d887f15 is tagged v2.0.0-beta1. All that remains is docs/website.

I had this on the todo list: 3) Better open proxy detection to prevent Bui style floods in inc/dnsbls.php. Involves implementing a port scanning service and considering users with ports...

> vpngate Already b& (to my knowledge) by BBQ.2ch, one of the DNSBLs we use: http://info.2ch.net/index.php/BBQ > hola This one is quite a challenge because from what I read about...

Unfortunately - this issue is still alive and well. Now that #14 is fixed and I can scroll further back in my chat history, I can find even worse-looking examples...

We need to change the session interface to accept `std::wstring` instead of `std::string`, and use `std::wstring` everywhere until the very last step of inserting into the ncurses window. We will...

https://stackoverflow.com/questions/402283/stdwstring-vs-stdstring

Is it OK for us to use `iconv`? It's a new dependency, but it's a very common one - most Linux/BSD distros should have it, if not as a header...

Or how about this library? https://github.com/nemtrif/utfcpp This would make it so we don't have to use a lot of C stuff which could give us more memory problems.

I have a patch for you that requires no external libraries other than C++14, but it has one problem I'm waiting for advice from SO on before opening a PR....