Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-28 | xfer: fix freeze of DCC file received: use select() to read socket and if an ↵ | Sebastien Helleu | |
ACK send fails, silently ignore and disable ACK (except the last) | |||
2013-02-26 | xfer: fix freeze of DCC file received: use non-blocking socket after ↵ | Sebastien Helleu | |
connection to sender and ensure the ACK is properly sent (bug #38340) | |||
2013-02-26 | irc: fix conversion of mask to regex in ignore | Sebastien Helleu | |
2013-02-26 | api: fix function string_mask_to_regex: escape all special chars used in ↵ | Sebastien Helleu | |
regex (bug #38398) | |||
2013-02-26 | core: update header in ChangeLog and NEWS | Sebastien Helleu | |
2013-02-25 | script: add control of autoload (enable/disable/toggle) (task #12393) | Sebastien Helleu | |
New option script.scripts.autoload, new options autoload/noautoload/toggleautoload for command /script, new action "A" (meta-A) on script buffer (toggle autoload). | |||
2013-02-23 | core: update german translations | Nils Görs | |
2013-02-23 | rmodifier: rename default rmodifier "nickserv" to "command_auth" (with new ↵ | Sebastien Helleu | |
modifier "irc_command_auth"), add default rmodifier "message_auth" (modifier "irc_message_auth") | |||
2013-02-23 | irc: hide passwords in commands or messages sent to nickserv with modifiers ↵ | Sebastien Helleu | |
(bug #38346) New modifiers: "irc_command_auth" and "irc_message_auth". Option removed: irc.look.hide_nickserv_pwd New option: irc.look.nicks_hide_password | |||
2013-02-23 | relay: add support of multiple servers on same port for irc protocol (the ↵ | Sebastien Helleu | |
client must send the server in the "PASS" command) | |||
2013-02-20 | core: reformat NEWS file, add subsections | Sebastien Helleu | |
2013-02-20 | core: fix typos in ChangeLog | Sebastien Helleu | |
2013-02-20 | doc; fix typos in plugin API reference | Sebastien Helleu | |
2013-02-19 | guile: fix arguments given to callbacks (separate arguments instead of one ↵ | Sebastien Helleu | |
list with arguments inside), guile >= 2.0 is now required (bug #38350) Unfortunately this breaks compatibility with existing guile scripts, but this change is needed to keep consistency with other scripting languages. Now guile >= 2.0 is required, WeeChat can not compile any more with guile 1.8. | |||
2013-02-19 | guile: fix crash on calls to callbacks during load of script (bug #38343) | Sebastien Helleu | |
2013-02-19 | doc: fix typo on functions "weechat_infolist_new_var_*" in plugin API reference | Sebastien Helleu | |
2013-02-19 | doc: fix link to function weechat_config_write in plugin API reference | Sebastien Helleu | |
2013-02-18 | irc: fix crash when unmasking a smart filtered join if a line without tags ↵ | Sebastien Helleu | |
is displayed after the join | |||
2013-02-18 | irc: fix display of malformed CTCP (without closing char) (bug #38347) | Sebastien Helleu | |
2013-02-17 | core: remove Gtk interface (obsolete sources not working) | Sebastien Helleu | |
2013-02-17 | irc: unmask smart filtered join if nick speaks in channel some minutes after ↵ | Sebastien Helleu | |
the join, new option irc.look.smart_filter_join_unmask (task #12405) The nick changes are tracked and will be unmasked with the join. Events triggering the unmask of join are: a message (can be CTCP), a notice or an update of topic. | |||
2013-02-17 | core: allow read of array in hdata without using index | Sebastien Helleu | |
2013-02-16 | irc: fix type of values in hashtables join_manual/join_noswitch, fix delay ↵ | Sebastien Helleu | |
for purge | |||
2013-02-16 | irc: fix memory leak in purge of hashtables with joins (it was done only for ↵ | Sebastien Helleu | |
the first server in the list) | |||
2013-02-16 | doc: update auto-generated files for commands | Sebastien Helleu | |
2013-02-15 | core: rename cmake targets xx.po/weechat.pot to ↵ | Sebastien Helleu | |
update-xx.po/update-weechat.pot (for build with old cmake versions) | |||
2013-02-14 | core: add option "dirs" for command /debug | Sebastien Helleu | |
2013-02-14 | core: fix header in weechat.pot (copyright, license and some default values ↵ | Sebastien Helleu | |
in first string) | |||
2013-02-14 | core: add cmake targets to update .po and .pot files (new targets: ↵ | Sebastien Helleu | |
update-po, weechat.pot, xx.po) | |||
2013-02-14 | core: fix detection of iconv with cmake on OS X (bug #38321) | Sebastien Helleu | |
2013-02-13 | doc: fix prototype of function weechat_config_section_free in plugin API ↵ | Sebastien Helleu | |
reference | |||
2013-02-12 | relay: fix crash when decoding a websocket frame | Sebastien Helleu | |
2013-02-12 | relay: add gcrypt include and link arguments to compile relay plugin | Sebastien Helleu | |
2013-02-12 | script: remove unneeded test on ZLIB_FOUND in CMakeLists.txt (zlib is mandatory) | Sebastien Helleu | |
2013-02-12 | core: add signal "window_opened" (task #12464) | Sebastien Helleu | |
2013-02-10 | doc: fix typos in french translations and plugin API reference | Sebastien Helleu | |
2013-02-10 | relay: add experimental websocket server support (RFC 6455) for irc and ↵ | Sebastien Helleu | |
weechat protocols, new option relay.network.websocket_allowed_origins It is a partial implementation of RFC 6455: fragmentation and control frames are not yet supported. Text and binary frames are supported. | |||
2013-02-10 | irc: add missing RFC 2813 in header | Sebastien Helleu | |
2013-02-10 | doc: add IRC RFCs for file irc-protocol.c in developer's guide | Sebastien Helleu | |
2013-02-10 | doc: use HTML pages for links to RFCs in user's guide | Sebastien Helleu | |
2013-02-10 | doc: fix typos in user's guide | Sebastien Helleu | |
2013-02-08 | doc: add missing signals in plugin API reference (buffer_merged/unmerged, ↵ | Sebastien Helleu | |
key_bind/unbind, window_closing/closed) | |||
2013-02-07 | core: fix structures before buffer data when a buffer is closed | Sebastien Helleu | |
This was causing a bug in relay plugin (weechat protocol): when a buffer was closed, local variables were removed after buffer name, and when signal is sent to client, the buffer name was wrong (already freed). | |||
2013-02-07 | relay: add options "buffers" and "upgrade" for commands sync/desync in ↵ | Sebastien Helleu | |
weechat protocol | |||
2013-02-07 | doc: remove list of scripts for URLs in FAQ | Sebastien Helleu | |
2013-02-04 | doc: update german translations and scripting guide | Nils Görs | |
2013-02-04 | core: fix refresh of line after changes with hdata_update (update flag ↵ | Sebastien Helleu | |
"displayed" according to filters) | |||
2013-02-03 | core: update italian translations | Marco Paolone | |
2013-02-03 | relay: fix commands sync/desync in weechat protocol (bug #38215) | Sebastien Helleu | |
Fix: - use proper arguments in commands sync/desync (use argv[0] instead of argv[1]) - when searching if a buffer is synchronized, its name has higher priority on "*" (so first check if buffer is synchronized, and if not found, search if "*" is synchronized) - when receiving a "nicklist_*" signal, check if the buffer is synchronized with flag "RELAY_WEECHAT_PROTOCOL_SYNC_NICKLIST" | |||
2013-02-03 | relay: fix typo in comment | Sebastien Helleu | |