..
args.c
Remove popt and use glib GOption commandline option parser
2008-02-03 16:48:02 +00:00
args.h
Remove popt and use glib GOption commandline option parser
2008-02-03 16:48:02 +00:00
capsicum.c
Silence down a warning that would appear on "/away" in Capability mode.
2017-10-11 23:52:36 +01:00
capsicum.h
Add back some ifdefs.
2017-08-09 11:06:36 +01:00
channel-rec.h
speed up window_item_find by interning name and removing call to channel_find
2014-06-15 23:37:13 +02:00
channel-setup-rec.h
Config file: ircnets -> chatnets, added type = "chat protocol" to
2001-02-17 19:44:22 +00:00
channels-setup.c
Compare channels/networks fields case-insensitively
2018-03-08 20:35:00 +01:00
channels-setup.h
Updated server removal
2015-10-01 22:36:02 +02:00
channels.c
Duplicate the code paths for autocommands.
2016-01-24 23:02:40 +01:00
channels.h
Duplicate the code paths for autocommands.
2016-01-24 23:02:40 +01:00
chat-commands.c
Revert "Don't proceed with cmd_msg if there was an error splitting msg"
2017-10-20 15:22:32 +02:00
chat-protocols.c
Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.
2014-06-10 12:06:19 -04:00
chat-protocols.h
/UPGRADE was broken, changed again the server connection code.
2002-05-20 04:12:12 +00:00
chatnet-rec.h
Revert "Network and IPv{4,6} related changes"
2015-09-22 21:59:17 +02:00
chatnets.c
enforce check that chatnets are nodelists to handle invalid config
2016-10-27 11:18:37 -04:00
chatnets.h
Config file: ircnets -> chatnets, added type = "chat protocol" to
2001-02-17 19:44:22 +00:00
commands.c
Fix issues pointed out by e38774cc
2018-10-19 01:06:43 +02:00
commands.h
Throw an error when a chatnet has no available url
2016-03-19 14:04:53 +01:00
core.c
Add a wrapper of wcwidth() that picks the best implementation
2018-08-23 02:30:26 -03:00
core.h
Cleanup option handling.
2007-05-24 00:25:36 +00:00
expandos.c
Fix off by one error with char_expandos
2017-03-31 15:37:48 -04:00
expandos.h
Exported expando interface to perl. Fix for statusbar deinit.
2002-10-27 22:30:41 +00:00
ignore.c
properly document the ignore_match_level so I understand it next time
2018-09-20 17:50:35 +02:00
ignore.h
simplify ignore hidden/no_act code
2018-09-17 12:48:42 +02:00
iregex-gregex.c
get rid of new_text
2017-06-05 13:46:43 +02:00
iregex-regexh.c
get rid of new_text
2017-06-05 13:46:43 +02:00
iregex.h
get rid of new_text
2017-06-05 13:46:43 +02:00
levels.c
hidden lines
2017-09-21 14:20:31 +02:00
levels.h
hidden lines
2017-09-21 14:20:31 +02:00
line-split.c
Always use g_realloc rather than using g_malloc when the pointer
2008-04-02 11:07:03 +00:00
line-split.h
Added/moved several "typedef struct _XXX XXX;" to common.h so that
2001-01-01 07:45:54 +00:00
log-away.c
Include write-buffer.h in log-away.c
2015-10-03 14:32:38 +02:00
log.c
Add back some ifdefs.
2017-08-09 11:06:36 +01:00
log.h
Cosmetics.
2017-07-29 23:52:23 +01:00
Makefile.am
Add a wrapper of wcwidth() that picks the best implementation
2018-08-23 02:30:26 -03:00
masks.c
Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.
2014-06-10 12:06:19 -04:00
masks.h
Added/moved several "typedef struct _XXX XXX;" to common.h so that
2001-01-01 07:45:54 +00:00
misc.c
Add escape_string_escape function for expand_escapes
2018-12-07 10:00:29 +01:00
misc.h
Add escape_string_escape function for expand_escapes
2018-12-07 10:00:29 +01:00
module.h
..adding new files..
2000-04-26 08:03:38 +00:00
modules-load.c
module check irssi version
2015-12-10 00:52:33 +01:00
modules-load.h
Module loading updates - /LOAD shows now also the statically loaded modules.
2001-08-14 00:41:59 +00:00
modules.c
modules_deinit: Fix -Werror=declaration-after-statement
2018-08-24 02:27:45 -03:00
modules.h
module check irssi version
2015-12-10 00:52:33 +01:00
net-disconnect.c
Remove all WIN32 ifdefs (unifdef -UWIN32)
2015-12-09 15:20:59 -03:00
net-disconnect.h
Move net_disconnect_later declaration from network.h to net-disconnect.h.
2008-03-29 10:25:15 +00:00
net-nonblock.c
Add OTR support.
2018-02-26 23:32:57 +01:00
net-nonblock.h
Revert "Network and IPv{4,6} related changes"
2015-09-22 21:59:17 +02:00
net-sendbuffer.c
Remove all WIN32 ifdefs (unifdef -UWIN32)
2015-12-09 15:20:59 -03:00
net-sendbuffer.h
typo fixes - https://github.com/vlajos/misspell_fixer
2014-11-08 22:26:53 +00:00
network-openssl.c
Keep errstr set to NULL if errno is not set
2018-07-18 21:12:38 +03:00
network-openssl.h
Change the way we load default CA certificates so it works with Capsicum.
2017-08-01 01:47:45 +01:00
network.c
Add OTR support.
2018-02-26 23:32:57 +01:00
network.h
Add OTR support.
2018-02-26 23:32:57 +01:00
nick-rec.h
Allow storing multiple "other" prefixes such as +q and +a.
2008-11-28 00:16:51 +00:00
nicklist.c
correct GHashTable usage
2017-07-04 16:11:45 +02:00
nicklist.h
Add new setting to optionally modify behaviour of hilight_nick_matches
2015-09-22 22:49:50 +02:00
nickmatch-cache.c
Oops. Update address correctly now.
2007-05-08 18:41:10 +00:00
nickmatch-cache.h
Nickmatch cache. A couple of helper functions to check if channel nicks
2001-01-21 04:09:48 +00:00
pidwait.c
Rewrite pidwait using g_child_watch_add.
2008-12-30 11:51:27 +00:00
pidwait.h
Still forgot to add pidwait_get_pids() here.
2001-11-20 20:54:21 +00:00
queries.c
Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.
2014-06-10 12:06:19 -04:00
queries.h
Config file: ircnets -> chatnets, added type = "chat protocol" to
2001-02-17 19:44:22 +00:00
query-rec.h
typo fixes - https://github.com/vlajos/misspell_fixer
2014-11-08 22:26:53 +00:00
rawlog.c
reverse queue
2018-11-09 11:32:00 +01:00
rawlog.h
improve rawlog perf
2018-10-04 09:24:10 +02:00
recode.c
Make split functions return an array with NULL instead of NULL
2017-10-20 15:22:32 +02:00
recode.h
Try to split long lines on spaces
2014-10-19 17:03:20 +02:00
server-connect-rec.h
Add x509 certificate and public key pinning support.
2016-10-22 22:01:50 +02:00
server-rec.h
Properly split long IRC messages
2014-07-06 23:24:09 +02:00
server-setup-rec.h
Add x509 certificate and public key pinning support.
2016-10-22 22:01:50 +02:00
servers-reconnect.c
also reconnect lookup_servers
2018-03-29 23:24:13 +02:00
servers-reconnect.h
Added reference counter to SERVER_CONNECT_REC. Since it's being moved around
2001-10-21 13:59:07 +00:00
servers-setup.c
More g_strcmp0 -> g_ascii_strcasecmp
2018-03-09 17:36:28 +01:00
servers-setup.h
Updated server removal
2015-10-01 22:36:02 +02:00
servers.c
also reconnect lookup_servers
2018-03-29 23:24:13 +02:00
servers.h
Revert "Network and IPv{4,6} related changes"
2015-09-22 21:59:17 +02:00
session.c
Add x509 certificate and public key pinning support.
2016-10-22 22:01:50 +02:00
session.h
Cleanup option handling.
2007-05-24 00:25:36 +00:00
settings.c
Improve error message when failing to create the config dir
2018-09-02 01:20:09 -03:00
settings.h
use enum
2017-11-10 22:02:36 +01:00
signals.c
Oops. Update address correctly now.
2007-05-08 18:41:10 +00:00
signals.h
added signal_continue() for continuing signal emission with new parameters.
2002-04-27 21:53:25 +00:00
special-vars.c
Use-after-frees
2018-08-23 14:13:48 +02:00
special-vars.h
Make get_alignment() available outside special-vars.c
2016-05-13 03:51:48 +02:00
tls.c
Only do checks for SSL_get_server_tmp_key in network-openssl.c.
2016-10-22 22:04:33 +02:00
tls.h
Only do checks for SSL_get_server_tmp_key in network-openssl.c.
2016-10-22 22:04:33 +02:00
utf8.c
Add a wrapper of wcwidth() that picks the best implementation
2018-08-23 02:30:26 -03:00
utf8.h
Add a wrapper of wcwidth() that picks the best implementation
2018-08-23 02:30:26 -03:00
wcwidth-wrapper.c
Fix gnu wcwidth
2018-09-04 09:36:45 +02:00
wcwidth.c
fix dist compilation failure
2016-05-18 16:50:41 +02:00
window-item-def.h
Added/moved several "typedef struct _XXX XXX;" to common.h so that
2001-01-01 07:45:54 +00:00
window-item-rec.h
speed up window_item_find by interning name and removing call to channel_find
2014-06-15 23:37:13 +02:00
write-buffer.c
Check return values from some syscalls and warn if they fail
2014-07-06 21:52:03 +01:00
write-buffer.h
Write buffer - logs and rawlogs write to files through this. By default
2001-02-10 05:54:35 +00:00