limit length of generated URI to 255 chars to prevent a DoS against the QR-Code dialog
[novacoin.git] / src / qt / qrcodedialog.cpp
2012-04-12 Philip Kaufmannlimit length of generated URI to 255 chars to prevent...
2012-04-12 Philip Kaufmannupdated to reflect pull-request suggestions / renamed...
2012-04-12 Philip Kaufmannfixed amount part of URI in QR-Codes / removed (no...
2012-02-15 Wladimir J. van... fix default suffixes in save dialog in GNOME, make...
2012-02-15 Wladimir J. van... (trivial) regularize coding style
2011-12-20 sje397Added QRCode generation functions via libqrencode....