summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-03-25script: fix compilation on GNU/Hurd (patch #7977) (thanks to Andrew Potter)Sebastien Helleu
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-24core: install icon file (patch #7972)Sebastien Helleu
2013-03-22ruby: fix crash with Ruby 2.0: use one array for the last 6 arguments of func...Sebastien Helleu
2013-03-22irc: fix default completion (like nicks) in commands /msg, /notice, /query an...Sebastien Helleu
2013-03-21irc: fix prefix color for nick when the prefix is not in irc.color.nick_prefi...Sebastien Helleu
2013-03-17irc: add option irc.look.pv_buffer: automatically merge private buffers (opti...Sebastien Helleu
2013-03-17core: fix refresh of item "completion" (bug #38214) (patch from Nils Görs)Sebastien Helleu
2013-03-17scripts: create directories (language and language/autoload) on each action (...Sebastien Helleu
2013-03-17script: create "script" directory on each action (just in case it has been re...Sebastien Helleu
2013-03-17relay: rename compression "gzip" to "zlib" (compression is zlib, not gzip) (t...Sebastien Helleu
2013-03-17core: fix typos in ChangeLogSebastien Helleu
2013-03-17core: add support of multiple layouts (task #11274)Sebastien Helleu
2013-03-13lua: fix crash on stack overflow: call lua_pop() for values returned by lua f...Sebastien Helleu
2013-03-12irc: rename option irc.network.lag_disconnect to irc.network.lag_reconnect, v...Sebastien Helleu
2013-03-11api: fix bug in string_match when mask begins and ends with "*"Sebastien Helleu
2013-03-09relay: add message "_nicklist_diff" (differences between old and current nick...Sebastien Helleu
2013-03-08core: add signals and hsignals for nicklist eventsSebastien Helleu
2013-03-07api: allow hashtable with keys that are not strings in function hashtable_add...Sebastien Helleu
2013-03-03core: add count for groups, nicks, and total in nicklistSebastien Helleu
2013-02-26xfer: fix freeze of DCC file received: use non-blocking socket after connecti...Sebastien Helleu
2013-02-26api: fix function string_mask_to_regex: escape all special chars used in rege...Sebastien Helleu
2013-02-26core: update header in ChangeLog and NEWSSebastien Helleu
2013-02-25script: add control of autoload (enable/disable/toggle) (task #12393)Sebastien Helleu
2013-02-23rmodifier: rename default rmodifier "nickserv" to "command_auth" (with new mo...Sebastien Helleu
2013-02-23irc: hide passwords in commands or messages sent to nickserv with modifiers (...Sebastien Helleu
2013-02-23relay: add support of multiple servers on same port for irc protocol (the cli...Sebastien Helleu
2013-02-20core: fix typos in ChangeLogSebastien Helleu
2013-02-19guile: fix arguments given to callbacks (separate arguments instead of one li...Sebastien Helleu
2013-02-19guile: fix crash on calls to callbacks during load of script (bug #38343)Sebastien Helleu
2013-02-18irc: fix display of malformed CTCP (without closing char) (bug #38347)Sebastien Helleu
2013-02-17irc: unmask smart filtered join if nick speaks in channel some minutes after ...Sebastien Helleu
2013-02-17core: allow read of array in hdata without using indexSebastien Helleu
2013-02-16irc: fix memory leak in purge of hashtables with joins (it was done only for ...Sebastien Helleu
2013-02-14core: add option "dirs" for command /debugSebastien Helleu
2013-02-14core: fix detection of iconv with cmake on OS X (bug #38321)Sebastien Helleu
2013-02-12core: add signal "window_opened" (task #12464)Sebastien Helleu
2013-02-10relay: add experimental websocket server support (RFC 6455) for irc and weech...Sebastien Helleu
2013-02-07core: fix structures before buffer data when a buffer is closedSebastien Helleu
2013-02-07relay: add options "buffers" and "upgrade" for commands sync/desync in weecha...Sebastien Helleu
2013-02-04core: fix refresh of line after changes with hdata_update (update flag "displ...Sebastien Helleu
2013-02-03relay: fix commands sync/desync in weechat protocol (bug #38215)Sebastien Helleu
2013-01-31aspell: optimization on spellers to improve speed (save state by buffer), add...Sebastien Helleu
2013-01-31core: fix detection of python on Ubuntu RaringSebastien Helleu
2013-01-29core: fix hidden lines for messages without date when option weechat.history....Sebastien Helleu
2013-01-26core: use default hash/comparison callback for keys of type integer/pointer/t...Sebastien Helleu
2013-01-25irc: add color in output of /names when result is on server buffer (channel n...Sebastien Helleu
2013-01-22core: fix typo in ChangeLogSebastien Helleu
2013-01-22scripts: do now allow empty script name in function "register"Sebastien Helleu