Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-02 | Version 0.4.2-rc1 | Sebastien Helleu | |
2013-09-02 | core: add option weechat.look.day_change_message2 | Sebastien Helleu | |
The new option weechat.look.day_change_message2 is used to display day change between two messages, with two dates: the new one, and the old one. Example: -- Mon, 02 Sep 2013 (Thu, 22 Aug 2013) -- | |||
2013-08-28 | irc: add option irc.look.notice_welcome_redirect to automatically redirect ↵ | Sebastien Helleu | |
channel welcome notices to the channel buffer | |||
2013-08-26 | logger: add option "flush" for command /logger | Sebastien Helleu | |
2013-08-25 | core: add note about color codes "${color:xxx}" in /help ↵ | Sebastien Helleu | |
weechat.look.day_change_message | |||
2013-08-25 | core: display day change message dynamically (do not store it as a line in ↵ | Sebastien Helleu | |
buffer) (task #12775) Changes in options: - rename option weechat.look.day_change_time_format to weechat.look.day_change_message (color codes are allowed in this option) - new option weechat.color.chat_day_change. | |||
2013-08-21 | core: display an error message when "/buffer notify xxx" fails (with a wrong ↵ | Sebastien Helleu | |
notify level) | |||
2013-08-20 | core: improve help of command /away | Sebastien Helleu | |
2013-08-20 | core: update translations | Sebastien Helleu | |
2013-08-19 | core: add syntax "@buffer:item" in bar items to force the buffer used when ↵ | Sebastien Helleu | |
displaying the bar item (task #12717) | |||
2013-08-17 | core: add search of regular expression in buffer, don't reset search type on ↵ | Sebastien Helleu | |
a new search, select where to search (messages/prefixes) Key changed in search context: - ctrl+"r": switch search type: string/regex New keys in search context: - alt+"c": case (in)sensitive search - tab: search in messages/prefixes/both | |||
2013-08-16 | core: add text emphasis in messages when searching text in buffer | Sebastien Helleu | |
New options: - weechat.look.emphasized_attributes - weechat.color.emphasized - weechat.color.emphasized_bg | |||
2013-08-11 | core: add note about "strftime" in help of options ↵ | Sebastien Helleu | |
weechat.look.day_change_time_format and weechat.look.time_format | |||
2013-08-07 | core: fix typo in /help secure | Sebastien Helleu | |
2013-08-05 | rmodifier: add option "missing" for command /rmodifier | Sebastien Helleu | |
2013-08-04 | core: change colors of example in /help weechat.look.buffer_time_format | Sebastien Helleu | |
2013-08-04 | core: change color format for options from `${xxx}` to `${color:xxx}` | Sebastien Helleu | |
Options affected: - weechat.look.buffer_time_format - weechat.look.prefix_action - weechat.look.prefix_error - weechat.look.prefix_join - weechat.look.prefix_network - weechat.look.prefix_quit | |||
2013-08-04 | api: add support of colors with format "${color:xxx}" in function ↵ | Sebastien Helleu | |
string_eval_expression and command /eval | |||
2013-08-04 | api: add argument "options" in function string_eval_expression, add option ↵ | Sebastien Helleu | |
"-c" for command /eval (to evaluate a condition) | |||
2013-08-02 | core: change the message displayed when passphrase is not given on startup | Sebastien Helleu | |
2013-08-02 | core: change the message displayed on /secure decrypt -discard | Sebastien Helleu | |
2013-08-02 | core: update translations | Sebastien Helleu | |
2013-08-02 | core: rename binary and man page from "weechat-curses" to "weechat" (task ↵ | Sebastien Helleu | |
#11027) A symbolic link weechat-curses -> weechat is now created (by both cmake and configure), so that the /upgrade will work from an old version. However, if you upgrade from an old version, it is recommended to force the use of the new binary name with the command: `/upgrade /path/to/weechat` (replace the path accordingly). | |||
2013-07-31 | plugins: remove the demo plugin | Sebastien Helleu | |
2013-07-28 | script: add info about things defined by script in the detailed view of ↵ | Sebastien Helleu | |
script (/script show) | |||
2013-07-28 | api: use pointer for infolist "hook" to return only one hook | Sebastien Helleu | |
2013-07-27 | core: add option "-o" for command /color | Sebastien Helleu | |
2013-07-27 | irc: display number of ops/halfops/voices on channel join only for supported ↵ | Sebastien Helleu | |
modes on server (bug #39582) | |||
2013-07-20 | aspell: rename option aspell.look.color to aspell.color.misspelled, add ↵ | Sebastien Helleu | |
option aspell.color.suggestions | |||
2013-07-20 | core: update translations | Sebastien Helleu | |
2013-07-20 | core: add options weechat.look.hotlist_prefix and ↵ | Sebastien Helleu | |
weechat.look.hotlist_suffix (task #12730) (patch from Nils Görs) | |||
2013-07-19 | irc: use lower case at beginning of message when deleting a server | Sebastien Helleu | |
2013-07-18 | irc: add support of wildcards in commands (de)op/halfop/voice (task #9221) | Sebastien Helleu | |
2013-07-15 | core: add option weechat.look.key_bind_safe | Sebastien Helleu | |
2013-07-11 | irc: add option irc.look.pv_tags | Sebastien Helleu | |
2013-07-11 | core: sort config options by name in sources | Sebastien Helleu | |
2013-07-05 | core: add completion "-quit" for command /upgrade | Sebastien Helleu | |
A "-dummy" option has been added too, just to prevent accidental completion with "-quit" (which is the first option completed). Thanks to stfn for initial patch. | |||
2013-07-02 | core: add missing period in /help upgrade | Sebastien Helleu | |
2013-06-28 | core: remove obsolete command line option -k/--keys | Sebastien Helleu | |
The user's guide is better to view WeeChat default keys. | |||
2013-06-28 | core: fix wrong spaces in italian translations for irc part/quit messages | Esteban I. Ruiz Moreno | |
2013-06-28 | core: update man page and add translations (in french, german, italian, and ↵ | Sebastien Helleu | |
japanese) | |||
2013-06-10 | core: fix minor errors in translations | Sebastien Helleu | |
Errors were reported by POFileChecker (from package gettext-lint). | |||
2013-06-08 | core: add option weechat.network.proxy_curl (task #12651) | Sebastien Helleu | |
2013-06-08 | irc: display a warning when the proxy set in a server does not exist | Sebastien Helleu | |
2013-06-08 | core: add "proxy" infolist and hdata | Sebastien Helleu | |
2013-06-07 | aspell: add support of enchant library (patch #6858) | Sebastien Helleu | |
Enchant is enabled only if the new option for cmake (or configure) is enabled: - for cmake: cmake -DENABLE_ENCHANT=ON - for configure: ./configure --enable-enchant | |||
2013-06-05 | irc: add support of special variables $nick/$channel/$server in commands ↵ | Sebastien Helleu | |
/allchan and /allserv | |||
2013-06-02 | irc: add option irc.look.nick_color_hash: hash algorithm to find nick color ↵ | Sebastien Helleu | |
(patch #8062) | |||
2013-05-30 | relay: fix binding to an IP address (bug #39119) | Mantas Mikulėnas | |
2013-05-29 | irc: fix multiple nicks in command /query (separated by commas): open one ↵ | Sebastien Helleu | |
buffer per nick |