コミット履歴

作者 SHA1 メッセージ 日付
  Bryan Drewery 75f70b7734 * Ported [2538] to 1.2.9 20 年 前
  Bryan Drewery b81cc8cdf4 * Ported [2518] to 1.2.9 (fixes #189) 20 年 前
  Bryan Drewery 8a922ff750 * Ported [2462] to 1.2.9 20 年 前
  Bryan Drewery ff04713c4e * Ported [2445] to 1.2.9 (fixes #143) 20 年 前
  Bryan Drewery 2212f04975 21 年 前
  Bryan Drewery 4a4caa7715 * Booting a su'd user now returns the user to their original connection. (Problem when removing +i) 21 年 前
  Bryan Drewery af79f8f6d7 21 年 前
  Bryan Drewery a7c15a9c65 21 年 前
  Bryan Drewery b886fa4741 21 年 前
  Bryan Drewery f22599040f 21 年 前
  Bryan Drewery 55946457f7 * Some people have no respect 21 年 前
  Bryan Drewery 6d533b08f5 * Increased dumplots() maxlen to 120 chars 21 年 前
  Bryan Drewery 8393cb9068 * Fixed ANSI codes incorrectly being accounted for in dumplots() 21 年 前
  Bryan Drewery 79d44ef33a * Removed unused variable use_console_r and DP_LOG 21 年 前
  Bryan Drewery b41d210aec * Fixed ANSI colors not showing for logs when bot is not in background. 21 年 前
  Bryan Drewery c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 年 前
  Bryan Drewery 5ef858cc7a * Changed dumplots() max len to 100, this may break a lot of cosmetics... 21 年 前
  Bryan Drewery ee5a71d988 * Fixed hub delinking bots for not sharing instead of just offering the userfile again. (#59) 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 db78d48af1 * Another lostdcc() double free() bug fix 21 年 前
  Bryan Drewery 44d45dceff * Need to set dcc[].u.other to NULL in new_dcc() otherwise a double free() may occur in lostdcc() 21 年 前
  Bryan Drewery df15e26750 * Fixed bug with displaying chat over partyline due to change of default dcc[].simul to -1 21 年 前
  kathleen 2ca9b7d102 * Replacement and removal of defines from old eggdrop language system... 21 年 前
  Bryan Drewery fde17b5022 * dcc[].simul is an idx, so it needs to be -1 to be disabled. 21 年 前
  Bryan Drewery e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 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 e31dd5650b * Fixed colors still showing for characters ":@()<>" when colors were turned off. 21 年 前
  Bryan Drewery b150c05717 * Auth system rewritten into a class 21 年 前
  Bryan Drewery b34f97945d * Work on auth system to bind dcc commands to auth system without rewriting them 21 年 前
  Bryan Drewery dfe1caf6e6 * Changed dcc[].msgc to dcc[].irc 21 年 前