| .. |
|
chat-completion.c
|
Merge branch 'nonick' into 'security'
|
2018-02-06 06:45:32 +00:00 |
|
chat-completion.h
|
completion_msg() is now public
|
2002-11-21 18:24:51 +00:00 |
|
command-history.c
|
add a key binding to erase history entries
|
2017-10-06 15:31:52 +02:00 |
|
command-history.h
|
add a key binding to erase history entries
|
2017-10-06 15:31:52 +02:00 |
|
completion.c
|
rewrite completion code and check for direct match of separator
|
2018-01-03 15:35:18 +01:00 |
|
completion.h
|
Add 'word_completion_backward' command to scroll backwards in the completion
|
2008-05-17 13:12:21 +00:00 |
|
fe-capsicum.c
|
Clean up includes a bit.
|
2017-08-01 01:15:25 +01:00 |
|
fe-capsicum.h
|
Add capability mode error/success messages.
|
2017-07-29 23:52:23 +01:00 |
|
fe-channels.c
|
Prevent a UAF error during the execution of some commands
|
2017-11-11 12:37:51 +01:00 |
|
fe-channels.h
|
/NAMES -count: print only the Total xxx nicks line
|
2001-07-14 18:19:22 +00:00 |
|
fe-common-core.c
|
allow activity_hide_targets to hide activity in itemless windows
|
2018-10-27 20:51:29 +02:00 |
|
fe-common-core.h
|
Add strarray_find_dest(). Useful for checking whether a server_tag/target or target is found in a vector of strings.
|
2009-02-07 23:03:24 +00:00 |
|
fe-core-commands.c
|
Make /1/2/3/... a setting
|
2018-10-05 13:46:39 +02:00 |
|
fe-core-commands.h
|
Finally - /^msg nick never autocreates an empty window anymore. Added new
|
2002-06-05 20:11:10 +00:00 |
|
fe-exec.c
|
fix /exec -o for blank lines
|
2018-01-05 23:19:06 +01:00 |
|
fe-exec.h
|
Remember server for /EXEC targets.
|
2004-07-11 16:54:11 +00:00 |
|
fe-expandos.c
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +00:00 |
|
fe-help.c
|
Fix insufficient size of help column when the window width is small
|
2018-09-28 14:30:39 +02:00 |
|
fe-ignore-messages.c
|
Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.
|
2014-06-10 12:06:19 -04:00 |
|
fe-ignore.c
|
simplify code
|
2018-06-06 11:03:44 +02:00 |
|
fe-log.c
|
Add back some ifdefs.
|
2017-08-09 11:06:36 +01:00 |
|
fe-messages.c
|
simplify ignore hidden/no_act code
|
2018-09-17 12:48:42 +02:00 |
|
fe-messages.h
|
make printnicks global
|
2002-12-04 20:52:33 +00:00 |
|
fe-modules.c
|
module check irssi version
|
2015-12-10 00:52:33 +01:00 |
|
fe-queries.c
|
Change all strcmp() to g_strcmp0() to handle nulls gracefully
|
2015-04-07 22:41:05 -03:00 |
|
fe-queries.h
|
/set autocreate_query -> /set autocreate_query_level
|
2000-09-06 21:30:56 +00:00 |
|
fe-recode.c
|
Change all strcmp() to g_strcmp0() to handle nulls gracefully
|
2015-04-07 22:41:05 -03:00 |
|
fe-recode.h
|
forgot to add
|
2004-08-20 00:27:05 +00:00 |
|
fe-server.c
|
Prevent a UAF error during the execution of some commands
|
2017-11-11 12:37:51 +01:00 |
|
fe-settings.c
|
show initial nick and name on first start
|
2017-11-01 15:51:20 +01:00 |
|
fe-settings.h
|
fix duplicate include guard
|
2018-10-17 00:58:49 +02:00 |
|
fe-tls.c
|
Shorten the certificate chain output.
|
2016-10-23 02:51:08 +02:00 |
|
fe-tls.h
|
Display TLS connection information when connected to a TLS enabled server.
|
2016-10-22 21:58:50 +02:00 |
|
fe-windows.c
|
move decls before code
|
2017-11-30 11:17:05 +01:00 |
|
fe-windows.h
|
sideways split support for Irssi
|
2018-01-06 00:26:48 +01:00 |
|
formats.c
|
Comment colour code meaning
|
2018-10-08 20:40:37 -07:00 |
|
formats.h
|
keep track of address in text_dest for hilight purposes
|
2015-12-28 01:08:35 +01:00 |
|
hilight-text.c
|
Fix some space indentation
|
2018-10-08 20:23:22 -07:00 |
|
hilight-text.h
|
Refactor regex and implement UTF8 mode for GRegex
|
2017-06-04 00:52:53 +02:00 |
|
keyboard.c
|
make default keybinds deletable
|
2018-03-12 17:46:26 +01:00 |
|
keyboard.h
|
paste detection fixes
|
2003-11-17 12:17:57 +00:00 |
|
Makefile.am
|
show initial nick and name on first start
|
2017-11-01 15:51:20 +01:00 |
|
module-formats.c
|
remove = from format because people get confused by it
|
2018-06-14 20:07:43 +02:00 |
|
module-formats.h
|
Merge pull request #735 from trasz/capsicum
|
2017-09-10 19:43:59 +02:00 |
|
module.h
|
Move utf8.{h,c} from fe-common/core to core.
|
2016-05-13 01:26:33 +02:00 |
|
printtext.c
|
Add SUPPRESS_PRINTF_FALLBACK
|
2017-01-16 12:56:33 -05:00 |
|
printtext.h
|
Fix check for C99 in printtext.h
|
2018-09-30 06:52:02 +00:00 |
|
themes.c
|
Fix "discards ‘const’ qualifier" warnings
|
2018-08-24 02:11:22 -03:00 |
|
themes.h
|
Finish 256 colour support for Irssi
|
2014-06-30 02:41:34 +02:00 |
|
window-activity.c
|
allow activity_hide_targets to hide activity in itemless windows
|
2018-10-27 20:51:29 +02:00 |
|
window-activity.h
|
window_activity() and window_item_activity() are now public. Added them to
|
2002-02-15 09:05:45 +00:00 |
|
window-commands.c
|
Make /1/2/3/... a setting
|
2018-10-05 13:46:39 +02:00 |
|
window-items.c
|
sideways split support for Irssi
|
2018-01-06 00:26:48 +01:00 |
|
window-items.h
|
Removed window parameter from window_item_remove() and
|
2001-01-06 21:58:28 +00:00 |
|
windows-layout.c
|
Serialize the 'name' attribute of the CHANNEL_REC.
|
2016-01-25 20:48:13 +01:00 |
|
windows-layout.h
|
/SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log
|
2001-02-21 19:19:24 +00:00 |