Posted: Thu Sep 22, 2005 1:37 am
although I have been working on server-to-server protocol documentation. I need to get around to seeing if I can improve that any...Syzop wrote:Although there are no docs, ...
Welcome to the UnrealIRCd Forums!
https://forums.unrealircd.org/
although I have been working on server-to-server protocol documentation. I need to get around to seeing if I can improve that any...Syzop wrote:Although there are no docs, ...
Actually, you doApacheAh64D wrote:You don't send commands through the console like this as a normal user..
Thank you though, that looks very interesting. I'm gonna look into that stuff.
That's connecting as a user, the other state Unreal (and most ircds NOT ircd 2.11 (was it 11, or 10 that introduced 'services'?)) has is that of a server:Me being a smart alec wrote:
telnet> open irc.chatspike.net 6667
NICK w00t
USERTrying 64.246.60.72...
Connected to irc.chatspike.net.
Escape character is '^]'.
USER w00t * * :m00 is my god
:megumi.chatspike.net NOTICE AUTH :*** Looking up your hostname...
:megumi.chatspike.net NOTICE AUTH :*** Found your hostname
:megumi.chatspike.net 433 * W00t :Nickname is already in use.
NICK w00t2
:megumi.chatspike.net NOTICE w00t2 :*** If you are having problems connecting due to ping timeouts, please type /quote pong 37561E2 or /raw pong 37561E2 now.
PING :37561E2
PONG :37561E2
:megumi.chatspike.net 001 w00t2 :Welcome to the ChatSpike IRC Network w00t2![email protected]
:megumi.chatspike.net 002 w00t2 :Your host is megumi.chatspike.net, running version Unreal3.2.2b
:megumi.chatspike.net 003 w00t2 :This server was created Sat Jan 15 2005 at 18:59:10 EST
:megumi.chatspike.net 004 w00t2 megumi.chatspike.net Unreal3.2.2b iowghraAsORTVSxNCWqBzvdHtGp lvhopsmntikrRcaqOALQbSeKVfMGCuzNT
:megumi.chatspike.net 005 w00t2 CMDS=KNOCK,MAP,DCCALLOW,USERIP SAFELIST HCN MAXCHANNELS=20 CHANLIMIT=#:20 MAXLIST=b:60,e:60 NICKLEN=30 CHANNELLEN=32 TOPICLEN=307 KICKLEN=307 AWAYLEN=307 MAXTARGETS=20 WALLCHOPS :are supported by this server
:megumi.chatspike.net 005 w00t2 WATCH=128 SILENCE=15 MODES=12 CHANTYPES=# PREFIX=(ohv)@%+ CHANMODES=beqa,kfL,l,psmntirRcOAQKVGCuzNSMT NETWORK=ChatSpike CASEMAPPING=ascii EXTBAN=~,cqnr ELIST=MNUCT STATUSMSG=@%+ EXCEPTS :are supported by this server
:megumi.chatspike.net 251 w00t2 :There are 13 users and 1047 invisible on 7 servers
..you get the point..
Code: Select all
TKL + G user some.host.com Security expire_at set_at :reasonCode: Select all
TKL - G user host SecurityEpoch time, but I tend to use unixtime too.Stealth wrote:(I call it unix time, because I can never remember its proper name)
A gzipped HTML should arrive at the address you listed in your forum profile - provided gmail doesn't decide to freak out about an HTML file attachment ;/ .Syzop wrote:Btw aquanight, if you got some nice docs (and they are correct ;p) then I would probably add that if you submit it.