summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)Author
2010-02-12Add description of arguments for API functions hook_info and hook_infolistSebastien Helleu
2010-02-12Use arguments for infolist "nicklist" to return only one nick or groupSebastien Helleu
Format is: nick_xxx or group_xxx to return only nick/group called "xxx".
2010-02-11Allow IRC message 301 to be redirected with irc.msgbuffer featureSebastien Helleu
2010-02-11Add missing IRC commands 276, 343Sebastien Helleu
2010-02-10Fix nick color in quit message displayed in IRC private buffer (when remote ↵Sebastien Helleu
nick did not speak)
2010-02-10Apply IRC smart filter only on channels, not private buffers (bug #28841)Sebastien Helleu
2010-02-10Add "version_number" for API function weechat_info_get to get WeeChat ↵Sebastien Helleu
version as number
2010-02-09Add new option weechat.look.time_format to customize default format for ↵Sebastien Helleu
date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914)
2010-02-06Display nick prefix in input_prompt only if channel is type "channel" (not ↵Sebastien Helleu
private)
2010-02-06Fix bug with option irc.look.item_nick_prefixSebastien Helleu
2010-02-06Add option irc.look.item_nick_prefix, rename some IRC options for bar itemsSebastien Helleu
2010-02-06Update example of messages in irc-protocol.cSebastien Helleu
2010-02-05Fix IRC PART message received on Undernet server (bug #28825)Sebastien Helleu
2010-02-03Add bar item "irc_channel" (IRC channel name without modes)Sebastien Helleu
2010-02-03Add anti-flood for many IRC commands/messagesSebastien Helleu
2010-02-02Add IRC command /mapSebastien Helleu
2010-02-02Add tip about addresses and another example in /help serverSebastien Helleu
2010-02-02Add signal "xfer_ended" (patch #7081)Sebastien Helleu
2010-02-02Add option irc.look.display_channel_modes_hide_key to hide channel key in ↵Sebastien Helleu
channel modes (bug #23961)
2010-01-29Fix crash when purging old xfer chats (bug #28764)Sebastien Helleu
2010-01-29Fix crash with SSL connection to IRC server if option ssl_cert is set (bug ↵Sebastien Helleu
#28752)
2010-01-29Fix a build failure with: 1.7.6 < gnutls <= 2.4.6Emmanuel Bouthenot
2010-01-28Fix a build failure with gnutls < 1.7.6Emmanuel Bouthenot
2010-01-26Fix bug with SSL connection to IRC server (fails sometimes when ssl_verify ↵Sebastien Helleu
is on) (bug #28741)
2010-01-26Add signal "day_changed", allow date format in logger options path and mask ↵Sebastien Helleu
(task #9430)
2010-01-24Add options irc.look.smart_filter_join/quit, smart filter enabled by defaultSebastien Helleu
2010-01-24Remove evil tabs in sourcesSebastien Helleu
2010-01-18Add color for nicks in xfer chat (DCC chat), add missing command /me in xfer ↵Sebastien Helleu
plugin (bug #28658)
2010-01-18Add IRC info "irc_nick_color" to get color of a nickSebastien Helleu
2010-01-17Add new IRC output queue for messages with low priority (like automatic CTCP ↵Sebastien Helleu
replies), high priority is given to user messages or commands
2010-01-14Enhancements on IRC CTCP messages (display if CTCP is blocked, new config ↵Sebastien Helleu
options to control display of CTCP messages/replies) That includes: - display "(blocked)" if CTCP is blocked - new option "irc.look.display_ctcp_blocked" to display blocked CTCP, - new option "irc.look.display_ctcp_reply" to display CTCP reply sent by WeeChat, - new option "irc.look.display_ctcp_unknown" to display unknown CTCP received.
2010-01-13Fix bug with string return value of callbacks in tcl pluginSebastien Helleu
2010-01-12Add function "buffer_string_replace_local_var" in script API (patch #7061)Sebastien Helleu
2010-01-11Fix IRC nick color for nicks with wide chars (bug #28547)Sebastien Helleu
2010-01-09Allow blocking of IRC CTCP PING requestsSebastien Helleu
2010-01-08Update german translationsSebastien Helleu
2010-01-08Add new IRC commands /allchan and /allserv with excluding option, commands ↵Sebastien Helleu
/ame and /amsg are now aliases, new aliases /aaway and /anick
2010-01-04Fix bug with function nicklist_remove_nick in Python API (bug #28474)Sebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2010-01-01Fix buffer used to display IRC notice sent to channel or nick (bug #28455)Sebastien Helleu
2010-01-01Fix color string returned by API function color() for some WeeChat color optionsSebastien Helleu
2009-12-31Add IRC options to customize target buffer for messages (task #7381)Sebastien Helleu
2009-12-29Fix nick color in quit message for IRC private buffersSebastien Helleu
2009-12-18Fix bug with completion of port in command /relaySebastien Helleu
2009-12-18Add function "infolist_new_item" in script APISebastien Helleu
2009-12-16Add option "autorejoin_delay" for servers (task #8771), fix autorejoin on ↵Sebastien Helleu
channels with key
2009-12-14Add support for encodings in Ruby 1.9Sebastien Helleu
2009-12-07Add missing include of limits.hSebastien Helleu
2009-12-06Fix display of quit message in IRC private if case of nick is different from ↵Sebastien Helleu
buffer name
2009-12-05Remove old fifo pipes before creating new pipeSebastien Helleu