Isnt that the size of one of those old zip disks?
Announcing CL status/events in real time
- Icy
- Exile
- Post #31
Announcing CL status/events in real time
Er, 750mb filled your disk? Time for a long overdue upgrade
Isnt that the size of one of those old zip disks?
Isnt that the size of one of those old zip disks?
- Skirwan
- Exile
- Post #32
Announcing CL status/events in real time
New version of iClan, 1.1.
Get it here.
Get it here.
- * Fixes the problem with clanning times being off by 300 years or so. Apparently 'Dec' has an 'e' in it. Who knew?
* Fixes a feature nobody ever noticed and adds another that nobody will ever notice that will probably need fixing some day.
* All other changes this version are nonexistent. Have fun exploring!
- noivad
- Exile
- Post #33
Announcing CL status/events in real time
why is the Dashboard widget using 320MB of real memory?


- Daine
- Exile
- Post #34
Announcing CL status/events in real time
I've just started using this and I love it. However...
One thing I would also love to have owuld be an ic clock somewhere, don't really mind which one the whatsits it's in.
Yes this will help me tell if llehn is on Ki or not already :p
-Daine.
Edit: Oh and would someone sticky this please! Also perhaps editing the first post to always have the current versions linked? They were a little hard to find. Thanks!
One thing I would also love to have owuld be an ic clock somewhere, don't really mind which one the whatsits it's in.
Yes this will help me tell if llehn is on Ki or not already :p
-Daine.
Edit: Oh and would someone sticky this please! Also perhaps editing the first post to always have the current versions linked? They were a little hard to find. Thanks!
- Phroon
- Exile
- Post #35
Announcing CL status/events in real time
Clespia might be the solution your looking for. It's better (IMHO) then Puddleclock was.Daine wrote:One thing I would also love to have owuld be an ic clock somewhere, don't really mind which one the whatsits it's in.
Yes this will help me tell if llehn is on Ki or not already :p
-Daine.
An insanely great program!
- Cinnamon
- Exile
- Post #36
Announcing CL status/events in real time
Clespia rocks. People come by, look at the time on my computer and ask if I'm Norse or something when they see I have the day as 'Fordi'.Phroon wrote:Clespia might be the solution your looking for. It's better (IMHO) then Puddleclock was.Daine wrote:One thing I would also love to have owuld be an ic clock somewhere, don't really mind which one the whatsits it's in.
Yes this will help me tell if llehn is on Ki or not already :p
-Daine.
An insanely great program!
- MaryJane
- Exile
- Post #37
Announcing CL status/events in real time
Where can folks find the latest version of iClan? seems it's not linked anymore
- Torin
- Exile
- Post #38
Announcing CL status/events in real time
I'm guessing that the problem is with the CL server, not iClan. Clan Lord Informer has the same problems, and that's on the official DT website.
- Paramedic
- Exile
- Post #39
Announcing CL status/events in real time
Does the button from TMN not work for you, MaryJane?MaryJane wrote:Where can folks find the latest version of iClan? seems it's not linked anymore
- MaryJane
- Exile
- Post #40
Announcing CL status/events in real time
It did when I went and looked on itParamedic wrote:Does the button from TMN not work for you, MaryJane?MaryJane wrote:Where can folks find the latest version of iClan? seems it's not linked anymore
- Stora
- Exile
- Post #41
Announcing CL status/events in real time
actually we can blame Noivad. He put some characters in his announcement that is breaking XML Parsers.Torin wrote:I'm guessing that the problem is with the CL server, not iClan. Clan Lord Informer has the same problems, and that's on the official DT website.
Code: Select all
n_Page <== Visi
-HWC Stora
- Skirwan
- Exile
- Post #42
Announcing CL status/events in real time
Actually we can blame the server-side script that fails to properly escape text sequences and generates broken XML.Stora wrote:actually we can blame Noivad. He put some characters in his announcement that is breaking XML Parsers.
I already have some hacks in iClan to handle the fact that non-ASCII characters aren't encoded properly, so I'm not terribly surprised that messages aren't being escaped.
- Eldon
- Exile
- Post #43
Announcing CL status/events in real time
*sigh*Stora wrote:actually we can blame Noivad. He put some characters in his announcement that is breaking XML Parsers.
We already know what the issue is and we have a patch to fix it. Since it deals with some sensitive parts of CL, we didn't want to just restart the script since an update is just a few days away anyway.
It's usually customary to give the affect parties 30 days or so to fix an issue before posting the root causes.
In any event, I guess we'll restart things now.
- Phroon
- Exile
- Post #44
Announcing CL status/events in real time
I know zero about XML parsing, but shouldn't your program be aware that it is reading raw text and that players can put anything in it, up to and including fake XML data?Stora wrote:actually we can blame Noivad. He put some characters in his announcement that is breaking XML Parsers.Torin wrote:I'm guessing that the problem is with the CL server, not iClan. Clan Lord Informer has the same problems, and that's on the official DT website.
The less than and two equal signs are also breaking StoraCam. Maybe someone at DT can change the message to remove them or we will need to write a clearer for our XML parsing.Code: Select all
n_Page <== Visi
-HWC Stora
IMHO, it's your bug, unless your asking DT to escape the special characters to make your life easier.
- Eldon
- Exile
- Post #45
Announcing CL status/events in real time
I think this is definitely DT's bug. We should've escaped the characters better than we did.Phroon wrote:I know zero about XML parsing, but shouldn't your program be aware that it is reading raw text and that players can put anything in it, up to and including fake XML data?
IMHO, it's your bug, unless your asking DT to escape the special characters to make your life easier.
I just wish we were given a bit more time to test and upload the fix before it was posted. I know it's minor. It's not like it'll break anything but the Informer, but usually courtesy says to let the afflicted fix their problems before publishing the problem. Otherwise, it's called a "zero day exploit." Luckily, this is minor.