Historia zmian

Autor SHA1 Wiadomość Data
  Bryan Drewery 746ea35b55 * Port [3205] to 1.2.14 19 lat temu
  Bryan Drewery 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() 21 lat temu
  Bryan Drewery a8c8d21fdb * Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d 21 lat temu
  Bryan Drewery b34f97945d * Work on auth system to bind dcc commands to auth system without rewriting them 21 lat temu
  Bryan Drewery b9fc771453 * Added macro have_cmd() to check if a cmd is available on the bot (hub/leaf) 21 lat temu
  Bryan Drewery a7ea0156b8 * Removed some FIXME comments 21 lat temu
  Bryan Drewery cfc68ced0b * Removed all Assert()/DEBUG_ASSERT code 21 lat temu
  Bryan Drewery bc91a7e206 * Added rcsid[] to all files 21 lat temu
  Bryan Drewery f2dfb6faf3 * Removed remaining ifdefs for LEAF/HUB 21 lat temu
  Bryan Drewery ae27194df9 * Added .type support for hub/leaf in add_builtins() 21 lat temu
  Bryan Drewery b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 lat temu
  Bryan Drewery ce468ad09b * Fixed '+ban' not showing up in help system. 21 lat temu
  Bryan Drewery dc75f1e092 * Using custom calloc/realloc functions now to check for failed allocations 21 lat temu
  Bryan Drewery 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 lat temu
  Bryan Drewery b83928cdf0 * More c++ leaf fixes, now for hub :) 22 lat temu
  Bryan Drewery 03d098da24 * C++ compile warning fixes (Still compat with C) 22 lat temu
  Bryan Drewery 3164cd2ac8 * Casted memory allocations, c++ requires it 22 lat temu
  Bryan Drewery ffde807dc6 * Some ISO C fixes 22 lat temu
  Bryan Drewery 7380bfa4ac 22 lat temu
  Bryan Drewery f4e39673e5 * Now, cmds without a help[] entry will be hidden in cmd_help 22 lat temu
  Bryan Drewery 78d8c05fa5 * Made some large buffers quite smaller 22 lat temu
  Bryan Drewery 5ef82004f5 * Fixed msg_invite spamming password 22 lat temu
  Bryan Drewery 55c8aea0d5 * Fixed ambiguous cmds 22 lat temu
  Bryan Drewery bcfe349d79 * Stdarg's curious updates 22 lat temu
  Bryan Drewery d978efea8c * Bind updates 22 lat temu
  Bryan Drewery f58a2cdf7f * Added binary.[c|h] 22 lat temu
  Bryan Drewery 2b3124b4ba * Removed server.mod from the 'modules' 22 lat temu
  Bryan Drewery a221100ee1 * Updated egg_timer (sync 1.7 egg) 22 lat temu
  Bryan Drewery 56dc4615d7 * Fixed a bug in gotmsg() 22 lat temu
  Bryan Drewery 1cccb43bcb * Fixed up the cmdpass stuff 22 lat temu