summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-completion.c
AgeCommit message (Expand)Author
2021-01-02core: update copyright datesSébastien Helleu
2020-05-08core: rename functions hook_completion_{get_string|list_add} to completion_{g...Sébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-11-03irc: add filters on raw buffer (closes #1000)Sébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-03-25irc: add completion with modelist numbers for commands /unban and /unquietSébastien Helleu
2018-03-24irc: fix some stylesSébastien Helleu
2018-03-24irc: add indexed ban list, add completion for /unban and /unquiet (closes #59...Simmo Saan
2018-01-05core: update copyright datesSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-07-17irc: rename server options "default_msg_*" to "msg_*", evaluate themSébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-11-17irc: use current channel and current server channels first in completions "ir...Sébastien Helleu
2015-11-16irc: use current channel first in completion "irc_channels" (task #12923, iss...Sébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-11-01irc: reformat some code to make it more readableSébastien Helleu
2014-02-28irc: fix some malloc sizesSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-12-04irc: remove function irc_color_decode_for_user_entrySebastien Helleu
2013-10-08irc: add server option "default_msg_kick" to customize default kick/kickban m...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-11-12irc: add case insensitive string comparison based on casemapping of server (r...Sebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-02-10Fix crash when completing /part command on a non-irc buffer (bug #32402)Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-11-09Fix irc topic completion in command /topic when channel topic starts with cha...Sebastien Helleu
2010-11-06Add IRC command /notify, new options for notify and infolist "irc_notify" (ta...Sebastien Helleu
2010-10-09Move some IRC options from network section to server section (task #10664, ta...Sebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-19Move /away command from irc plugin to coreSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-08-28Add 2 new completions (irc_server_channels and irc_server_privates), improve ...Sebastien Helleu
2009-05-09Add completion %(irc_privates), used by /buffer (completes with channels and pv)Sebastien Helleu
2009-04-11Add support of many templates for completion of command arguments, rename def...Sebastien Helleu
2009-04-03Add new values for option irc.look.nick_completion_smart: off / speakers / sp...Sebastien Helleu
2009-04-03Fix bug with nick completion (too many nick completors were added to nick if ...Sebastien Helleu
2009-03-23Add completion with self nick in irc/jabber private buffersSebastien Helleu
2009-01-15Add Jabber plugin (alpha version, many Jabber features are missing)Sebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-12-17Improve nick completion: complete first by nicks that highlight me, before ni...Sebastien Helleu
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-10-18Remove unused option look.input_format, fix refresh bug with input prompt for...Sebastien Helleu
2008-09-21Add IRC bar items (buffer name, lag indicator), use bar items from plugins wi...Sebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu