Age | Commit message (Expand) | Author |
2009-07-05 | Add optional nick in arguments for infolist "irc_nick" (format: "server,#chan... | Sebastien Helleu |
2009-07-04 | Add tag "away_info" for lines with info about away in irc plugin | Sebastien Helleu |
2009-07-03 | Fix bug when moving group of merged buffers to number 1 | Sebastien Helleu |
2009-06-29 | When IRC nick change is received, do not rename private buffer if it already ... | Sebastien Helleu |
2009-06-28 | Rename function string_explode to string_split | Sebastien Helleu |
2009-06-28 | Add french translation of Plugin API Reference | Sebastien Helleu |
2009-06-27 | Strip hostnames in IRC message 353 when uhnames protocol is enabled | Sebastien Helleu |
2009-06-27 | Change default order of items in input bar: move input_paste before input_text | Sebastien Helleu |
2009-06-25 | Add options irc.look.open_channel/pv_near_server | Sebastien Helleu |
2009-06-24 | Consider private message as highlight when comparing message level to buffer ... | Sebastien Helleu |
2009-06-24 | Switch to irc raw buffer if it is aleady opened, with /server raw or alt-j + ... | Sebastien Helleu |
2009-06-23 | Fix display of description when it is NULL (with /help option) | Sebastien Helleu |
2009-06-23 | Add modifier "bar_condition_xxx", used to display/hide bars on some windows w... | Sebastien Helleu |
2009-06-23 | Add new option irc.color.item_channel_modes | Sebastien Helleu |
2009-06-22 | Fix bug with pointer to last read line in merged buffers (can lead to crash) | Sebastien Helleu |
2009-06-21 | Disable layout saving by default | Sebastien Helleu |
2009-06-21 | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechat | Sebastien Helleu |
2009-06-21 | Fix bug after /upgrade on buffers with free content (bug #26020) | Sebastien Helleu |
2009-06-21 | Fix some memory leaks in command hook (completion templates), buffer closing,... | Sebastien Helleu |
2009-06-21 | Move partial completion structure to completion structure (it is now specific... | Sebastien Helleu |
2009-06-21 | Fix scroll Y in bars (bug #26008) | Sebastien Helleu |
2009-06-21 | Fix problems with /set of some bar options | Sebastien Helleu |
2009-06-20 | Add missing refresh of bar when changing size with command /set | Sebastien Helleu |
2009-06-20 | Fix minor display bug with read marker (line or dotted line) | Sebastien Helleu |
2009-06-17 | Fix translation bug in help of command /input | Sebastien Helleu |
2009-06-17 | Remove "/server switch" from doc and completion template | Sebastien Helleu |
2009-06-14 | Improve option irc.look.notice_as_pv, new values: auto/never/always | Sebastien Helleu |
2009-06-14 | Do not auto-load hidden files in script plugins (bug #21390) | Sebastien Helleu |
2009-06-14 | Remove jabber plugin (will be replaced by script) | Sebastien Helleu |
2009-06-14 | Remove obsolete trigger plugin | Sebastien Helleu |
2009-06-14 | Add color for channel IRC notices (patch #6841) | Sebastien Helleu |
2009-06-14 | Add new option weechat.look.hotlist_names_merged_buffers | Sebastien Helleu |
2009-06-14 | Add option "-merged" for /buffer clear | Sebastien Helleu |
2009-06-13 | Display buffer name in hotlist if buffers are merged with same number | Sebastien Helleu |
2009-06-13 | Remove all merged buffers from hotlist, instead of only current selected buffer | Sebastien Helleu |
2009-06-13 | Fix IRC mode parsing when receiving modes with arguments (bug #26793) | Sebastien Helleu |
2009-06-13 | Do not refresh buffer if displayed line is filtered (hidden) | Sebastien Helleu |
2009-06-12 | Remove variable with "WeeChat required version" in plugins, do not compare ve... | Sebastien Helleu |
2009-06-12 | Fix line filtering after /upgrade when filter applies on one buffer only | Sebastien Helleu |
2009-06-12 | Fix refresh of hidden bars (patch #6837) | Sebastien Helleu |
2009-06-12 | Fix bug with some utf-8 chars in input line | Sebastien Helleu |
2009-06-11 | Add option irc.look.item_display_server to display server with plugin or name... | Sebastien Helleu |
2009-06-11 | Improve completion for script plugins commands | Sebastien Helleu |
2009-06-11 | Fix display bug with color/attribute chars (< 32) in command line (bug #26749) | Sebastien Helleu |
2009-06-11 | Fix typo with plural of "ignore" | Sebastien Helleu |
2009-06-11 | Add key alt-j + alt-s to jump to IRC server buffer, bound to command /server ... | Sebastien Helleu |
2009-06-10 | Add infolist with commands history | Sebastien Helleu |
2009-06-10 | Add variable "active" in buffer infolist | Sebastien Helleu |
2009-06-10 | Fix help of /wait command (missing '/' in examples) | Sebastien Helleu |
2009-06-10 | Display error if command "/key bind" has not enough arguments | Sebastien Helleu |