Popular repositories
-
-
Forked from emesene/emesene
A windows live messenger network client written in python
-
-
Forked from karastojko/mailio
mailio is a cross platform C++ library for MIME format and SMTP, POP3 and IMAP protocols. It is based on standard C++ 11 and Boost library.
C++
-
-
153 contributions in the last year
Contribution activity
January 2021
Created 14 commits in 3 repositories
Created 1 repository
Created a pull request in qbittorrent/qBittorrent that received 9 comments
Use c++1z to enable c++17
It increases compatibility with older qt versions. I discovered this because the ppa-unstable builds are failing for Ubuntu 18.04. It uses qt 5.9.5…
+151,805
−112,382
•
9
comments
Opened 6 other pull requests in 2 repositories
qbittorrent/qBittorrent
3
merged
1
open
randombit/botan
2
merged
Reviewed 6 pull requests in 2 repositories
qbittorrent/qBittorrent 5 pull requests
randombit/botan 1 pull request
Created an issue in randombit/botan that received 4 comments
Wrong value for ASN1_Tag::PRIVATE
According to this the PRIVATE class has a value of 0b1100'000
aka 0xc0
But it in botan/src/lib/asn1/asn1_obj.h Line 24 in 854b792
it is…
4
comments