论坛's Archiver

King 发表于 2007-4-20 14:46

[i=s] 本帖最后由 King 于 2008-12-18 14:23 编辑 [/i]

<span style="font-weight: bold;">如果一楼链接不能下载,请看二楼</span><br>需要 openssl 0.9.8 支持,Windows 下的我已经提供,Linux 下如果没有可以自行编译 <a href="http://www.openssl.org/" target="_blank">http://www.openssl.org/</a><br>
配置文件说明(文件格式为 UTF-8 无 BOM,Linux 下换行符为 LF,Windows 下换行符为CR/LF):<br>
<br>
config.conf 文件:<br>
jid:group的帐号(全称,包括@后面的信息)<br>
password:group的密码<br>
server:自行指定服务器<br>
port:服务器端口,一般不需要改,除非你使用的服务器不是标准端口,bot 只支持TLS/SASL或者是无加密的登录方式,不支持旧的<br>SSL登录(端口5223)<br>
private:是否为私有<br>
<br>
message.conf文件:<br>
status:显示状态(0.2.1已经改到config.conf)<br>
<br>
添加管理员方法:<br>
使用PSI等可以建立组的jabber客户端登录你的group帐号,建立一个 admin 组,把管理员帐户放在这个组里就行了,注意 admin 要小写<br>
<br>

0.2.2 更新部分:<br>
增加对普通消息的 Rich text支持(测试,目前我知道支持  Rich Text 的客户端有 Pidgin iChat)<br>
增加 /who /list 后显示 JID<br>
增强 /list 命令,可以分列个组<br>
增加 config.conf 的 root 设置,并增加相应的 root 指令(具体看帮助)<br>
修改一处异常 parse<br>
增加管理员无视 away 状态的 msg<br>
增加管理员修改其他用户昵称<br>

实际使用过程中发现 gloox 库本身的一些 bug,由于我的时间有限,所以暂时无法修正这些 bug,这个机器人的开发只能暂时停止<br>

<br>
<a href="http://forums.mozine.cn/index.php?act=attach&amp;type=post&amp;id=8966" target="_blank"><b>点此下载 0.2.2 Windows 版</b></a>
<br>
<br>
<br>
<a href="http://forums.mozine.cn/index.php?act=attach&amp;type=post&amp;id=10171" target="_blank"><b>点此下载 0.2.2 Linux 版</b></a>
<br>
<br>
<br>
<a href="http://forums.mozine.cn/index.php?act=attach&amp;type=post&amp;id=10172" target="_blank"><b>点此下载 0.2.2 Linux Static 版</b></a>
<br>
<br>


0.2.1 更新部分:<br>
将 status 移回 config.conf<br>
修正管理员 /reboot 命令为彻底重新启动,将重新读取配置文件,而不是像0.2版中仅仅是重新连接。<br>
增加用户加入时候提示当前昵称,并提示修改。<br>
增加当用户处于不能接受消息状态时,发送消息时候的提示信息。<br>
增加了 onlyonce 配置项,在 config.conf 里,这里可以设置一个帐号(JID),无论此帐号是否在线或者是有多个资源,都向这个帐号发<br>送且只发送一次(只有 jid 无 resource 标识)<br>
linux-static 为静态链接版。<br>
还有其他方面的一些修改,由于我把 svn 资料库意外删除,导致我也不记得都改哪些地方了……<br>
<br>
<b>0.2.1</b><br>
<div class="postcolor" style="padding: 4px;"><a href="http://forums.mozine.cn/index.php?act=attach&amp;type=post&amp;id=8216" target="_blank"><img src="http://forums.mozine.cn/style_images/1/folder_mime_types/zip.gif" class="linked-image" border="0"></a>
<a href="http://forums.mozine.cn/index.php?act=attach&amp;type=post&amp;id=8216" target="_blank">conference.linux.7z</a> ( 218.26KB )


<a href="http://forums.mozine.cn/index.php?act=attach&amp;type=post&amp;id=8217" target="_blank"><img src="http://forums.mozine.cn/style_images/1/folder_mime_types/zip.gif" class="linked-image" border="0"></a>
<a href="http://forums.mozine.cn/index.php?act=attach&amp;type=post&amp;id=8217" target="_blank">conference.win.7z</a> ( 151.71KB )


<a href="http://forums.mozine.cn/index.php?act=attach&amp;type=post&amp;id=8218" target="_blank"><img src="http://forums.mozine.cn/style_images/1/folder_mime_types/zip.gif" class="linked-image" border="0"></a>
<a href="http://forums.mozine.cn/index.php?act=attach&amp;type=post&amp;id=8218" target="_blank">conference-static.linux.7z</a> ( 795.35KB )

</div><br>
<br>
[attach]8072[/attach]
<br>
<br>
Windows 下作为服务启动的方法<br>
展开 srvany 到任意路径<br>
运行<br>
instsrv &lt;服务名&gt; &lt; srvany.exe的绝对路径&gt;<br>
<br>
打开注册表<br>
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services<br>
找到你刚才定义的 &lt;服务名&gt; 的那一项<br>
在这一项下建立子键 Parameters<br>
然后在 Parameters 下建立如下字符串值<br>
Application<br>
AppParameters<br>
AppDirectory<br>
说明:<br>
Application 你需要作为服务运行的程序的名字,使用绝对路径<br>
AppParameters 程序所需参数<br>
AppDirectory 程序的所在文件夹或者是工作目录,使用绝对路径<br>
<br>
移除:<br>
instsrv &lt;服务名&gt; REMOVE<br>
注意别弄错了,这个可以删除任意服务,你删错了其他服务就找不回来了。<br>
<br>
注:<br>
路径如果非 8.3 格式,一定要加上引号<br>
[attach]8317[/attach]
<br>
<br>
<b>0.2</b><br>
[attach]8074[/attach]<br>
[attach]8071[/attach]<br>
[attach]8087[/attach]<br>

