Bryan Drewery
|
e3e3b73ae9
* Removed simple_sprintf's %D param and am calling int_to_base64() directly now
|
21 years ago |
Bryan Drewery
|
2fc7ab9a2f
* Fixed some excess newlines when a user is booted for losing hub/leaf access.
|
21 years ago |
Bryan Drewery
|
5cba122631
* Converted a bunch of egg_snprintf() to simple_snprintf()
|
21 years ago |
Bryan Drewery
|
cc48b96cf5
* Misc compile fixes
|
21 years ago |
Bryan Drewery
|
f876237a45
* Fixed cmd_boot to allow users to boot users they can whois. (Users with lower flags)
|
21 years ago |
Bryan Drewery
|
9fe0d46aed
* Fixed segfault after booting users when a leaf has lost +c. (#18)
|
21 years ago |
Bryan Drewery
|
5895489954
* Added cmd_version (same as (bot|net)verison)
|
21 years ago |
Bryan Drewery
|
b150c05717
* Auth system rewritten into a class
|
21 years ago |
Bryan Drewery
|
b34f97945d
* Work on auth system to bind dcc commands to auth system without rewriting them
|
21 years ago |
Bryan Drewery
|
b9fc771453
* Added macro have_cmd() to check if a cmd is available on the bot (hub/leaf)
|
21 years ago |
Bryan Drewery
|
e0df700159
* cmds not showing up in help after merge
|
21 years ago |
Bryan Drewery
|
2efdf31a13
* fixed stackdump() being called on non-i386 in cmd_debug
|
21 years ago |
Bryan Drewery
|
cfc68ced0b
* Removed all Assert()/DEBUG_ASSERT code
|
21 years ago |
Bryan Drewery
|
f7524cafd3
|
21 years ago |
Bryan Drewery
|
bc91a7e206
* Added rcsid[] to all files
|
21 years ago |
Bryan Drewery
|
cb2e9c7799
* Removed redundant define BADNICKCHARS
|
21 years ago |
Bryan Drewery
|
a681922a71
* Added int to write_settings() to specify whether to write conf or not
|
21 years ago |
Bryan Drewery
|
f2dfb6faf3
* Removed remaining ifdefs for LEAF/HUB
|
21 years ago |
Bryan Drewery
|
7fd145cc5c
* Fixed up makehelp and help[]/findhelp() to use new hub/leaf checking
|
21 years ago |
Bryan Drewery
|
950e09b829
* Converted over cfg_struct to hub/leaf mix
|
21 years ago |
Bryan Drewery
|
d982c83965
* Converted cmds (still need to fix up config and cmd_config)
|
21 years ago |
Bryan Drewery
|
09d6f654a6
* Added type field to cmd_t to specify 0/HUB/LEAF (both/1/2)
|
21 years ago |
Bryan Drewery
|
8112258e3f
|
21 years ago |
Bryan Drewery
|
b39e23dcbf
|
21 years ago |
Bryan Drewery
|
a966a3b564
* Eliminated the conffile struct as it was a duplicate of conf
|
21 years ago |
Bryan Drewery
|
ee3dd82b99
* Changed some if (localhub) to if (conf.bot->localhub)
|
21 years ago |
Bryan Drewery
|
58b0a02ca1
* cmd_botconfig now supports wildcards for the bot parameter
|
21 years ago |
Bryan Drewery
|
11bfdc04b0
* cmd_cmdpass was not clear on usage
|
21 years ago |
Bryan Drewery
|
1ab87df04b
|
21 years ago |
Bryan Drewery
|
7726c159de
* cmd_conf (delbot) now also removes the bot from the userfile
|
21 years ago |