summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-02-28xfer: fix freeze of DCC file received: use select() to read socket and if an ...Sebastien Helleu
2013-02-26xfer: fix freeze of DCC file received: use non-blocking socket after connecti...Sebastien Helleu
2013-02-26irc: fix conversion of mask to regex in ignoreSebastien Helleu
2013-02-26api: fix function string_mask_to_regex: escape all special chars used in rege...Sebastien 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-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 crash when unmasking a smart filtered join if a line without tags is...Sebastien Helleu
2013-02-18irc: fix display of malformed CTCP (without closing char) (bug #38347)Sebastien Helleu
2013-02-17core: remove Gtk interface (obsolete sources not working)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 type of values in hashtables join_manual/join_noswitch, fix delay fo...Sebastien 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-12relay: fix crash when decoding a websocket frameSebastien Helleu
2013-02-12relay: add gcrypt include and link arguments to compile relay pluginSebastien Helleu
2013-02-12script: remove unneeded test on ZLIB_FOUND in CMakeLists.txt (zlib is mandatory)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-10irc: add missing RFC 2813 in headerSebastien 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-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