Not logged in. · Lost password · Register
Forum: Infrastructure Forum Administration RSS
Edgar 2.0
Stable, Visiblity, Last-Seen, etc.

Announcement

11-16-2005, 12:33 by halr9000
Subject: Psi Groupchat (new address)
Join us at the Psi Groupchat (MUC)! Room name: psi@conference.psi-im.org
Page:  previous  1  2  3  next 
Avatar
Fritzy #16
Member since 11/2002 · 306 posts · Location: Layton, UT
Group memberships: Members
Show profile · Link to this post
Ask Tony about the Invision Board integration, but as far as Edgar itself, yes it's publically available.  You *DO NOT* need to be running your own instance of the bot to use him.  He's a very simple to use, and I'm actually working on the HowTo on http://edgar.netflint.net/ right now.

As far as running your own version of the bot,  Edgar will be publically available soon, pending documentation.  I recommend this only for organizations who need custom features or who use an isolated jabber server.
Jabber is to IM as SMTP is to Mail
brucen #17
Member since 09/2003 · 6 posts
Group memberships: Members
Show profile · Link to this post
Thanks for that Fritzy.

I would be looking to run the bot on our own server due the reason you have stated. The Jabber server will be running as a dedicated IM system for our community only and will be used for such things as one-on-one chat, forum info to the client and ultimately a "chat" type server utilising conferencing. Edgar sounds like perfect fit from what I have read.

I will await further information from you regarding his availability.

Thanks again
Bruce N
Avatar
kNIGits #18
Member since 09/2002 · 540 posts · Location: Brisbane, Australia
Group memberships: Members
Show profile · Link to this post
Brucen:  phpjabber.g-blog.net has the Invision Power Board mod for using Jabber in the user profiles.  We had to modify it slightly for our more recent version of IPB, and added support for Edgar's status icons ourselves.

If you plan on using the mod found at phpjabber.g-blog.net, I recommend not using class.jabber.php, as it's rather slow and inefficient.  I can provide you with a much faster Jabber-message function to use.  That reminds me... I really should find time to swap it into this site...
Get your bug tracking here!
Avatar
TiXo #19
User title: Trespasser
Member since 09/2003 · 24 posts · Location: Serbia
Group memberships: Members
Show profile · Link to this post
what iconsets I can use for Edgar ??

http://edgar.netflint.net/status.php?jid=t...itesecurity.org is nice

http://edgar.netflint.net/status.php?jid=t...conset=invision is better

but are there some more of it? :)

T.
"Try to be nice to people. Avoid eating fat. Read a good book now and then.Get some walking in. Try to live together in peace and harmony with people of all creeds and nations."
brucen #20
Member since 09/2003 · 6 posts
Group memberships: Members
Show profile · Link to this post
Quote by kNIGits on 09-06-2003, 06:28:
Brucen:  phpjabber.g-blog.net has the Invision Power Board mod for using Jabber in the user profiles.  We had to modify it slightly for our more recent version of IPB, and added support for Edgar's status icons ourselves.

If you plan on using the mod found at phpjabber.g-blog.net, I recommend not using class.jabber.php, as it's rather slow and inefficient.  I can provide you with a much faster Jabber-message function to use.  That reminds me... I really should find time to swap it into this site...
kNIGits

Thanks for the info. I have downloaded the mod for IB.  And thanks for the heads-up on class.jabber.php, can I ask you for a copy of your version in that case.

I will be doing these mods for a new community I have coming up using IB, but - seeing the advantages of Jabber fully, will also be porting it to run on a VB3 site I run.

Thanks for the help and info

Cheers
Bruce N
Avatar
Fritzy #21
Member since 11/2002 · 306 posts · Location: Layton, UT
Group memberships: Members
Show profile · Link to this post
what iconsets I can use for Edgar ??

http://edgar.netflint.net/status.php?jid=t...itesecurity.org is nice

http://edgar.netflint.net/status.php?jid=t...conset=invision is better

but are there some more of it?

frickenhuge, gabber, invision, phpbb, and stellar.

