app irc was completely rewrited from base, should be stable now, support multichannel...
commitdf8cbfe518456297d61b3adcb2231d43ee0e9ee5
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sat, 13 Sep 2008 17:57:51 +0000 (13 19:57 +0200)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sat, 13 Sep 2008 17:57:51 +0000 (13 19:57 +0200)
tree12ef891ae1990fe006ebd6cc3fdbc6b0b3945aa4
parentd3899f32099b426c83e4594a7fd823469d1eb2a8
app irc was completely rewrited from base, should be stable now, support multichannel chatting and /commands; rtl8169 and
family cards driver support is better - initialization seems to be finished; file descriptors what are created under running
process are all succefully closed on exit; fixed small bug in im app with delete key; better TCP stuff; lot of tests is done
22 files changed:
apps/im/src/ui.c
apps/irc/Makefile
apps/irc/commands.c [new file with mode: 0755]
apps/irc/commands.h [copied from kernel/lib/stdio/fclose.c with 74% similarity]
apps/irc/config.h [copied from kernel/lib/stdio/fclose.c with 78% similarity]
apps/irc/main.c
apps/irc/net.c [new file with mode: 0755]
apps/irc/net.h [copied from kernel/lib/stdio/fclose.c with 77% similarity]
apps/irc/proto.c [new file with mode: 0755]
apps/irc/proto.h [copied from kernel/lib/stdio/fclose.c with 79% similarity]
kernel/.config
kernel/arch/i386/syscall.c
kernel/build/x86_64/build.h
kernel/build/x86_64/config.h
kernel/core/net/socket.c
kernel/core/net/tcp.c
kernel/core/proc.c
kernel/drivers/net/rtl8169/rtl8169.c [new file with mode: 0644]
kernel/drivers/net/rtl8169/rtl8169_dev.h [copied from kernel/lib/stdio/fclose.c with 80% similarity]
kernel/include/file.h
kernel/include/proc.h
kernel/lib/stdio/fclose.c