summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-10-24lua: fix crash on calls to callbacks during load of scriptSebastien Helleu
2013-10-19core: fix truncated prefix when filters are toggled (bug #40204)Sebastien Helleu
2013-10-08irc: add option irc.look.notice_welcome_tagsSebastien Helleu
2013-10-08irc: add server option "default_msg_kick" to customize default kick/kickban m...Sebastien Helleu
2013-10-06core: add options to customize default text search in buffersSebastien Helleu
2013-10-06Version 0.4.3-devSebastien Helleu
2013-10-06Version 0.4.2Sebastien Helleu
2013-10-05relay: fix decoding of websocket frames when there are multiple frames in a s...Sebastien Helleu
2013-10-03irc: fix reconnection to server using IPv6 (bug #38819, bug #40166)Sebastien Helleu
2013-09-30core: clear whole line before displaying content instead of clearing after th...Sebastien Helleu
2013-09-24core: fix time displayed in status bar (it was one second late) (bug #40097)Sebastien Helleu
2013-09-20Version 0.4.2-rc2Sebastien Helleu
2013-09-20aspell: fix detection of word start/end when there are apostrophes or minus c...Sebastien Helleu
2013-09-19core: fix memory leak on unhook of a print hook (if using tags)Sebastien Helleu
2013-09-03core: rename options weechat.look.day_change_message(2) to weechat.look.day_c...Sebastien Helleu
2013-09-02Version 0.4.2-rc1Sebastien Helleu
2013-09-02core: fix computation of columns in output of /help (take care about size of ...Sebastien Helleu
2013-09-02core: add option weechat.look.day_change_message2Sebastien Helleu
2013-08-28irc: add option irc.look.notice_welcome_redirect to automatically redirect ch...Sebastien Helleu
2013-08-26logger: add option "flush" for command /loggerSebastien Helleu
2013-08-25core: fix evaluation of expressions with parenthesesSebastien Helleu
2013-08-25core: display day change message dynamically (do not store it as a line in bu...Sebastien Helleu
2013-08-19core: add syntax "@buffer:item" in bar items to force the buffer used when di...Sebastien Helleu
2013-08-18irc: replace default prefix modes "qaohvu" by the standard ones "ov" when PRE...Sebastien Helleu
2013-08-18core: add split of IRC messages for commands (de)op/halfop/voice in ChangeLogSebastien Helleu
2013-08-17core: add search of regular expression in buffer, don't reset search type on ...Sebastien Helleu
2013-08-16core: add text emphasis in messages when searching text in bufferSebastien Helleu
2013-08-10core: fix random crash on "/buffer close" with a buffer number (or a range of...Sebastien Helleu
2013-08-10core: optimize the removal of lines in buffers (a lot faster to clear/close b...Sebastien Helleu
2013-08-10core: update ChangeLog with changes on hashtablesSebastien Helleu
2013-08-05rmodifier: add option "missing" for command /rmodifierSebastien Helleu
2013-08-04core: change color format for options from `${xxx}` to `${color:xxx}`Sebastien Helleu
2013-08-04core: fix asciidoc formatting in ChangeLogSebastien Helleu
2013-08-04api: add support of colors with format "${color:xxx}" in function string_eval...Sebastien Helleu
2013-08-04api: add argument "options" in function string_eval_expression, add option "-...Sebastien Helleu
2013-08-02core: add task #7395 in ChangeLogSebastien Helleu
2013-08-02core: rename binary and man page from "weechat-curses" to "weechat" (task #11...Sebastien Helleu
2013-07-31plugins: remove the demo pluginSebastien Helleu
2013-07-31core: do not build man page by defaultSebastien Helleu
2013-07-31core: add cmake option ENABLE_MAN to compile man page (on by default)Sebastien Helleu
2013-07-30irc: use 6697 as default port for SSL servers created with URL "ircs://" (bug...Sebastien Helleu
2013-07-28core: update ChangeLog (add hdata with script callback)Sebastien Helleu
2013-07-28script: add info about things defined by script in the detailed view of scrip...Sebastien Helleu
2013-07-28api: use pointer for infolist "hook" to return only one hookSebastien Helleu
2013-07-27core: add option "-o" for command /colorSebastien Helleu
2013-07-27irc: display number of ops/halfops/voices on channel join only for supported ...Sebastien Helleu
2013-07-27api: add new function strlen_screenSebastien Helleu
2013-07-24core: fix priority of logical operators in evaluation of expressionSebastien Helleu
2013-07-22core: remove gap after read marker line when there is no bar on the right (bu...Sebastien Helleu
2013-07-20aspell: rename option aspell.look.color to aspell.color.misspelled, add optio...Sebastien Helleu