Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "IRC bot"

(Status: Correct the CVS information now that it's been moved out of OSUOSL.)
(Reorganize)
Line 5: Line 5:
 
==Status==
 
==Status==
 
The bot is hosted on ecf.eclipse.org. KOS-MOS is currently <font color="#00ff00">'''ONLINE'''</font>.
 
The bot is hosted on ecf.eclipse.org. KOS-MOS is currently <font color="#00ff00">'''ONLINE'''</font>.
 
*Host: dev.eclipse.org
 
*Repository Path: /cvsroot/technology
 
*User: anonymous
 
*Password not required
 
*Connection type: pserver
 
*Module: org.eclipse.ecf/applications/kosmos/plugins/org.eclipse.ecf.presence.bot.kosmos
 
*CVS Path: :pserver:anonymous@dev.eclipse.org:/cvsroot/technology
 
  
 
===Channels===
 
===Channels===
Line 26: Line 18:
  
 
==Source Code==
 
==Source Code==
The bot's source code is currently hosted at ECF's OSUOSL servers. Until we resolve [https://bugs.eclipse.org/bugs/show_bug.cgi?id=180585 bug 180585] and host it at eclipse.org, it will likely stay there.
+
*Host: dev.eclipse.org
 +
*Repository Path: /cvsroot/technology
 +
*User: anonymous
 +
*Password not required
 +
*Connection type: pserver
 +
*Module: org.eclipse.ecf/applications/kosmos/plugins/org.eclipse.ecf.presence.bot.kosmos
 +
*CVS Path: :pserver:anonymous@dev.eclipse.org:/cvsroot/technology
  
 
==Available Commands==
 
==Available Commands==

Revision as of 08:13, 5 October 2007

An IRC bot named KOS-MOS has recently been created using the Eclipse Communication Framework project's Bot Framework. The bot sits in the Freenode IRC Eclipse channels and is intended to help make the lives of everyone in the channel a little easier by being able to access Bugzilla and provide helpful links that users often needs to go to such as the Eclipse platform's APIs.

For any questions, please contact rcjsuen on IRC.

Status

The bot is hosted on ecf.eclipse.org. KOS-MOS is currently ONLINE.

Channels

KOS-MOS is set to autojoin the following channels on Freenode (irc.freenode.net):

  • #easyeclipse
  • #eclipse
  • #eclipse-bugs
  • #eclipse-de
  • #eclipse-dev
  • #eclipse-ecf
  • #eclipse-linux
  • #eclipse-soc

Source Code

  • Host: dev.eclipse.org
  • Repository Path: /cvsroot/technology
  • User: anonymous
  • Password not required
  • Connection type: pserver
  • Module: org.eclipse.ecf/applications/kosmos/plugins/org.eclipse.ecf.presence.bot.kosmos
  • CVS Path: :pserver:anonymous@dev.eclipse.org:/cvsroot/technology

Available Commands

Due to the implementation of bug 201751, the list of available commands is constantly in flux. We are investigating a way to provide the list of commands online. We thank you for your patience.

Feature Requests

Please add all feature requests for the bot in this section if you are not providing a patch. If you have a patch for the new functionality, please file a bug to bugzilla under the ECF product and with a summary prefixed with '[bot]' instead of adding them here.

  • Would like to see a set of commands supported for every project...e.g.
    • ~ecf javadocs
    • ~wtp home
    • ~dsdp wiki
  • IRC session logging and control...e.g. ~startlogging, ~stoplogging, ~sendlog
  • Execute commands only if sender user has permission to do so
  • Commands for project build: start build, run tests. Restricted by channel and user.
  • ~newsgroup eclipse.tools.emf genmodel generation (support querying newsgroup for relevant threads 182606)

Back to the top