Commit History

作者 SHA1 備註 提交日期
  Bryan Drewery eb620e7634 * Don't warn about falures to listen on port 113 21 年之前
  Bryan Drewery 4923caefd4 * Fixed DNS staying on nameservers that fail to give replies 21 年之前
  Bryan Drewery bf93e393eb * fatal() might be called before conf is initialized 21 年之前
  Bryan Drewery 7c1215c892 * Fixed a mem leak in egg_dns_cancel 21 年之前
  Bryan Drewery 24a22d7799 * Added some error logging for failed bind() listen() and getsockname() 21 年之前
  Bryan Drewery d982c83965 * Converted cmds (still need to fix up config and cmd_config) 21 年之前
  Bryan Drewery 64474a643b * More defines removal 21 年之前
  Bryan Drewery 88377d31ae * More conversions 21 年之前
  Bryan Drewery d4af2a75ea * Converted debug.c 21 年之前
  Bryan Drewery af11695e50 * Converted over dcc.c 21 年之前
  Bryan Drewery e3c19df9ec * Converted conf.c 21 年之前
  Bryan Drewery fcf0eda749 * Default binpath is now the directory the binary is in when doing -C. 21 年之前
  Bryan Drewery 378fd00bee * Converted chanprog.c stuff to new hub/leaf 21 年之前
  Bryan Drewery efc010fa11 * Converted some functions over 21 年之前
  Bryan Drewery 650f84cb77 * Don't encrypt settings struct fields if they are uninitialized 21 年之前
  Bryan Drewery 5755cb332e 21 年之前
  Bryan Drewery 760bc8c23e * Added .type and checking for botcmd_t 21 年之前
  Bryan Drewery ae27194df9 * Added .type support for hub/leaf in add_builtins() 21 年之前
  Bryan Drewery 09d6f654a6 * Added type field to cmd_t to specify 0/HUB/LEAF (both/1/2) 21 年之前
  Bryan Drewery 8112258e3f 21 年之前
  Bryan Drewery 7c86a1f984 * Removed cookie-time-slack from chanset 21 年之前
  Bryan Drewery b39e23dcbf 21 年之前
  Bryan Drewery a966a3b564 * Eliminated the conffile struct as it was a duplicate of conf 21 年之前
  Bryan Drewery 697492b4bc * init_conf -> init_conffile 21 年之前
  Bryan Drewery fc5591f169 21 年之前
  Bryan Drewery 004c3a7121 * Initialize 'userfile' in chanprog() before reading it with $binpath/.u 21 年之前
  Bryan Drewery b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 年之前
  Bryan Drewery 1458acf227 21 年之前
  Bryan Drewery ee3dd82b99 * Changed some if (localhub) to if (conf.bot->localhub) 21 年之前
  Bryan Drewery fbd041d970 * Added 'hub' to conf_bot_t so we can check to see if the current bot is a hub via conf.bot->hub 21 年之前