Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-09 | many: use otr_tr for non-qobject translation | Stanislaw Halik | |
I haven't even compile-tested Linux and OSX-specific bits. | |||
2017-12-04 | api: add status check for modules | Stanislaw Halik | |
2017-09-23 | use std::size | Stanislaw Halik | |
2017-07-21 | tracker/s2bot: fix few bugs | Stanislaw Halik | |
- Received values got converted to integers. I find this hard to believe. Even if this is so, converting to double leaves forward-compatibility if the sender software gets its act together. - There was a buffer overflow when indexing the "indices" array. - Mutex scope bigger than necessary. The code is copy-pasted from the FreePIE tracker. Perhaps if its own code was easier to understand, there wouldn't be any buffer overflows to begin with. | |||
2017-07-21 | tracker/s2bot: reformat to indent as 4 spaces | Stanislaw Halik | |
2017-07-20 | tracker/s2bot: fix stopping tracker | Stanislaw Halik | |
- need use QThread::exit to stop the event loop - QObject::moveToThread works when passed a working thread - stop QTimer in its thread | |||
2017-07-18 | tracker/s2bot: fix -Werror | Stanislaw Halik | |
2017-07-16 | tracker/s2bot: add clean i18n files | Stanislaw Halik | |
Related-to: #650 | |||
2017-07-16 | tracker/s2bot: fix qt's lrelease barfing | Stanislaw Halik | |
Files had strings from the FreePIE tracker copied. Related-to: #650 | |||
2017-07-16 | tracker/s2bot: reduce logspam | Stanislaw Halik | |
Related-to: #650 | |||
2017-07-16 | tracker/s2bot: fix dead code warning | Stanislaw Halik | |
Related-to: #650 | |||
2017-07-11 | documentation and attribution | attila-csipa | |
2017-07-11 | clean up code, remove ugly file logging | Attila Csipa | |
2017-07-07 | s2bot tracking | Attila Csipa | |