The bot is a project that contains MySQL, XML, PHP, JDBC and Java.It is an IRC bot(much like eggdrop) that can connect to any IRC server and distribute a list and have controll over unlimitied users that can add, modify and delete Movies in a MySQL dat
Be the first to post a text review of JMovieBot. Rate and review a project by clicking thumbs up or thumbs down in the right column.
--------------------------------- This version is the release candidate 4, and we are getting really close to 1.0 stable. The PHP is still under construction and is getting done by the 1.0 stable release, trust me =). I've added alot to this release, the plugin API are now much better and faster. And it has online plugin management. Enjoy ! =) Be sure to check the change log. I havent updated in a while, for that I'm sorry, but I'm in the army and I dont have alot of time for myself.
Changes per 18/05-2003 RC4: -Optimized some methods. Not using syncronized handle() anymore. (why the hell did I use it in the first place?) -Code optimizations. (Smaller object creation cleanups) *Now added online plugin controll: -Online Plugins control: /msg bot plugins <cmd> password ... plugins killall ... *DONE ... plugins kill ID=<id> ... *DONE ... plugins add PATH=<path to file> ... *Loads a plugin, must be in, the "Plugin" directory and compiled. ... plugins list ... *List all active plugins. ------------------------------------------- Changes per 01/05-2003: - Optimized "case HelpMovieOptions:" even more by using \n at the end of the line instead by using BufferedWriter.newLine(). - Added a kill() method to the plugin api, it is executed when the plugin is killed by the bot. - Code cleanups - Optimizing the bot by making it not create a new HandleUserLogin each time it checks for passwords. ------------------------------------------- Changes per 21/04-2003: -Added BasicIRCLogger plugin. ------------------------------------------- Changes per 25/03-2003 version: MAJORS: Bug fixing. I've bug tracked the software for hours. Alot of bugs has been fixed then I mean alot. But dont stop sending bug reports :) - The code is now under GNU General public license (GNU GPL) :) - Join / Part channels. - Movie list command added. - Nick change bug fixed. - Make file made - DEL / ADD movie to the database. - QUIT command added. - Debugging output on / off added. - Users: The following commands added ADDUSER DELUSER LISTUSERS - MD5 cryptation on passwords in database for security. - Made a Makefile for linux users. - New and improved help system on irc, become really neat with nesting. - JDebug 1.1 update. Not much changed here execept added a static method. - JUMP - Server jumps incase of netsplits etc. Command added. - Cycle a specific channel. - Code/bug fixes: - Went from using standard String.substring etc parsing to regexp. * Makes the bot much much faster. - Alot of code cleanup ! * Easyer readalbe code and uses less cpu/memory. - Added connect() and reconnect() - Now has a plugin API. Check out the plugins for examples ! =) - Alot of code cleanup, fewer classes. etc. - Major bug in JDebug. Now fixed !
Changes per 18/05-2003 RC4: -Optimized some methods. Not using syncronized handle() anymore. (why the hell did I use it in the first place?) -Code optimizations. (Smaller object creation cleanups) *Now added online plugin controll: -Online Plugins control: /msg bot plugins <cmd> password ... plugins killall ... *DONE ... plugins kill ID=<id> ... *DONE ... plugins add PATH=<path to file> ... *Loads a plugin, must be in, the "Plugin" directory and compiled. ... plugins list ... *List all active plugins. ------------------------------------------- Changes per 01/05-2003: - Optimized "case HelpMovieOptions:" even more by using \n at the end of the line instead by using BufferedWriter.newLine(). - Added a kill() method to the plugin api, it is executed when the plugin is killed by the bot. - Code cleanups - Optimizing the bot by making it not create a new HandleUserLogin each time it checks for passwords. ------------------------------------------- Changes per 21/04-2003: -Added BasicIRCLogger plugin. ------------------------------------------- Changes per 25/03-2003 version: MAJORS: Bug fixing. I've bug tracked the software for hours. Alot of bugs has been fixed then I mean alot. But dont stop sending bug reports :) - The code is now under GNU General public license (GNU GPL) :) - Join / Part channels. - Movie list command added. - Nick change bug fixed. - Make file made - DEL / ADD movie to the database. - QUIT command added. - Debugging output on / off added. - Users: The following commands added ADDUSER DELUSER LISTUSERS - MD5 cryptation on passwords in database for security. - Made a Makefile for linux users. - New and improved help system on irc, become really neat with nesting. - JDebug 1.1 update. Not much changed here execept added a static method. - JUMP - Server jumps incase of netsplits etc. Command added. - Cycle a specific channel. - Code/bug fixes: - Went from using standard String.substring etc parsing to regexp. * Makes the bot much much faster. - Alot of code cleanup ! * Easyer readalbe code and uses less cpu/memory. - Added connect() and reconnect() - Now has a plugin API. Check out the plugins for examples ! =) - Alot of code cleanup, fewer classes. etc. - Major bug in JDebug. Now fixed !
A new upload on CVS is out ! It has alot of bugfixes and has now a plugin api so you can create plugins ! =) Change log: Changes per 25/03-2003: MAJORS: Bug fixing. I've bug tracked the software for hours. Alot of bugs has been fixed then I mean alot. But dont stop sending bug reports :) - The code is now under GNU General public license (GNU GPL) :) - Join / Part channels. - Movie list command added. - Nick change bug fixed. - Make file made - DEL / ADD movie to the database. - QUIT command added. - Debugging output on / off added. - Users: The following commands added ADDUSER DELUSER LISTUSERS - MD5 cryptation on passwords in database for security. - Made a Makefile for linux users. - New and improved help system on irc, become really neat with nesting. - JDebug 1.1 update. Not much changed here execept added a static method. - JUMP - Server jumps incase of netsplits etc. Command added. - Cycle a specific channel. - Code/bug fixes: - Went from using standard String.substring etc parsing to regexp. * Makes the bot much much faster. - Alot of code cleanup ! * Easyer readalbe code and uses less cpu/memory. - Added connect() and reconnect() - Now has a plugin API. Check out the plugins for examples ! =) - Alot of code cleanup, fewer classes. etc. - Major bug in JDebug. Now fixed ! From admin Denatus denatus@start.no
Changes per 25/03-2003: MAJORS: Bug fixing. I've bug tracked the software for hours. Alot of bugs has been fixed then I mean alot. But dont stop sending bug reports :) - The code is now under GNU General public license (GNU GPL) :) - Join / Part channels. - Movie list command added. - Nick change bug fixed. - Make file made - DEL / ADD movie to the database. - QUIT command added. - Debugging output on / off added. - Users: The following commands added ADDUSER DELUSER LISTUSERS - MD5 cryptation on passwords in database for security. - Made a Makefile for linux users. - New and improved help system on irc, become really neat with nesting. - JDebug 1.1 update. Not much changed here execept added a static method. - JUMP - Server jumps incase of netsplits etc. Command added. - Cycle a specific channel. - Code/bug fixes: - Went from using standard String.substring etc parsing to regexp. * Makes the bot much much faster. - Alot of code cleanup ! * Easyer readalbe code and uses less cpu/memory. - Added connect() and reconnect() - Now has a plugin API. Check out the plugins for examples ! =) - Alot of code cleanup, fewer classes. etc. - Major bug in JDebug. Now fixed !
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?