Anope IRC Services

Anope Development => Feature Requests => Topic started by: MicroLord on February 07, 2006, 08:32:39 PM

Title: Request: IPv6 Support
Post by: MicroLord on February 07, 2006, 08:32:39 PM
in a few years was IPv4 full outdated and anope must be IPv6 Compatible.
I think it was good when the Developers begin to work on that.
And some Networks / IRCd's have IPv6 Support allready.
Title:
Post by: Trystan Scott Lee on February 07, 2006, 09:48:40 PM
Great idea.. now just to find a box with IPv6 and ircd to do some work
Title:
Post by: MicroLord on February 21, 2006, 02:03:45 PM
my box has IPv6 support
I can make a test-shell for anope, but the ports 6660-6670 are reserved for the Network ;)

If you want, i can make a shell for denora too ;)

[Bearbeitet am 21-2-2006 von MicroLord]
Title:
Post by: Trystan Scott Lee on February 21, 2006, 06:04:24 PM
I will drop you a line later, did  was reading on IPV6 and think I can figure it out based off what I was reading and get it working rather simply.
Title:
Post by: Trystan Scott Lee on February 26, 2006, 04:17:10 AM
*pokes MicroLord* check you u2u info on this
Title: IPv6
Post by: Johnny on May 26, 2006, 06:38:40 PM
Adding support for ipv6 should ony require a few lines of code. This -> because anope services forward recved string countaining host information. In fact if you look at base64.c (used with NICKIP+NICKv2) ipv6 is already used for that reason, or at least its a possibility...
Title:
Post by: Trystan Scott Lee on May 26, 2006, 08:40:30 PM
that is for it take hosts that are IPV6.. what microlord wants is a way to use IPV6 to connect, requires alot more code
Title:
Post by: Johnny on May 27, 2006, 12:07:32 AM
ooh you mean something like this

RemoteServer    [::1] 6667 "mypass"

That should tkae tike 20 lines extra. Yes to be honoust it would be nice to see anope prepared..

Greetz.


[Edited on 27-5-2006 by Johnny]