Age | Commit message (Expand) | Author |
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 |
2017-03-07 | fix dcc get | ailin-nemui |
2017-03-06 | Revert "Quote the filename when dcc requests are auto accepted." | ailin-nemui |
2017-02-22 | Handle file names with quotes. | LemonBoy |
2017-02-21 | Quote the filename when dcc requests are auto accepted. | LemonBoy |
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 |
2016-03-20 | strip less whitespace from commands | ailin-nemui |
2015-11-09 | Use the PARAM_FLAG_STRIP_TRAILING_WS flag wherever possible. | LemonBoy |
2015-09-23 | dcc-get: close() the temp fd so we don't get ETXTBSY in ntfs mounts | Robert C Jensen |
2015-09-22 | Revert "Network and IPv{4,6} related changes" | ailin-nemui |
2015-09-21 | Initial work to make irssi respect the resolved ip order | LemonBoy |
2015-05-15 | Implement CHANTYPES support | LemonBoy |
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-27 | s/INCLUDES/AM_CPPFLAGS/g | Dave Reisner |
2014-06-22 | Replace deprecated g_basename with g_path_get_basename. | David Hill |
2014-06-20 | Do not break strict-aliasing rules. | David Hill |
2014-06-10 | Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. | David Hill |
2010-04-03 | deprecated glib strup/down fixes from exg. | Alexander Færøy |
2010-02-27 | Use servertag from the active DCC chat when not connected anymore to the IRC ... | Wouter Coekaerts |
2009-02-08 | Code Cleanup: | Alexander Færøy |
2008-05-22 | Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec... | Emanuele Giaquinta |
2008-05-19 | Remove some global variables used to store settings values, instead get the | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-03-07 | Remove unneeded includes. | Emanuele Giaquinta |
2008-03-04 | Replace g_strdup+g_str{up,down} with g_ascii_str{up,down}. | Emanuele Giaquinta |
2008-02-05 | Remove unneeded includes. | Emanuele Giaquinta |
2008-01-21 | Remove .cvsignore files. | Emanuele Giaquinta |
2007-10-29 | Fallback on rename also when errno is ENOSYS/EOPNOTSUPP because | Emanuele Giaquinta |
2007-07-26 | Fix typo. | 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 |
2007-01-08 | Remove dcc_queue_add_passive, use instead another argument in dcc_queue_add t... | Emanuele Giaquinta |
2006-03-26 | Removed all srand calls and added a single srand invokation in at startup | Jochen Eisinger |
2006-02-17 | leave parameter count check as it was before | Valentin Batz |
2006-02-17 | check the paramcount for DCC RESUME more strictly | Valentin Batz |
2006-01-28 | If dcc_own_ip contains IPv4 address, listen only in IPv4. | Timo Sirainen |
2006-01-17 | fix segfault on /quit by using a linked list node after freeing it (by Chris... | Wouter Coekaerts |
2005-10-10 | Make the compiler happy by replacing 'const char *' by 'char *'. | Valentin Batz |
2005-09-10 | don't crash if server sends weird NICK line, patch by Jarno Honkanen (Bug 216) | Wouter Coekaerts |
2005-08-01 | Fix dcc resume crash (only in the rc's and svn) (Bug 287) | Wouter Coekaerts |
2005-03-07 | Don't use a retarted ip for passive DCC | Wouter Coekaerts |
2005-03-06 | Fix memleak in dcc get, by Toby Peterson (Bug 214) | Wouter Coekaerts |