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
/
fe-common
/
irc
/
dcc
/
fe-dcc-chat.c
Age
Commit message (
Expand
)
Author
2015-05-15
Implement CHANTYPES support
LemonBoy
2015-04-07
Change all strcmp() to g_strcmp0() to handle nulls gracefully
dequis
2010-04-04
Add missing includes to shut the compiler up.
Alexander Færøy
2010-04-03
deprecated glib strup/down fixes from exg.
Alexander Færøy
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
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2002-12-28
Added time, size and level setting types. Breaks some settings - I'll add
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-09
Added "message dcc xxx" signals for printing DCC messages.
Timo Sirainen
2001-12-20
Added WINDOW_REC declaration to common.h, removed unneeded #include "servers....
Timo Sirainen
2001-10-20
Get the server tag to query from dcc->servertag, not dcc->server->tag, to
Timo Sirainen
2001-03-08
/DCC CLOSE CHAT <unknown> signal: we were checking for "GET" here, not
Timo Sirainen
2001-03-03
DCC actions have now ACTIONS level as well as the DCCMSGS.
Timo Sirainen
2001-02-10
DCC cleanups - split DCC_REC to CHAT|GET|SEND_DCC_RECs. Plugins should
Timo Sirainen