Age | Commit message (Expand) | Author |
2009-05-12 | Fix IRC private buffer name when message is from me (happens when using irssi... | Sebastien Helleu |
2009-05-09 | Add missing IRC command 335 | Sebastien Helleu |
2009-04-24 | Fix typo: splited/splitted -> split | Sebastien Helleu |
2009-04-24 | Add anti-flood for extra IRC commands like msg/notice/query/quote and some other | Sebastien Helleu |
2009-04-18 | Fix bug with charset decoding in irc plugin (for example with iso2022jp) | Sebastien Helleu |
2009-03-26 | Add new bar item "away" (now displayed by default in input bar) | Sebastien Helleu |
2009-03-19 | Fix bugs with color in IRC topics | Sebastien Helleu |
2009-03-15 | Add new option irc.look.display_old_topic to display old topic when channel t... | Sebastien Helleu |
2009-03-02 | Make channel optional in IRC command /mode (bug #25735) | Sebastien Helleu |
2009-03-01 | Fix IRC command /who (nothing was displayed if WeeChat already checked channe... | Sebastien Helleu |
2009-02-25 | Add option "irc.look.topic_strip_colors" to strip topic colors in buffer's ti... | Sebastien Helleu |
2009-02-23 | Fix irc excess flood caused by mode command sent when a mode is received: sen... | Sebastien Helleu |
2009-02-21 | Fix bug with buffer name/short_name when IRC query name has changed (remote n... | Sebastien Helleu |
2009-02-11 | Add missing IRC command 330 (whois, logged in as) | 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-05 | Do not set unread marker on IRC server and channels when reconnecting to IRC ... | Sebastien Helleu |
2009-01-04 | Fix exec of IRC command when connecting to server if server buffers are merge... | Sebastien Helleu |
2009-01-03 | Add color for channel name in IRC info/error messages | Sebastien Helleu |
2009-01-03 | Update copyright dates | Sebastien Helleu |
2009-01-02 | Add null values for options, new syntax for /set, reintroduce temporary IRC s... | Sebastien Helleu |
2008-12-19 | Add some colors in IRC messages from server (for text and nicks) (task #8926) | Sebastien Helleu |
2008-12-17 | Display server, port and IP on IRC server buffer when connection to server is ok | Sebastien Helleu |
2008-12-17 | Use nick color for display of IRC action messages | Sebastien Helleu |
2008-12-17 | Improve nick completion: complete first by nicks that highlight me, before ni... | Sebastien Helleu |
2008-11-23 | Add support for more than one proxy, with proxy selection for each IRC server... | Sebastien Helleu |
2008-11-16 | Add signals when connecting/disconnecting from IRC servers | Sebastien Helleu |
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu |
2008-11-14 | Catch signal "buffer_renamed" in logger plugin (restart logging for buffer wh... | Sebastien Helleu |
2008-11-04 | Fix bug with pointer conversions on 64 bits architecture | Sebastien Helleu |
2008-10-31 | Rename IRC tags irc_cmd_xxx to irx_xxx | Sebastien Helleu |
2008-10-31 | Fix tag of message displayed by IRC command invite | Sebastien Helleu |
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by buffe... | Sebastien Helleu |
2008-10-26 | Fix option irc.network.away_check | Sebastien Helleu |
2008-10-25 | Add smart join/part/quit message filter in IRC plugin, add names for filters | Sebastien Helleu |
2008-10-24 | Display IRC server errors in appropriate buffer (channel or private if found) | Sebastien Helleu |
2008-10-03 | Fix bug with IRC notices for channel: display them in channel instead of serv... | Sebastien Helleu |
2008-10-03 | Add missing IRC command 369 (end of whowas) | Sebastien Helleu |
2008-10-03 | Add missing IRC command 328 (channel url) | Sebastien Helleu |
2008-10-02 | Fix autorejoin of keyed channels (bug #24131) | Sebastien Helleu |
2008-09-29 | Fix bug with IRC nick modes (was set when receiving channel modes) | Sebastien Helleu |
2008-09-25 | Fix crash with ping and action IRC messages (bug ##24373) | Sebastien Helleu |
2008-09-24 | Option irc.look.one_server_buffer reintroduced (all IRC servers in one buffer) | Sebastien Helleu |
2008-09-21 | Add IRC bar items (buffer name, lag indicator), use bar items from plugins wi... | Sebastien Helleu |
2008-09-18 | Remove "category" for buffers (keep only name). | Sebastien Helleu |
2008-09-03 | Reintroduce /ignore command to ignore IRC nicks/hosts, using regex | 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-07-18 | Add signals for IRC messages (recv/sent) | Sebastien Helleu |
2008-07-03 | Add "buffer_nicklist" bar item and scroll feature in bars with /bar scroll | Sebastien Helleu |