summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-01-25irc: fix memory leak on nick account in irc_channel_remove_account()Sébastien Helleu
2015-01-25Merge remote-tracking branch 'origin/pr/246' into irc-account-notifySébastien Helleu
2015-01-24core: fix random error when creating symbolic link weechat-curses on make ins...Sébastien Helleu
2015-01-24irc: don't keep valid account names when account-notify is disabledMax Teufel
2015-01-24irc: add support for CAP account-notifyMax Teufel
2015-01-24irc: remove server "freenode" from default config file (closes #309)Sébastien Helleu
2015-01-24irc: don't close channel buffer on second /part when option irc.look.part_clo...Sébastien Helleu
2015-01-23core: fix crash when a root bar has conditions different from active/inactive...Sébastien Helleu
2015-01-23irc: fix restore of query buffers on /upgrade (closes #315)Sébastien Helleu
2015-01-21core: add gnutls version in #if compiler directivesSébastien Helleu
2015-01-21irc: fix compilation of SASL "ecdsa-nist256p-challenge"Sébastien Helleu
2015-01-19irc: add support of "ecdsa-nist256p-challenge" SASL mechanism (closes #251)Sébastien Helleu
2015-01-19core: check that filename is not NULL in function util_file_get_contentSébastien Helleu
2015-01-19irc: fix /join on a channel buffer opened with autojoin but which failed to joinSébastien Helleu
2015-01-17irc: send QUIT to server and no PART for channels when the server buffer is c...Sébastien Helleu
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 name...Sébastien Helleu
2015-01-15core: add priority in plugins to initialize them in orderSébastien Helleu
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 #13...Sébastien Helleu
2015-01-03core: fix NULL pointer in free of bar window (closes #293); add extra checks ...Sébastien Helleu
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
2015-01-01core: update copyright datesSébastien Helleu
2014-12-28core: check bar conditions in root bars and on each update of a bar itemSébastien Helleu
2014-12-26irc: remove useless refresh of bar itemSébastien Helleu
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
2014-12-20core: fully evaluate commands bound to keys in cursor and mouse contextsSébastien Helleu
2014-12-14irc: open channel buffers before the JOIN is received from server (autojoin a...Sébastien Helleu
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 t...Sébastien Helleu
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 o...Sébastien Helleu
2014-11-23irc: remove unused variableSébastien Helleu
2014-11-23irc: rename server option "sasl_disconnect_on_fail" to "sasl_fail", change ty...Sébastien Helleu
2014-11-23irc: merge arrays with server options names and default values into a single ...Sébastien Helleu
2014-11-23Merge branch 'feature/sasl_disconnect_on_fail' of git://github.com/maxteufel/...Sébastien Helleu
2014-11-23core: fix regex replace in eval_expression when regex or regex_replace is emptySébastien Helleu
2014-11-22api: fix truncated process output in hook_process() (closes #266)Sébastien Helleu
2014-11-22irc: add option irc.server.*.sasl_disconnect_on_fail (task #12204)Max Teufel