Age | Commit message (Expand) | Author |
2009-03-23 | Fix typo in irc-raw.c and jabber-debug.c | Sebastien Helleu |
2009-03-23 | Set again buffer properties when using existing irc/jabber channel/pv buffer | Sebastien Helleu |
2009-03-23 | Add completion with self nick in irc/jabber private buffers | Sebastien Helleu |
2009-03-22 | Add default alias /v to "/command core version" | Sebastien Helleu |
2009-03-22 | Add option aspell.check.real_time (off by default), fix bugs with aspell and ... | Sebastien Helleu |
2009-03-22 | Force refresh of bars using a bar item when it is destroyed | Sebastien Helleu |
2009-03-21 | Fix bug when closing IRC channel buffers (pointer to current server is lost) | Sebastien Helleu |
2009-03-21 | Fix bug with window separator (possible crash) | Sebastien Helleu |
2009-03-21 | Use of brackets {} around nicklist count in default status bar | Sebastien Helleu |
2009-03-21 | Add new command /version, add count of /upgrade, fix bugs with command exec | Sebastien Helleu |
2009-03-21 | Add color around plugin name in help for commands | Sebastien Helleu |
2009-03-21 | Add new modifier "input_text_content" | Sebastien Helleu |
2009-03-20 | Add signal "key_pressed" | Sebastien Helleu |
2009-03-20 | Add buffer name completion for command /filter | Sebastien Helleu |
2009-03-19 | Add missing include of time.h in irc-raw.C | Sebastien Helleu |
2009-03-19 | Fix bugs with color in IRC topics | Sebastien Helleu |
2009-03-19 | Many improvements on IRC raw buffer | Sebastien Helleu |
2009-03-18 | Replace WeeChat color codes by "?" in incoming IRC messages (bug #25862) | Sebastien Helleu |
2009-03-18 | Add "replacement" argument for string_remove_color in plugin API | Sebastien Helleu |
2009-03-18 | Fix bug with IRC raw buffer and chars < 32, use of hexadecimal for such chars | Sebastien Helleu |
2009-03-18 | Remove some messages during startup about scripts and plugins loaded | Sebastien Helleu |
2009-03-16 | Add new signals: window_zoom, window_zoomed, window_unzoom, window_unzoomed | Sebastien Helleu |
2009-03-15 | Add new option irc.look.display_old_topic to display old topic when channel t... | Sebastien Helleu |
2009-03-15 | Add key alt+'=' in /help filter | Sebastien Helleu |
2009-03-15 | Add property in buffer to hide time for all lines | Sebastien Helleu |
2009-03-15 | Add missing call to change callback when setting option with integer value, u... | Sebastien Helleu |
2009-03-08 | Fix memory leak in filename completion | Sebastien Helleu |
2009-03-07 | Add new key to zoom a window (meta-z by default) (task #7470) | Sebastien Helleu |
2009-03-07 | Remove date written in config files headers (patch #6766) | Sebastien Helleu |
2009-03-07 | Fix bug with text attribute in IRC messages: toggle attribute instead of alwa... | Sebastien Helleu |
2009-03-06 | Fix bug with namespace in tcl plugin (bug #25754) | Sebastien Helleu |
2009-03-06 | Fix callbacks in script plugins: always return empty string instead of NULL f... | Sebastien Helleu |
2009-03-06 | Add new hook type "process": launch command with fork and catch result (rc/st... | Sebastien Helleu |
2009-03-05 | Fix scroll indicator when the only line displayed is bigger than chat window | Sebastien Helleu |
2009-03-02 | Fix bug with detection of channel name in command /mode | Sebastien Helleu |
2009-03-02 | Make channel optional in IRC command /mode (bug #25735) | Sebastien Helleu |
2009-03-01 | Fix crash with IRC commands msg/notice/query/quote when executed with too few... | Sebastien Helleu |
2009-03-01 | Fix IRC command /who (nothing was displayed if WeeChat already checked channe... | Sebastien Helleu |
2009-02-28 | Add missing refresh when resizing terminal | Sebastien Helleu |
2009-02-28 | Fix freeze/crash when sigwinch signal is received during refresh (for example... | Sebastien Helleu |
2009-02-27 | Remove old debug message when creating new window | Sebastien Helleu |
2009-02-27 | Add missing refreshs when creating/deleting bars | Sebastien Helleu |
2009-02-26 | Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by previ... | Sebastien Helleu |
2009-02-26 | Display explicit message when irc command must be executed on irc buffer or c... | Sebastien Helleu |
2009-02-25 | Add option "irc.look.topic_strip_colors" to strip topic colors in buffer's ti... | Sebastien Helleu |
2009-02-25 | Fix bug with reset of topic for irc channel / jabber muc | Sebastien Helleu |
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-24 | Fix option irc.network.send_unknown_commands: allow unknown commands on irc s... | Sebastien Helleu |