Age | Commit message (Expand) | Author |
2018-02-13 | dcc get shouldn't fail when file attrs can't be changed | Staron, Martin |
2017-10-20 | fix dcc issue | ailin-nemui |
2017-05-30 | Merge branch 'fix-gl9' into 'security' | Nei |
2017-05-29 | Fix dcc_request where addr is NULL | Joseph Bisch |
2017-05-29 | Fix oob read of one byte in get_file_params_count{,_resume} | Joseph Bisch |
2016-11-23 | add a static buffer for dcc received data | ailin-nemui |
2016-06-05 | Replace strarray_length with g_strv_length | LemonBoy |
2016-06-05 | Replace strocpy with g_strlcpy | LemonBoy |
2016-03-22 | Support quoted filenames in some /DCC commands | LemonBoy |
2015-09-23 | dcc-get: close() the temp fd so we don't get ETXTBSY in ntfs mounts | Robert C Jensen |
2015-04-07 | Change all strcmp() to g_strcmp0() to handle nulls gracefully | dequis |
2014-09-11 | source cleanup: remove trailing whitespaces | Michael Vetter |
2014-06-22 | Replace deprecated g_basename with g_path_get_basename. | David Hill |
2014-06-10 | Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. | David Hill |
2009-02-08 | Code Cleanup: | Alexander Færøy |
2008-05-19 | Remove some global variables used to store settings values, instead get the | Emanuele Giaquinta |
2007-10-29 | Fallback on rename also when errno is ENOSYS/EOPNOTSUPP because | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2007-04-25 | Fix DCC get when file size is 0, bug #494. | Emanuele Giaquinta |
2005-10-10 | Make the compiler happy by replacing 'const char *' by 'char *'. | Valentin Batz |
2005-03-06 | Fix memleak in dcc get, by Toby Peterson (Bug 214) | Wouter Coekaerts |
2004-03-23 | Passive DCC support by Francesco Fracassi (francesco.f at openssl.it) | Timo Sirainen |
2003-10-01 | Added DCC SERVER support by Mark Trumbull | Timo Sirainen |
2002-11-21 | Irssi now uses 64bit file offets if it's only supported by system. Also did | Timo Sirainen |
2002-10-14 | /SET dcc_file_create_mode wasn't used. Also print strerror() message if | Timo Sirainen |
2002-05-26 | net_ip2host() and net_host2ip() now treat any IPv6 IPs as 0.0.0.0, if IPv6 | Timo Sirainen |
2002-03-17 | fallback to rename() if link() isn't supported on the filesystem, so people | Timo Sirainen |
2002-02-10 | Correctly handle DCC GET write() failures. | Timo Sirainen |
2002-01-20 | Connection tag variable wasn't deinitialized, so when destroying a DCC | Timo Sirainen |
2002-01-17 | When creating a file for DCC download, make sure we won't run into any race | Timo Sirainen |
2001-11-25 | /SET dcc_own_ip now affects also which interface irssi uses to connect to | Timo Sirainen |
2001-11-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-03-04 | IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and | Timo Sirainen |
2001-02-19 | Removed /SET dcc_block_size and /SET dcc_fast_send - fast send is now | Timo Sirainen |
2001-02-10 | DCC cleanups - split DCC_REC to CHAT|GET|SEND_DCC_RECs. Plugins should | Timo Sirainen |
2001-02-03 | DCC RESUME, DCC ACCEPT: we might have crashed with invalid parameters. | Timo Sirainen |
2001-01-18 | DCC cleanups - half rewrite. New features: file names with spaces work | Timo Sirainen |