summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-08-10logger: fix memory leaks in backlogSébastien Helleu
2014-08-10core: fix memory leak on /upgrade when file signature in upgrade file is invalidSébastien Helleu
2014-08-09core: fix memory leak in completion of config options valuesSébastien Helleu
2014-08-09irc: fix memory leak in CTCP answerSébastien Helleu
2014-08-09core: fix memory leak when removing script filesSébastien Helleu
2014-08-09core: fix bug with several arguments for command /buffer clear|hide|unhideSébastien Helleu
2014-08-09exec: invert a condition to make code more readableSébastien Helleu
2014-08-09relay: fix memory leak during handshake on websocketSébastien Helleu
2014-08-09relay: fix memory leak when receiving several lines from client (weechat prot...Sébastien Helleu
2014-08-09relay: fix memory leak when receiving commands from client (weechat protocol)Sébastien Helleu
2014-08-09relay: remove dead assignmentSébastien Helleu
2014-08-09relay: fix crash when an IRC "MODE" command is received from client without a...Sébastien Helleu
2014-08-08core: check that regex is not NULL in function string_replace_regexSébastien Helleu
2014-08-07core: fix example in comment of function string_replace_regexSébastien Helleu
2014-08-03core: display warning on $TERM only if it doesn't start with "screen" (under ...Sébastien Helleu
2014-08-03core: fix display of bar item "buffer_filter" when toggling filters in curren...Sébastien Helleu
2014-08-02core: fix result of hash function (in hashtables) on 32-bit systemsSébastien Helleu
2014-08-02api: fix function string_decode_base64Sébastien Helleu
2014-08-02trigger: fix hook count on 32-bit systemsSébastien Helleu
2014-08-02relay: fix number of bytes sent/received on 32-bit systemsSébastien Helleu
2014-08-02api: fix function string_format_size on 32-bit systemsSébastien Helleu
2014-08-02irc: fix duplicate sender name in display of wallops (closes #142, closes #145)Sébastien Helleu
2014-07-30core: check that from/to arguments are not NULL in base16/64 functionsSébastien Helleu
2014-07-29tests: add tests of function string_is_word_charSébastien Helleu
2014-07-28core: check that string is not NULL in function string_input_for_bufferSébastien Helleu
2014-07-27core: check that string is not NULL in function string_iconvSébastien Helleu
2014-07-25core: fix compilation warning on GNU/Hurd about unsigned long numbersSébastien Helleu
2014-07-25core: add comments in translations for file size unitsSébastien Helleu
2014-07-25core: add terabyte unit for size displayedSébastien Helleu
2014-07-23trigger: update commentSébastien Helleu
2014-07-22trigger: refuse triggers with . in their nameAndrew Potter
2014-07-21core: fix insert of mouse code in input line after a partial key combo (close...Sébastien Helleu
2014-07-20core: remove whitespace in cmake filesSébastien Helleu
2014-07-20core: fix build with autotools (add main.c)Sébastien Helleu
2014-07-20core: fix link errors with ncurses librarySébastien Helleu
2014-07-20core: fix code style in function utf8_is_valid()Sébastien Helleu
2014-07-20Merge branch 'master' of git://github.com/anders/weechat into anders-masterSébastien Helleu
2014-07-14core: move some detections from src/CMakeLists.txt to root CMakeLists.txtSébastien Helleu
2014-07-14core: do not exit WeeChat in weechat_end() (let the caller do that)Sébastien Helleu
2014-07-14core: move main() function into Curses GUISébastien Helleu
2014-07-14core: send signal key_combo_xxx even for unknown combosSébastien Helleu
2014-07-14core: display a warning on startup if $TERM is not screen(-256color) under sc...Sébastien Helleu
2014-07-14core: add Curl options for versions 7.29.0 to 7.37.0Sébastien Helleu
2014-07-14script: fix display of curl errorsSébastien Helleu
2014-07-14core: hide message timestamp in bare display if timestamp is disabled in buff...Sébastien Helleu
2014-07-14aspell: rename variable "utf8_char_int" to "code_point"Sébastien Helleu
2014-07-12irc: display locally away status changes in private buffers (in addition to c...Sébastien Helleu
2014-07-12python: fix read of return value for callbacks returning an integer in Python...Sébastien Helleu
2014-07-12core: fix evaluation of expressions with regex condition (closes #63)Sébastien Helleu
2014-07-12core: add option "-mask" in command /unset (closes #112)Sébastien Helleu