Search found 338 matches

by epoximator
Tue Dec 13, 2005 10:51 pm
Forum: Development
Topic: UDP API Development
Replies: 24
Views: 17057

a v3 test server is up and running at port 9001.
- protover=2 is still used
- developers must register their clients here before they can access it

i have updated webaom for this ver. (it's possible to access the api directly with it)

it's of course not to late to change stuff in the spec.
by epoximator
Tue Dec 06, 2005 3:59 pm
Forum: Bug Reports - AniDB Clients
Topic: WebOAM fails in getting file information
Replies: 2
Views: 784

blame rar. hehe. (will fix it asap)
by epoximator
Sun Dec 04, 2005 1:56 pm
Forum: Development
Topic: AniDB CSS - Feedback Thread
Replies: 153
Views: 680147

Keeper of Demons wrote:Please, may we have back a style similar to the alternate style from the old AniDB ?
u mean this http://petriw.com/creativity/rar/css/brown2.css ?
by epoximator
Mon Nov 28, 2005 9:33 pm
Forum: Bug Reports - Archive
Topic: New random features from backup restore
Replies: 22
Views: 14251

hehe, yeah. it did actually try to check the header, but it failed with a null pointer exception...
by epoximator
Mon Nov 28, 2005 8:51 pm
Forum: Bug Reports - Archive
Topic: New random features from backup restore
Replies: 22
Views: 14251

i have already fixed webaom. (did it silently, hoped no one would notice the bug, hehe)
by epoximator
Wed Nov 23, 2005 11:52 am
Forum: Bug Reports - AniDB Clients
Topic: [AOM 0.5.1-4] stuck with 100% CPU usage [FIXED]
Replies: 57
Views: 35058

i don't think it has anything to do with HT. i'm running it on P4 2.8 HT. no problems. maybe it has something to do with Windows (Server) 2003 SP1? dunno, never used it.
by epoximator
Sun Nov 13, 2005 11:47 am
Forum: Client Discussion
Topic: AOM 0.5.4 released!
Replies: 23
Views: 10741

'Use AniDB default' will give u things like 'S9001', but 'Use Rules' work fine (well u have to define a schema before u can use it). the problem is in the server code. i'll will fix that.
by epoximator
Wed Nov 09, 2005 6:06 pm
Forum: Bug Reports - AniDB Clients
Topic: WebAOM 1.14 - Episode page parser
Replies: 1
Views: 586

gzip is enabled again. i'll release a new version later today.
by epoximator
Mon Nov 07, 2005 1:03 pm
Forum: Development
Topic: TCP protocol
Replies: 8
Views: 1168

the TCP protocol is not public.
search for 'tcp' in this forum
http://www.anidb.net/forum/viewtopic.ph ... hlight=tcp
by epoximator
Sun Nov 06, 2005 10:49 am
Forum: Development
Topic: Problems with auth :(
Replies: 7
Views: 1616

are you using api.anidb.info? (not anidb.ath.cx)

you have to give some more info if you want help. some code would be helpful
by epoximator
Fri Nov 04, 2005 10:06 am
Forum: Development
Topic: UDP API Content Encoding
Replies: 7
Views: 1271

this will be fixed in the next version of the server. (the storage field will not be truncated on aredhels example)
by epoximator
Fri Oct 28, 2005 11:51 am
Forum: Development
Topic: UDP API Development
Replies: 24
Views: 17057

UDP API Development

Exp has handed the development of the udp server over to me. The first step is to update the api definition, i.e. v.0.03. I thought it would be best to let everyone who cares about the upd server participate in this work. When the spec is final, exp has to approve it before I can implement it. Curre...
by epoximator
Tue Oct 18, 2005 7:48 am
Forum: Small Talk
Topic: How do I play *.mkv -files ?
Replies: 5
Views: 8398

by epoximator
Sat May 28, 2005 5:01 pm
Forum: Development
Topic: Unresponsive UDP AUTH command
Replies: 6
Views: 1303

u can't ping a specific port. i meant the udp-api PING command. a spimple way to test the connection is to use the ping button in webaom. anyway.. check out ExElNeT's client http://www.anidb.net/forum/viewtopic.php?p=19138#19138. it is open source. (unpack the jar)
by epoximator
Sat May 28, 2005 3:28 pm
Forum: Development
Topic: Unresponsive UDP AUTH command
Replies: 6
Views: 1303

My guess is that after I send my AUTH string over a socket, I should call recv and expect data from that same socket. Is this true for UDP and TCP in general? That is true. I tried setting different delays between sending my AUTH string, and recv'ing, but no luck on that either. No need to wait, bu...