aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/irc/irc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* irc, typing: display typing status for IRC nicksSébastien Helleu2021-07-041-49/+3
* irc: send typing status as TAGMSG to other usersSébastien Helleu2021-07-041-0/+49
* irc: escape/unescape IRC message tags values (issue #1654)Sébastien Helleu2021-06-241-0/+5
* core: update copyright datesSébastien Helleu2021-01-021-1/+1
* irc: remove obsolete comment on translationSébastien Helleu2021-01-021-1/+0
* irc: fix ambiguity on translation of word "server"Sébastien Helleu2021-01-021-4/+6
* api: add info "auto_connect" (closes #1453)Sébastien Helleu2020-03-201-7/+9
* core: update copyright datesSébastien Helleu2020-01-041-1/+1
* irc: add filters on raw buffer (closes #1000)Sébastien Helleu2019-11-031-1/+3
* core: auto disable upgrade process (command line option "--upgrade") if the file weechat.upgrade is not foundSébastien Helleu2019-06-241-7/+2
* 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
* core: update copyright datesSébastien Helleu2018-01-051-1/+1
* fset: fix priority of plugin (load it after all other plugins)Sébastien Helleu2017-07-081-1/+1
* core: update copyright datesSébastien Helleu2017-01-011-1/+1
* core: add pointer in some callbacks (closes #406)Sébastien Helleu2016-03-211-14/+30
* core: update copyright datesSébastien Helleu2016-01-011-1/+1
* core: replace "create" by "add" in messages and docs for IRC servers and proxiesSébastien Helleu2015-06-041-1/+1
* core: add priority in plugins to initialize them in orderSébastien Helleu2015-01-151-0/+1
* core: update copyright datesSébastien Helleu2015-01-011-1/+1
* irc: reformat some code to make it more readableSébastien Helleu2014-11-011-28/+31
* irc: add modifier "irc_color_decode_ansi"Sebastien Helleu2014-03-151-0/+3
* irc: use a more explicit error when the creation of a temporary server failedSebastien Helleu2014-02-131-2/+3
* core: update copyright datesSebastien Helleu2014-01-011-2/+2
* irc: load plugin even if options can not be read in irc.conf (with warnings)Sebastien Helleu2013-11-091-2/+1
* core: update copyright datesSebastien Helleu2013-01-011-1/+1
* core: move comments with description of C file to top of filesSebastien Helleu2012-12-151-4/+2
* core: reformat comments for functionsSebastien Helleu2012-12-131-4/+4
* core: add option "-quit" for command /upgrade (save session and quit without restarting WeeChat, for delayed restoration)Sebastien Helleu2012-10-181-18/+22
* core: update description of plugins and translate them in output of /pluginSebastien Helleu2012-08-021-1/+1
* irc: update channel modes by using chanmodes from message 005 (do not send extra command "MODES" to server), fix parsing of modes (bug #36215)Sebastien Helleu2012-05-151-4/+0
* core: update copyright datesSebastien Helleu2012-01-081-1/+1
* irc: use redirection to get channel modes after update of modes on channel, display output of /mode #channelSebastien Helleu2012-01-061-0/+5
* irc: auto-connect to servers created with "irc://" on command line but not other servers if "-a" ("--no-connect") is givenSebastien Helleu2011-11-031-2/+1
* core: remove unneeded whitespaceSebastien Helleu2011-10-261-32/+32
* irc: fix memory leak on plugin unload (free ignores)Sebastien Helleu2011-05-261-0/+3
* Update copyright datesSebastien Helleu2011-01-011-1/+1
* Add IRC command /notify, new options for notify and infolist "irc_notify" (task #5441)Sebastien Helleu2010-11-061-2/+7
* Add IRC command redirection (task #6703)Sebastien Helleu2010-10-231-0/+9
* Move some IRC options from network section to server section (task #10664, task #10668)Sebastien Helleu2010-10-091-3/+0
* Switch to next server address when IRC error is received after TCP connection but before message 001 (bug #30884)Sebastien Helleu2010-10-081-1/+1
* Beta version of IRC proxy feature in Relay pluginSebastien Helleu2010-09-171-0/+2
* Update licenses and copyrights, add missing author names in sourcesSebastien Helleu2010-06-221-7/+7
* Add some notes for translators in gettext filesSebastien Helleu2010-06-101-1/+1
* Add new options irc.network.autoreconnect_delay_growing and irc.network.autoreconnect_delay_max (task #10338)Sebastien Helleu2010-04-211-2/+2
* Define WeeChat license as macro for C compiler, used in plugins to set licenseSebastien Helleu2010-04-091-1/+1
* Reformat and add comments for description of C sourcesSebastien Helleu2010-04-081-1/+3
* Reformat multi-line commentsSebastien Helleu2010-03-191-5/+9
* Free IRC raw messages when irc plugin is unloadedSebastien Helleu2010-03-031-0/+3
* Update copyright datesSebastien Helleu2010-01-031-1/+1