summaryrefslogtreecommitdiff
path: root/src/plugins/xfer
AgeCommit message (Expand)Author
2015-07-19xfer: fix typo in a commentSébastien Helleu
2015-07-18xfer: fix crash if the DCC file socket number is too high (issue #465)Sébastien Helleu
2015-06-27xfer: evaluate content of options xfer.file.download_path and xfer.file.uploa...Sébastien Helleu
2015-05-18xfer: correctly use and parse \r\n line endings in CHAT (closes #425)Simmo Saan
2015-04-30core: add comments after some #endifSébastien Helleu
2015-01-15core: add priority in plugins to initialize them in orderSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-12-03xfer: rename callback for infolist "xfer"Sébastien Helleu
2014-11-09xfer: fix code styleSébastien Helleu
2014-11-09Merge branch 'xfer_chat' of git://github.com/talisein/weechat-1 into talisein...Sébastien Helleu
2014-11-09xfer: fix commentsSébastien Helleu
2014-11-09xfer: return 0/1 instead of WEECHAT_RC_OK/ERROR in function xfer_resolve_addrSébastien Helleu
2014-08-20xfer: bind to wildcard address when sendingAndrew Potter
2014-08-19xfer: Use hook_connect() for receiving chatsAndrew Potter
2014-05-06xfer: fix problem with option xfer.file.auto_accept_nicks when the server nam...Sébastien Helleu
2014-04-13xfer: fix freeze/problems when sending empty files with DCC (closes #53)Sébastien Helleu
2014-04-12core: fix crash on "weechat --upgrade" if no .upgrade files are foundSébastien Helleu
2014-04-12core: use lower case for CMake keywordsSébastien Helleu
2014-04-12xfer: fix help of option xfer.file.convert_spacesSébastien Helleu
2014-04-03core: close .upgrade files before deleting them after /upgradeSébastien Helleu
2014-03-19core: fix use of reserved C identifiers in headers (closes #31)Sebastien Helleu
2014-03-13xfer: Fix segfault in DCC send.Andrew Potter
2014-03-13xfer: Don't use sockaddr_storage for address_lengthAndrew Potter
2014-03-11xfer: Fix xfer.network.own_ip behaviorAndrew Potter
2014-02-28xfer: replace constant by sizeof in a call to snprintfSebastien Helleu
2014-02-22xfer: remove dead assignment in function xfer_add_cbSebastien Helleu
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-01-18core: reformat hook_command argumentsSebastien Helleu
2014-01-10xfer: add gcrypt library for link of pluginSebastien Helleu
2014-01-09xfer: add support of IPv6 for DCC chat/file (patch #7992)Andrew Potter
2014-01-06xfer: use same infolist for hook and signals (patch #7974)Andrew Potter
2014-01-06xfer: add option xfer.file.auto_check_crc32 (patch #7963)Sebastien Helleu
2014-01-05xfer: replace call to sprintf() with snprintf()Sebastien Helleu
2014-01-02xfer: add "network" prefix for (dis)connection messages in xfer chat bufferSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-11-09xfer: load plugin even if options can not be read in xfer.conf (with warnings)Sebastien Helleu
2013-10-05core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am in...Sebastien Helleu
2013-07-20core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.amSebastien Helleu
2013-07-11xfer: add option xfer.look.pv_tagsSebastien Helleu
2013-07-11core: sort config options by name in sourcesSebastien Helleu
2013-05-27xfer: fix compilation error on OpenBSDSimon Kuhnle
2013-05-22xfer: fix compilation warningsSebastien Helleu
2013-03-25xfer: add option xfer.file.auto_accept_nicks (patch #7962)Andrew Potter
2013-03-17core: fix typos in many comments and some stringsSebastien 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-01-24core: display error number and string in some network errorsSebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-25xfer: fix memory leak when refreshing xfer bufferSebastien Helleu