index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
irc
/
dcc
/
dcc-chat.c
Age
Commit message (
Expand
)
Author
2017-10-20
fix dcc issue
ailin-nemui
2016-06-05
Replace strarray_length with g_strv_length
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-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
2008-05-22
Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec...
Emanuele Giaquinta
2008-03-09
Use g_ascii_str{,n}casecmp for case insensitive comparison with
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
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2006-03-26
Removed all srand calls and added a single srand invokation in at startup
Jochen Eisinger
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-03-07
Don't use a retarted ip for passive DCC
Wouter Coekaerts
2005-02-11
Fixed output of /hilight (add a space after -levels if any).
Valentin Batz
2004-07-11
Don't crash if dcc chated user changes nick
Timo Sirainen
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-05-26
"/MSG *" works now properly with dcc chat queries.
Timo Sirainen
2002-02-06
DCC /MSG handlers broke /MSG -ircnet
Timo Sirainen
2002-02-04
Broke DCC CHAT queries.
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-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-02
Moved some stuff from irc to core. Added command_bind_proto() function to
Timo Sirainen
2001-05-11
added "dcc request send" signal - irssi now prints "DCC CHAT/SEND request
Timo Sirainen
2001-03-20
dcc_autoget_lowports -> dcc_autoaccept_lowports since dcc chat uses it too
Timo Sirainen
2001-03-04
IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and
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-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
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-23
s/enum GInputCondition/int/ - enums aren't supposed to orred together i
Timo Sirainen
2000-11-23
several fixes to make irssi compile without warnings with MIPSpro
Timo Sirainen
2000-11-18
compiler warning fixes + one real bug in dcc-chat
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-08-15
Some changes handling g_input_add() - maybe this helps to problems
Timo Sirainen
2000-07-23
Added syntaxes of all commands in comments, they're going to be used to
Timo Sirainen
2000-07-23
A few extra checks.
Timo Sirainen
2000-07-23
Use net-sendbuffer with DCC chat.
Timo Sirainen
2000-07-16
Implemented network transmit buffer. If all data couldn't be sent
Timo Sirainen
2000-07-15
Fixed DCC stuff. Added DCCMSGS level for DCC chat messages.
Timo Sirainen
2000-07-04
If there was any spaces after /DCC CHAT nick (like after used nick
Timo Sirainen
[next]