More to come (feel free to submit more iconsets to me) and I'll list them better on the http://edgar.netflint.net
Jabber is to IM as SMTP is to Mail
This post was edited on 09-07-2003, 03:12 by Unknown user.
Avatar
Fritzy #22
Member since 11/2002 · 306 posts · Location: Layton, UT
Group memberships: Members
Show profile · Link to this post
I will await further information from you regarding his availability.

Bruce N: If things calm down, I should have it done early this coming week.
Jabber is to IM as SMTP is to Mail
Avatar
TiXo #23
User title: Trespasser
Member since 09/2003 · 24 posts · Location: Serbia
Group memberships: Members
Show profile · Link to this post
OK, I don't have much time these days, but I'll send you some icons, I hope soon... any special wishes? dimensions? png?

T.
"Try to be nice to people. Avoid eating fat. Read a good book now and then.Get some walking in. Try to live together in peace and harmony with people of all creeds and nations."
brucen #24
Member since 09/2003 · 6 posts
Group memberships: Members
Show profile · Link to this post
Quote by Fritzy on 09-07-2003, 07:55:
I will await further information from you regarding his availability.

Bruce N: If things calm down, I should have it done early this coming week.
That's great Fritzy

No rush, but looking forward to it...

Cheers
Bruce N
wsuff #25
Member since 09/2003 · 8 posts
Group memberships: Members
Show profile · Link to this post
Been keeping an eye on this for some time. I wrote a small bot using the php class for jabber and I was wondering if there is any more optimial methods I can use. I was thinking rewriting it to run on my server in C instead of php and use 1 of the jabber libs to bring it together but quite a large undertaking for right now.
Avatar
Fritzy #26
Member since 11/2002 · 306 posts · Location: Layton, UT
Group memberships: Members
Show profile · Link to this post
Quote by wsuff on 09-08-2003, 10:19:
Been keeping an eye on this for some time. I wrote a small bot using the php class for jabber and I was wondering if there is any more optimial methods I can use. I was thinking rewriting it to run on my server in C instead of php and use 1 of the jabber libs to bring it together but quite a large undertaking for right now.
I'm almost done making an Python version of Edgar for a contract.  Basically, a real bot should use threading.  You are welcome to play with the PHP version soon and tell me what you did better/differently.
Jabber is to IM as SMTP is to Mail
wsuff #27
Member since 09/2003 · 8 posts
Group memberships: Members
Show profile · Link to this post
Well I never learned Python just see more potential in it if I designed it better  and was able to create standalone binaries I can use on multiple servers for various tasks instead of running a php script in an endless loop.
brucen #28
Member since 09/2003 · 6 posts
Group memberships: Members
Show profile · Link to this post
Quote by Fritzy on 09-08-2003, 10:26:
I'm almost done making an Python version of Edgar for a contract.  Basically, a real bot should use threading.  You are welcome to play with the PHP version soon and tell me what you did better/differently.
I am hoping for the PHP version. My only other language is the 4GL Powerbuilder :)

Cheers
B
Avatar
Fritzy #29
Member since 11/2002 · 306 posts · Location: Layton, UT
Group memberships: Members
Show profile · Link to this post
The PHP version is the only one that I'm releasing publically.
Jabber is to IM as SMTP is to Mail
brucen #30
Member since 09/2003 · 6 posts
Group memberships: Members
Show profile · Link to this post
Quote by Fritzy on 09-09-2003, 02:58:
The PHP version is the only one that I'm releasing publically.
Phew! Thank goodness! I am too old to learn a new language!!  :-D Looking forward to it Fritzy, gotta get my A-into-G and get Jabber installed....

Cheers
Bruce N
Close Smaller – Larger + Reply to this post:
Smilies: :mellow: :huh: ^_^ :o ;) :P :D :lol: B) :rolleyes: -_- <_< :) :wub: :angry: :( :unsure: :wacko: :blink: :ph34r:
Special characters:
Page:  previous  1  2  3  next 
Go to forum
Unclassified NewsBoard devel of 20051113 © 2003-5 by Yves Goergen
Current time: 07-24-2008, 12:00:15 (UTC -04:00)