hexchat/src/common
TingPing bc8eaf6588 Replace search window with a searchbar 2013-09-15 02:55:18 -04:00
..
dbus Use URL command for opening in existing 2013-07-02 12:22:01 -04:00
Makefile.am Remove strlutil 2013-04-03 16:48:03 +02:00
cfgfiles.c Replace search window with a searchbar 2013-09-15 02:51:35 -04:00
cfgfiles.h Now the default configuration tries to set the language from the system 2013-06-08 02:34:01 +01:00
chanopt.c Save chanopt after any changes 2013-06-06 19:16:50 -04:00
chanopt.h Closes #290 - opt-out for extra alerts now working 2013-04-08 19:19:55 +02:00
common.vcxproj Move optimization settings from all subsequent projects to hexchat.props 2013-09-15 02:45:38 -04:00
common.vcxproj.filters Remove strlutil 2013-04-03 16:48:03 +02:00
ctcp.c A few messages missing regarding server-time. 2013-06-28 16:07:42 +01:00
ctcp.h server-time supported in all named servermsg: ping, error, notice and 2013-06-28 16:04:16 +01:00
dcc.c Merge pull request #687 from Mikah89/clear_dcc_list_rebased 2013-07-27 13:19:29 -07:00
dcc.h Fixed coding style and clearified some comments, following arnavion suggestions 2013-07-17 09:20:54 +01:00
fe.h Use mimetypes for audio and images 2013-08-31 15:31:22 -04:00
hexchat-plugin.h Forgot to add hexchat_emit_print_attrs() to the macros in hexchat-plugins.h. 2013-07-13 16:50:51 +01:00
hexchat.c Handle extraneous cli args as urls 2013-07-01 13:43:58 -04:00
hexchat.h Replace search window with a searchbar 2013-09-15 02:55:18 -04:00
hexchatc.h Handle extraneous cli args as urls 2013-07-01 13:43:58 -04:00
history.c fix incorrect FSF address 2012-12-23 11:36:54 -08:00
history.h Supposed fix for license issues 2013-03-31 21:45:05 +02:00
identd.c Fix printing ipv6 addresses with identd 2013-06-09 10:42:42 -03:00
identd.h Consistent header macros everywhere 2013-04-01 01:02:03 +02:00
ignore.c fix variable name in flood msg. 2013-01-31 06:23:44 -05:00
ignore.h Supposed fix for license issues 2013-03-31 21:45:05 +02:00
inbound.c Implement BLOWFISh, AES, and EXTERNAL SASL mechanisms 2013-09-07 18:59:28 -04:00
inbound.h Implement BLOWFISh, AES, and EXTERNAL SASL mechanisms 2013-09-07 18:59:28 -04:00
inet.h Consistent header macros everywhere 2013-04-01 01:02:03 +02:00
make-te.c Supposed fix for license issues 2013-03-31 21:45:05 +02:00
make-te.vcxproj Move optimization settings from all subsequent projects to hexchat.props 2013-09-15 02:45:38 -04:00
make-te.vcxproj.filters Add project for generating text events 2012-10-04 21:07:26 +02:00
modes.c Fix detecting utf-8 on some networks 2013-09-06 14:00:53 -04:00
modes.h server-time for all numerical messages. 2013-06-28 16:04:32 +01:00
msproxy.c fix incorrect FSF address 2012-12-23 11:36:54 -08:00
msproxy.h Consistent header macros everywhere 2013-04-01 01:02:03 +02:00
network.c Retrieve reachable addresses only. 2013-06-04 20:19:37 +09:00
network.h Supposed fix for license issues 2013-03-31 21:45:05 +02:00
notify.c Handle lists in MONITOR replies 2013-08-20 00:24:20 -04:00
notify.h Handle lists in MONITOR replies 2013-08-20 00:24:20 -04:00
outbound.c Update CLEAR and MSG help message 2013-08-25 11:16:49 -04:00
outbound.h Only replace variables in connect commands 2013-08-10 16:51:56 -04:00
plugin-timer.c Supposed fix for license issues 2013-03-31 21:45:05 +02:00
plugin-timer.h Supposed fix for license issues 2013-03-31 21:45:05 +02:00
plugin.c Merge xchat r1525 2013-09-15 02:45:36 -04:00
plugin.h Add reload command for plugins and add to gui 2013-08-04 04:36:10 -04:00
proto-irc.c Disable challangeauth without openssl 2013-09-07 18:59:29 -04:00
proto-irc.h Fixed compilation error in VS. 2013-06-28 16:29:39 +01:00
server.c Implement BLOWFISh, AES, and EXTERNAL SASL mechanisms 2013-09-07 18:59:28 -04:00
server.h Supposed fix for license issues 2013-03-31 21:45:05 +02:00
servlist.c Default spotchat to SASL 2013-09-12 03:55:17 -04:00
servlist.h Implement BLOWFISh, AES, and EXTERNAL SASL mechanisms 2013-09-07 18:59:28 -04:00
ssl.c Convert back to unix endings 2013-03-24 03:03:26 -04:00
ssl.h Consistent header macros everywhere 2013-04-01 01:02:03 +02:00
text.c Implement BLOWFISh, AES, and EXTERNAL SASL mechanisms 2013-09-07 18:59:28 -04:00
text.h Added hexchat_emit_print_attrs() to plugin interface. 2013-07-12 01:33:35 +01:00
textevents.in Implement BLOWFISh, AES, and EXTERNAL SASL mechanisms 2013-09-07 18:59:28 -04:00
thread.c Supposed fix for license issues 2013-03-31 21:45:05 +02:00
thread.h Consistent header macros everywhere 2013-04-01 01:02:03 +02:00
tree.c Supposed fix for license issues 2013-03-31 21:45:05 +02:00
tree.h Supposed fix for license issues 2013-03-31 21:45:05 +02:00
typedef.h Supposed fix for license issues 2013-03-31 21:45:05 +02:00
url.c Allow multiple channels in url, fix nick re 2013-08-13 07:39:34 +03:00
url.h Now url_check_word() returns WORD_HOST6 when a ipv6 address is matched. 2013-06-18 12:01:39 +01:00
userlist.c server-time for all numerical messages. 2013-06-28 16:04:32 +01:00
userlist.h server-time for all numerical messages. 2013-06-28 16:04:32 +01:00
util.c Disable challangeauth without openssl 2013-09-07 18:59:29 -04:00
util.h Implement BLOWFISh, AES, and EXTERNAL SASL mechanisms 2013-09-07 18:59:28 -04:00