Age | Commit message (Expand) | Author |
2010-02-11 | Add missing IRC commands 276, 343 | Sebastien Helleu |
2010-02-10 | Fix nick color in quit message displayed in IRC private buffer (when remote n... | Sebastien Helleu |
2010-02-10 | Apply IRC smart filter only on channels, not private buffers (bug #28841) | Sebastien Helleu |
2010-02-10 | Add "version_number" for API function weechat_info_get to get WeeChat version... | Sebastien Helleu |
2010-02-09 | Add new option weechat.look.time_format to customize default format for date/... | Sebastien Helleu |
2010-02-09 | Rename command /silence to /mute | Sebastien Helleu |
2010-02-09 | Add new command /silence | Sebastien Helleu |
2010-02-06 | Display nick prefix in input_prompt only if channel is type "channel" (not pr... | Sebastien Helleu |
2010-02-06 | Fix bug with option irc.look.item_nick_prefix | Sebastien Helleu |
2010-02-06 | Add option irc.look.item_nick_prefix, rename some IRC options for bar items | Sebastien Helleu |
2010-02-06 | Update example of messages in irc-protocol.c | Sebastien Helleu |
2010-02-05 | Fix IRC PART message received on Undernet server (bug #28825) | Sebastien Helleu |
2010-02-03 | Add bar item "irc_channel" (IRC channel name without modes) | Sebastien Helleu |
2010-02-03 | Add anti-flood for many IRC commands/messages | Sebastien Helleu |
2010-02-02 | Add option "switch_active_buffer_previous" for command /input (task #10141) | Sebastien Helleu |
2010-02-02 | Add IRC command /map | Sebastien Helleu |
2010-02-02 | Add tip about addresses and another example in /help server | Sebastien Helleu |
2010-02-02 | Add signal "xfer_ended" (patch #7081) | Sebastien Helleu |
2010-02-02 | Add option irc.look.display_channel_modes_hide_key to hide channel key in cha... | Sebastien Helleu |
2010-02-02 | Add missing option "switch_active_buffer" in /help input and completion of co... | Sebastien Helleu |
2010-01-29 | Fix crash when purging old xfer chats (bug #28764) | Sebastien Helleu |
2010-01-29 | Fix crash with SSL connection to IRC server if option ssl_cert is set (bug #2... | Sebastien Helleu |
2010-01-29 | Display own buffer lines in weechat log when dumping buffer (and not mixed li... | Sebastien Helleu |
2010-01-29 | Fix a build failure with: 1.7.6 < gnutls <= 2.4.6 | Emmanuel Bouthenot |
2010-01-28 | Fix a build failure with gnutls < 1.7.6 | Emmanuel Bouthenot |
2010-01-28 | Fix bug with global history, reset pointer to last entry after each user inpu... | Sebastien Helleu |
2010-01-28 | Fix alignment in buffers lines when time is empty string | Sebastien Helleu |
2010-01-28 | Remove unneeded space after time on each line if option weechat.look.buffer_t... | Sebastien Helleu |
2010-01-26 | Fix bug with SSL connection to IRC server (fails sometimes when ssl_verify is... | Sebastien Helleu |
2010-01-26 | Send signal "day_changed" even if option weechat.look.day_change is set to off | Sebastien Helleu |
2010-01-26 | Add signal "day_changed", allow date format in logger options path and mask (... | Sebastien Helleu |
2010-01-25 | Add missing infos in API functions buffer_get_integer / buffer_get_string and... | Sebastien Helleu |
2010-01-24 | Add options irc.look.smart_filter_join/quit, smart filter enabled by default | Sebastien Helleu |
2010-01-24 | Remove evil tabs in sources | Sebastien Helleu |
2010-01-22 | Fix value of option sent to callback of hook_config | Sebastien Helleu |
2010-01-18 | Add color for nicks in xfer chat (DCC chat), add missing command /me in xfer ... | Sebastien Helleu |
2010-01-18 | Add IRC info "irc_nick_color" to get color of a nick | Sebastien Helleu |
2010-01-17 | Add new IRC output queue for messages with low priority (like automatic CTCP ... | Sebastien Helleu |
2010-01-14 | Enhancements on IRC CTCP messages (display if CTCP is blocked, new config opt... | Sebastien Helleu |
2010-01-13 | Add keyword "input_pos" to get/set cursor position in plugin API functions bu... | Sebastien Helleu |
2010-01-13 | Fix bug with string return value of callbacks in tcl plugin | Sebastien Helleu |
2010-01-12 | Add function "buffer_string_replace_local_var" in script API (patch #7061) | Sebastien Helleu |
2010-01-11 | Discard line printed with modifier "weechat_print" only if initial string is ... | Sebastien Helleu |
2010-01-11 | Fix IRC nick color for nicks with wide chars (bug #28547) | Sebastien Helleu |
2010-01-11 | Allow callback for modifier "weechat_print" to return empty value, in order t... | Sebastien Helleu |
2010-01-10 | Fix bug with completion of words with wide chars | Sebastien Helleu |
2010-01-09 | Allow blocking of IRC CTCP PING requests | Sebastien Helleu |
2010-01-08 | Update german translations | Sebastien Helleu |
2010-01-08 | Add new IRC commands /allchan and /allserv with excluding option, commands /a... | Sebastien Helleu |
2010-01-04 | Fix bug with function nicklist_remove_nick in Python API (bug #28474) | Sebastien Helleu |