Age | Commit message (Expand) | Author |
2009-02-25 | Send buffer pointer with signal "buffer_title_changed" | Sebastien Helleu |
2009-02-25 | Fix with read marker, can not be filtered any more (bug #25590) | Sebastien Helleu |
2009-02-25 | Fix bug with terminal resize: on some systems, weechat failed to read new ter... | Sebastien Helleu |
2009-02-25 | Update debian build dependency for tcl-dev package | Sebastien Helleu |
2009-02-24 | Fix option irc.network.send_unknown_commands: allow unknown commands on irc s... | Sebastien Helleu |
2009-02-24 | Improved search of buffer with partial name (command "/buffer name") | Sebastien Helleu |
2009-02-23 | Test return code of some malloc/strdup | Sebastien Helleu |
2009-02-23 | Fix irc excess flood caused by mode command sent when a mode is received: sen... | Sebastien Helleu |
2009-02-22 | Add missing option "toggle" in /help bar | Sebastien Helleu |
2009-02-22 | Add upgrade functions in script plugin API | Sebastien Helleu |
2009-02-22 | Add missing functions in script plugin API to get default values of options | Sebastien Helleu |
2009-02-21 | Add missing config functions in script plugin API to free sections and options | Sebastien Helleu |
2009-02-21 | Add signals when local variables or buffer type are changed | Sebastien Helleu |
2009-02-21 | Fix bug with buffer name/short_name when IRC query name has changed (remote n... | Sebastien Helleu |
2009-02-20 | Fix crash in python plugin when calling function prnt_date_tags() | Sebastien Helleu |
2009-02-20 | Fix some return codes of callbacks in script plugins | Sebastien Helleu |
2009-02-20 | Add return code value for config_read callback in script plugins | Sebastien Helleu |
2009-02-20 | Fix bug with smart completion (irc/jabber): keep unique nicks in list of last... | Sebastien Helleu |
2009-02-20 | Fix crash in python plugin when callbacks are called during script initializa... | Sebastien Helleu |
2009-02-19 | Fix bug with current script pointer when current script is unloaded | Sebastien Helleu |
2009-02-19 | Fix bug with arguments of config_read callback in script plugins | Sebastien Helleu |
2009-02-19 | Fix bug in config_file_write_line with empty value, when called from script p... | Sebastien Helleu |
2009-02-18 | Display clock skew detection only if debug for core is >= 1 | Sebastien Helleu |
2009-02-18 | Give file descriptor to callback of hook_fd | Sebastien Helleu |
2009-02-17 | Add new local variable "type" for buffers | Sebastien Helleu |
2009-02-17 | Use string instead of char for prefixes in nicklist | Sebastien Helleu |
2009-02-17 | Free all proxies before exiting | Sebastien Helleu |
2009-02-11 | Fix typo in FAQ | Sebastien Helleu |
2009-02-11 | Fix build of IRC CTCP message (bug #25560) | Sebastien Helleu |
2009-02-11 | Add irc and jabber options to display nick modes in input_prompt bar item | Sebastien Helleu |
2009-02-11 | Add missing IRC command 330 (whois, logged in as) | Sebastien Helleu |
2009-02-10 | Add missing refresh for windows separators (vertical splits) | Sebastien Helleu |
2009-02-10 | Authorize IRC commands msg/notice/query/quote outside IRC buffers if option "... | Sebastien Helleu |
2009-02-10 | Add option "-server" to IRC commands: msg, notice, query, quote | Sebastien Helleu |
2009-02-10 | Add irc info "irc_nick" to get current nick on a server | Sebastien Helleu |
2009-02-08 | Fix nick displayed by command /msg (bug #25518) | Sebastien Helleu |
2009-02-08 | Add help about alias list for /alias command (task #9087) | Sebastien Helleu |
2009-02-08 | Add new signals "irc_channel_opened" and "irc_pv_opened" | Sebastien Helleu |
2009-02-08 | Add hook type "command_run", add new function "string_remove_color" in plugin... | Sebastien Helleu |
2009-02-08 | Fix color decoding function | Sebastien Helleu |
2009-02-08 | Add property "input" for function buffer_get_string in plugin API | Sebastien Helleu |
2009-02-07 | Fix bug in irc color decoding: reset color if color code is not followed by a... | Sebastien Helleu |
2009-02-07 | Add numeric codes for low chars (< 32) in irc and jabber debug buffers | Sebastien Helleu |
2009-02-07 | Add hidden command line option --no-dlclose to remove dlclose() for unloaded ... | Sebastien Helleu |
2009-02-05 | Add some extra tests on arguments for config functions | Sebastien Helleu |
2009-02-05 | Fix crash with nicklist bar when position is top/bottom and filling is columns | Sebastien Helleu |
2009-02-04 | Add missing include of time.h in irc.c | Sebastien Helleu |
2009-02-04 | Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins) | Sebastien Helleu |
2009-02-04 | Remove obsolete arguments in bar item callback, in tcl plugin | Sebastien Helleu |
2009-02-04 | Remove obsolete arguments in bar item callback, in script plugins | Sebastien Helleu |