summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)Author
2015-01-16irc: fix order of channel buffers opened (closes #303)Sébastien Helleu
2015-01-15irc: fix crash in buffer close when server name is the same as a channel ↵Sébastien Helleu
name (closes #305)
2015-01-15core: add priority in plugins to initialize them in orderSébastien Helleu
Current order is: charset, logger, exec, trigger, aspell, alias, fifo, xfer, irc, relay, guile/lua/perl/python/ruby/tcl, script.
2015-01-10irc: fix warning on cast of a pointerSébastien Helleu
2015-01-06irc: defer the auto-connection to servers with a timer (closes #279, task ↵Sébastien Helleu
#13038)
2015-01-01core: do not add flag "-fPIC" on Cygwin (not needed)Sébastien Helleu
2015-01-01core: fix compilation of plugins with cmake >= 3.1 (closes #287)Sébastien Helleu
The flag -fPIC is now forced for compilation of plugins. It should fix compilation problems when cmake doesn't add this flag.
2015-01-01core: update copyright datesSébastien Helleu
2014-12-26irc: remove useless refresh of bar itemSébastien Helleu
And the name of item was wrong ("nicklist" instead of "buffer_nicklist").
2014-12-21irc: add option "reorder" in command /server (closes #229)Sébastien Helleu
2014-12-21core: replace irc.freenode.net by chat.freenode.netMikaela Suomalainen
Freenode wants people to use chat.freenode.net instead of irc.freenode.net which is alias to chat.freenode.net.
2014-12-14irc: open channel buffers before the JOIN is received from server (autojoin ↵Sébastien Helleu
and manual joins) (closes #216) New options: - irc.look.buffer_open_before_autojoin - irc.look.buffer_open_before_join
2014-12-14irc: rename argument with new server name in function irc_server_rename()Sébastien Helleu
2014-12-13core: use https for WeeChat URLsSébastien Helleu
2014-12-07relay: wait for message CAP END before sending join of channels and backlog ↵Sébastien Helleu
to the client (closes #223)
2014-12-05core: split info/infolist callbacksSébastien Helleu
2014-12-04irc: split info/infolist callbacksSébastien Helleu
2014-12-03xfer: rename callback for infolist "xfer"Sébastien Helleu
2014-12-02relay: rename info/infolist callbacksSébastien Helleu
2014-12-01script: rename callback for infolist "script_script"Sébastien Helleu
2014-11-30logger: rename callback for infolist "logger_buffer"Sébastien Helleu
2014-11-29fifo: rename callback for info "fifo_filename"Sébastien Helleu
2014-11-28aspell: rename callback for info "aspell_dict"Sébastien Helleu
2014-11-27alias: rename callback for infolist "alias"Sébastien Helleu
2014-11-23irc: add missing server options "sasl_timeout", "sasl_fail" and "notify" in ↵Sébastien Helleu
output of /server listfull
2014-11-23irc: remove unused variableSébastien Helleu
2014-11-23irc: rename server option "sasl_disconnect_on_fail" to "sasl_fail", change ↵Sébastien Helleu
type to integer (enum) New possible values are: - "continue": ignore the SASL failed (continue connection to server without authentication) - "reconnect": disconnect and schedule a reconnection to server - "disconnect": disconnect
2014-11-23irc: merge arrays with server options names and default values into a single ↵Sébastien Helleu
array
2014-11-22irc: add option irc.server.*.sasl_disconnect_on_fail (task #12204)Max Teufel
2014-11-22irc: handle ERR_NICKLOCKED (902)Max Teufel
2014-11-22api: return value in function command(), remove WeeChat error after command ↵Sébastien Helleu
callback if return code is WEECHAT_RC_ERROR
2014-11-16relay: send messages "_buffer_localvar_*" and "_buffer_type_changed" with ↵Sébastien Helleu
sync "buffers" (closes #191)
2014-11-15script: add option script.scripts.url_force_https (closes #253)Sébastien Helleu
2014-11-11irc: add infolist "irc_color_weechat"Sébastien Helleu
2014-11-11irc: add support for color codes 16-99 in IRC messages (closes #228) (patch ↵Sébastien Helleu
from Nei)
2014-11-09xfer: fix code styleSébastien Helleu
2014-11-09Merge branch 'xfer_chat' of git://github.com/talisein/weechat-1 into ↵Sébastien Helleu
talisein-xfer_chat
2014-11-09xfer: fix commentsSébastien Helleu
2014-11-09xfer: return 0/1 instead of WEECHAT_RC_OK/ERROR in function xfer_resolve_addrSébastien Helleu
2014-11-09Merge branch 'xfer_wildcard' of git://github.com/talisein/weechat-1 into ↵Sébastien Helleu
talisein-xfer_wildcard
2014-11-07python: remove comment added by mistakeSébastien Helleu
2014-11-06core: update German translationsNils Görs
2014-11-04irc: use option irc.look.nick_mode_empty to display nick prefix in bar item ↵Sébastien Helleu
"input_prompt"
2014-11-04irc: disable SSLv3 by default in server option "ssl_priorities" (closes #248)Sébastien Helleu
2014-11-04relay: disable SSLv3 by defaultSébastien Helleu
The new default value for option relay.network.ssl_priorities is now "NORMAL:-VERS-SSL3.0".
2014-11-02relay: don't remove relay from config when the binding fails (closes #225), ↵Sébastien Helleu
add options "stop" and "restart" in command /relay
2014-11-01trigger: fix trigger example "effects" in /help trigger (update regex to new ↵Sébastien Helleu
format)
2014-11-01irc: reformat some code to make it more readableSébastien Helleu
2014-11-01irc: add "extended-join" in help of server option "capabilities"Sébastien Helleu
2014-11-01irc: fix display of "(null)" as real name when it is missing in extended-joinSébastien Helleu