summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-02-18Add mechanism DH-BLOWFISH for SASL authentication with IRC serverSebastien Helleu
2010-02-18Fix function "color" in Lua script API (patch from Christian Heinz)Sebastien Helleu
2010-02-16Add IRC commands 905 to 907 (for SASL)Sebastien Helleu
2010-02-16Add function "string_decode_base64" in plugin APISebastien Helleu
2010-02-15Add SASL authentication in IRC plugin (task #8829), add function "string_enco...Sebastien Helleu
2010-02-13Fix color of word "Notice" when sending IRC noticeSebastien Helleu
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
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 n...Sebastien Helleu
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 version...Sebastien Helleu
2010-02-09Add new option weechat.look.time_format to customize default format for date/...Sebastien Helleu
2010-02-09Rename command /silence to /muteSebastien Helleu
2010-02-09Add new command /silenceSebastien Helleu
2010-02-06Display nick prefix in input_prompt only if channel is type "channel" (not pr...Sebastien Helleu
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 option "switch_active_buffer_previous" for command /input (task #10141)Sebastien 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 cha...Sebastien Helleu
2010-02-02Add missing option "switch_active_buffer" in /help input and completion of co...Sebastien Helleu
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 #2...Sebastien Helleu
2010-01-29Display own buffer lines in weechat log when dumping buffer (and not mixed li...Sebastien Helleu
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-28Fix bug with global history, reset pointer to last entry after each user inpu...Sebastien Helleu
2010-01-28Fix alignment in buffers lines when time is empty stringSebastien Helleu
2010-01-28Remove unneeded space after time on each line if option weechat.look.buffer_t...Sebastien Helleu
2010-01-26Fix bug with SSL connection to IRC server (fails sometimes when ssl_verify is...Sebastien Helleu
2010-01-26Send signal "day_changed" even if option weechat.look.day_change is set to offSebastien Helleu
2010-01-26Add signal "day_changed", allow date format in logger options path and mask (...Sebastien Helleu
2010-01-25Add missing infos in API functions buffer_get_integer / buffer_get_string and...Sebastien Helleu
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-22Fix value of option sent to callback of hook_configSebastien Helleu
2010-01-18Add color for nicks in xfer chat (DCC chat), add missing command /me in xfer ...Sebastien Helleu
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
2010-01-14Enhancements on IRC CTCP messages (display if CTCP is blocked, new config opt...Sebastien Helleu
2010-01-13Add keyword "input_pos" to get/set cursor position in plugin API functions bu...Sebastien Helleu
2010-01-13Fix bug with string return value of callbacks in tcl pluginSebastien Helleu