weechat-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Weechat-cvs] [SCM] Fast, light and extensible chat client annotated tag


From: Sebastien Helleu
Subject: [Weechat-cvs] [SCM] Fast, light and extensible chat client annotated tag, v0.4.1-rc1, created. v0.4.1-rc1
Date: Wed, 01 May 2013 08:15:45 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Fast, light and extensible chat client".

The annotated tag, v0.4.1-rc1 has been created
        at  b1b6d9327ea7a19dc00406531d4b75675ec6a65e (tag)
   tagging  bf8ee88dd857d70055afec47d8857b7a59a6e1e4 (commit)
  replaces  v0.4.0
 tagged by  Sebastien Helleu
        on  Wed May 1 10:15:30 2013 +0200

- Log -----------------------------------------------------------------
WeeChat 0.4.1-rc1

Andrew Potter (1):
      xfer: add option xfer.file.auto_accept_nicks (patch #7962)

Elizabeth Myers (1):
      irc: add support of "dh-aes" SASL mechanism (patch #8020)

Marco Paolone (1):
      core: update italian translations

Nei (1):
      perl: simplify code to load scripts

Nils Görs (5):
      core: add "/debug tags" in /help filter
      doc: update german translations and scripting guide
      core: update german translations
      doc: update german translations, FAQ and user guide
      doc: update german translations and docs

Sebastien Helleu (150):
      perl: fix compilation when multiplicity is disabled
      guile: fix compilation with guile 2.0
      Version 0.4.1-dev
      Merge branch 'perl-script-load'
      Merge branch 'guile2'
      core: update ChangeLog
      core: add missing formatting chars in ChangeLog
      core: remove obsolete/unneeded check of headers and functions in cmake 
and configure
      scripts: do now allow empty script name in function "register"
      core: fix typo in ChangeLog
      core: display error number and string in some network errors
      core: sync debian files with debian git repository
      irc: add color in output of /names when result is on server buffer 
(channel not joined) (bug #38070)
      doc: add command "/script" in scripting guide
      doc: add example of callback in each language (scripting guide)
      doc: use boxes/arrows chars for diagram in differences with C API 
(scripting guide)
      doc: fix monospaced font used for literal and listing blocks in japanese
      core: use default hash/comparison callback for keys of type 
integer/pointer/time in hashtable
      core: use size of 32 for hashtables (instead of 4, 8 or 16)
      core: fix hidden lines for messages without date when option 
weechat.history.max_buffer_lines_minutes is set (bug #38197)
      irc: fix typo in comment
      doc: fix typo in user's guide
      core: fix detection of python on Ubuntu Raring
      aspell: optimization on spellers to improve speed (save state by buffer), 
add info "aspell_dict", add completion "aspell_dicts"
      relay: add comments with example of messages in weechat protocol
      relay: add return of a NULL pointer in command "test"
      doc: add description of command "test" in relay protocol
      core: add info about doc and function to read in /help 
weechat.completion.default_template
      core: add file .gitattributes to exclude some files from tarballs
      core: remove weechat.spec from EXTRA_DIST target
      relay: fix typo in comment
      relay: fix commands sync/desync in weechat protocol (bug #38215)
      core: fix refresh of line after changes with hdata_update (update flag 
"displayed" according to filters)
      doc: remove list of scripts for URLs in FAQ
      relay: add options "buffers" and "upgrade" for commands sync/desync in 
weechat protocol
      core: fix structures before buffer data when a buffer is closed
      doc: add missing signals in plugin API reference (buffer_merged/unmerged, 
key_bind/unbind, window_closing/closed)
      doc: fix typos in user's guide
      doc: use HTML pages for links to RFCs in user's guide
      doc: add IRC RFCs for file irc-protocol.c in developer's guide
      irc: add missing RFC 2813 in header
      relay: add experimental websocket server support (RFC 6455) for irc and 
weechat protocols, new option relay.network.websocket_allowed_origins
      doc: fix typos in french translations and plugin API reference
      core: add signal "window_opened" (task #12464)
      script: remove unneeded test on ZLIB_FOUND in CMakeLists.txt (zlib is 
mandatory)
      relay: add gcrypt include and link arguments to compile relay plugin
      relay: fix crash when decoding a websocket frame
      doc: fix prototype of function weechat_config_section_free in plugin API 
reference
      core: fix detection of iconv with cmake on OS X (bug #38321)
      core: add cmake targets to update .po and .pot files (new targets: 
update-po, weechat.pot, xx.po)
      core: fix header in weechat.pot (copyright, license and some default 
values in first string)
      core: add option "dirs" for command /debug
      core: rename cmake targets xx.po/weechat.pot to 
update-xx.po/update-weechat.pot (for build with old cmake versions)
      doc: update auto-generated files for commands
      irc: fix memory leak in purge of hashtables with joins (it was done only 
for the first server in the list)
      irc: fix type of values in hashtables join_manual/join_noswitch, fix 
delay for purge
      core: allow read of array in hdata without using index
      irc: unmask smart filtered join if nick speaks in channel some minutes 
after the join, new option irc.look.smart_filter_join_unmask (task #12405)
      core: remove Gtk interface (obsolete sources not working)
      irc: fix display of malformed CTCP (without closing char) (bug #38347)
      irc: fix crash when unmasking a smart filtered join if a line without 
tags is displayed after the join
      doc: fix link to function weechat_config_write in plugin API reference
      doc: fix typo on functions "weechat_infolist_new_var_*" in plugin API 
reference
      guile: fix crash on calls to callbacks during load of script (bug #38343)
      guile: fix arguments given to callbacks (separate arguments instead of 
one list with arguments inside), guile >= 2.0 is now required (bug #38350)
      doc; fix typos in plugin API reference
      core: fix typos in ChangeLog
      core: reformat NEWS file, add subsections
      relay: add support of multiple servers on same port for irc protocol (the 
client must send the server in the "PASS" command)
      irc: hide passwords in commands or messages sent to nickserv with 
modifiers (bug #38346)
      rmodifier: rename default rmodifier "nickserv" to "command_auth" (with 
new modifier "irc_command_auth"), add default rmodifier "message_auth" 
(modifier "irc_message_auth")
      script: add control of autoload (enable/disable/toggle) (task #12393)
      core: update header in ChangeLog and NEWS
      api: fix function string_mask_to_regex: escape all special chars used in 
regex (bug #38398)
      irc: fix conversion of mask to regex in ignore
      xfer: fix freeze of DCC file received: use non-blocking socket after 
connection to sender and ensure the ACK is properly sent (bug #38340)
      xfer: fix freeze of DCC file received: use select() to read socket and if 
an ACK send fails, silently ignore and disable ACK (except the last)
      xfer: fix typo in comment
      doc: add missing signals in plugin API reference (nicklist_group_changed 
and nicklist_nick_changed)
      core: optimize function nicklist_remove_all (don't remove and create 
again "root" group)
      core: add count for groups, nicks, and total in nicklist
      api: allow hashtable with keys that are not strings in function 
hashtable_add_to_infolist
      doc: update hdata "buffer" in plugin API reference
      core: add signals and hsignals for nicklist events
      relay: add message "_nicklist_diff" (differences between old and current 
nicklist)
      doc: add example of messages and message "_nicklist_diff" in relay 
protocol
      doc: fix typo in relay protocol
      alias: mention local variables of buffer in /help alias
      script: fix typo in /help script.scripts.autoload
      api: fix bug in string_match when mask begins and ends with "*"
      irc: rename option irc.network.lag_disconnect to 
irc.network.lag_reconnect, value is now a number of seconds
      doc: remove "name" in hdata object (relay protocol)
      doc: fix length of NULL pointer (relay protocol)
      relay: add negative numbers (integer: -123456 and long: -1234567890L) in 
command "test" (weechat protocol)
      relay: add missing "id" in raw messages sent to clients when compression 
is off (weechat protocol)
      doc: add range for integer/long integer objects, add examples with 
negative numbers (relay protocol)
      lua: fix crash on stack overflow: call lua_pop() for values returned by 
lua functions (bug #38510)
      doc: add link to weechat.org/info in scripting guide (URL transfer) and 
plugin API reference (function hook_process)
      core: add support of multiple layouts (task #11274)
      core: fix typos in ChangeLog
      core: fix typos in many comments and some strings
      rmodifier: add info about "groups" in /help rmodifier
      core: fix typos in french translations
      relay: rename compression "gzip" to "zlib" (compression is zlib, not 
gzip) (thanks to Dominik Honnef)
      script: create "script" directory on each action (just in case it has 
been removed) (bug #38472)
      scripts: create directories (language and language/autoload) on each 
action (install/remove/autoload), just in case they have been removed (bug 
#38473)
      core: fix refresh of item "completion" (bug #38214) (patch from Nils 
Görs)
      irc: add option irc.look.pv_buffer: automatically merge private buffers 
(optionally by server) (task #11924)
      doc: change style for listings in asciidoc CSS
      doc: use listing style for commands in quickstart guide
      irc: fix prefix color for nick when the prefix is not in 
irc.color.nick_prefixes: use default color (key "*")
      irc: fix default completion (like nicks) in commands /msg, /notice, 
/query and /topic
      ruby: fix crash with Ruby 2.0: use one array for the last 6 arguments of 
function config_new_option (bug #31050)
      core: update WeeChat icon: move "ee" to the middle of icon
      core: rename weechat_icon_32.png to weechat.png
      core: install icon file (patch #7972)
      core: rename icon file in Makefile.am
      ruby: fix typo in comment
      irc: add option irc.look.display_join_message (task #10895)
      doc: add note about constants in lua, fix lua example (scripting guide)
      Revert "doc: add note about constants in lua, fix lua example (scripting 
guide)"
      lua: remove use of functions for API constants
      core: mention unit (minutes) for old option "irc.network.lag_disconnect"
      script: fix compilation on GNU/Hurd (patch #7977) (thanks to Andrew 
Potter)
      fifo: remove #define MAX_PATH (now done in weechat-plugin.h)
      core: fix uninitialized variable when saving layout for windows in upgrade
      core: use layout saved when option weechat.look.save_layout_on_exit is 
enabled (so it is automatically restored when WeeChat restarts)
      irc: fix crash on command "/allchan /close"
      core: do not force weechat_quit to 0 in main loop, so that a /quit issued 
before main loop is working
      api: fix connection to servers with hook_connect on OS X (bug #38496)
      doc: rename link "256_colors" to "use_256_colors" in FAQ (anchor names 
beginning with digits are not allowed in HTML)
      api: add property "completion_freeze" for function buffer_set: do not 
stop completion when command line is updated
      guile: fix crash in function hdata_move
      ruby: fix crash in function hdata_move
      doc: add missing functions in scripting guide
      doc: fix typo in python example of function hdata_move (plugin API 
reference)
      api: add new function hdata_search
      irc: add tag "irc_nick_back" for messages displayed in private buffer 
when a nick is back on server (task #12576)
      relay: fix typo in error displayed by command /relay del
      irc: add support of UHNAMES (capability "userhost-in-names") (task #9353)
      core: reset scroll in window before zooming on a merged buffer (bug 
#38207)
      core: fix typo in /help eval
      script: do not search by license and author in /script search (thanks to 
Nils Görs)
      irc: fix duplicate nick completion when someone rejoins the channel with 
same nick but a different case (bug #38841)
      core: make nick prefix/suffix dynamic (move options from irc plugin to 
core, add logger options) (bug #37531)
      doc: update german auto-generated file with WeeChat commands
      core: update translations
      doc: add IRC SASL "dh-aes" mechanism in user's guide
      Merge branch 'dynamic-nick-prefix-suffix'
      Version 0.4.1-rc1

stfn (2):
      doc: fix examples of function weechat_hook_connect (plugin API reference)
      doc: fix C example of function weechat_nicklist_get_next_item (plugin API 
reference)

-----------------------------------------------------------------------


hooks/post-receive
-- 
Fast, light and extensible chat client



reply via email to

[Prev in Thread] Current Thread [Next in Thread]