summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-17xfer: add missing tags in DCC chat messages: nick_xxx, prefix_nick_ccc, logNSebastien Helleu
2012-12-16irc: return git version in CTCP VERSION and FINGER by default, add "$git" ↵Sebastien Helleu
and "$versiongit" in format of CTCP replies
2012-12-16core: add git version in build, display it in "weechat-curses --help" and ↵Sebastien Helleu
/version
2012-12-16core: remove unneeded arguments for AM_INIT_AUTOMAKE in configure.inSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-14core: simplify syntax for second argumentSebastien Helleu
2012-12-14doc: add warning for autotools in user's guideSebastien Helleu
2012-12-14core: add dependencies and remove instructions for autotools in INSTALLSebastien Helleu
2012-12-14core: fix cmake target "dist": build tarballs using git-archive and not cvsSebastien Helleu
2012-12-14core: remove obsolete directories from .gitignoreSebastien Helleu
2012-12-14core: remove obsolete file UPGRADE_0.3 (move part of content into file NEWS, ↵Sebastien Helleu
for version 0.3.0)
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-09core: fix compilation warningSebastien Helleu
2012-12-08api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien Helleu
2012-12-07doc: remove chapter "Authors" in user's guide (list is in file AUTHORS), ↵Sebastien Helleu
remove link to forum (closed)
2012-12-07core: update list of contributors in AUTHORSSebastien Helleu
2012-12-07core: fix scroll of one page down when weechat.look.scroll_page_percent is ↵Sebastien Helleu
less than 100 (bug #37875)
2012-12-06core: expand char '~' with user home in first argument of hook_processSebastien Helleu
2012-12-06core: fix crash in child process of hook_process_hashtable when arguments ↵Sebastien Helleu
are given in hashtable and that execvp() failed
2012-12-05irc: read local variable "autorejoin" in buffer to override server option ↵Nils Görs
"autorejoin" (task #12256)
2012-12-05doc: update IRC commands in user's guideSebastien Helleu
2012-12-05core: disable paste detection and confirmation if bar item "input_paste" is ↵Nils Görs
not used in a visible bar (task #12327)
2012-12-05irc: add option "-auto" for command /connect (task #9340)Nils Görs
2012-12-05core: add option "irc.look.display_pv_away_once" in release notes for ↵Sebastien Helleu
version 0.3.3
2012-12-04doc: fix style for prefixes in function weechat_prefix (plugin API reference)Sebastien Helleu
2012-12-02core: use high priority (50000) for commands /command and /input so that an ↵Sebastien Helleu
alias will not take precedence over these commands (bug #36353)
2012-12-02alias: give higher priority to aliases (2000) so that they take precedence ↵Sebastien Helleu
over an existing command
2012-12-02core: execute command with higher priority when many commands with same name ↵Sebastien Helleu
are found with different priorities
2012-12-01core: add color support in options ↵Nils Görs
weechat.look.prefix_{action|error|join|network|quit} (task #9555)
2012-12-01core: fix typo in commentSebastien Helleu
2012-11-30core: fix display of combining chars (patch from Nei) (bug #37775)Sebastien Helleu
2012-11-30doc: add option "weechat.network.gnutls_ca_file" in FAQ to reduce memory usedSebastien Helleu
2012-11-27xfer: display remote IP address for DCC chat/file (task #12289) (patch from ↵Sebastien Helleu
Nils Görs)
2012-11-27xfer: limit bytes received to file size (for DCC file received), fix crash ↵Sebastien Helleu
when displaying a xfer file with pos greater than size
2012-11-27doc: update FAQ and quickstart guideNils Görs
2012-11-27core: do not display default value for options plugins.* in output of /setSebastien Helleu
2012-11-27alias: fix default value of alias options (in "cmd" and "completion" ↵Sebastien Helleu
sections): defaults to initial command, instead of empty string
2012-11-27core: display default values for changed config options in output of /setPeter Boström
2012-11-27core: add missing cmake files in packages built by autotools ↵Sebastien Helleu
(CMakeParseArguments.cmake, FindPackageHandleStandardArgs.cmake, FindZLIB.cmake)
2012-11-27doc: add SASL authentication in FAQSebastien Helleu
2012-11-27doc: add SASL authentication in quickstart guideSebastien Helleu
2012-11-25irc: fix compilation on FreeBSD: replace call to tzset by gmtime/localtimeSebastien Helleu
2012-11-24irc: read timestamp or ISO 8601 date format in tag "time" (capability ↵Sebastien Helleu
"server-time")
2012-11-23irc: add support of tags in messages, add support of "server-time" ↵Sebastien Helleu
capability (task #12255) For a server called "znc" in WeeChat, following command will enable the "server-time" capability: /set irc.server.znc.capabilities "znc.in/server-time"
2012-11-23core: remove obsolete externs gui_color_init_pair and gui_color_init_pairsSebastien Helleu
2012-11-22api: use hashtable "options" for command arguments in function ↵Sebastien Helleu
hook_process_hashtable (optional, default is a split of string with command)
2012-11-22doc: fix typo in quickstart (part message is not allowed in /close or ↵Sebastien Helleu
/buffer close)
2012-11-18core: add version 0.3.9.2 in ChangeLog and NEWSSebastien Helleu
2012-11-18core: do not call shell to execute command in hook_process (fix security ↵Sebastien Helleu
problem when a plugin/script gives untrusted command) (bug #37764)
2012-11-16aspell: refresh bar item "aspell_suggest" when aspell is enabled/disabled ↵Sebastien Helleu
(bug #37744)