Age | Commit message (Expand) | Author |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-03-07 | Remove unneeded includes. | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
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 |
2004-07-11 | Some DCC SERVER fixes. | Timo Sirainen |
2004-07-11 | Fix. | Timo Sirainen |
2004-03-23 | Passive DCC support by Francesco Fracassi (francesco.f at openssl.it) | Timo Sirainen |
2003-11-23 | 0.8.8 with a few backwards compatibility fixes | Timo Sirainen |
2003-11-16 | Allow /SET dcc_own_ip to be non-local address. | Timo Sirainen |
2003-10-01 | Added DCC SERVER support by Mark Trumbull | Timo Sirainen |
2003-07-09 | Network fixes. DCC fixes for IPv6 + BSDs. | Timo Sirainen |
2002-12-28 | Added time, size and level setting types. Breaks some settings - I'll add | Timo Sirainen |
2002-12-10 | GC fixes. | Timo Sirainen |
2002-11-13 | Don't rename our nick in DCC chats when connecting to server before we know | Timo Sirainen |
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-19 | net_connect*() contains now error parameter, so it can be used to properly | Timo Sirainen |
2002-05-12 | dcc reject bugfix went wrong, fixed. | Timo Sirainen |
2002-05-10 | don't send DCC REJECT when closing a connected DCC connection. | Timo Sirainen |
2002-03-31 | Listen for DCC connections in all interfaces | 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-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-05-22 | /SET dcc_own_ip for specifying own IP to use in DCC requests | 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-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-01-18 | DCC cleanups - half rewrite. New features: file names with spaces work | Timo Sirainen |
2001-01-02 | /SET dcc_autoresume - like /SET dcc_autoget, but resume the files if | Timo Sirainen |
2000-12-19 | security fixes from 0.7.97.2 | Timo Sirainen |
2000-12-05 | Server events: switched order of data and server parameters. it's now | Timo Sirainen |
2000-12-04 | Use GIOChannel instead of sockets directly. Helps porting to win32 :) | Timo Sirainen |
2000-11-17 | If other side replies to our DCC CHAT request with DCC CHAT request of | Timo Sirainen |
2000-11-17 | Check that enough parameters are given to /DCC CLOSE | Timo Sirainen |
2000-11-11 | /SET dcc_autodisplay_dialog isn't used for anything, removed. | Timo Sirainen |
2000-08-26 | Lots of moving stuff around - hopefully I didn't break too much :) | Timo Sirainen |
2000-08-25 | Don't allow sending data to dcc chats if connection isn't finished yet. | Timo Sirainen |
2000-07-23 | Added syntaxes of all commands in comments, they're going to be used to | Timo Sirainen |
2000-07-23 | Use net-sendbuffer with DCC chat. | Timo Sirainen |
2000-07-15 | Fixed DCC stuff. Added DCCMSGS level for DCC chat messages. | Timo Sirainen |