Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-29 | irc: fix uninitialized variable "color" when hashing nickname to find color | Sebastien Helleu | |
2013-06-29 | aspell: fix uninitialized variable "lang" when displaying list of installed ↵ | Sebastien Helleu | |
dictionaries | |||
2013-06-09 | relay: add command "ping" in weechat protocol (task #12689) | 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 | |||
2013-05-27 | xfer: fix compilation error on OpenBSD | Simon Kuhnle | |
Signed-off-by: Simon Kuhnle <Simon.Kuhnle@cs.fau.de> | |||
2013-05-22 | xfer: fix compilation warnings | Sebastien Helleu | |
2013-05-21 | Merge branch 'layout_infolist_hdata' | Sebastien Helleu | |
2013-05-18 | irc: fix name of server buffer after /server rename (set name "server.name" ↵ | Sebastien Helleu | |
instead of "name") | |||
2013-05-18 | relay: fix uncontrolled format string in redirection of irc commands | Sebastien Helleu | |
2013-05-18 | irc: fix uncontrolled format string when sending unknown irc commands (if ↵ | Sebastien Helleu | |
option irc.network.send_unknown_commands is on) | |||
2013-05-18 | irc: fix uncontrolled format string when sending ison command (for nicks ↵ | Sebastien Helleu | |
monitored by /notify) | |||
2013-05-18 | api: do not display a warning by default when loading a script with a ↵ | Sebastien Helleu | |
license different from GPL | |||
2013-05-14 | core: add infolist "layout" and hdata "layout", "layout_buffer" and ↵ | Sebastien Helleu | |
"layout_window" (thanks to Nils Görs) | |||
2013-05-12 | irc: fix refresh of nick in input bar when joining a new channel with op ↵ | Sebastien Helleu | |
status (bug #38969) | |||
2013-05-11 | irc: remove tag "notify_private" from notices received before message 001 | Sebastien Helleu | |
This removes tag "notify_private" from notices like that (sent before message 001): :irc.network.com NOTICE nick :*** Spoofing your IP :irc.network.com NOTICE nick :*** You are exempt from K/G/X lines :irc.network.com NOTICE nick :*** You are exempt from user limits | |||
2013-05-07 | python: fix crash when loading scripts with Python 3.x (patch #8044) (thanks ↵ | Sebastien Helleu | |
to isak) | |||
2013-05-06 | irc: fix display of CTCP messages that contain bold attribute (bug #38895) | Sebastien Helleu | |
2013-05-03 | script: add key alt+A in /help script (thanks ArZa) | Sebastien Helleu | |
2013-05-01 | relay: remove temporary option "nicklistdiff" (in command init), send ↵ | Sebastien Helleu | |
nicklist diff by default (weechat protocol) The temporary option was introduced because the nicklist diff was experimental. It is now enabled by default, and there is no way to disable it. Therefore any relay client using weechat protocol must implement the message "_nicklist_diff" (unless nicklist is ignored by client). Extra note: a full nicklist may still be sent if a message with diff would be bigger than whole nicklist. So both full nicklist (message "_nicklist") and nicklist diff (message "_nicklist_diff") must be implemented by clients. | |||
2013-05-01 | Merge branch 'dynamic-nick-prefix-suffix' | Sebastien Helleu | |
2013-05-01 | irc: add support of "dh-aes" SASL mechanism (patch #8020) | Elizabeth Myers | |
2013-04-29 | core: make nick prefix/suffix dynamic (move options from irc plugin to core, ↵ | Sebastien Helleu | |
add logger options) (bug #37531) | |||
2013-04-28 | irc: fix duplicate nick completion when someone rejoins the channel with ↵ | Sebastien Helleu | |
same nick but a different case (bug #38841) | |||
2013-04-27 | script: do not search by license and author in /script search (thanks to ↵ | Sebastien Helleu | |
Nils Görs) | |||
2013-04-23 | irc: add support of UHNAMES (capability "userhost-in-names") (task #9353) | Sebastien Helleu | |
2013-04-21 | relay: fix typo in error displayed by command /relay del | Sebastien Helleu | |
2013-04-21 | irc: add tag "irc_nick_back" for messages displayed in private buffer when a ↵ | Sebastien Helleu | |
nick is back on server (task #12576) | |||
2013-04-21 | api: add new function hdata_search | Sebastien Helleu | |
2013-04-20 | ruby: fix crash in function hdata_move | Sebastien Helleu | |
2013-04-20 | guile: fix crash in function hdata_move | Sebastien Helleu | |
2013-04-10 | irc: fix crash on command "/allchan /close" | Sebastien Helleu | |
2013-03-25 | xfer: add option xfer.file.auto_accept_nicks (patch #7962) | Andrew Potter | |
2013-03-25 | fifo: remove #define MAX_PATH (now done in weechat-plugin.h) | Sebastien Helleu | |
2013-03-25 | script: fix compilation on GNU/Hurd (patch #7977) (thanks to Andrew Potter) | Sebastien Helleu | |
PATH_MAX is now defined in weechat-plugin.h (if not defined, for example on GNU/Hurd), so that all plugins can use it. | |||
2013-03-24 | lua: remove use of functions for API constants | Sebastien Helleu | |
2013-03-24 | irc: add option irc.look.display_join_message (task #10895) | Sebastien Helleu | |
2013-03-24 | ruby: fix typo in comment | Sebastien Helleu | |
2013-03-22 | ruby: fix crash with Ruby 2.0: use one array for the last 6 arguments of ↵ | Sebastien Helleu | |
function config_new_option (bug #31050) | |||
2013-03-22 | irc: fix default completion (like nicks) in commands /msg, /notice, /query ↵ | Sebastien Helleu | |
and /topic | |||
2013-03-21 | irc: fix prefix color for nick when the prefix is not in ↵ | Sebastien Helleu | |
irc.color.nick_prefixes: use default color (key "*") Problem was happening on a server which has "PREFIX=(Yqaohv)!~&@%+". Users with prefix "!" were displayed as lightred (color for "~") instead of lightblue (default key "*"). When a prefix was not found, WeeChat was looping on other prefixes (in order). Now if color is not found, WeeChat uses immediately the fallback color. | |||
2013-03-17 | irc: add option irc.look.pv_buffer: automatically merge private buffers ↵ | Sebastien Helleu | |
(optionally by server) (task #11924) | |||
2013-03-17 | scripts: create directories (language and language/autoload) on each action ↵ | Sebastien Helleu | |
(install/remove/autoload), just in case they have been removed (bug #38473) | |||
2013-03-17 | script: create "script" directory on each action (just in case it has been ↵ | Sebastien Helleu | |
removed) (bug #38472) | |||
2013-03-17 | relay: rename compression "gzip" to "zlib" (compression is zlib, not gzip) ↵ | Sebastien Helleu | |
(thanks to Dominik Honnef) |