irssi/src/fe-common/core
Tom Feist 7d87a02522 Add NO_ACT level
This patch adds a new NO_ACT level that can be used with /ignore to
ignore activity notifications
2014-06-18 23:40:26 +02:00
..
chat-completion.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
chat-completion.h completion_msg() is now public 2002-11-21 18:24:51 +00:00
command-history.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
command-history.h Fix argument name in declaration. 2008-02-15 23:44:46 +00:00
completion.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
completion.h Add 'word_completion_backward' command to scroll backwards in the completion 2008-05-17 13:12:21 +00:00
fe-channels.c Move to a single /join function, avoiding confusion on "/join -window". 2009-02-27 14:32:33 +00: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 servers with the same server and port to be part of multiple networks. This should make life much easier for znc users. Thanks to Tykling, Bazerka and znx. 2010-03-21 20:06:10 +00: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 Don't assume the size of time_t. 2014-06-10 12:45:57 -04: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 Replace deprecated g_io_channel_close with g_io_channel_shutdown. 2014-06-15 15:23:29 -04: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 Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04: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 Bug #748: Fix /ignore -network. Patch by pyropeter 2010-07-13 17:56:02 +00:00
fe-log.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
fe-messages.c Add NO_ACT level 2014-06-18 23:40:26 +02:00
fe-messages.h make printnicks global 2002-12-04 20:52:33 +00:00
fe-modules.c Disallow unloading of static modules 2014-06-15 22:48:43 +02:00
fe-queries.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
fe-queries.h /set autocreate_query -> /set autocreate_query_level 2000-09-06 21:30:56 +00:00
fe-recode.c Cache charset related data rather than computing it everytime recode_{in,out} 2008-06-10 22:49:00 +00:00
fe-recode.h forgot to add 2004-08-20 00:27:05 +00:00
fe-server.c Add -ssl_pass to /connect and /server 2014-01-11 19:53:17 +00:00
fe-settings.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
fe-windows.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
fe-windows.h window->active_server used to hold non-connected servers, but that was 2002-09-14 23:14:04 +00:00
formats.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
formats.h Remove broken and unused format to add an indent function to a line. 2009-01-13 18:31:31 +00:00
hilight-text.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
hilight-text.h Fix HILIGHT -actcolor -mask (Bug 131) 2004-10-06 16:25:34 +00:00
keyboard.c Merge pull request #36 from dajohi/g_tree_foreach 2014-06-15 22:15:25 +02:00
keyboard.h paste detection fixes 2003-11-17 12:17:57 +00:00
Makefile.am Move autorun_startup in fe-common-core.c and remove autorun.{c,h}. 2008-03-29 18:15:34 +00:00
module-formats.c Fix grammar of no_completions format, patch by Matt Lewandowsky. 2012-06-24 09:35:55 +00:00
module-formats.h Reject obviously invalid numbers in /set. 2009-02-21 17:20:13 +00:00
module.h Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fixed bug 106 2004-09-15 12:11:43 +00:00
printtext.c Code Cleanup: 2009-02-08 17:22:42 +00:00
printtext.h Factor out printformat_module_dest_charargs function from 2009-01-10 15:00:06 +00:00
themes.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
themes.h Added support to define new default abstracts at runtime. 2002-12-28 15:25:10 +00:00
utf8.c Remove internal utf8 functions in favour of glib ones. 2008-12-09 11:59:16 +00:00
utf8.h Fix UTF-8 character corruption every 32kb of text buffer 2014-06-18 22:47:17 +02:00
wcwidth.c Replace utf8_width with Markus Kuhn's wcwidth. 2007-05-25 21:56:30 +00:00
window-activity.c 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
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 Minor documentation tweak. Thanks to suom1 and mofo. 2010-03-25 22:15:15 +00:00
window-items.c speed up window_item_find by interning name and removing call to channel_find 2014-06-15 23:37:13 +02:00
window-items.h Removed window parameter from window_item_remove() and 2001-01-06 21:58:28 +00:00
windows-layout.c fix segfault with xmpp query in layout 2014-06-11 12:09:18 +02:00
windows-layout.h /SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log 2001-02-21 19:19:24 +00:00