Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-28 | core: fix typo in french translation of /help notify (patch #8082) | Sebastien Helleu | |
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 | core: fix french translation of arguments in /help relay | Sebastien Helleu | |
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-21 | core: update translations and auto-generated files with hdata/infolists | Sebastien Helleu | |
2013-05-20 | Version 0.4.2-dev | Sebastien Helleu | |
2013-05-20 | Version 0.4.1 | Sebastien Helleu | |
2013-05-11 | Version 0.4.1-rc2 | Sebastien Helleu | |
2013-05-03 | script: add key alt+A in /help script (thanks ArZa) | Sebastien Helleu | |
2013-05-03 | core: add options weechat.look.prefix_align_more_after and ↵ | Sebastien Helleu | |
weechat.look.prefix_buffer_align_more_after | |||
2013-05-01 | Version 0.4.1-rc1 | Sebastien Helleu | |
2013-05-01 | core: update translations | Sebastien Helleu | |
2013-04-25 | core: fix typo in /help eval | Sebastien Helleu | |
2013-04-23 | irc: add support of UHNAMES (capability "userhost-in-names") (task #9353) | Sebastien Helleu | |
2013-03-25 | xfer: add option xfer.file.auto_accept_nicks (patch #7962) | Andrew Potter | |
2013-03-24 | irc: add option irc.look.display_join_message (task #10895) | Sebastien Helleu | |
2013-03-17 | irc: add option irc.look.pv_buffer: automatically merge private buffers ↵ | Sebastien Helleu | |
(optionally by server) (task #11924) | |||
2013-03-17 | core: fix typos in french translations | Sebastien Helleu | |
Now flyspell is enabled in my emacs for .po files :) | |||
2013-03-17 | rmodifier: add info about "groups" in /help rmodifier | Sebastien Helleu | |
2013-03-17 | core: fix typos in many comments and some strings | Sebastien Helleu | |
2013-03-17 | core: add support of multiple layouts (task #11274) | Sebastien Helleu | |
2013-03-12 | irc: rename option irc.network.lag_disconnect to irc.network.lag_reconnect, ↵ | Sebastien Helleu | |
value is now a number of seconds | |||
2013-03-10 | script: fix typo in /help script.scripts.autoload | Sebastien Helleu | |
2013-03-10 | alias: mention local variables of buffer in /help alias | Sebastien Helleu | |
2013-02-26 | xfer: fix freeze of DCC file received: use non-blocking socket after ↵ | Sebastien Helleu | |
connection to sender and ensure the ACK is properly sent (bug #38340) | |||
2013-02-25 | script: add control of autoload (enable/disable/toggle) (task #12393) | Sebastien Helleu | |
New option script.scripts.autoload, new options autoload/noautoload/toggleautoload for command /script, new action "A" (meta-A) on script buffer (toggle autoload). | |||
2013-02-23 | irc: hide passwords in commands or messages sent to nickserv with modifiers ↵ | Sebastien Helleu | |
(bug #38346) New modifiers: "irc_command_auth" and "irc_message_auth". Option removed: irc.look.hide_nickserv_pwd New option: irc.look.nicks_hide_password | |||
2013-02-23 | relay: add support of multiple servers on same port for irc protocol (the ↵ | Sebastien Helleu | |
client must send the server in the "PASS" command) | |||
2013-02-17 | irc: unmask smart filtered join if nick speaks in channel some minutes after ↵ | Sebastien Helleu | |
the join, new option irc.look.smart_filter_join_unmask (task #12405) The nick changes are tracked and will be unmasked with the join. Events triggering the unmask of join are: a message (can be CTCP), a notice or an update of topic. | |||
2013-02-14 | core: add option "dirs" for command /debug | Sebastien Helleu | |
2013-02-10 | doc: fix typos in french translations and plugin API reference | Sebastien Helleu | |
2013-02-10 | relay: add experimental websocket server support (RFC 6455) for irc and ↵ | Sebastien Helleu | |
weechat protocols, new option relay.network.websocket_allowed_origins It is a partial implementation of RFC 6455: fragmentation and control frames are not yet supported. Text and binary frames are supported. | |||
2013-02-01 | core: add info about doc and function to read in /help ↵ | Sebastien Helleu | |
weechat.completion.default_template | |||
2013-01-31 | aspell: optimization on spellers to improve speed (save state by buffer), ↵ | Sebastien Helleu | |
add info "aspell_dict", add completion "aspell_dicts" Two hashtables have been added to store the spellers currently used (in all buffers) and info for each buffer: array with pointers to spellers and state of aspell for this buffer. Therefore the spellers are not destroyed and created again on each buffer switch, or each time screen is refreshed when window is split. | |||
2013-01-29 | core: add "/debug tags" in /help filter | Nils Görs | |
2013-01-24 | core: display error number and string in some network errors | Sebastien Helleu | |
Error number and string is now displayed when an error is returned by one of these functions: socket, setsockopt, fcntl, pipe, accept, bind, listen, mkfifo. | |||
2013-01-22 | scripts: do now allow empty script name in function "register" | Sebastien Helleu | |
2013-01-20 | Version 0.4.1-dev | Sebastien Helleu | |
2013-01-20 | Version 0.4.0 | Sebastien Helleu | |
2013-01-19 | core: update translations | Sebastien Helleu | |
2013-01-14 | Version 0.4.0-rc3 | Sebastien Helleu | |
2013-01-12 | core: update version in gettext files | Sebastien Helleu | |
2013-01-08 | relay: add message when address family is not supported by protocol (on ↵ | Sebastien Helleu | |
socket creation) | |||
2013-01-07 | relay: add error number and string when socket creation fails | Sebastien Helleu | |