一个多协议聊天机器人 avbot
-
- 帖子: 420
- 注册时间: 2009-02-01 19:41
- 联系:
一个多协议聊天机器人 avbot
avbot 4.0 系列第二个版本 4.1 发布了,同时发布的还有 rpm 包
大家可以到 https://sourceforge.net/projects/avbot/files/ 下载, 包含有源码, win32 可执行文件和 RPM包。
avbot 是一个 多协议机器人。单线程全异步,大量使用了协程简化异步处理。
是新人学习 C++的必备良project。
项目主页 http://qqbot.avplayer.org
简单的说, avbot 能将 QQ/IRC/XMPP/SMTP 联合起来, 让喜欢用 QQ 的人也能参与到 IRC 的沟通上来。让群满的人,可以通过 avbot 将两个群相接。
rpm 包有 x86_32\(用于64位系统\) 的和 i686 \(用于32位系统\) 两个版本。其实 rpm 包解压一下也可以用在 Deb 系的系统上。因为需要的库已经静态链接了
What's NEW in this release ?
4.1
* 修正错误的 asio 用法,由 asio 爸爸的演讲视频指出的
* avbot will check for image file and redownload corrupted one, aka say, the checksum does not match
* avbot 启动的时候会对 images 文件夹下的文件执行校验检查。发现文件检验和文件名不符合的时候重新从腾讯服务器下载。
* fix strange win32 qq message send error
* fix XMPP not forward error
4.0
* avbot 重构,使用 libavbot 提供的 class avbot。 方便其他程序包含 avbot 功能
* url 记录方式重构。
* better support for windows platform - via mingw
* 修复在 windows 控制台下输出乱码的问题
3.6
* add autotools build system in case cmake is not avaliable
* fix a critical bug that will DOS the TX webqq server.
* to make life easier , drop the support for VC , you can still compile avbot by mingw
* avhttp now default to use HTTP 1.1 and avbot is using HTTP1.1 too
* with the control of .qqbot, avbot can join qq groups by itself.
* allow caching the qqgroup result so that if we have trouble fetching the group list, we won't suffer
* allow to fetch the group chat image to local storage
3.5
* fix VC2010 compilation, VC sucks, does it?
* allow IRC/XMPP to use .qqbot command. that's a long lacking feature
* allow customize the message preamble
* allow sending email via ".qqbot mail to XXX" command
* SMTP supports STARTSTL, make it more secure
3.4
* Internet Mail Format parser re-write.
* delete mail only if successfully sended to the channel.
* fix VC2010 compilation
* windows support for stdin
* smtp support (libs/developers only, not avliable to avbot)
3.3
* pull in upstream avproxy that add http_proxy support.
* allow to have signel -d command line option to run as daemon
* disable stdin process when run in daemon mode
* limit the IRC msg send rate
* broadcast the .qqbot command result
* --xmppnick to set the nick
* auto rename the nick when nick conflict occurs
* add new command .qqbot version
3.2.2
* fixed many bugs
3.2.1
* bug fix
* XMPP async connect fix
3.2
* irc support multi line message support
3.1.1
* bug fix
3.1
* socks5_proxy support
3.0
* avbot 现在包含了一个POP3客户端,可以到指定(--mailaddr参数指定)的邮箱获取邮件,并将邮件贴到群聊天里。
* 改进的WebQQ协议处理,更稳定,更少下线时间
* 支持通过标准输入直接输入验证码,不再需要通过IRC频道输入验证码
* 大量的代码改进,使用协程优化了WebQQ登录过程的处理,使用协程优化了IRC连接处理
2.3
* bug fix
2.0
* add support for XMPP protocol
1.0
* qqbot works for WebQQ and IRC protocol
0.1
* tech-preview
* many copy & paste from lwqq
* only WebQQ supported. can log chat to html
大家可以到 https://sourceforge.net/projects/avbot/files/ 下载, 包含有源码, win32 可执行文件和 RPM包。
avbot 是一个 多协议机器人。单线程全异步,大量使用了协程简化异步处理。
是新人学习 C++的必备良project。
项目主页 http://qqbot.avplayer.org
简单的说, avbot 能将 QQ/IRC/XMPP/SMTP 联合起来, 让喜欢用 QQ 的人也能参与到 IRC 的沟通上来。让群满的人,可以通过 avbot 将两个群相接。
rpm 包有 x86_32\(用于64位系统\) 的和 i686 \(用于32位系统\) 两个版本。其实 rpm 包解压一下也可以用在 Deb 系的系统上。因为需要的库已经静态链接了
What's NEW in this release ?
4.1
* 修正错误的 asio 用法,由 asio 爸爸的演讲视频指出的
* avbot will check for image file and redownload corrupted one, aka say, the checksum does not match
* avbot 启动的时候会对 images 文件夹下的文件执行校验检查。发现文件检验和文件名不符合的时候重新从腾讯服务器下载。
* fix strange win32 qq message send error
* fix XMPP not forward error
4.0
* avbot 重构,使用 libavbot 提供的 class avbot。 方便其他程序包含 avbot 功能
* url 记录方式重构。
* better support for windows platform - via mingw
* 修复在 windows 控制台下输出乱码的问题
3.6
* add autotools build system in case cmake is not avaliable
* fix a critical bug that will DOS the TX webqq server.
* to make life easier , drop the support for VC , you can still compile avbot by mingw
* avhttp now default to use HTTP 1.1 and avbot is using HTTP1.1 too
* with the control of .qqbot, avbot can join qq groups by itself.
* allow caching the qqgroup result so that if we have trouble fetching the group list, we won't suffer
* allow to fetch the group chat image to local storage
3.5
* fix VC2010 compilation, VC sucks, does it?
* allow IRC/XMPP to use .qqbot command. that's a long lacking feature
* allow customize the message preamble
* allow sending email via ".qqbot mail to XXX" command
* SMTP supports STARTSTL, make it more secure
3.4
* Internet Mail Format parser re-write.
* delete mail only if successfully sended to the channel.
* fix VC2010 compilation
* windows support for stdin
* smtp support (libs/developers only, not avliable to avbot)
3.3
* pull in upstream avproxy that add http_proxy support.
* allow to have signel -d command line option to run as daemon
* disable stdin process when run in daemon mode
* limit the IRC msg send rate
* broadcast the .qqbot command result
* --xmppnick to set the nick
* auto rename the nick when nick conflict occurs
* add new command .qqbot version
3.2.2
* fixed many bugs
3.2.1
* bug fix
* XMPP async connect fix
3.2
* irc support multi line message support
3.1.1
* bug fix
3.1
* socks5_proxy support
3.0
* avbot 现在包含了一个POP3客户端,可以到指定(--mailaddr参数指定)的邮箱获取邮件,并将邮件贴到群聊天里。
* 改进的WebQQ协议处理,更稳定,更少下线时间
* 支持通过标准输入直接输入验证码,不再需要通过IRC频道输入验证码
* 大量的代码改进,使用协程优化了WebQQ登录过程的处理,使用协程优化了IRC连接处理
2.3
* bug fix
2.0
* add support for XMPP protocol
1.0
* qqbot works for WebQQ and IRC protocol
0.1
* tech-preview
* many copy & paste from lwqq
* only WebQQ supported. can log chat to html
上次由 蔡万钊 在 2013-04-28 12:07,总共编辑 1 次。
- adagio
- 论坛版主
- 帖子: 22110
- 注册时间: 2008-02-17 23:47
- 来自: 美丽富饶的那啥星球
Re: 一个多协议聊天机器人 avbot
要命的,还以为是自动下片的bot
明天就换大三八!
——8核CPU、8G内存、8T硬盘……
8卡交火,80寸大屏放8个……
IPv8的光纤要8条……
---------------------------------------------------------------------------------
★ [图片版]新手当自强(续)FAQ
★ [新手进阶]挂载、fstab、调整linux分区
★ [图片版]E17桌面环境配置手把手
——8核CPU、8G内存、8T硬盘……
8卡交火,80寸大屏放8个……
IPv8的光纤要8条……
---------------------------------------------------------------------------------
★ [图片版]新手当自强(续)FAQ
★ [新手进阶]挂载、fstab、调整linux分区
★ [图片版]E17桌面环境配置手把手
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
Re: 一个多协议聊天机器人 avbot
adagio 写了:要命的,还以为是自动下片的bot
- lifuljk
- 帖子: 237
- 注册时间: 2011-08-11 23:46
- 系统: ubuntu 14.04
- 联系:
Re: 一个多协议聊天机器人 avbot
……以为可以下爱情动作片呢
Sent from my Ubuntu Phone using Tapatalk 2
Sent from my Ubuntu Phone using Tapatalk 2
sougou for linux:viewtopic.php?f=48&t=416786
-
- 帖子: 100
- 注册时间: 2012-08-25 14:56
Re: 一个多协议聊天机器人 avbot
等deb
- 月下叹逍遥
- 论坛版主
- 帖子: 33994
- 注册时间: 2010-10-07 14:23
- 系统: Archdows10
- 来自: 某系某星某洲某国某省某市
- 联系:
- eexpress
- 帖子: 58428
- 注册时间: 2005-08-14 21:55
- 来自: 长沙
-
- 帖子: 420
- 注册时间: 2009-02-01 19:41
- 联系:
Re: 一个多协议聊天机器人 avbot
早就完全可用啦eexpress 写了:这家伙一直和av挂钩。
你的1.0 2.0 升级得太快了。学windows程序搞飞速版本?lin的软件,应该在完全可用前不超过1.0的。
- 月下叹逍遥
- 论坛版主
- 帖子: 33994
- 注册时间: 2010-10-07 14:23
- 系统: Archdows10
- 来自: 某系某星某洲某国某省某市
- 联系:
- xzc8825745
- 帖子: 622
- 注册时间: 2011-06-04 20:24
- 联系:
-
- 帖子: 420
- 注册时间: 2009-02-01 19:41
- 联系:
Re: 一个多协议聊天机器人 avbot
xzc8825745 写了:没有Deb包?

- zhydyhm
- 帖子: 426
- 注册时间: 2008-10-19 10:38
Re: 一个多协议聊天机器人 avbot
xzc8825745 写了:没有Deb包?

-
- 帖子: 420
- 注册时间: 2009-02-01 19:41
- 联系:
Re: 一个多协议聊天机器人 avbot

-
- 帖子: 420
- 注册时间: 2009-02-01 19:41
- 联系:
Re: 一个多协议聊天机器人 avbot
更新到 4.1
-
- 帖子: 420
- 注册时间: 2009-02-01 19:41
- 联系:
Re: 一个多协议聊天机器人 avbot
更新到 4.6 了 
