summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-05-01irc: add support of "dh-aes" SASL mechanism (patch #8020)Elizabeth Myers
2013-04-28irc: fix duplicate nick completion when someone rejoins the channel with same...Sebastien Helleu
2013-04-27script: do not search by license and author in /script search (thanks to Nils...Sebastien Helleu
2013-04-25core: fix typo in /help evalSebastien Helleu
2013-04-24core: reset scroll in window before zooming on a merged buffer (bug #38207)Sebastien Helleu
2013-04-23irc: add support of UHNAMES (capability "userhost-in-names") (task #9353)Sebastien Helleu
2013-04-21relay: fix typo in error displayed by command /relay delSebastien Helleu
2013-04-21irc: add tag "irc_nick_back" for messages displayed in private buffer when a ...Sebastien Helleu
2013-04-21api: add new function hdata_searchSebastien Helleu
2013-04-20ruby: fix crash in function hdata_moveSebastien Helleu
2013-04-20guile: fix crash in function hdata_moveSebastien Helleu
2013-04-18api: add property "completion_freeze" for function buffer_set: do not stop co...Sebastien Helleu
2013-04-12api: fix connection to servers with hook_connect on OS X (bug #38496)Sebastien Helleu
2013-04-12core: do not force weechat_quit to 0 in main loop, so that a /quit issued bef...Sebastien Helleu
2013-04-10irc: fix crash on command "/allchan /close"Sebastien Helleu
2013-03-29core: use layout saved when option weechat.look.save_layout_on_exit is enable...Sebastien Helleu
2013-03-29core: fix uninitialized variable when saving layout for windows in upgradeSebastien Helleu
2013-03-25xfer: add option xfer.file.auto_accept_nicks (patch #7962)Andrew Potter
2013-03-25fifo: remove #define MAX_PATH (now done in weechat-plugin.h)Sebastien Helleu
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-24ruby: fix typo in commentSebastien 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-17rmodifier: add info about "groups" in /help rmodifierSebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien 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-13relay: add missing "id" in raw messages sent to clients when compression is o...Sebastien Helleu
2013-03-13relay: add negative numbers (integer: -123456 and long: -1234567890L) in comm...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-10script: fix typo in /help script.scripts.autoloadSebastien Helleu
2013-03-10alias: mention local variables of buffer in /help aliasSebastien 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-03-02core: optimize function nicklist_remove_all (don't remove and create again "r...Sebastien Helleu
2013-03-01xfer: fix typo in commentSebastien Helleu
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