Age | Commit message (Expand) | Author |
2002-09-14 | in_addr_t wasn't too standard, so use guint32 after all. | Timo Sirainen |
2002-09-14 | s/guint32/in_addr_t/ actually. | Timo Sirainen |
2002-09-14 | DCC was broken with some 64bit systems (64bit unsigned long) | Timo Sirainen |
2002-08-26 | removed the stupid error-parameters from net_connect*() calls. errno can be | Timo Sirainen |
2002-05-26 | "/MSG *" works now properly with dcc chat queries. | 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-05-19 | net_connect*() contains now error parameter, so it can be used to properly | Timo Sirainen |
2002-05-17 | crashfix for previous ~/. kludge | Timo Sirainen |
2002-05-16 | kludgeing: don't autoget files beginning with '.' if dcc_download_path is | Timo Sirainen |
2002-05-12 | dcc reject bugfix went wrong, fixed. | Timo Sirainen |
2002-05-12 | irssi didn't notice if DCC send connection died. | Timo Sirainen |
2002-05-10 | don't send DCC REJECT when closing a connected DCC connection. | Timo Sirainen |
2002-04-23 | warning fix | Timo Sirainen |
2002-04-18 | /SET dcc_send_replace_space_with_underscore - patch by nix@suhs.nu | Timo Sirainen |
2002-04-11 | /SET dcc_autoget_max_size default changed to 0 (disabled) - it's pretty | Timo Sirainen |
2002-04-10 | Fixed one error and several warnings with GLIB 2.0 | Timo Sirainen |
2002-03-31 | Listen for DCC connections in all interfaces | Timo Sirainen |
2002-03-17 | fallback to rename() if link() isn't supported on the filesystem, so people | Timo Sirainen |
2002-03-13 | proper checking for lseek() failure | Timo Sirainen |
2002-02-10 | Correctly handle DCC GET write() failures. | Timo Sirainen |
2002-02-06 | DCC /MSG handlers broke /MSG -ircnet | Timo Sirainen |
2002-02-04 | Broke DCC CHAT queries. | Timo Sirainen |
2002-02-02 | Ignore /SET dcc_autoresume if /SET dcc_autoget is OFF. | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | 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 |
2002-01-09 | Added "message dcc xxx" signals for printing DCC messages. | Timo Sirainen |
2001-11-25 | /SET dcc_own_ip now affects also which interface irssi uses to connect to | Timo Sirainen |
2001-11-19 | Ignoring CTCPs shouldn't ignore DCC CTCPs, we're checking DCC level for | Timo Sirainen |
2001-11-19 | If /SET dcc_upload_path is empty, we should use the current directory, not | Timo Sirainen |
2001-11-05 | Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef... | Timo Sirainen |
2001-11-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-09-12 | The new /SET dcc_port range didn't work properly.. | Timo Sirainen |
2001-09-10 | /SET dcc_port accepts now port range (eg. "10000 20000") | Timo Sirainen |
2001-08-14 | Module loading updates - /LOAD shows now also the statically loaded modules. | Timo Sirainen |
2001-06-30 | DCC_REC was missing MODULE_DATA_INIT() / .._DEINIT() | Timo Sirainen |
2001-06-01 | dcc, flood and notifylist aren't compiled as loadable modules anymore, | Timo Sirainen |
2001-05-22 | /SET dcc_own_ip for specifying own IP to use in DCC requests | Timo Sirainen |
2001-05-11 | added "dcc request send" signal - irssi now prints "DCC CHAT/SEND request | Timo Sirainen |
2001-05-11 | "dcc error file not found" -> "dcc error file open". Print the actual error | Timo Sirainen |
2001-03-20 | dcc_autoget_lowports -> dcc_autoaccept_lowports since dcc chat uses it too | Timo Sirainen |
2001-03-04 | union { .. } addr removed from IPADDR - it hasn't been actually used | Timo Sirainen |
2001-03-04 | IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and | Timo Sirainen |
2001-02-28 | fixed some signed/unsigned issues | Timo Sirainen |
2001-02-21 | DCC CTCP replies weren't handled properly | 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 |
2001-01-07 | item_get_dcc(void *item) -> WI_ITEM_REC *item | Timo Sirainen |