summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-22Update italian FAQSebastien Helleu
2010-02-22Update italian user guideSebastien Helleu
2010-02-21Fix cursor color in input barSebastien Helleu
2010-02-21Update german FAQSebastien Helleu
2010-02-21Fix bug with bar background after text with background color (bug #28157)Sebastien Helleu
2010-02-20Add question about meta keys in FAQSebastien Helleu
2010-02-20Allow input "q" to close IRC raw bufferSebastien Helleu
2010-02-20Fix translated string in output of "/uptime -o"Sebastien Helleu
2010-02-20Minor updates in FAQ and user guideSebastien Helleu
2010-02-20Add parentheses around exponents in user guide and plugin API referenceSebastien Helleu
2010-02-20Remove connection timer when closing connection with IRC serverSebastien Helleu
2010-02-19Add list of packages (required or optional) to build WeeChat in user guideSebastien Helleu
2010-02-19Add option irc.network.connection_timeout (timeout between TCP connection to ↵Sebastien Helleu
server and reception of message 001)
2010-02-19Fix "inactivity" value when no key has been pressed since WeeChat started ↵Sebastien Helleu
(bug #28930)
2010-02-19Update german translationsSebastien Helleu
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 missing file docgen.pl in Makefile.amSebastien 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 ↵Sebastien Helleu
"string_encode_base64" in plugin API, fix bug with base64 encoding New options for IRC servers: - sasl_mechanism (only "plain" for now) - sasl_username - sasl_password
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
Format is: nick_xxx or group_xxx to return only nick/group called "xxx".
2010-02-11Add IRC message 301 in user guide, for target buffer of messagesSebastien 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 ↵Sebastien Helleu
nick did not speak)
2010-02-10Apply IRC smart filter only on channels, not private buffers (bug #28841)Sebastien Helleu
2010-02-10Update german and polish translationsSebastien Helleu
2010-02-10Update ChangeLogSebastien Helleu
2010-02-10Add "version_number" for API function weechat_info_get to get WeeChat ↵Sebastien Helleu
version as number
2010-02-10Fix example of weechat_info_get in plugin API referenceSebastien Helleu
2010-02-09Add option for command /docgen to build some locales onlySebastien Helleu
2010-02-09Add missing argument for weechat_hook_completion in plugin API referenceSebastien Helleu
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-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 ↵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-04Add signal "xfer_ended" in plugin API referenceSebastien 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-03Fix typo in user guideSebastien 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