summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-05-21Merge branch 'layout_infolist_hdata'Sebastien Helleu
2013-05-21core: 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-18irc: fix name of server buffer after /server rename (set name "server.name" ↵Sebastien Helleu
instead of "name")
2013-05-18relay: fix uncontrolled format string in redirection of irc commandsSebastien Helleu
2013-05-18irc: fix uncontrolled format string when sending unknown irc commands (if ↵Sebastien Helleu
option irc.network.send_unknown_commands is on)
2013-05-18irc: fix uncontrolled format string when sending ison command (for nicks ↵Sebastien Helleu
monitored by /notify)
2013-05-18api: do not display a warning by default when loading a script with a ↵Sebastien Helleu
license different from GPL
2013-05-15core: add variable "current_layout" in infolist "layout"Sebastien Helleu
2013-05-14core: add infolist "layout" and hdata "layout", "layout_buffer" and ↵Sebastien Helleu
"layout_window" (thanks to Nils Görs)
2013-05-14core: fix typo in commentSebastien Helleu
2013-05-12irc: fix refresh of nick in input bar when joining a new channel with op ↵Sebastien Helleu
status (bug #38969)
2013-05-11irc: remove tag "notify_private" from notices received before message 001Sebastien 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-07python: fix crash when loading scripts with Python 3.x (patch #8044) (thanks ↵Sebastien Helleu
to isak)
2013-05-06irc: fix display of CTCP messages that contain bold attribute (bug #38895)Sebastien Helleu
2013-05-03script: add key alt+A in /help script (thanks ArZa)Sebastien Helleu
2013-05-03core: add options weechat.look.prefix_align_more_after and ↵Sebastien Helleu
weechat.look.prefix_buffer_align_more_after
2013-05-01relay: 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-01core: 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-01Merge branch 'dynamic-nick-prefix-suffix'Sebastien Helleu
2013-05-01irc: add support of "dh-aes" SASL mechanism (patch #8020)Elizabeth Myers
2013-04-29core: make nick prefix/suffix dynamic (move options from irc plugin to core, ↵Sebastien Helleu
add logger options) (bug #37531)
2013-04-28irc: fix duplicate nick completion when someone rejoins the channel with ↵Sebastien Helleu
same nick but a different case (bug #38841)
2013-04-27script: do not search by license and author in /script search (thanks to ↵Sebastien Helleu
Nils Görs)
2013-04-25core: fix typo in /help evalSebastien Helleu
2013-04-24core: reset scroll in window before zooming on a merged buffer (bug #38207)Sebastien Helleu
2013-04-23irc: add support of UHNAMES (capability "userhost-in-names") (task #9353)Sebastien Helleu
2013-04-21relay: fix typo in error displayed by command /relay delSebastien Helleu
2013-04-21irc: add tag "irc_nick_back" for messages displayed in private buffer when a ↵Sebastien Helleu
nick is back on server (task #12576)
2013-04-21api: add new function hdata_searchSebastien Helleu
2013-04-20ruby: fix crash in function hdata_moveSebastien Helleu
2013-04-20guile: fix crash in function hdata_moveSebastien Helleu
2013-04-18api: add property "completion_freeze" for function buffer_set: do not stop ↵Sebastien Helleu
completion when command line is updated
2013-04-12api: fix connection to servers with hook_connect on OS X (bug #38496)Sebastien Helleu
2013-04-12core: do not force weechat_quit to 0 in main loop, so that a /quit issued ↵Sebastien Helleu
before main loop is working
2013-04-10irc: fix crash on command "/allchan /close"Sebastien Helleu
2013-03-29core: use layout saved when option weechat.look.save_layout_on_exit is ↵Sebastien Helleu
enabled (so it is automatically restored when WeeChat restarts)
2013-03-29core: fix uninitialized variable when saving layout for windows in upgradeSebastien Helleu
2013-03-25xfer: add option xfer.file.auto_accept_nicks (patch #7962)Andrew Potter
2013-03-25fifo: remove #define MAX_PATH (now done in weechat-plugin.h)Sebastien Helleu
2013-03-25script: 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-24lua: remove use of functions for API constantsSebastien Helleu
2013-03-24irc: add option irc.look.display_join_message (task #10895)Sebastien Helleu
2013-03-24ruby: fix typo in commentSebastien Helleu
2013-03-22ruby: 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-22irc: fix default completion (like nicks) in commands /msg, /notice, /query ↵Sebastien Helleu
and /topic
2013-03-21irc: 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-17irc: add option irc.look.pv_buffer: automatically merge private buffers ↵Sebastien Helleu
(optionally by server) (task #11924)
2013-03-17core: fix refresh of item "completion" (bug #38214) (patch from Nils Görs)Sebastien Helleu
The item is now cleared after any action that is changing content of command line and after switch of buffer.
2013-03-17scripts: 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-17script: create "script" directory on each action (just in case it has been ↵Sebastien Helleu
removed) (bug #38472)