summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-13Add new options irc.color.nick_prefix and irc.color.nick_suffixSebastien Helleu
2010-10-12Add release notes with IRC options renamed in NEWS fileSebastien Helleu
2010-10-12Add new option weechat.look.hotlist_unique_numbers (task #10691)Sebastien Helleu
2010-10-12Add new option irc.look.item_away_messageSebastien Helleu
2010-10-11Remove unneeded spacesSebastien Helleu
2010-10-11Add property "no_highlight_nicks" in buffers to disable highlight for some ↵Sebastien Helleu
nicks in buffer This can be used with script buffer_autoset.py (see /help autosetbuffer).
2010-10-11Add function "hashtable_has_key" in WeeChat and plugin APISebastien Helleu
2010-10-10Add property "keys" for hashtable_get_string (return string with list of keys)Sebastien Helleu
2010-10-10Add missing new line in an italian translationSebastien Helleu
2010-10-10Allow null value for hashtable entriesSebastien Helleu
2010-10-10Add tag "nick_xxx" in IRC messagesSebastien Helleu
2010-10-10Fix typo in french translationSebastien Helleu
2010-10-10Update name of IRC options for away check in FAQSebastien Helleu
2010-10-10Allow script functions "prefix" and "color" when script is not yet ↵Sebastien Helleu
registered with "register"
2010-10-09Use local buffer in print functions, so that they are reentrantSebastien Helleu
2010-10-09Fix crash when API function is called in Perl script before "register"Sebastien Helleu
2010-10-09Move some IRC options from network section to server section (task #10664, ↵Sebastien Helleu
task #10668) Options moved: connection_timeout, anti_flood_prio_high, anti_flood_prio_low, away_check, away_check_max_nicks, default_msg_part, default_msg_quit.
2010-10-08Switch to next server address when IRC error is received after TCP ↵Sebastien Helleu
connection but before message 001 (bug #30884)
2010-10-07Fix display of IRC message "ERROR", fix detection of closed link ("Closing ↵Sebastien Helleu
Link" after ERROR)
2010-10-07Fix HTML output of ChangeLogSebastien Helleu
2010-10-07Rename options "irc.look.open_{channel|pv}_near_server" to ↵Sebastien Helleu
"irc.look.new_{channel|pv}_position" with new values (none, next or near_server)
2010-10-07Fix crash/bug when option "addresses" for an IRC server is unset or changed ↵Sebastien Helleu
when WeeChat is connected to this server (bug #31268)
2010-10-06Display old IRC channel topic when topic is unset (task #9780)Sebastien Helleu
2010-10-06Optimize incremental search in buffer: do not search any more when chars are ↵Sebastien Helleu
added to a text not found (bug #31167)
2010-10-06Revert last commit about "buffer_switch" signal (introduced new refresh bugs ↵Sebastien Helleu
on bars)
2010-10-05Fix signal "buffer_switch" (was sent twice when switching buffer) (bug #31158)Sebastien Helleu
2010-10-02Add new option weechat.look.prefix_align_min (task #10650)Sebastien Helleu
2010-10-01Add missing tag "no_log" in /help filterSebastien Helleu
2010-09-28New value for option weechat.look.input_share (none, commands, text, all), ↵Sebastien Helleu
add new option weechat.look.input_share_overwrite (boolean)
2010-09-28Update german translations, FAQ, user and quickstart guideSebastien Helleu
2010-09-27Add question about OS X and broken display in FAQSebastien Helleu
2010-09-27Reset infolist item cursor in callbacks for signals sending infolist pointerSebastien Helleu
2010-09-27Update ChangeLogSebastien Helleu
2010-09-27Fix memory leak in function gui_buffer_set_highlight_words_listSebastien Helleu
2010-09-27Free hashtable with local variables when closing buffer (memory leak)Sebastien Helleu
2010-09-27Fix memory leak when removing item in hashtableSebastien Helleu
2010-09-27Add new option weechat.look.input_share (task #9228)Sebastien Helleu
2010-09-27Fix use of unitialized value when setting new value to config optionSebastien Helleu
2010-09-23Use lower case for keys in doc and ChangeLogSebastien Helleu
2010-09-22Update italian translations and docsSebastien Helleu
2010-09-21Add missing function "infolist_reset_item_cursor" in script API (bug #31057)Sebastien Helleu
2010-09-20Send channel topic to relay client when joining a channelSebastien Helleu
2010-09-20Fix formatting bug in html doc with description of options (bug #31076)Sebastien Helleu
2010-09-20Fix crash on /upgrade when upgrade file is not foundSebastien Helleu
2010-09-19Update ChangeLogSebastien Helleu
2010-09-19Fix Ruby plugin compilation with Ruby 1.9.2JD Horelick
2010-09-18Fix order of relay clients after /upgradeSebastien Helleu
2010-09-18Remove unused variableSebastien Helleu
2010-09-18Add support of /upgrade in Relay pluginSebastien Helleu
2010-09-18Close relay server sockets on /upgradeSebastien Helleu