Age | Commit message (Collapse) | Author |
|
|
|
of option when it is changed with /set
|
|
|
|
|
|
|
|
The sort was causing bugs because some options were missing while reading
other options, so the order of sections is important, they must not be
sorted.
This is a partial revert of commit 56f099bec647ef79542e3e65e847e24d1bdcaa61.
|
|
|
|
The command of "beep" trigger is now executed only if the message is
displayed (not filtered with /filter).
|
|
items of status bar
|
|
|
|
|
|
|
|
The signals about relay client status changes were sent only when the client
has ended. Now it is went on any status change.
|
|
set to "merged" (closes #199)
|
|
|
|
set to "action" or "both" (closes #206)
|
|
optimizations are enabled (closes #200)
|
|
|
|
(closes #189)
|
|
|
|
|
|
new option irc.look.temporary_servers
|
|
With a sorted list, the partial completion is about 50x faster
(like other completions).
|
|
With arraylist (vs weelist), the completion is about 50x faster.
It is visible on "/help [+tab]".
|
|
|
|
|
|
|
|
|
|
static libs
|
|
|
|
|
|
|
|
and util_timeval_add
|
|
|
|
than 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
buffer (closes #177)
|
|
"\S" is not supported on *BSD, so it is replaced by "[^ ]" (which should be
enough, since there should be no tabs or other whitespace different from
spaces in command line).
|
|
are displayed in same message (closes #171)
When several lines are displayed in a message (separated by "\n"), the
modifier "weechat_print" will now discard just one line (if return value is
an empty string), instead of discarding the whole message.
|
|
|
|
|
|
|