What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Bot Developers Kit available! (Update 16-05)

2 votes - 5 average   Bot Developers Kit available! (Update 16-05)
Author: Message:
mrhuge
Junior Member
**

Avatar

Posts: 88
Reputation: 5
46 / Male / –
Joined: May 2003
O.P. Bot Developers Kit available! (Update 16-05)
[update]I've attached a new version of VBDotNetExample. In the one in the installer I had forgotten to create the plugin object as a COM Object[/update]

Hi all,

Lately I've been working on a new plugin: Bot Developers Kit, or simply: BotDK.

What does it do?
BotDK is a plugin for Messenger Plus! 3. Using this plugin's own plugin interface, developers can create auto-responders or so-called bots for MSN Messenger.

Features
  • 100% thread-safe COM based plugin interface
  • Create your own bot with it's own commands using the plugin interface. You're completely free to choose the format of your commands ('![command]' or '/[command]' or just '[command]' or something completely different)
  • Plugin notifications:
    • when an incoming conversation has been started
    • when an outgoing conversation has been started
    • when a conversation has ended
    • when a message has been received
      BotDK plugins will receive messages before they arrive at MSN Messenger. BotDK plugins can also control wether or not the incoming message will be forwarded to MSN Messenger.
    • when a message has been sent
      BotDK plugins will receive messages before they are actually sent to the SwitchBoard server. BotDK plugins can also control wether or not the outgoing message will be forwarded to the SwitchBoard server.
  • 'Invisible' messages: messages that MSN Messenger won't see, but BotDK's plugins will
  • Automatically send (hidden) messages from plugins to remote users with the ability to customize the message font
  • Automatically send messages from plugins to the local MSN Messenger user with the ability to customize the message font
How does it work?
When the BotDK plugin loads, it will install a Winsock hook, so it can monitor wether an incoming or outgoing conversation has been started. For every conversation, MSN Messenger will make a separate connection with a 'conversation sever' which is called the SwitchBoard server. This connection is used to invite users to the conversation and to receive/send messages from/to the other participants in the conversation. When a conversation is started, BotDK will redirect the outgoing SwitchBoard connection to it's own TCP server. The TCP server will then connect to the real SwitchBoard server. From this point BotDK can monitor and (if needed) modify all messages which MSN Messenger sends to, or receives from the SwitchBoard server.

Is it finished?
Yes... well... it's in beta stage, so it's still subject to change.

Installation
Just run the installer. The installer doesn't check if MsgPlus! is installed, so for now I just consider that as a pre-condition :).
When the installer is ready, a readme file will be opened with more information on how to use BotDK.

Download
You can download BotDK here.

Feedback
Please test this plugin and give me feedback on it. Also if you have ideas for extra features, don't hesitate to tell me about it.

Some of my own ideas for future versions
  • VBScript/JScript support for plugins
  • More info for plugins about which participants are in a conversation
  • Provide plugins with the IMessengerWindow pointer for each conversation

.zip File Attachment: VBDotNetExample.zip (5.62 KB)
This file has been downloaded 2248 time(s).

