- 14 Mar, 2018 2 commits
-
-
Patrick Griffis authored
-
Patrick Griffis authored
This reverts commit d3f1ab78. The performance even on Linux is just too poor in many cases.
-
- 13 Mar, 2018 1 commit
-
-
Mattia Rizzolo authored
Signed-off-by:
Mattia Rizzolo <mattia@mapreri.org>
-
- 11 Mar, 2018 2 commits
-
-
Patrick Griffis authored
Closes #2137
-
Patrick Griffis authored
According to `hardening-check` the cflag is enough for `hexchat` and this was causing breakage in plugins Closes #2132
-
- 10 Mar, 2018 2 commits
-
-
Patrick Griffis authored
-
Patrick Griffis authored
Fixes #1828
-
- 09 Mar, 2018 7 commits
-
-
Patrick Griffis authored
-
Patrick Griffis authored
The code quality of it is terrible, the user experience of using it is terrible, and it should have been removed years ago
-
Patrick Griffis authored
-
Patrick Griffis authored
-
Mark Jansen authored
Closes #2090 Fixes #1851
-
Patrick Griffis authored
Closes #2113
-
Patrick Griffis authored
-
- 04 Mar, 2018 1 commit
-
-
Patrick Griffis authored
This cannot be triggered by any user generally. Fixes #2128
-
- 03 Mar, 2018 1 commit
-
-
Patrick Griffis authored
Note that this is unlikely to be triggerable by another user. Thanks to @dequis for discovering.
-
- 18 Feb, 2018 2 commits
-
-
Patrick Griffis authored
This is required for Flatpak but is an API break so it is opt-in for now.
-
Patrick Griffis authored
-
- 11 Feb, 2018 1 commit
-
-
Patrick Griffis authored
Fixes #2121
-
- 06 Feb, 2018 4 commits
-
-
Peng Wu authored
This should be slower but pango seems to be reasonably fast on Unix though extremely slow on Windows. https://bugzilla.redhat.com/show_bug.cgi?id=1536298
-
Patrick Griffis authored
-
Patrick Griffis authored
-
Patrick Griffis authored
They changed the lib name yet again... Closes #2117
-
- 24 Jan, 2018 1 commit
-
-
Mattia Rizzolo authored
The path where appdata/appstream files should be installed has been changed from /usr/share/appdata/ to /usr/share/metainfo/. https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-locationSigned-off-by:
Mattia Rizzolo <mattia@mapreri.org>
-
- 20 Jan, 2018 1 commit
-
-
Patrick Griffis authored
-
- 18 Jan, 2018 2 commits
-
-
Rodri authored
This patch hopefully solves a bug that causes that when a tab (channel or private) is left with the scrollbar at the bottom, and some new text arrives, and then we select again that tab, sometimes the scrollbar is not completely down and there is hidden text and we have to scroll manually to the bottom to show all text. This was previously submitted as an issue in: https://github.com/hexchat/hexchat/issues/1948 Maybe it isn't the ideal way to solve it, but at least I tested it and it seems to work.
-
Francisco Couzo authored
-
- 24 Dec, 2017 1 commit
-
-
Patrick Griffis authored
RDNS syntax is recommended for applications and this matches the existing flatpak. Note that the dbus service and icons still need renaming though the former is an API breakage. Closes #2104 Closes #2103
-
- 24 Nov, 2017 1 commit
-
-
Patrick Griffis authored
- Add logging and error handling to loading symbols - Don't load unversioned symbol - Handle new function names in Enchant 2.0 Closes #2095
-
- 19 Nov, 2017 3 commits
-
-
Patrick Griffis authored
This is some meson bug but this solution works for now.
-
Patrick Griffis authored
For some reason on my system `libpci` is found even though its not installed...? Plus I forgot a few headers being included.
-
Patrick Griffis authored
-
- 18 Nov, 2017 1 commit
-
-
Patrick Griffis authored
Turns out libpci is an awful library that on any error calls exit() and has no way of indicating an error otherwise...
-
- 25 Oct, 2017 1 commit
-
-
Patrick Griffis authored
Fixes #2084
-
- 17 Oct, 2017 1 commit
-
-
Joseph Bisch authored
word[4] can be too short, leading to the addition of ctcp_offset putting us out of bounds. This results in an oob read in ctcp_check.
-
- 16 Oct, 2017 1 commit
-
-
Dren Kajmakchi authored
-
- 11 Oct, 2017 2 commits
-
-
Ken Spencer authored
-
Iwan Aucamp authored
This change adds an option `irc_reconnect_rejoin` (default ON) which when turned OFF will prevent hexchat from rejoining channels after an auto reconnect. hexchat/hexchat#2069
-
- 07 Oct, 2017 1 commit
-
-
Patrick Griffis authored
Cutting off all text after \001 can result in users hiding text so lets only bother handling it if it is a valid CTCP message (starting and ending with \001).
-
- 02 Oct, 2017 1 commit
-
-
Joseph Bisch authored
-