Age | Commit message (Expand) | Author |
2018-01-05 | core: update copyright dates | Sébastien Helleu |
2017-08-10 | core: remove value for first #define in headers, add "PLUGIN" in plugin headers | Sébastien Helleu |
2017-01-13 | tests: fix compilation of tests on FreeBSD 11 | Sébastien Helleu |
2017-01-01 | core: update copyright dates | Sébastien Helleu |
2016-03-21 | core: add pointer in some callbacks (closes #406) | Sébastien Helleu |
2016-01-06 | irc: fix channel forwarding (closes #643) | Sébastien Helleu |
2016-01-01 | core: update copyright dates | Sébastien Helleu |
2015-02-21 | irc: remove useless rename of channel buffer on JOIN received with different ... | Sébastien Helleu |
2015-01-24 | irc: don't keep valid account names when account-notify is disabled | Max Teufel |
2015-01-24 | irc: add support for CAP account-notify | Max Teufel |
2015-01-01 | core: update copyright dates | Sébastien Helleu |
2014-12-14 | irc: open channel buffers before the JOIN is received from server (autojoin a... | Sébastien Helleu |
2014-10-31 | irc: remove IRC color codes from buffer title in channels (closes #237) | Sébastien Helleu |
2014-05-06 | irc: add option irc.look.join_auto_add_chantype (closes #65) | Sébastien Helleu |
2014-03-19 | core: fix use of reserved C identifiers in headers (closes #31) | Sebastien Helleu |
2014-01-28 | irc: add value "353" in option irc.look.display_join_message | Sebastien Helleu |
2014-01-01 | core: update copyright dates | Sebastien Helleu |
2013-11-07 | irc: fix groups in channel nicklist when reconnecting to a server that suppor... | Sebastien Helleu |
2013-04-28 | irc: fix duplicate nick completion when someone rejoins the channel with same... | Sebastien Helleu |
2013-03-24 | irc: add option irc.look.display_join_message (task #10895) | Sebastien Helleu |
2013-03-17 | core: fix typos in many comments and some strings | Sebastien Helleu |
2013-02-17 | irc: unmask smart filtered join if nick speaks in channel some minutes after ... | Sebastien Helleu |
2013-01-01 | core: update copyright dates | Sebastien Helleu |
2012-03-22 | irc: do not send command "MODE #channel" on manual /names (do it only when na... | Sebastien Helleu |
2012-01-08 | core: update copyright dates | Sebastien Helleu |
2012-01-06 | irc: use redirection to get channel modes after update of modes on channel, d... | Sebastien Helleu |
2011-12-25 | irc: add optional server in info "irc_is_channel" (before channel name) (bug ... | Sebastien Helleu |
2011-11-12 | irc: add case insensitive string comparison based on casemapping of server (r... | Sebastien Helleu |
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu |
2011-04-11 | irc: do not rejoin channels where /part has been issued before reconnection t... | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-09-12 | Do not send WHO on channel joined (to check away nicks) if option irc.network... | Sebastien Helleu |
2010-06-25 | Update comments after #endif in C headers | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-05-21 | Add optional message in IRC private buffer when nick is back on server after ... | Sebastien Helleu |
2010-02-06 | Add option irc.look.item_nick_prefix, rename some IRC options for bar items | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-12-16 | Add option "autorejoin_delay" for servers (task #8771), fix autorejoin on cha... | Sebastien Helleu |
2009-11-19 | Add IRC option to use same nick color in channel and private (on by default) ... | Sebastien Helleu |
2009-01-30 | Fix problem with read marker when manually switching to other buffer with som... | Sebastien Helleu |
2009-01-15 | Add Jabber plugin (alpha version, many Jabber features are missing) | Sebastien Helleu |
2009-01-04 | Remove unused functions and prototypes | Sebastien Helleu |
2009-01-03 | Update copyright dates | Sebastien Helleu |
2008-12-17 | Improve nick completion: complete first by nicks that highlight me, before ni... | Sebastien Helleu |
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu |
2008-10-25 | Add smart join/part/quit message filter in IRC plugin, add names for filters | Sebastien Helleu |
2008-08-30 | Add new hooks (info and infolist), IRC plugin now return infos and infolists | Sebastien Helleu |
2008-08-19 | Reintroduce /upgrade command, working only with core and IRC plugin today | Sebastien Helleu |
2008-06-17 | Remove old notify code in irc plugin (done by notify plugin) | Sebastien Helleu |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu |