This website requires JavaScript.
Explore
Help
Register
Sign In
jrd
/
irssi
Watch
1
Star
0
Fork
0
You've already forked irssi
forked from
PsychoticNinja/irssi
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
irssi
/
src
/
fe-common
/
irc
/
dcc
History
Timo Sirainen
bf5b6c08c5
Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.h" from fe-windows.h which broke several files, added the #include in them.
...
git-svn-id:
http://svn.irssi.org/repos/irssi/trunk@2272
dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-12-20 02:14:49 +00:00
..
.cvsignore
updates
2000-04-26 09:43:45 +00:00
fe-dcc-chat.c
Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.h" from fe-windows.h which broke several files, added the #include in them.
2001-12-20 02:14:49 +00:00
fe-dcc-get.c
always round up the kB value so we won't have 0kB file sizes..
2001-05-11 11:52:32 +00:00
fe-dcc-send.c
If /SET dcc_upload_path is empty, we should use the current directory, not
2001-11-19 02:46:26 +00:00
fe-dcc.c
Module loading updates - /LOAD shows now also the statically loaded modules.
2001-08-14 00:41:59 +00:00
fe-dcc.h
DCC cleanups - split DCC_REC to CHAT|GET|SEND_DCC_RECs. Plugins should
2001-02-10 02:02:26 +00:00
Makefile.am
Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get before possibly identically named headers in the glib's include directory.
2001-11-05 14:48:03 +00:00
module-formats.c
added "dcc request send" signal - irssi now prints "DCC CHAT/SEND request
2001-05-11 12:55:18 +00:00
module-formats.h
added "dcc request send" signal - irssi now prints "DCC CHAT/SEND request
2001-05-11 12:55:18 +00:00
module.h
Moved some stuff from irc to core. Added command_bind_proto() function to
2001-11-02 01:05:14 +00:00