aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/irc/irc-command.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* irc: add support of capability "message-tags" (closes #1654)Sébastien Helleu2021-06-241-1/+2
* irc: enable all capabilities by default (supported by both server and WeeChat) (closes #320)Sébastien Helleu2021-06-191-1/+1
* irc: add command /setname, add support of message and capability "setname" (closes #1653)Sébastien Helleu2021-06-151-1/+1
* core: update copyright datesSébastien Helleu2021-01-021-1/+1
* irc: add support of fake servers (no I/O, for testing purposes)Sébastien Helleu2020-03-091-2/+6
* core: update copyright datesSébastien Helleu2020-01-041-1/+1
* irc: display an error with /allchan -current or /allpv -current if the current buffer is not an irc buffer (closes #1325)Sébastien Helleu2019-03-191-1/+1
* core: update copyright datesSébastien Helleu2019-01-011-1/+1
* core: use https for links to GNU GPL licenseSébastien Helleu2018-11-291-1/+1
* Merge remote-tracking branch 'origin/pr/640'Sébastien Helleu2018-05-211-1/+1
|\
| * irc: add chghost capability to help and completionSimmo Saan2017-11-051-1/+1
* | Merge remote-tracking branch 'origin/pr/639'Sébastien Helleu2018-05-201-1/+1
|\ \
| * | irc: add invite-notify capability to help and completionSimmo Saan2017-11-051-1/+1
* | | core: update copyright datesSébastien Helleu2018-01-051-1/+1
| |/ |/|
* | core: remove value for first #define in headers, add "PLUGIN" in plugin headersSébastien Helleu2017-08-101-3/+3
* | core: update copyright datesSébastien Helleu2017-01-011-1/+1
* | core: add pointer in some callbacks (closes #406)Sébastien Helleu2016-03-211-0/+6
* | irc: add a constant with list of supported CTCPs for completion in command /ctcpSébastien Helleu2016-01-171-0/+4
* | core: update copyright datesSébastien Helleu2016-01-011-1/+1
|/
* irc: add "cap-notify" in list of supported capabilities (/help cap)Sébastien Helleu2015-10-181-3/+2
* irc: add command /cap (closes #8)Sébastien Helleu2015-08-241-0/+6
* core: update copyright datesSébastien Helleu2015-01-011-1/+1
* irc: automatically add current channel in command /samode (closes #241)Sébastien Helleu2014-10-261-0/+1
* core: fix use of reserved C identifiers in headers (closes #31)Sebastien Helleu2014-03-191-3/+3
* irc: use same return code and message in all commands when arguments are wrong/missingSebastien Helleu2014-02-211-7/+0
* core: update copyright datesSebastien Helleu2014-01-011-1/+1
* core: update copyright datesSebastien Helleu2013-01-011-1/+1
* irc: add option "-noswitch" for command /join (task #12275)Sebastien Helleu2012-10-091-1/+2
* core: update copyright datesSebastien Helleu2012-01-081-1/+1
* irc: use low priority for MODE sent automatically by WeeChat (when joining channel)Sebastien Helleu2012-01-061-1/+2
* Add new option irc.look.buffer_switch_autojoin, rename option irc.look.buffer_auto_switch_on_join to irc.look.buffer_switch_join (task #10506)Sebastien Helleu2011-03-161-1/+2
* Update copyright datesSebastien Helleu2011-01-011-1/+1
* Update comments after #endif in C headersSebastien Helleu2010-06-251-1/+1
* Update licenses and copyrights, add missing author names in sourcesSebastien Helleu2010-06-221-6/+6
* Update copyright datesSebastien Helleu2010-01-031-1/+1
* Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu2009-06-101-2/+1
* Add new command /version, add count of /upgrade, fix bugs with command execSebastien Helleu2009-03-211-1/+1
* Make channel optional in IRC command /mode (bug #25735)Sebastien Helleu2009-03-021-0/+2
* Fix crash with IRC commands msg/notice/query/quote when executed with too few arguments (bug #25739)Sebastien Helleu2009-03-011-1/+1
* Display explicit message when irc command must be executed on irc buffer or connected serverSebastien Helleu2009-02-261-0/+19
* Add Jabber plugin (alpha version, many Jabber features are missing)Sebastien Helleu2009-01-151-1/+2
* Do not set unread marker on IRC server and channels when reconnecting to IRC server if self nick is awaySebastien Helleu2009-01-051-1/+2
* Update copyright datesSebastien Helleu2009-01-031-1/+1
* Option irc.look.one_server_buffer reintroduced (all IRC servers in one buffer)Sebastien Helleu2008-09-241-1/+2
* Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu2008-06-031-6/+6
* New "close callback" for buffers, use of this callback in IRC plugin to leave channel or disconnect from server when buffer is closedSebastien Helleu2008-02-011-0/+3
* Update of year in some copyrightsSebastien Helleu2008-01-021-1/+1
* New backlog option in logger plugin, added variable names in .h files, replaced "void *" pointers by structuresSebastien Helleu2007-12-171-5/+9
* Many changes in IRC plugin, added IRC specific completionsSebastien Helleu2007-12-111-21/+2
* Changes in IRC pluginSebastien Helleu2007-12-101-0/+1