- 12 Mar, 2016 2 commits
-
-
Patrick Griffis authored
-
Arnavion authored
-
- 11 Mar, 2016 1 commit
-
-
Patrick Griffis authored
- Fix setting new encoding when switching networks - Ignore ports when looking for network by hostname - Only set UTF-8 when nothing explicitly set Fixes #1628
-
- 09 Mar, 2016 1 commit
-
-
Patrick Griffis authored
-
- 07 Mar, 2016 2 commits
-
-
Patrick Griffis authored
Mentioned in #1624
-
Patrick Griffis authored
Mostly for travis
-
- 06 Mar, 2016 3 commits
-
-
Patrick Griffis authored
The release tarballs will still have them
-
tomek authored
-
Patrick Griffis authored
-
- 19 Feb, 2016 4 commits
-
-
Patrick Griffis authored
-
Patrick Griffis authored
-
Patrick Griffis authored
- Remove dead ones - Use SASL and TLS when possible - Make note of self-signed ones - Add LibraIRC Closes #1039 Closes #1512 Closes #1473
-
Insu Yun authored
According to OpenSSL document (https://www.openssl.org/docs/manmaster/ssl/SSL_get_verify_result.html), when using SSL_get_verify_result(), the existence of certificate needs to be checked. However, in current code, it does not. Therefore, certificate existence check is required for correctly handling the exception. Closes #1549
-
- 18 Feb, 2016 3 commits
-
-
Patrick Griffis authored
-
Patrick Griffis authored
-
Patrick Griffis authored
-
- 31 Jan, 2016 2 commits
-
-
Patrick Griffis authored
- Properly use filesystem encoding - Validate utf8 when loading (hopefully fixing crashes) - Use Gio - Handle Windows line endings - Remove dead code - Fix respecting max length of scrollback files
-
Arnavion authored
-
- 29 Jan, 2016 6 commits
-
-
Patrick Griffis authored
- AES and Blowfish mechanisms are deemed insecure and servers have removed support for them - Remove attempts to retry since we only support one mech - Handle SASL 3.2's new syntax for supported mechs
-
Patrick Griffis authored
-
Patrick Griffis authored
-
Patrick Griffis authored
-
Patrick Griffis authored
This is a pervasive problem that will likely show up in other events also. Closes #1460
-
Patrick Griffis authored
Not the ideal solution.. Closes #1566
-
- 28 Jan, 2016 4 commits
-
-
Patrick Griffis authored
It could contain invalid chars or log to an arbitrary directory
-
Patrick Griffis authored
-
Patrick Griffis authored
-
Patrick Griffis authored
-
- 26 Jan, 2016 5 commits
-
-
Patrick Griffis authored
-
Patrick Griffis authored
-
Patrick Griffis authored
-
Patrick Griffis authored
-
Patrick Griffis authored
-
- 10 Jan, 2016 1 commit
-
-
Pavel Djundik authored
This fixes the need to do pixel-perfect clicks to open links in chat
-
- 07 Dec, 2015 1 commit
-
-
Mikaela Suomalainen authored
-
- 26 Nov, 2015 1 commit
-
-
Arnavion authored
-
- 15 Nov, 2015 1 commit
-
-
Anthony Ryan authored
If you are talking with someone else with the same prefix as your own nickname, and attempt to tab complete theirs. It will complete your own nickname before theirs if you talked more recently. Since people rarely intend to highlight themselves, this improves the logic to complete your own name only as a last resort.
-
- 09 Nov, 2015 2 commits
-
-
Patrick Griffis authored
-
Patrick Griffis authored
Fixes #1540
-
- 30 Oct, 2015 1 commit
-
-
Patrick Griffis authored
xtext keeps a static buffer and uses it for various things and asserts that every text entry is < 4096. It does this check on gtk_xtext_append*() except it does the check only on the right half of text when indent is enabled. This overflow caused corruption in the xtext struct changing the url check functions making hovering with the mouse do 'undefined' things. In the long term this should be removed for a dynamically allocated buffer so no arbitrary size limit exists and text gets cut off. Fixes #1465 Fixes #1186 Fixes #1206
-