Simmo Saan
Simmo Saan
This PR improves PR #1345 which fixed issue #1343. Because this introduces additional ncurses-specific behavior, it may be better to not immediately merge this but instead wait and see if...
This PR is a fix for #1059. When numeric 306 is received (from ZNC on connection when away), WHOIS is requested on own nick using irc redirection to get the...
Closes #438. This PR is an improvement of PR #613 (credit to @ManiacTwister), which started in the right direction but has some still unresolved issues: 1. It accesses core (only)...
Previously if color pairs fill up because all pairs are rendered at once and auto-reset therefore fails, weechat will never try to auto-reset again and manual reset is necessary. This...
This PR adds a `color_separator` option to all bars as requested by #975 but the naming of this option is chosen to be more consistent with existing bar color options....
Adds options for configuring `scroll` bar item's format runtime to something other than what's specified by the language. *Feature requested by earnestly in #weechat:* ``` don't understand what you want...
When having two channels on different servers named #foo and ##foo, fixes a bug with "/buffer #foo" potentially switching to ##foo, while #foo would be a more accurate and intuitive...
Changes made by this PR: 1. **New hook type "provider" based on "modifier"** (functions `hook_provider` and `hook_provider_exec`). When executing modifiers they are all applied one after another until they've all...
This patch adds four features (closes #587): 1. Handling and displaying of Metadata numerics 2. Support for `metadata-notify` capability 3. Command `/metadata` to manage Metadata 4. Options `irc.metadata.*` which can...
This patch adds support for PCRE instead of POSIX regex via pcreposix wrapper. Build option `ENABLE_PCRE` needs to be enabled to compile with PCRE support (default `OFF`). Since I'm not...