Age | Commit message (Expand) | Author |
2009-03-23 | Add new IRC modifiers: irc_color_decode/irc_color_encode, add IRC color suppo... | Sebastien Helleu |
2009-03-23 | Fix typo in irc-raw.c and jabber-debug.c | Sebastien Helleu |
2009-03-23 | Set again buffer properties when using existing irc/jabber channel/pv buffer | Sebastien Helleu |
2009-03-23 | Add completion with self nick in irc/jabber private buffers | Sebastien Helleu |
2009-03-21 | Fix bug when closing IRC channel buffers (pointer to current server is lost) | Sebastien Helleu |
2009-03-21 | Add new command /version, add count of /upgrade, fix bugs with command exec | Sebastien Helleu |
2009-03-19 | Add missing include of time.h in irc-raw.C | Sebastien Helleu |
2009-03-19 | Fix bugs with color in IRC topics | Sebastien Helleu |
2009-03-19 | Many improvements on IRC raw buffer | Sebastien Helleu |
2009-03-18 | Replace WeeChat color codes by "?" in incoming IRC messages (bug #25862) | Sebastien Helleu |
2009-03-18 | Fix bug with IRC raw buffer and chars < 32, use of hexadecimal for such chars | Sebastien Helleu |
2009-03-15 | Add new option irc.look.display_old_topic to display old topic when channel t... | Sebastien Helleu |
2009-03-07 | Fix bug with text attribute in IRC messages: toggle attribute instead of alwa... | Sebastien Helleu |
2009-03-06 | Add new hook type "process": launch command with fork and catch result (rc/st... | Sebastien Helleu |
2009-03-02 | Fix bug with detection of channel name in command /mode | Sebastien Helleu |
2009-03-02 | Make channel optional in IRC command /mode (bug #25735) | Sebastien Helleu |
2009-03-01 | Fix crash with IRC commands msg/notice/query/quote when executed with too few... | Sebastien Helleu |
2009-03-01 | Fix IRC command /who (nothing was displayed if WeeChat already checked channe... | Sebastien Helleu |
2009-02-26 | Display explicit message when irc command must be executed on irc buffer or c... | Sebastien Helleu |
2009-02-25 | Add option "irc.look.topic_strip_colors" to strip topic colors in buffer's ti... | Sebastien Helleu |
2009-02-25 | Fix bug with reset of topic for irc channel / jabber muc | Sebastien Helleu |
2009-02-24 | Fix option irc.network.send_unknown_commands: allow unknown commands on irc s... | Sebastien Helleu |
2009-02-23 | Fix irc excess flood caused by mode command sent when a mode is received: sen... | Sebastien Helleu |
2009-02-22 | Add upgrade functions in script plugin API | Sebastien Helleu |
2009-02-21 | Fix bug with buffer name/short_name when IRC query name has changed (remote n... | Sebastien Helleu |
2009-02-20 | Fix bug with smart completion (irc/jabber): keep unique nicks in list of last... | Sebastien Helleu |
2009-02-18 | Give file descriptor to callback of hook_fd | Sebastien Helleu |
2009-02-17 | Add new local variable "type" for buffers | Sebastien Helleu |
2009-02-17 | Use string instead of char for prefixes in nicklist | Sebastien Helleu |
2009-02-11 | Fix build of IRC CTCP message (bug #25560) | Sebastien Helleu |
2009-02-11 | Add irc and jabber options to display nick modes in input_prompt bar item | Sebastien Helleu |
2009-02-11 | Add missing IRC command 330 (whois, logged in as) | Sebastien Helleu |
2009-02-10 | Authorize IRC commands msg/notice/query/quote outside IRC buffers if option "... | Sebastien Helleu |
2009-02-10 | Add option "-server" to IRC commands: msg, notice, query, quote | Sebastien Helleu |
2009-02-10 | Add irc info "irc_nick" to get current nick on a server | Sebastien Helleu |
2009-02-08 | Fix nick displayed by command /msg (bug #25518) | Sebastien Helleu |
2009-02-08 | Add new signals "irc_channel_opened" and "irc_pv_opened" | Sebastien Helleu |
2009-02-07 | Fix bug in irc color decoding: reset color if color code is not followed by a... | Sebastien Helleu |
2009-02-07 | Add numeric codes for low chars (< 32) in irc and jabber debug buffers | Sebastien Helleu |
2009-02-04 | Add missing include of time.h in irc.c | Sebastien Helleu |
2009-02-04 | Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins) | Sebastien Helleu |
2009-01-31 | Fix nicklist sort with IRC nicks (chan owner and admin first in list) | Sebastien Helleu |
2009-01-30 | Fix crash after /upgrade with IRC servers connected via SSL (bug #25398) | Sebastien Helleu |
2009-01-30 | Fix problem with read marker when manually switching to other buffer with som... | Sebastien Helleu |
2009-01-30 | Fix some bugs with TLS connections in Jabber pluigin (TLS still not working i... | Sebastien Helleu |
2009-01-25 | Fix unread marker set with irc /away command: set unread marker for all serve... | Sebastien Helleu |
2009-01-15 | Fix bug with IRC SSL server option | Sebastien Helleu |
2009-01-15 | Add Jabber plugin (alpha version, many Jabber features are missing) | Sebastien Helleu |
2009-01-06 | Fix typo | Sebastien Helleu |
2009-01-05 | Do not set unread marker on IRC server and channels when reconnecting to IRC ... | Sebastien Helleu |