PDA

View Full Version : Alcoholicz Sitebot (AlcoBot) v0.2.0


neoxed
09-19-2005, 05:04 PM
Changes:
NEW: Added installation instructions for modules.
NEW: Command-line style option parsing library.
NEW: DCC command to dump the configuration, ".alcobot dump".
NEW: Help module, to display support commands.
NEW: nxTools module for ioFTPD, to interact with nxTools' databases.
NEW: Pre times module, to search and display release pre times.
NEW: Variable and theme definitions for nxAutoNuke.
CHG: Modules now have separate variable definition files.
CHG: Moved to a less restrictive license (modified BSD).
CHG: The section parameter to the !free command is now case-insensitive.
CHG: The varFiles and themeFile options use file names instead of relative paths.
FIX: The bot failed to load if auto_path was not set.
FIX: The DCC command list did not display the full command names.


Download:

http://www.inicom.net/pages/en.ioftpd-scripts.php?id=126

Website:

http://www.alcoholicz.com

epoke
09-20-2005, 02:52 AM
THx neoxed,
I check it immediately :)

PlutoniC
09-20-2005, 10:30 AM
great neoxed :)

wanna check this really soon

PaRaNoiD_JaCK
09-20-2005, 10:46 AM
Thanks. will get it up and running very soon :)

edit. Works well here. Will adding/filling/deleting requests be added in a future version ?

PlutoniC
09-20-2005, 11:25 AM
Thanks. will get it up and running very soon :)

edit. Works well here. Will adding/filling/deleting requests be added in a future version ?

ye useful thingy and ofcourse needed :rolleyes:

hope neoxed can fix this soon .


thx :)

neoxed
09-20-2005, 04:03 PM
Commands to add, delete, and fill requests will be incorporated once the invite module is complete. The invite module will provide a method to keep track of IRC users and their corresponding FTP user accounts. Of course, this only works if the channel is invite only (+i).

nud3l
09-23-2005, 07:40 AM
hello,

is it possible to implement blowfish outputs on irc for alcobot ?

EwarWoo
09-23-2005, 09:19 AM
Just get a script to encrypt everything for your bot, easier that way.
You're then not going to get the odd scrypt or 2 that doesn't support it.

neoxed
09-23-2005, 03:23 PM
I will never add support for that horrible blowfish text encryption within AlcoBot for several reasons.

a) It uses the ECB cipher mode, which is terrible (I think there's a CBC implementation underway).
b) Most users distribute or continually give away the channel key.
c) An IRCD with SSL support is far more secure and reliable.

Anyway, as EwarWoo mentioned, there are plenty of "wrapper" scripts that allow an Eggdrop to function in a blowfish-encrypted channel.

You could try Blowcrypt (http://poci.u5-inside.de/downloads/index.php) by poci/PERPLEX. However, the current versions of Blowcrypt (2.5 and 3.0) have a few bugs in them that prevent AlcoBot from working properly. I took the liberty of fixing the bugs and submitting the patches to poci, in the meantime you can download the fixed version from http://www.alcoholicz.com/scripts/blowcrypt/.

PaRaNoiD_JaCK
09-23-2005, 04:14 PM
I`m using McEggdropTcl + SSL with alcobot/dZSbot. All works ok here and stays encrypted. :)

zpr
09-23-2005, 04:47 PM
I took the liberty of fixing the bugs and submitting the patches to poci, in the meantime you can download the fixed version from http://neoxed.junkiez.net/blowcrypt/.

thank you 4 that, works, regards