Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-21 | Merge branch 'layout_infolist_hdata' | Sebastien Helleu | |
2013-05-21 | core: fix line alignment when option weechat.look.buffer_time_format is set ↵ | Sebastien Helleu | |
to empty string A regression was introduced by commit 305175fb8c464a169e767a814f5c400154507e6f | |||
2013-05-20 | Version 0.4.2-dev | Sebastien Helleu | |
2013-05-20 | Version 0.4.1 | 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 | core: update italian translations | Marco Paolone | |
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-16 | doc: update italian docs | Marco Paolone | |
2013-05-15 | core: add variable "current_layout" in infolist "layout" | Sebastien Helleu | |
2013-05-14 | core: add infolist "layout" and hdata "layout", "layout_buffer" and ↵ | Sebastien Helleu | |
"layout_window" (thanks to Nils Görs) | |||
2013-05-14 | core: fix typo in comment | Sebastien Helleu | |
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 | Version 0.4.1-rc2 | Sebastien Helleu | |
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-09 | doc: fix typo in user's guide (thanks to faen) | Sebastien Helleu | |
2013-05-07 | python: fix crash when loading scripts with Python 3.x (patch #8044) (thanks ↵ | Sebastien Helleu | |
to isak) | |||
2013-05-06 | doc: update polish translations and docs | Krzysztof Koroscik | |
2013-05-06 | irc: fix display of CTCP messages that contain bold attribute (bug #38895) | Sebastien Helleu | |
2013-05-04 | doc: update german translations and docs | Nils Görs | |
2013-05-04 | doc: update japanese translations and docs | Ryuunosuke Ayanokouzi | |
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-02 | doc: update german translations and user's guide | Nils Görs | |
2013-05-02 | doc: update auto-generated files with options | Sebastien Helleu | |
2013-05-01 | doc: add relay message "_nicklist_diff" in NEWS | 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 | core: fix display of long lines without time (message beginning with two tabs) | Sebastien Helleu | |
The long lines without time were not properly aligned: the second and subsequent lines should start at column 0 of chat area. | |||
2013-05-01 | Version 0.4.1-rc1 | Sebastien Helleu | |
2013-05-01 | Merge branch 'dynamic-nick-prefix-suffix' | Sebastien Helleu | |
2013-05-01 | doc: add IRC SASL "dh-aes" mechanism in user's guide | Sebastien Helleu | |
2013-05-01 | core: update translations | Sebastien Helleu | |
2013-05-01 | irc: add support of "dh-aes" SASL mechanism (patch #8020) | Elizabeth Myers | |
2013-05-01 | doc: update german auto-generated file with WeeChat commands | Sebastien Helleu | |
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-25 | core: fix typo in /help eval | Sebastien Helleu | |
2013-04-24 | core: reset scroll in window before zooming on a merged buffer (bug #38207) | Sebastien Helleu | |
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-21 | doc: fix typo in python example of function hdata_move (plugin API reference) | Sebastien Helleu | |
2013-04-21 | doc: add missing functions in scripting guide | 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-18 | api: add property "completion_freeze" for function buffer_set: do not stop ↵ | Sebastien Helleu | |
completion when command line is updated |