summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-02-03relay: fix typo in commentSebastien Helleu
2013-02-01core: add info about doc and function to read in /help weechat.completion.def...Sebastien Helleu
2013-02-01relay: add return of a NULL pointer in command "test"Sebastien Helleu
2013-02-01relay: add comments with example of messages in weechat protocolSebastien Helleu
2013-01-31aspell: optimization on spellers to improve speed (save state by buffer), add...Sebastien Helleu
2013-01-31irc: fix typo in commentSebastien Helleu
2013-01-29core: add "/debug tags" in /help filterNils Görs
2013-01-29core: fix hidden lines for messages without date when option weechat.history....Sebastien Helleu
2013-01-26core: use size of 32 for hashtables (instead of 4, 8 or 16)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-24core: display error number and string in some network errorsSebastien Helleu
2013-01-22scripts: do now allow empty script name in function "register"Sebastien Helleu
2013-01-21core: remove obsolete/unneeded check of headers and functions in cmake and co...Sebastien Helleu
2013-01-20Merge branch 'guile2'Sebastien Helleu
2013-01-20Merge branch 'perl-script-load'Sebastien Helleu
2013-01-18core: fix infinite loop when a regex gives an empty match (bug #38112)Sebastien Helleu
2013-01-17core: add git version in backtrace and log fileSebastien Helleu
2013-01-16guile: fix compilation with guile 2.0Sebastien Helleu
2013-01-14core: fix typo in commentSebastien Helleu
2013-01-14core: fix click in item "buffer_nicklist" when nicklist is a root bar (bug #3...Sebastien Helleu
2013-01-14core: fix display bugs with non-printable chars like tabs (part of messages n...Sebastien Helleu
2013-01-12core: fix crash in display of chat area when the ncurses chat window is not i...Sebastien Helleu
2013-01-12guile: fix bad conversion of shared strings (replace calls to scm_i_string_ch...Sebastien Helleu
2013-01-12core: fix typo in commentSebastien Helleu
2013-01-12core: fix line returned when clicking on a bar (according to position and fil...Sebastien Helleu
2013-01-11aspell: fix spellers used when switching bufferSebastien Helleu
2013-01-11Revert "aspell: store dictionaries in buffer local variable "aspell_dict""Sebastien Helleu
2013-01-11perl: fix compilation when multiplicity is disabledSebastien Helleu
2013-01-11relay: fix duplicated messages sent to irc clients (when messages are redirec...Sebastien Helleu
2013-01-11relay: fix typo in commentSebastien Helleu
2013-01-11relay: add debug message for signal "irc_disconnected"Sebastien Helleu
2013-01-11relay: fix name of signal in debug message (replace "irc_out" by "irc_outtags")Sebastien Helleu
2013-01-10aspell: store dictionaries in buffer local variable "aspell_dict"Sebastien Helleu
2013-01-10core: fix some copyright datesSebastien Helleu
2013-01-10perl: simplify code to load scriptsNei
2013-01-10Revert "perl: simplify code to load scripts"Sebastien Helleu
2013-01-09perl: simplify code to load scriptsNei
2013-01-08perl: display script filename in error messagesNei
2013-01-08perl: fix calls to callbacks during load of script when multiplicity is disab...Nei
2013-01-08relay: add message when address family is not supported by protocol (on socke...Sebastien Helleu
2013-01-07relay: add error number and string when socket creation failsSebastien Helleu
2013-01-07core: fix memory leak in evaluation of expression when a logical operator ("&...Sebastien Helleu
2013-01-06api: allow return code WEECHAT_RC_OK_EAT in callbacks of hook_signal and hook...Sebastien Helleu
2013-01-06irc: fix display of actions (/me) when they are received from a relay client ...Sebastien Helleu
2013-01-05core: fix refresh of bars when applying layout (bug #37944, bug #37952)Sebastien Helleu
2013-01-04core: add buffer pointer in arguments for signals "input_search", "input_text...Sebastien Helleu
2013-01-04aspell: ignore self and remote nicks in private buffersSebastien Helleu