История коммитов

Автор SHA1 Сообщение Дата
  Bryan Drewery 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() 21 лет назад
  Bryan Drewery a8c8d21fdb * Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d 21 лет назад
  Bryan Drewery 7c5c0b4b95 * Cleaned up some of the firewall code 21 лет назад
  Bryan Drewery bc91a7e206 * Added rcsid[] to all files 21 лет назад
  Bryan Drewery eb620e7634 * Don't warn about falures to listen on port 113 21 лет назад
  Bryan Drewery 24a22d7799 * Added some error logging for failed bind() listen() and getsockname() 21 лет назад
  Bryan Drewery b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 лет назад
  Bryan Drewery 0883637432 * Added strerror(errno) to "Can't create new socket" error log 21 лет назад
  Bryan Drewery 7a5c32eb81 * Removed strncpyz and am now using OpenBSD's strlcpy() 21 лет назад
  Bryan Drewery 583a1b921f * Setup the read/write encrypt/decrypt functions to work through the new link encryption system 21 лет назад
  Bryan Drewery df79d72a21 * Moved host/ip buffers in conf_bot to conf_bot.conf_net 21 лет назад
  Bryan Drewery d92380ef77 * Leaked socket on failed address bind. 21 лет назад
  Bryan Drewery dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 лет назад
  Bryan Drewery 80c203ed5f 21 лет назад
  Bryan Drewery 2a1a267259 * findanysnum() was stopping short by 1 in it's search for a socket 21 лет назад
  Bryan Drewery 25cd6464fc * Some misc fixes, hopefully to fix this pesky dead socket stuff 21 лет назад
  Bryan Drewery 85370c11f5 21 лет назад
  Bryan Drewery 5224d8a8d4 21 лет назад
  Bryan Drewery 8aff1b8bd0 21 лет назад
  Bryan Drewery 1653d4ddcc * DCC[] list is no longer shifter 21 лет назад
  Bryan Drewery ccb2750d36 * All dcc loops need to check for dcc[].type, as the table will now have gaps... 21 лет назад
  Bryan Drewery e55d48b01a * More debugging 21 лет назад
  Bryan Drewery 6a27db74d8 * Sockets can be 1 21 лет назад
  Bryan Drewery 169f1bb895 21 лет назад
  Bryan Drewery 24c7ede84a 21 лет назад
  Bryan Drewery ffca82d1c2 21 лет назад
  Bryan Drewery 8adba10a65 21 лет назад
  Bryan Drewery 058d3a8d4e * Idx can potentialy be *0*, some places only checked >0 and not >=0 21 лет назад
  Bryan Drewery 916c859775 * Make hostprotocol() check if the ip is resolved, not open_telnet() 21 лет назад
  Bryan Drewery ab7f996c92 * open_telnet() should only call hostprotocol() if the host is not already resolved 21 лет назад