summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2011-05-16core: add horizontal scrolling for buffers with free content (command /window...Sebastien Helleu
2011-05-15core: add missing arguments filename and name in /help pluginSebastien Helleu
2011-05-13doc: fix typosSebastien Helleu
2011-05-11core: fix argument name in /help colorSebastien Helleu
2011-05-07core: fix balance of windowsSebastien Helleu
2011-05-07core: improve output of /debug windowsSebastien Helleu
2011-05-01core: remove unused variablesSebastien Helleu
2011-04-28irc: add option "ssl_priorities" in servers (task #10106, debian #624055)Sebastien Helleu
2011-04-24core: add option weechat.look.hotlist_add_buffer_if_awaySebastien Helleu
2011-04-23core: add buffer to hotlist if away is set on buffer (even if buffer is displ...Sebastien Helleu
2011-04-23core: add option "balance" for command /window (key: alt+"w" + alt+"b")Sebastien Helleu
2011-04-22core: add option "swap" for command /window (key: alt+"w" + alt+"s") (task #1...Sebastien Helleu
2011-04-19core: allow command mask for infolist_get on command hooksSebastien Helleu
2011-04-17core: add automatic reset of color pairs, new option weechat.look.color_pairs...Sebastien Helleu
2011-04-17core: apply new value of option weechat.look.buffer_notify_default to all ope...Sebastien Helleu
2011-04-16core: return WEECHAT_RC_OK instead of WEECHAT_RC_ERROR in commands when error...Sebastien Helleu
2011-04-16core: prohibit names beginning with "#" for bars, proxies, filters and IRC se...Sebastien Helleu
2011-04-13core: use buffer pointer instead of window in input functions, add new functi...Sebastien Helleu
2011-04-11core: add messages counts in hotlist for each buffer, option weechat.look.hot...Sebastien Helleu
2011-04-10core: add missing and remove unneeded spaces in translationsSebastien Helleu
2011-04-07core: add prefix in addition of message in output of /debug bufferSebastien Helleu
2011-03-18Add optional bar name in command /bar defaultSebastien Helleu
2011-03-18Create default bars only if no bar is defined in configuration fileSebastien Helleu
2011-03-18Add new option weechat.look.highlight_tags (force highlight on tags)Sebastien Helleu
2011-03-15Allow removal of hashtable entry in callback of hashtable_mapSebastien Helleu
2011-03-09Allow list of buffers in command /filter (exclusion with prefix "!") (task #1...Sebastien Helleu
2011-03-07Fix build when gnutls library is not foundSebastien Helleu
2011-03-07Add chars "`" and "_" in default value of option weechat.completion.nick_igno...Sebastien Helleu
2011-03-06Reload file with certificate authorities when option weechat.network.gnutls_c...Sebastien Helleu
2011-03-03Fix crash when setting wrong value in option irc.server.xxx.sasl_mechanism (b...Sebastien Helleu
2011-03-02Fix build with gnutls < 2.9.10Sebastien Helleu
2011-03-02Fix verification of SSL certificates by calling gnutls verify callback (patch...Gu1ll4um3r0m41n
2011-02-25Add optional command name for infolist_get on command hooksSebastien Helleu
2011-02-24Replace char "%" by "!" for reverse video in color attributesSebastien Helleu
2011-02-22Replace char "/" by ":" to specify background in nick colorsSebastien Helleu
2011-02-21Fix typo in /debug windowsSebastien Helleu
2011-02-21Allow relative size for command /window resizeSebastien Helleu
2011-02-17Add attributes for colors ("*": bold, "%": reverse, "_": underline)Sebastien Helleu
2011-02-10Add option "memory" to command /debugSebastien Helleu
2011-02-08Add missing parenthesesSebastien Helleu
2011-02-08Fix typo in /help color: minimum color number for alias is 0 and not 1Sebastien Helleu
2011-02-07Remove unneeded spacesSebastien Helleu
2011-02-07Improve display of commands lists in /help (add arguments -list and -listfull)Sebastien Helleu
2011-02-05Add option weechat.look.read_marker_string, use option hline_char for horizon...Sebastien Helleu
2011-02-04Improve arguments displayed in /help of commands, display all commands with s...Sebastien Helleu
2011-02-02Rename options add/del by alias/unalias in command /colorSebastien Helleu
2011-02-01Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) (...Sebastien Helleu
2011-01-31Add some chars after cursor when scrolling input line: new option weechat.loo...Sebastien Helleu
2011-01-31Dynamically allocate color pairsSebastien Helleu
2011-01-20Fix bug when closing color buffer with command /buffer close NSebastien Helleu