summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-11Add function "buffer_match_list" in plugin APISebastien Helleu
2011-03-10Fix bug with repeat of last completion ("%*"), which failed when many ↵Sebastien Helleu
templates are used in completion
2011-03-09Add missing variable "buffers" in dump of filtersSebastien Helleu
2011-03-09Allow list of buffers in command /filter (exclusion with prefix "!") (task ↵Sebastien Helleu
#10880)
2011-03-08Update german translations and FAQSebastien Helleu
2011-03-07Fix build when gnutls library is not foundSebastien Helleu
2011-03-07Add chars "`" and "_" in default value of option ↵Sebastien Helleu
weechat.completion.nick_ignore_chars
2011-03-07Add new option irc.look.smart_filter_nickSebastien Helleu
2011-03-06Add question in FAQ about freenode and SSLSebastien Helleu
2011-03-06Reload file with certificate authorities when option ↵Sebastien Helleu
weechat.network.gnutls_ca_file is changed
2011-03-06Rebuild bar content when items are changed in an hidden barSebastien Helleu
2011-03-06Add missing "extern" in rmodifier-config.hSebastien Helleu
2011-03-05relay: allow colon in server password received from clientSebastien Helleu
2011-03-05weercd.py: read PART command sent by clientSebastien Helleu
2011-03-05Silently ignore IRC kicks when channel is not foundSebastien Helleu
2011-03-05Ignore IRC join if nick is not self nick and if channel buffer does not ↵Sebastien Helleu
exist (bug #32667)
2011-03-04Add new option irc.look.color_nicks_in_namesSebastien Helleu
2011-03-03Fix crash when setting wrong value in option irc.server.xxx.sasl_mechanism ↵Sebastien Helleu
(bug #32670)
2011-03-02Reset style (bold/underline/reverse) before setting color when displaying ↵Sebastien Helleu
bar items
2011-03-02Fix build with gnutls < 2.9.10Sebastien Helleu
2011-03-02Fix verification of SSL certificates by calling gnutls verify callback ↵Gu1ll4um3r0m41n
(patch #7459)
2011-03-01relay: do not send join for private buffers to clientSebastien Helleu
2011-03-01Remember scroll position for all buffers in windows (bug #25555)Sebastien Helleu
2011-02-25Add optional command name for infolist_get on command hooksSebastien Helleu
2011-02-25Add question in FAQ about one root bar for inputSebastien Helleu
2011-02-25Update german translations and user guideSebastien Helleu
2011-02-25Add styles for keys in user guideSebastien Helleu
2011-02-24Refresh nicks colors in nicklist when changing option ↵Sebastien Helleu
weechat.color.chat_nick_colors
2011-02-24Do not update self nick color when changing option ↵Sebastien Helleu
weechat.color.chat_nick_colors
2011-02-24Replace char "%" by "!" for reverse video in color attributesSebastien Helleu
2011-02-24Reset color used to display spaces around time and buffer in chat areaSebastien Helleu
2011-02-23Add new option irc.look.color_nicks_in_nicklistSebastien Helleu
2011-02-23Fix reload of file rmodifier.confSebastien Helleu
2011-02-23Fix crash when adding rmodifier with invalid regexSebastien Helleu
2011-02-22Replace char "/" by ":" to specify background in nick colorsSebastien Helleu
2011-02-22weercd.py: fix read of config file with python 3.xSebastien Helleu
2011-02-22Fix crash when using column filling in bars with some empty items (bug #32565)Sebastien Helleu
2011-02-21Auto recalculate values of win_width_pct and win_height_pct when windows are ↵Sebastien Helleu
resized
2011-02-21Fix typo in /debug windowsSebastien Helleu
2011-02-21Allow relative size for command /window resizeSebastien Helleu
2011-02-21Add some default keys for gnome-terminal (home/end, ctrl+up/down, alt+pgup/pgdn)Sebastien Helleu
New default keys: meta-OH => /input move_beginning_of_line meta-OF => /input move_end_of_line meta2-1;5A => /input history_global_previous meta2-1;5B => /input history_global_next meta2-5;3~ => /window scroll_up meta2-6;3~ => /window scroll_down
2011-02-17Fix typo: #weecht -> #weechatSebastien Helleu
2011-02-17Add attributes for colors ("*": bold, "%": reverse, "_": underline)Sebastien Helleu
2011-02-16Fix array overflow in lua plugin for config reload callbackSebastien Helleu
2011-02-15Update italian user guide and plugin API referenceSebastien Helleu
2011-02-15Fix dump of bar colors in log file (missing color name)Sebastien Helleu
2011-02-15Update italian translations and FAQSebastien Helleu
2011-02-10Add option "memory" to command /debugSebastien Helleu
2011-02-10Add task #10299 in ChangeLogSebastien Helleu
2011-02-10Fix crash when completing /part command on a non-irc buffer (bug #32402)Sebastien Helleu