Age | Commit message (Expand) | Author |
2010-10-23 | Add IRC command redirection (task #6703) | Sebastien Helleu |
2010-10-23 | Add new functions in plugin API: hook_hsignal and hook_hsignal_send | Sebastien Helleu |
2010-10-21 | Fix problem with day change message, which can be displayed twice | Sebastien Helleu |
2010-10-20 | Add missing function "infolist_reset_item_cursor" in scripting guide | Sebastien Helleu |
2010-10-19 | Fix use of flags for irc_server_sendf in signal irc_input_send | Sebastien Helleu |
2010-10-18 | Fix color of comma in hotlist bar item | Sebastien Helleu |
2010-10-17 | Fix scripts loading with Ruby 1.9.2 | Stefano Pigozzi |
2010-10-17 | Use const void * for keys and values in some hashtable functions | Sebastien Helleu |
2010-10-16 | Fix crash in hashtable_get_string with "values" or "keys_values" when some va... | Sebastien Helleu |
2010-10-16 | Fix crash when channel topic is removed if it was already empty (if option ir... | Sebastien Helleu |
2010-10-16 | Update polish translations (patch from Piotr Szymaniak) | Sebastien Helleu |
2010-10-15 | Add properties "values" and "keys_values" for hashtable_get_string (return st... | Sebastien Helleu |
2010-10-15 | Fix bug with buffer name in "/bar scroll" command | Sebastien Helleu |
2010-10-13 | Update german FAQ and translations | Sebastien Helleu |
2010-10-13 | Add new options irc.color.nick_prefix and irc.color.nick_suffix | Sebastien Helleu |
2010-10-12 | Add release notes with IRC options renamed in NEWS file | Sebastien Helleu |
2010-10-12 | Add new option weechat.look.hotlist_unique_numbers (task #10691) | Sebastien Helleu |
2010-10-12 | Add new option irc.look.item_away_message | Sebastien Helleu |
2010-10-11 | Remove unneeded spaces | Sebastien Helleu |
2010-10-11 | Add property "no_highlight_nicks" in buffers to disable highlight for some ni... | Sebastien Helleu |
2010-10-11 | Add function "hashtable_has_key" in WeeChat and plugin API | Sebastien Helleu |
2010-10-10 | Add property "keys" for hashtable_get_string (return string with list of keys) | Sebastien Helleu |
2010-10-10 | Add missing new line in an italian translation | Sebastien Helleu |
2010-10-10 | Allow null value for hashtable entries | Sebastien Helleu |
2010-10-10 | Add tag "nick_xxx" in IRC messages | Sebastien Helleu |
2010-10-10 | Fix typo in french translation | Sebastien Helleu |
2010-10-10 | Update name of IRC options for away check in FAQ | Sebastien Helleu |
2010-10-10 | Allow script functions "prefix" and "color" when script is not yet registered... | Sebastien Helleu |
2010-10-09 | Use local buffer in print functions, so that they are reentrant | Sebastien Helleu |
2010-10-09 | Fix crash when API function is called in Perl script before "register" | Sebastien Helleu |
2010-10-09 | Move some IRC options from network section to server section (task #10664, ta... | Sebastien Helleu |
2010-10-08 | Switch to next server address when IRC error is received after TCP connection... | Sebastien Helleu |
2010-10-07 | Fix display of IRC message "ERROR", fix detection of closed link ("Closing Li... | Sebastien Helleu |
2010-10-07 | Fix HTML output of ChangeLog | Sebastien Helleu |
2010-10-07 | Rename options "irc.look.open_{channel|pv}_near_server" to "irc.look.new_{cha... | Sebastien Helleu |
2010-10-07 | Fix crash/bug when option "addresses" for an IRC server is unset or changed w... | Sebastien Helleu |
2010-10-06 | Display old IRC channel topic when topic is unset (task #9780) | Sebastien Helleu |
2010-10-06 | Optimize incremental search in buffer: do not search any more when chars are ... | Sebastien Helleu |
2010-10-06 | Revert last commit about "buffer_switch" signal (introduced new refresh bugs ... | Sebastien Helleu |
2010-10-05 | Fix signal "buffer_switch" (was sent twice when switching buffer) (bug #31158) | Sebastien Helleu |
2010-10-02 | Add new option weechat.look.prefix_align_min (task #10650) | Sebastien Helleu |
2010-10-01 | Add missing tag "no_log" in /help filter | Sebastien Helleu |
2010-09-28 | New value for option weechat.look.input_share (none, commands, text, all), ad... | Sebastien Helleu |
2010-09-28 | Update german translations, FAQ, user and quickstart guide | Sebastien Helleu |
2010-09-27 | Add question about OS X and broken display in FAQ | Sebastien Helleu |
2010-09-27 | Reset infolist item cursor in callbacks for signals sending infolist pointer | Sebastien Helleu |
2010-09-27 | Update ChangeLog | Sebastien Helleu |
2010-09-27 | Fix memory leak in function gui_buffer_set_highlight_words_list | Sebastien Helleu |
2010-09-27 | Free hashtable with local variables when closing buffer (memory leak) | Sebastien Helleu |
2010-09-27 | Fix memory leak when removing item in hashtable | Sebastien Helleu |