hexchat/src/common
Colby 7b093eea91
Add TechNet to servlist
2023-01-30 09:29:49 -06:00
..
dbus build: Misc cleanup of options 2021-07-13 11:26:59 -05:00
sysinfo fix sysinfo print of cpu name 2022-05-14 12:42:46 -05:00
cfgfiles.c Add option to exclude nickname in window title (#2759) 2023-01-24 17:03:53 -06:00
cfgfiles.h cfgfiles: Introduce an after_update callback 2016-06-29 15:42:11 -04:00
chanopt.c notification: Implement notification option for channels 2021-05-23 21:17:07 -05:00
chanopt.h Don't flush the chanopt_list when saving it 2016-03-30 08:11:07 -04:00
common.vcxproj Updated Toolset to v142 2021-05-23 19:43:24 -05:00
common.vcxproj.filters common: Moved some functions over from plugins/sysinfo that are useful for the rest of HC. 2015-10-12 19:20:53 +02:00
ctcp.c Replace identify-msg support with solanum.chat/identify-msg. 2021-06-19 20:16:40 -05:00
ctcp.h server-time supported in all named servermsg: ping, error, notice and 2013-06-28 16:04:16 +01:00
dcc.c Make dcc_ip being a per-server value. 2019-05-28 14:33:39 -07:00
dcc.h Make dcc_ip being a per-server value. 2019-05-28 14:33:39 -07:00
fe.h Change preferences sub-dialogs to be modal 2022-04-16 18:41:34 -05:00
hexchat-plugin.h build: Fix building plugins in cygwin 2017-06-26 16:41:10 -04:00
hexchat.c Avoid direct use of libproxy 2021-07-12 11:29:15 -05:00
hexchat.h Add option to exclude nickname in window title (#2759) 2023-01-24 17:03:53 -06:00
hexchatc.h Apply timeout changes made in preferences dialog 2016-06-29 15:42:11 -04:00
history.c Don't return 0 in place of NULL 2014-12-31 11:31:17 -05:00
history.h Supposed fix for license issues 2013-03-31 21:45:05 +02:00
ignore.c Fix possible out of bounds read when being ctcp flooded 2018-03-02 20:56:54 -05:00
ignore.h Don't overwrite existing ignores when flooded 2013-10-14 17:25:21 -04:00
inbound.c Fix updating the topic (user@host) of dialogs on CHGHOST. 2022-11-05 12:42:51 -05:00
inbound.h Fix capability negotiation ending before sasl finishes with multi-line cap 2019-11-24 13:01:48 -08:00
inet.h Remove option to disable ipv6 2014-12-28 22:29:06 -05:00
make-te.py build: Replace Autotools with Meson 2017-06-13 23:54:51 -04:00
marshalers.list Use a single marshal file for entire project 2014-02-06 20:17:08 -05:00
meson.build meson: Remove unused wbemcore dependency 2022-01-05 14:28:21 -06:00
modes.c Fix PROTOCTL NAMESX and only send when not using `multi-prefix`. 2022-09-22 12:07:07 -05:00
modes.h server-time for all numerical messages. 2013-06-28 16:04:32 +01:00
network.c Remove option to disable ipv6 2014-12-28 22:29:06 -05:00
network.h Remove option to disable ipv6 2014-12-28 22:29:06 -05:00
notify.c Reverse the notify.conf linked list before writing 2022-02-17 10:24:59 -06:00
notify.h Handle lists in MONITOR replies 2013-08-20 00:24:20 -04:00
outbound.c Make it more clear that /SERVER and /SERVCHAN use SSL by default. 2022-10-16 15:35:43 -05:00
outbound.h Fixed some more signed-unsigned-comparison warnings. 2014-12-15 10:25:28 -08:00
plugin-identd.c Fix typos s/Recieved/Received/ 2016-11-28 15:17:36 -05:00
plugin-identd.h Fix strict prototype warnings 2016-02-18 08:57:22 -05:00
plugin-timer.c Fix timer being locale dependent for decimals 2021-11-12 12:44:09 -06:00
plugin-timer.h Supposed fix for license issues 2013-03-31 21:45:05 +02:00
plugin.c plugin interface: 💄 2021-05-23 21:17:07 -05:00
plugin.h Fix plugins on macOS 2018-03-31 01:29:05 +00:00
proto-irc.c Fix various compiler warnings. 2022-08-29 13:50:03 -05:00
proto-irc.h Replace identify-msg support with solanum.chat/identify-msg. 2021-06-19 20:16:40 -05:00
server.c Log when the user specifies an invalid port. 2022-01-17 18:36:49 -06:00
server.h Save iconv converters for input and output in the server. 2015-01-31 00:52:31 -08:00
servlist.c Add TechNet to servlist 2023-01-30 09:29:49 -06:00
servlist.h Only intercept QuakeNet challengeauth when enabled 2016-03-24 15:42:49 -04:00
ssl.c win32: Update to OpenSSL 1.1 2021-10-01 13:47:42 -05:00
ssl.h win32: Update to OpenSSL 1.1 2021-10-01 13:47:42 -05:00
text.c Implement generic support for IRCv3 standard replies. (#2589) 2021-06-20 23:29:36 +00:00
text.h Fix strict prototype warnings 2016-02-18 08:57:22 -05:00
textevents.in Implement generic support for IRCv3 standard replies. (#2589) 2021-06-20 23:29:36 +00:00
tree.c Use glib for all allocations 2014-12-28 06:44:44 -05:00
tree.h Use glib for all allocations 2014-12-28 06:44:44 -05:00
typedef.h Supposed fix for license issues 2013-03-31 21:45:05 +02:00
url.c url.c: add gemini & gopher parsing 2021-03-07 11:59:04 -05:00
url.h Fixed some more signed-unsigned-comparison warnings. 2014-12-15 10:25:28 -08:00
userlist.c Implement support for the IRCv3 account-tag specification. (#2572) 2021-05-23 20:53:28 -05:00
userlist.h Move userlist sorting to frontend 2014-12-31 03:56:36 -05:00
util.c Fix various compiler warnings. 2022-08-29 13:50:03 -05:00
util.h Improve detection of system tray support 2017-08-31 10:16:03 -04:00