Bryan Drewery
|
583a1b921f
* Setup the read/write encrypt/decrypt functions to work through the new link encryption system
|
před 21 roky |
Bryan Drewery
|
df79d72a21
* Moved host/ip buffers in conf_bot to conf_bot.conf_net
|
před 21 roky |
Bryan Drewery
|
d92380ef77
* Leaked socket on failed address bind.
|
před 21 roky |
Bryan Drewery
|
dc75f1e092
* Using custom calloc/realloc functions now to check for failed allocations
|
před 21 roky |
Bryan Drewery
|
80c203ed5f
|
před 21 roky |
Bryan Drewery
|
2a1a267259
* findanysnum() was stopping short by 1 in it's search for a socket
|
před 21 roky |
Bryan Drewery
|
25cd6464fc
* Some misc fixes, hopefully to fix this pesky dead socket stuff
|
před 21 roky |
Bryan Drewery
|
85370c11f5
|
před 21 roky |
Bryan Drewery
|
5224d8a8d4
|
před 21 roky |
Bryan Drewery
|
8aff1b8bd0
|
před 21 roky |
Bryan Drewery
|
1653d4ddcc
* DCC[] list is no longer shifter
|
před 21 roky |
Bryan Drewery
|
ccb2750d36
* All dcc loops need to check for dcc[].type, as the table will now have gaps...
|
před 21 roky |
Bryan Drewery
|
e55d48b01a
* More debugging
|
před 21 roky |
Bryan Drewery
|
6a27db74d8
* Sockets can be 1
|
před 21 roky |
Bryan Drewery
|
169f1bb895
|
před 21 roky |
Bryan Drewery
|
24c7ede84a
|
před 21 roky |
Bryan Drewery
|
ffca82d1c2
|
před 21 roky |
Bryan Drewery
|
8adba10a65
|
před 21 roky |
Bryan Drewery
|
058d3a8d4e
* Idx can potentialy be *0*, some places only checked >0 and not >=0
|
před 21 roky |
Bryan Drewery
|
916c859775
* Make hostprotocol() check if the ip is resolved, not open_telnet()
|
před 21 roky |
Bryan Drewery
|
ab7f996c92
* open_telnet() should only call hostprotocol() if the host is not already resolved
|
před 21 roky |
Bryan Drewery
|
c344766665
|
před 21 roky |
Bryan Drewery
|
82866c465d
* Fixed open_telnet_raw() to NOT re-dns (with blocking calls) the specified host if it
|
před 21 roky |
Eggheads Development Team (Ported by Bryan)
|
eceef1cd82
* Added some new async_dns code for testing and transition to
|
před 21 roky |
Bryan Drewery
|
659fa81c8b
* Raised maxdcc and maxfd to 300
|
před 21 roky |
Bryan Drewery
|
47f4e2f69b
* Keep track of number of socks with socks_total
|
před 21 roky |
Bryan Drewery
|
40d50f82e6
* natip is now only referenced in getmyip()
|
před 21 roky |
Bryan Drewery
|
11ff8638f7
* get_ip() is now static to net.c
|
před 21 roky |
Bryan Drewery
|
1413abcd5d
* Undid sockt_t/size_t patches
|
před 21 roky |
Bryan Drewery
|
fbc8394765
* Bind to the ip that we cached, not conditionaly to ANY
|
před 21 roky |