otherside 发表于 2007-4-20 14:54

借用 OS 的帖子一下吧,顶楼的有些附件不能下载了
到 box.net 上下载吧。
[url]http://www.box.net/shared/f5qcbnuy5u[/url]

//By King

[[i] 本帖最后由 King 于 2008-10-9 16:49 编辑 [/i]]

Mozilla Firefox 发表于 2007-4-20 15:03

<img src="http://forums.mozine.cn/style_emoticons/<#EMO_DIR#>/wacko.gif" style="vertical-align:middle" emoid=":wacko:" border="0" alt="wacko.gif" /> 好像是很深奥的东东

suda 发表于 2007-4-20 15:03

已下,正在测试

King 发表于 2007-4-30 11:56

[attach]8216[/attach]<br />[attach]8217[/attach]<br />[attach]8218[/attach]

otherside 发表于 2007-6-11 13:04

多谢 King 的不断更新,我用 0.2.1 Linux 版也跑了一个机器人。<br /><br />谢谢。<img src="http://forums.mozine.cn/style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />

zhongyu1228 发表于 2007-7-7 21:45

我不会用耶~为什么怎么里面只有3文件~~以前只要运行CONFBOT.EXE的版本到哪去了???谁能帮我搞个简单些的可以直接运行的

有什么 发表于 2007-8-6 14:55

这个东西怎么用啊!好像应该是一个宝贝!但是不会用!

otherside 发表于 2007-8-6 16:45

我想 King 已经说得很清楚了<br /><!--quoteo--><div class='quotetop'>引用 </div><div class='quotemain'><!--quotec-->需要 openssl 0.9.8 支持,Windows 下的我已经提供,Linux 下如果没有可以自行编译 <a href="http://www.openssl.org/" target="_blank">http://www.openssl.org/</a><br />配置文件说明(文件格式为 UTF-8 无 BOM,Linux 下换行符为 LF,Windows 下换行符为CR/LF):<br /><br />config.conf 文件:<br />jid:group的帐号(全称,包括@后面的信息)<br />password:group的密码<br />server:自行指定服务器<br />port:服务器端口,一般不需要改,除非你使用的服务器不是标准端口,bot 只支持TLS/SASL或者是无加密的登录方式,不支持旧的<br />SSL登录(端口5223)<br />private:是否为私有<br /><br />message.conf文件:<br />status:显示状态(0.2.1已经改到config.conf)<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />如果还有不解的问题,请具体说明。

King 发表于 2008-1-2 14:46

0.2.2 linux<br />[attach]10171[/attach]<br />[attach]10172[/attach]

King 发表于 2008-1-2 15:00

今天终于把 linux 下的版本发布了...我比较懒  <img src="http://forums.mozine.cn/style_emoticons/<#EMO_DIR#>/happy.gif" style="vertical-align:middle" emoid="^_^" border="0" alt="happy.gif" />

Pily 发表于 2008-1-13 02:20

I want to test a Mozine bot, but can load only a version 2.0,<br />please, tell me how to get a version 2.2. or came me (Windows version) on mail: pily@gala.net<br />Thank you for the program, I love jabber<br /><br /><br />我想測試一個mozine BOT等,但可以負荷只有2.0版<br />請告訴我如何獲得2.2版。或來到我( Windows版)郵箱: pily@gala.net <br />感謝你給我們節目,我愛的Jabber

otherside 发表于 2008-1-13 12:19

@Pily<br /><br />These three links in the middle in the first post are for version 0.22 (Windows, Linux, Linux Static).<br /><br /><img src="http://otherside.mimijidi.com/images/screenshots/conferencebot-20080112-231713.jpg" border="0" class="linked-image" />

Pily 发表于 2008-1-13 16:41

但我并不是盲目的。在试图打开一个2.2版的网页显示的是我所未依法登记。如果你不介意,善待发送我的邮件<br /><br />But I am not blind. At an attempt to load a version 2.2 a page is shown me that I am unregistered. if you do not mind, be kind send me by mail<br /><br /><img src="http://forums.mozine.cn/style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /><br /><br /><img src="http://kpk-file.by.ru/pily/temp/temp.jpg" border="0" class="linked-image" />

King 发表于 2008-1-14 09:29

对不起,是我的错,我先前把放有文件的帖子给隐藏了,现在修正过来,可以下载了。

jcold 发表于 2008-2-25 17:19

老兄,这个东西能不能开源??<br />我很想看看源代码。

Meteor 发表于 2008-4-11 15:00

<!--quoteo(post=115308:date=2008年2月25日 17&#58;19:name=jcold)--><div class='quotetop'>引用 (jcold @ 2008年2月25日 17&#58;19) <a href="index.php?act=findpost&pid=115308"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->老兄,这个东西能不能开源??<br />我很想看看源代码。<!--QuoteEnd--></div><!--QuoteEEnd--><br />网上多的是。去谷歌一下吧

Meteor 发表于 2010-1-9 09:57

这个软件还会更新吗?

otherside 发表于 2010-1-28 00:47

估計不會了。

页: [1]

© 2004-2009 Mozest.com