summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-08-14Add help about values for /help weechat.look.buffer_notify_defaultSebastien Helleu
2010-08-14Add note about regex (split into 2 regex) in /help filterSebastien Helleu
2010-08-14Add info about upgrade process in /help upgradeSebastien Helleu
2010-08-14If null value is allowed for an option, display it in /help optionSebastien Helleu
2010-08-13Rename cmake options DISABLE_XXX to ENABLE_XXXSebastien Helleu
2010-08-12Use window pointers instead of buffer pointers in gui-input.cSebastien Helleu
2010-08-12Use similar behaviour for keys bound to local or global history (bug #30759)Sebastien Helleu
2010-08-12Fix another bug with hook priority (for commands)Sebastien Helleu
2010-08-12Fix bug with order of hooks: for equal priority, hook is added at the end of ↵Sebastien Helleu
the list
2010-08-11Add priority for hooks (task #10550)Sebastien Helleu
2010-08-11Add new plugin "rmodifier": alter modifier strings with regular expressions ↵Sebastien Helleu
(bug #26964)
2010-08-06Fix display bug with special chars (ascii value below 32) (bug #30602)Sebastien Helleu
2010-08-04Do not connect to server after creating it with /server add (even if ↵Sebastien Helleu
autoconnect is on)
2010-08-03Fix bug with version number when version ends with "-rcX"Sebastien Helleu
2010-08-03Fix bug in IRC parser when no argument is received after command, no ↵Sebastien Helleu
callback was called, and message was silently ignored (bug #30640)
2010-08-01Remove obsolete commentSebastien Helleu
2010-08-01Replace TODO by FIXME in commentsSebastien Helleu
2010-07-30Add update of item "buffer_title" when switching to other buffer (fix ↵Sebastien Helleu
problem when item is used in a root bar)
2010-07-28Use tags "no_log" and "cmd_history" for output of command /history (output ↵Sebastien Helleu
is not logged and can be filtered on tag)
2010-07-28Use tag "no_log" in logger plugin to prevent a line from being written in ↵Sebastien Helleu
log file
2010-07-25Fix import of certificates created by openssl >= 1.0.0 (bug #30316)Sebastien Helleu
2010-07-19Remove unneeded spaces and tabsSebastien Helleu
2010-07-18Fix bug with double quotes in DCC filenames (bug #30471)Sebastien Helleu
2010-07-17Fix help of option irc.look.nick_color_stop_chars (problem in generated ↵Sebastien Helleu
asciidoc file)
2010-07-17Update string with plugin API versionSebastien Helleu
2010-07-17Add new option irc.look.nick_color_stop_charsSebastien Helleu
2010-07-16Use '!' to reverse a regex in a filter (to keep lines matching regex and ↵Sebastien Helleu
hide other lines)
2010-07-12Add new option weechat.look.align_end_of_linesSebastien Helleu
2010-07-07Fix bug with replacement char in API function string_remove_color (bug #30296)Sebastien Helleu
2010-07-07Improve output of /plugin list and listfullSebastien Helleu
2010-07-06Fix display of local SSL certificate when it is sent to IRC serverSebastien Helleu
2010-07-06Improve irc lag indicator: two colors (counting and finished), update item ↵Sebastien Helleu
even when pong has not been received, lag_min_show is now in milliseconds
2010-07-05Use of hashtable for local variables of buffersSebastien Helleu
2010-06-28Add hashtable in core and plugin APISebastien Helleu
2010-06-28Add string "weelist" in dump of weelist to log fileSebastien Helleu
2010-06-25Update comments after #endif in C headersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-06-18Fix bug with fifo pipe when setting fifo option to "on"Sebastien Helleu
2010-06-15Add IRC info "irc_nick_color_name" to get color name of a nickSebastien Helleu
2010-06-11Fix refresh of bar item when it is used more than one time in a barSebastien Helleu
2010-06-11Fix display bug with attributes like underlined in bars (bug #29889)Sebastien Helleu
2010-06-11Use empty real name by default in IRC config, instead of reading real name ↵Sebastien Helleu
in /etc/passwd (bug #30111)
2010-06-10Add some notes for translators in gettext filesSebastien Helleu
2010-06-10Fix display of IRC message 333 on some serversSebastien Helleu
2010-06-08Add new options irc.look.display_host_join/join_local/quit and ↵Sebastien Helleu
irc.color.reason_quit
2010-06-04Fix bug with scroll_unread: do not scroll to a filtered line (bug #29991)Sebastien Helleu
2010-06-04Move options weechat.color.nicklist_prefix to irc pluginSebastien Helleu
Options renamed or removed: - weechat.color.nicklist_prefix1 renamed to irc.color.nick_prefix_op - weechat.color.nicklist_prefix2 renamed to irc.color.nick_prefix_halfop - weechat.color.nicklist_prefix3 renamed to irc.color.nick_prefix_voice - weechat.color.nicklist_prefix4 renamed to irc.color.nick_prefix_user - weechat.color.nicklist_prefix5 removed
2010-06-02Fix bug with command-line option "irc://" (bug #29990), new format for port ↵Sebastien Helleu
and channels
2010-06-01Add missing IRC commands 346, 347 (channel invite list)Sebastien Helleu
2010-06-01Fix display of IRC message 330 on some serversSebastien Helleu