Version: 1.0.6, by toonysnn
Developer Last Online: Sep 2011
Category: Chat Modifications -
Version: 3.7.x
Rating:
Released: 05-17-2008
Last Update: 05-17-2008
Installs: 172
Uses Plugins Auto-Templates
Additional Files
No support by the author.
Hey everyone. I'm sure some of you have seen EzIRC and it's beta compatibility with 3.7.0, well this is the tested and completed version.
You can run all the same features of 3.6's EzIRC on this version.
[s]__________________________________[/s]
"EzIRC" Chat is a simple and easy-to-use IRC addon using pJIRC, it will advance on and on in the future.
I know this is a simple script, but it's a simple script to help others.
1.0.6
Release Notes (1.0.6)
Added enable/disable for navbar
Custom title for EzIRC (Rename in vBulletin Options > EzIRC options)
WOL Location problem fixed
Release Notes (1.0.5)
Compatibility updated for 3.7.x
Future Features
None
Added Features
Rules below IRC - in 1.0.1
Enable/Disable Rules - in 1.0.1
Enable/Disable IRC - in 1.0.1
Hide link in navbar when disabled - in 1.0.1
Ident Server - in 1.0.2
Known Bugs
None
Known Errors
Username issues. Probably will be fixed later next week.
Great Plugin but we have a slight problem. Some of our users have spaces in their usernames on the forum, when they connect to the irc server it boots them. Is there anyway to have spaces in usernames translated to dashes or underscores?
This is applied as a fix in 1.0.7.
I will work on 1.0.7 today and hopefully get to release it by tonight.
Release Notes: All users are, by default, not allowed to use EzIRC. You'll have to go into every usergroup, and at the bottom, allow the group to access EzIRC.
This is applied as a fix in 1.0.7.
I will work on 1.0.7 today and hopefully get to release it by tonight.
Release Notes: All users are, by default, not allowed to use EzIRC. You'll have to go into every usergroup, and at the bottom, allow the group to access EzIRC.
Is this for 1.07 or 1.06 because i dont see if for 1.06 and wondering where i can find it
Okay everyone, here's just a status on 1.0.7. It's been scrapped. I'm just recreating EzIRC cause the code has gotten a tad messy and could be rewritten.
As I use this modification, I can't acess some pages with the configurations, but they are not also in the Configurations Page in the ACP.
My app returns an error when users with a "!", "." or something in the nickname enter. The error says the nickname is erroneous because it has illegal carachters. After a conversation with my IRC provider, we found the solution:
Quote:
What you need to do is strip . and !'s from the nick, IRC cannot support usernames with .'s because thats used in server names, and it cant allow !, because thats used as the seperator between the nick and the host.
If using PHP, you can try the following code on the nick before it is passed to PJIRC.
This code assumes the users nick is stored in the variable "$nick", and replaces .! with underscores:
Code:
$nick = str_replace(array('!','.'), '_', $nick);
Could you help? Where am I supposed to insert this?
Okay everyone, here's just a status on 1.0.7. It's been scrapped. I'm just recreating EzIRC cause the code has gotten a tad messy and could be rewritten.
I'll post a status update later next week.
Do you envision that the new EzIRC will work and look pretty much like the one you had on your site?
Will the new one have some accommodation for forum user names with embedded spaces? (Some sort of workaround that would replace spaces with something like underlines or hyphens might work. The space things seems like a daunting obstacle. I'm sort of guessing that working on that issue is what convinced you to scrap it and start over.)
Is there any chance of its working with 3.6.10 for those of us not quite ready to enter the 3.7 bugland?
Also, can we go ahead and install 1.0.6 in the mean time, just to get oriented to it?