summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-24core: rename icon file in Makefile.amSebastien Helleu
2013-03-24core: install icon file (patch #7972)Sebastien Helleu
2013-03-24core: rename weechat_icon_32.png to weechat.pngSebastien Helleu
2013-03-24core: update WeeChat icon: move "ee" to the middle of iconSebastien 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-21doc: use listing style for commands in quickstart guideSebastien Helleu
2013-03-21doc: change style for listings in asciidoc CSSSebastien 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-17core: fix typos in french translationsSebastien 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: fix typos in ChangeLogSebastien Helleu
2013-03-17core: add support of multiple layouts (task #11274)Sebastien Helleu
2013-03-16doc: add link to weechat.org/info in scripting guide (URL transfer) and plugi...Sebastien Helleu
2013-03-13lua: fix crash on stack overflow: call lua_pop() for values returned by lua f...Sebastien Helleu
2013-03-13doc: add range for integer/long integer objects, add examples with negative n...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-13doc: fix length of NULL pointer (relay protocol)Sebastien Helleu
2013-03-13doc: remove "name" in hdata object (relay protocol)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-11doc: update german translations, FAQ and user guideNils Görs
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-09doc: fix typo in relay protocolSebastien Helleu
2013-03-09doc: add example of messages and message "_nicklist_diff" in relay protocolSebastien 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-07doc: update hdata "buffer" in plugin API referenceSebastien 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-01doc: add missing signals in plugin API reference (nicklist_group_changed and ...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
2013-02-26api: fix function string_mask_to_regex: escape all special chars used in rege...Sebastien Helleu
2013-02-26core: update header in ChangeLog and NEWSSebastien Helleu
2013-02-25script: add control of autoload (enable/disable/toggle) (task #12393)Sebastien Helleu
2013-02-23core: update german translationsNils Görs
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