Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-27 | Merge upstream changes | SoniEx2 | |
2021-05-24 | Add ACN IRC Network (#2524) | dimitrisdm | |
Website: https://irc.acn.gr Round-Robin DNS: global.acn.gr Ports: 6667 - 6697(ssl only). | |||
2021-05-23 | Update servlist.c (#2522) | Xandrah | |
* Update servlist.c Added DeltaPool to IRC Networks * Update servlist.c Updated to support SASL | |||
2021-05-23 | Merge pull request #1457 from arodland/forgiving-ctcp | Andrew Rodland | |
Be forgiving of a missing ending CTCP delimiter in a truncated message | |||
2021-05-23 | plugin interface: :lipstick: | BakasuraRCE | |
2021-05-23 | notification: Implement notification option for channels | BakasuraRCE | |
2021-05-23 | plugin interface: Refactor "flags" option in "channels" list to be more ↵ | BakasuraRCE | |
clear with bit operators | |||
2021-05-23 | Adding LibertaCasa + TripSit to servlist.c (#2538) | cranberry | |
2021-05-23 | Change default network to Libera.Chat | Patrick Griffis | |
2021-05-24 | Added SimosNap to server list (#2349) | Filippo Cortigiani | |
2021-05-23 | Implement support for the IRCv3 account-tag specification. (#2572) | Sadie Powell | |
Co-authored-by: Patrick <tingping@tingping.se> | |||
2021-05-23 | Add the official EU server to hackint network (#2495) | Lorenzo Ancora | |
2021-05-23 | Update ptnet servers (#2205) | Miguel | |
Co-authored-by: Elias <elias-m-barreira@telecom.pt> | |||
2021-05-23 | ci: fixed python paths | DjLegolas | |
2021-05-23 | ci: fixed Inno Download Plugin download path | DjLegolas | |
2021-05-23 | Update github workflows | DjLegolas | |
2021-05-23 | Fixed notifications-winrt compilation error | DjLegolas | |
Both platform.winmd and windows.winmd were unable to find so added the location of each to the compiler. | |||
2021-05-23 | Updated Toolset to v142 | DjLegolas | |
2021-05-23 | Change Inno path property | DjLegolas | |
2021-05-23 | Implement support for the IRCv3 invite-notify specification. (#2574) | Sadie Powell | |
2021-05-23 | Implement support for the IRCv3 SETNAME specification. (#2571) | Sadie Powell | |
2021-05-23 | Add a workaround for icons not scaling right on HiDPI screens. (#2573) | Sadie Powell | |
2021-05-21 | add tilde.chat | Ben Harris | |
https://tilde.chat | |||
2021-05-19 | Add Libera Chat to network list | Panagiotis Vasilopoulos | |
2021-04-04 | plugins/lua/lua.c: fix segfault on lua_pop with Lua 5.4.3 | Mateusz Gozdek | |
Closes #2558 Co-authored-by: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com> Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com> | |||
2021-03-07 | python: Fix exception with list_pluginpref() | Sbgodin | |
__decode cannot work (with Python3) because prefs_str has no attribute 'decode'. Related to https://github.com/hexchat/hexchat/issues/2531 | |||
2021-03-07 | url.c: add gemini & gopher parsing | Mike Skec | |
2021-03-03 | Better handle various ctime() calls failing | Patrick Griffis | |
2020-11-22 | docs: fix simple typo, wory -> worry | Tim Gates | |
There is a small typo in src/fe-text/fe-text.c. Should read `worry` rather than `wory`. | |||
2020-10-16 | fishlim: Implement correct handling of long and UTF-8 messages | BakasuraRCE | |
2020-10-16 | fishlim: Remove needless header | BakasuraRCE | |
2020-10-16 | fishlim: Remove compiler warnings | BakasuraRCE | |
2020-10-16 | fishlim: Remove needless functions for tests | BakasuraRCE | |
2020-10-16 | fishlim: Fix result | BakasuraRCE | |
2020-10-16 | fishlim: Fix cast | BakasuraRCE | |
2020-09-29 | Fix segfault feature/tor-i2p-dcc | SoniEx2 | |
https://github.com/hexchat/hexchat/issues/2265 | |||
2020-09-21 | Revert word array length change | Patrick Griffis | |
It turns out that the rfc sets a limit of 15 arguments and the server (irccloud) sending that many in ISUPPORT was updated to split it into multiple lines. | |||
2020-09-17 | Increase max number of words a line can be split into | Patrick Griffis | |
This may have unintended side-effects but 32 is a very low value and I was seeing real world bugs being caused by this. Specifically an ISUPPORT line with more features than this could store. | |||
2020-09-07 | Use pango_font_metrics_get_height() to calculate font height (#2500) | John Levon | |
2020-08-05 | Hide Focus Channel when the selected channel is already focussed | Paul Wise | |
When the channel is focussed, the menu item does nothing so it isn't useful to have it in the menu. Fixes: commit c361bdca6afdc933eeac35732334464990295cd4 See-also: https://github.com/hexchat/hexchat/pull/2255#issuecomment-475841824 | |||
2020-07-22 | SASL EXTERNAL doesn't necessitate a certificate | jesopo | |
2020-07-13 | FiSHLiM: Support for CBC mode + more commands (#2347) | Bakasura | |
2020-05-31 | Add "DarkScience" to default server list. (#2474) | Jan Harasym | |
2020-05-26 | Fix parsing of 313 | Patrick Griffis | |
Closes #2472 | |||
2020-05-14 | Remove 2ch from network list | Patrick | |
It split into multiple networks; Both are very small and can't even match our modern guidelines like supporting TLS. I'll just use this as an opportunity to clean up the list a bit. Closes #2465 | |||
2020-05-02 | win32: Fix undefined symbol for builds with -with-plugin=false | delthas | |
Windows builds without plugins can use notification-windows.c, which uses module_load in its notification_backend_init function. module_load was previously guarded with a USE_PLUGIN ifdef, but we do need this function for Windows builds even if plugins are disabled. This fixes a critical build issue for all Windows builds without plugins. | |||
2020-04-19 | win32: Disable ASLR for Windows debug builds | delthas | |
GDB is usually able to debug executables with ASLR by temporarily disabling ASLR when running that executable. This is only supported on Linux. On Windows, GDB cannot debug ASLR executables. This removes the dynamicbase linker flag on Windows for debug builds in order to be able to debug that executable later. Hardening an executable with ASLR is important for release builds, but for debug builds being able to debug is much more important. | |||
2020-04-19 | win32: Fix building executables with invalid entrypoints | delthas | |
Windows builds of the GTK frontend use the pie flag to compile hexchat.exe. Windows needs an explicit entrypoint when compiling with --pie, otherwise an invalid executable is created. This sets the entrypoint of the executable on Windows (as it is currently set in the Visual Studio project files). This fixes a critical build issue which prevents all Windows builds using Meson from working. | |||
2020-04-19 | win32: Replace include of winuser.h with windows.h | delthas | |
winuser.h should never be included directly. windows.h should be included instead. This fixes a critical build issue added in c5d47fc which makes all MinGW builds fail. See #2403. | |||
2020-04-18 | Remove Moznet | Jonathan | |
Mozilla's Moznet no longer exists. They migrated to Matrix. |