yet another bbot release
V0.0.3pl1:
* Inserted missing statements in biotr.sql
Hi there,
bchat-0.0.1pl2 has been released, unleashing the power of /ignore and /unignore... and it has a BUG. You will have to add a table to the database called ignorelist, here is the mysqldump:
----------------------------------------------
CREATE TABLE ignorelist (
ID bigint(20) NOT NULL auto_increment,
who bigint(20) NOT NULL default '0',
whom bigint(20) NOT NULL default '0',
PRIMARY KEY (ID),
UNIQUE KEY ID (ID),
KEY who (who)
) TYPE=MyISAM;
------------------------------------------------... read more
After a week of heavy coding bchat-0.0.1pl1 is finally relased. We hope the biggest bugs are fixed now. It should be a lot easier to install than version 0.0.1. Have a lot of fun!
cheers ESDEN
We have finally released bchat after nearly two years of development. It is fully functional and can be seen at http://bchat.bingo-ev.de
Hi all,
I have changed the project page to apollo.bingo-ev.de
I hope that is ok ...
cheers ESDEN
Again we all met and decided to rewrite the core and redesign the communication from scratch. This time it will be _real_ XML, parseable by your favourite XML-Parser :) Also the coding language has changed - to C++. Our deadline now is the 1st of January, 2002 (in case we still are alive). We will upload the first release version then. Don't expect too much ;)))
greetz
FAKE
Hi folks,
I have started everything from scratch. This time it will be better then the last time. I will try to keep the code tidy and faster than the last time ;-)
Happy hacking
esden