Originally Posted By: Dignan

ANYWAY!! I really like your website a lot. And I've downloaded your software so I can play with it.

One initial observation: I launched the software, put in an IP address, then hit enter and the program had a hard crash. It works when I click Start though. I'm on Windows 10.


I have fixed the issue (it's fixed in the code, I haven't created new binaries yet, I spent most of today getting my TeamCity configuration back up and running), it was a recursion resulting in a stack overflow due to the syntax highlighting.

I also took the time to fix it so that you can't put new liens in the field, it's a Qt application and to be able to do the syntax highlighting I had to resort to using a TextEdit which is a rich multi line text editor, I just hack it around to make it work as a line edit.