This post was edited on 05-16-2005 at 06:42 PM by mrhuge.
05-13-2005 10:48 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Bot Developers Kit available! (Update 16-05) - by mrhuge on 05-13-2005 at 10:48 PM
RE: Bot Developers Kit coming up - by (CyBeRDuDe) on 05-14-2005 at 12:01 AM
RE: RE: Bot Developers Kit coming up - by mrhuge on 05-14-2005 at 02:13 PM
RE: Bot Developers Kit coming up - by Dempsey on 05-14-2005 at 02:18 PM
RE: Bot Developers Kit coming up - by TheGeek on 05-14-2005 at 02:53 PM
RE: RE: Bot Developers Kit coming up - by mrhuge on 05-14-2005 at 03:04 PM
RE: RE: RE: Bot Developers Kit coming up - by TheGeek on 05-14-2005 at 05:32 PM
RE: Bot Developers Kit coming up - by Dempsey on 05-14-2005 at 03:11 PM
RE: Bot Developers Kit coming up - by mrhuge on 05-14-2005 at 03:22 PM
RE: Bot Developers Kit coming up - by Dempsey on 05-14-2005 at 03:24 PM
? - by zero_kool on 02-03-2006 at 11:03 PM
RE: Bot Developers Kit coming up - by mrhuge on 05-14-2005 at 05:53 PM
RE: Bot Developers Kit coming up - by Hilikus on 05-14-2005 at 06:33 PM
RE: Bot Developers Kit coming up - by mrhuge on 05-14-2005 at 06:47 PM
RE: Bot Developers Kit coming up - by Hilikus on 05-14-2005 at 08:11 PM
RE: Bot Developers Kit v1.00 beta 1 available! - by mrhuge on 05-14-2005 at 08:27 PM
RE: Bot Developers Kit v1.00 beta 1 available! - by Martijn. on 05-15-2005 at 10:41 AM
RE: Bot Developers Kit v1.00 beta 1 available! - by mrhuge on 05-15-2005 at 11:15 AM
RE: RE: Bot Developers Kit v1.00 beta 1 available! - by Martijn. on 05-15-2005 at 12:11 PM
RE: Bot Developers Kit v1.00 beta 1 available! - by mrhuge on 05-15-2005 at 12:41 PM
RE: Bot Developers Kit v1.00 beta 1 available! - by Eljay on 05-15-2005 at 03:16 PM
RE: Bot Developers Kit v1.00 beta 1 available! - by mrhuge on 05-15-2005 at 05:49 PM
RE: Bot Developers Kit v1.00 beta 1 available! - by Hilikus on 05-15-2005 at 07:13 PM
RE: Bot Developers Kit v1.00 beta 1 available! - by mrhuge on 05-16-2005 at 05:54 PM
RE: Bot Developers Kit v1.00 beta 1 available! - by super-schaf on 05-16-2005 at 06:19 PM
RE: Bot Developers Kit v1.00 beta 1 available! - by Eljay on 05-16-2005 at 06:27 PM
RE: Bot Developers Kit v1.00 beta 1 available! - by mrhuge on 05-16-2005 at 06:43 PM
RE: Bot Developers Kit available! (Update 16-05) - by John on 05-17-2005 at 11:56 AM
RE: Bot Developers Kit available! (Update 16-05) - by CookieRevised on 05-17-2005 at 04:56 PM
RE: RE: Bot Developers Kit available! (Update 16-05) - by John on 05-20-2005 at 02:42 PM
RE: Bot Developers Kit available! (Update 16-05) - by mrhuge on 05-17-2005 at 05:48 PM
RE: Bot Developers Kit available! (Update 16-05) - by TheGeek on 05-17-2005 at 07:38 PM
RE: Bot Developers Kit available! (Update 16-05) - by mrhuge on 05-17-2005 at 08:35 PM
RE: Bot Developers Kit available! (Update 16-05) - by TheGeek on 05-18-2005 at 12:46 PM
RE: Bot Developers Kit available! (Update 16-05) - by CookieRevised on 05-18-2005 at 02:37 PM
RE: RE: Bot Developers Kit available! (Update 16-05) - by TheGeek on 05-18-2005 at 03:05 PM
RE: Bot Developers Kit available! (Update 16-05) - by kusamochi on 01-28-2006 at 11:57 AM
RE: Bot Developers Kit available! (Update 16-05) - by CookieRevised on 02-04-2006 at 01:42 AM
RE: Bot Developers Kit available! (Update 16-05) - by zero_kool on 02-04-2006 at 06:08 AM
RE: Bot Developers Kit available! (hook problem with BotDK) - by BoBaLeX on 02-14-2006 at 06:14 PM
RE: Bot Developers Kit available! (Update 16-05) - by AxelTB on 02-15-2006 at 09:41 PM
RE: Bot Developers Kit available! (Update 16-05) - by BoBaLeX on 02-16-2006 at 10:50 AM
RE: Bot Developers Kit available! (Update 16-05) - by AxelTB on 02-16-2006 at 09:51 PM
RE: Bot Developers Kit available! (Update 16-05) - by BoBaLeX on 02-16-2006 at 10:13 PM
RE: Bot Developers Kit available! (Update 16-05) - by mrhuge on 02-17-2006 at 09:34 AM
RE: Bot Developers Kit available! (Update 16-05) - by BoBaLeX on 02-17-2006 at 10:04 AM
RE: Bot Developers Kit available! (Update 16-05) - by AxelTB on 02-18-2006 at 01:15 PM
RE: Bot Developers Kit available! (Update 16-05) - by Lou on 02-19-2006 at 02:10 PM
RE: Bot Developers Kit available! (Update 16-05) - by Dempsey on 02-20-2006 at 10:13 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On