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

Автор SHA1 Сообщение Дата
  Bryan Drewery c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 лет назад
  Bryan Drewery d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid 21 лет назад
  Bryan Drewery 756c56ffe4 * Tempdir is now chosen from a list as follows: (hub) ./tmp/ (leaf) ~/.ssh/..., /tmp/, ./ 21 лет назад
  kathleen 2ca9b7d102 * Replacement and removal of defines from old eggdrop language system... 21 лет назад
  Bryan Drewery 15d4102716 21 лет назад
  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 b150c05717 * Auth system rewritten into a class 21 лет назад
  Bryan Drewery bc91a7e206 * Added rcsid[] to all files 21 лет назад
  Bryan Drewery 378fd00bee * Converted chanprog.c stuff to new hub/leaf 21 лет назад
  Bryan Drewery 004c3a7121 * Initialize 'userfile' in chanprog() before reading it with $binpath/.u 21 лет назад
  Bryan Drewery ee3dd82b99 * Changed some if (localhub) to if (conf.bot->localhub) 21 лет назад
  Bryan Drewery 3d60bc1209 * Misc cleanups in chanprog() 21 лет назад
  Bryan Drewery 9a66475b95 21 лет назад
  Bryan Drewery cfcb75b18c * Internal userlist bugfixes: 21 лет назад
  Bryan Drewery 919cc86701 * strncat() was cutting off 1 char short, had to account for this in new strlcat() calls 21 лет назад
  Bryan Drewery a2fde485dd * Changed the few strncat()s to OpenBSD's strlcat() 21 лет назад
  Bryan Drewery 7a5c32eb81 * Removed strncpyz and am now using OpenBSD's strlcpy() 21 лет назад
  Bryan Drewery df79d72a21 * Moved host/ip buffers in conf_bot to conf_bot.conf_net 21 лет назад
  Bryan Drewery dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 лет назад
  Bryan Drewery 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 лет назад
  Bryan Drewery 03d098da24 * C++ compile warning fixes (Still compat with C) 22 лет назад
  Bryan Drewery 3164cd2ac8 * Casted memory allocations, c++ requires it 22 лет назад
  Bryan Drewery b24581cdf5 * More work on new settings data 22 лет назад
  Bryan Drewery c64081f197 * Tack on the .exe to binname and updatebin() paths 22 лет назад
  Bryan Drewery c710c17a5b * Use -telnet!user@host for pack.cfg/internal_users 22 лет назад
  Bryan Drewery 482e15f7d5 * Filled all fr.bot with 0 22 лет назад
  Bryan Drewery 5e242c2a4e * No longer using USER_BOT 22 лет назад
  Bryan Drewery bd78905da3 * Fix for smaechans() 22 лет назад