summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-02-22core: fix uninitialized value in function string_decode_base64Sebastien Helleu
2014-02-22core: fix memory leak and use of invalid pointer in split of string (in case ...Sebastien Helleu
2014-02-22core: fix potential NULL pointer in function gui_color_emphasizeSebastien Helleu
2014-02-22relay: fix NULL pointer when reading buffer lines for irc backlogSebastien Helleu
2014-02-21core: update ChangeLogSebastien Helleu
2014-02-21core: update ChangeLogSebastien Helleu
2014-02-20irc: set option irc.network.whois_double_nick to "off" by defaultSebastien Helleu
2014-02-20alias: change default command for alias /beep to "/print -beep"Sebastien Helleu
2014-02-20core: add option "-beep" in command /printSebastien Helleu
2014-02-20irc: fix parsing of nick in host when '!' is not found (bug #41640)Felix Eckhofer
2014-02-17guile: fix module used after unload of a scriptSebastien Helleu
2014-02-17lua: fix interpreter used after unload of a scriptSebastien Helleu
2014-02-17perl: fix context used after unload of a scriptSebastien Helleu
2014-02-17python: fix interpreter used after unload of a scriptSebastien Helleu
2014-02-17core: allow empty arguments for command /printSebastien Helleu
2014-02-16core: update ChangeLog (add option "bare" in command /window)Sebastien Helleu
2014-02-16core: add bare display mode (for easy text selection and click on URLs)Sebastien Helleu
2014-02-16core: add missing feature in ChangeLog for v0.4.3 (use one date format when d...Sebastien Helleu
2014-02-14core: add asciidoc attributes in files ChangeLog/NEWSSebastien Helleu
2014-02-13core: fix freeze/crash in gnutls (bug #41576)Jason A. Donenfeld
2014-02-12core: fix cmake warning CMP0007 on "make uninstall" (bug #41528)Sebastien Helleu
2014-02-11core: add signals "key_combo_{default|search|cursor}"Sebastien Helleu
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-02-09core: display a warning in case of inconsistency between the options weechat....Sebastien Helleu
2014-02-09Version 0.4.3Sebastien Helleu
2014-02-06core: fix hotlist problems after apply of a layout (bug #41481)Sebastien Helleu
2014-02-05ruby: add detection and fix compilation with Ruby 2.0 (patch #8209)Sebastien Helleu
2014-02-04core: fix installation of weechat-plugin.h with autotools (patch #8305)Patrick Steinhardt
2014-02-04alias: add default alias /beep => /print -stderr \aSebastien Helleu
2014-02-03doc: add French version of relay protocolSebastien Helleu
2014-02-02core: fix compilation on Android (replace include of sys/termios.h by termios...Sebastien Helleu
2014-02-02core: update ChangeLogSebastien Helleu
2014-02-02core: fix compilation on Android (replace calls to rindex by strrchr) (bug #4...Sebastien Helleu
2014-02-01core: fix crash when creating two bars with same name but different case (bug...Sebastien Helleu
2014-01-31irc: clear the gnutls session in all cases after SSL connection errorSebastien Helleu
2014-01-31relay: send backlog for irc private buffersSebastien Helleu
2014-01-27core: fix typo in ChangeLogSebastien Helleu
2014-01-27core: fix display of read marker when all buffers line are unreadSebastien Helleu
2014-01-27logger: replace backslashs in name by logger replacement char under Cygwin (b...Sebastien Helleu
2014-01-26core: fix memory leak in regex matching when evaluating expressionSebastien Helleu
2014-01-25scripts: fix script interpreter used after register during load of script in ...Sebastien Helleu
2014-01-24core: add support of escaped unicode chars in commands /print and "/input ins...Sebastien Helleu
2014-01-23irc: use MONITOR instead of ISON for /notify when it is available on server (...Sebastien Helleu
2014-01-22core: revert the rename of option weechat.look.save_layout_on_exitSebastien Helleu
2014-01-22api: add function "infolist_search_var"Sebastien Helleu
2014-01-21core: rename option weechat.look.save_layout_on_exit to weechat.look.store_la...Sebastien Helleu
2014-01-21core: add signals "signal_sighup" and "signal_sigwinch" (terminal resized)Sebastien Helleu
2014-01-21irc: do not display names by default when joining a channel (task #13045)Sebastien Helleu
2014-01-21irc: add server option "ssl_fingerprint" (task #12724)Maarten de Vries
2014-01-20irc: display PONG answer when resulting from manual /ping commandSebastien Helleu