Hello! More statistics from our server, running for 5 and a half days.
Statistics for PyMSNt Uptime: 482041 Message Count: 122325 Failed Message Count: 1408 Failed Avatar Count: 1575 Total Users: 2673 Online Users: 62 Avatar Count: 9496 [EMAIL PROTECTED] avatars $ ls -1 | wc -l 21690 [EMAIL PROTECTED] avatars $ du -sk . 450976 . http://linux.mty.itesm.mx/mrtg/ (Actual "Load average" is the number shown / 100. The peak right now is around 16.00, for instance.) [EMAIL PROTECTED] avatars $ ps aux | grep PyMSNt | grep -v grep root 6431 1.4 11.4 91404 29468 ? Ds Jul13 119:31 PyMSNt main.py Greetings! Daniel D?az [EMAIL PROTECTED] On 7/12/05, Daniel D?az <[EMAIL PROTECTED]> wrote: > Hello! > > Here are some more statistics from our server, running for over a week now. > > Statistics for PyMSNt > Uptime: 607140 > Message Count: 150777 > Failed Message Count: 2211 > Failed Avatar Count: 2556 > Total Users: 3948 > Online Users: 24 > Avatar Count: 13498 > > [EMAIL PROTECTED] avatars $ ls -1 | wc -l > 15678 > [EMAIL PROTECTED] avatars $ du -sk . > 325048 . > > http://linux.mty.itesm.mx/mrtg/ > > (Actual "Load average" is the number shown / 100. The peak from > last Tuesday is 21.2, for instance.) > > Greetings! > > Daniel D?az > [EMAIL PROTECTED] > > > > On 7/7/05, Daniel D?az <[EMAIL PROTECTED]> wrote: > > Hello! > > > > Here are some statistics from our server, running since Monday: > > > > Statistics for PyMSNt > > Uptime: 166501 > > Message Count: 60420 > > Failed Message Count: 597 > > Failed Avatar Count: 806 > > Total Users: 1578 > > Online Users: 64 > > Avatar Count: 5218 > > > > [EMAIL PROTECTED] avatars $ ls -1 | wc -l > > 10914 > > [EMAIL PROTECTED] avatars $ du -sk . > > 226404 . > > > > http://linux.mty.itesm.mx/mrtg/ > > > > (Actual "Load average" is the number shown / 100. The peak from > > Tuesday is 21.2, for instance.) > > > > Greetings! > > > > Daniel D?az > > [EMAIL PROTECTED] > > > > > > > > On 7/4/05, Daniel D?az <[EMAIL PROTECTED]> wrote: > > > Hello! > > > > > > These are the stats for our server, from the last 16 hours: > > > > > > Statistics for PyMSNt > > > Uptime: 55380 > > > Message Count: 28394 > > > Failed Message Count: 315 > > > Failed Avatar Count: 710 > > > Total Users: 674 > > > OnlineUsers: 26 > > > Avatar Count: 4706 > > > > > > linux avatars # ls -1 | wc -l > > > 6138 > > > linux avatars # du -sk . > > > 126624 . > > > > > > http://linux.mty.itesm.mx/mrtg/ > > > > > > (Actual "Load average" is the number shown / 100. The peak there must > > > have been around 11.0.) > > > > > > Greetings! > > > > > > Daniel D?az > > > [EMAIL PROTECTED] From [EMAIL PROTECTED] Mon Jul 18 19:16:29 2005 From: [EMAIL PROTECTED] (Oleg Motienko) Date: Mon Jul 18 19:17:22 2005 Subject: [py-transports] spool files upcase problem In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> 2005/7/18, Trejkaz <[EMAIL PROTECTED]>: > Actually, case sensitivity is only the tip of the iceberg when it comes to > Nodeprep. There are several other usernames which might be the same as any > given username, particularly once non-English characters get involved. As I know, python's function lower() is unicode-compliant, so for non-English characters it also gives proper lowercase. I made test for Russian - it works okay. Perhaps most of server software do lowercase proper, but if no - it's possible to register many different accounts which have the same lowecase name. Anybody know which xmpp standart or jep discuss a lowercasing of jids ? -- Regards, Oleg From [EMAIL PROTECTED] Mon Jul 18 20:06:01 2005 From: [EMAIL PROTECTED] (Oleg Motienko) Date: Mon Jul 18 20:06:04 2005 Subject: [py-transports] More about PyICQt Message-ID: <[EMAIL PROTECTED]> Hi, Several last days I made different tests on PyICQt with other official ICQ client and non-official ICQ software: JIT, plugins in sim-icq, miranda-im, licq, centericq. So I find some topics for discussion. 1) It seems like official ICQ use unicode in messages, rich text also supported. A topic about native unicode in PyICQt without encoding to local charset, and converting rich text to XHTML-IM (JEP-0071). 2) As you can see miranda-im and sim are able to detect client software and protocol versions, ip address. They properly detect native icq clients, other miranda, libicq2000, centericq, but give no version information on PyICQt (only external ip address of PyICQt host). Does it bug or feature? Also there was some information about dropping by aol oscar protocol prior to 9 version on several icq-related sites. 3) PyICQt doesn't have some features which present in JIT (I wrote some about it a couple of month ago): support for searching in ICQ, diverting messages to parallel session, adding a jabber adverting and real jids info to such messages. May be features of other transports/clients/libs is also useful? May be it's possible to create ?bsolutely fantastic feature: PyICQt to PyICQt direct sending of messages and dicovering other jabber users on other PyICQts. 4) Is it possible to make import/export of ICQ contact list with groups and nicknames, vcard information? Storm of subscribe requests (after registration) is very annoying. It looks shocking for newbies who wants to migrate to jabber and stay connected to friends on ICQ. 5) Another topic for discussion. Yours one :) -- Regards, Oleg From [EMAIL PROTECTED] Mon Jul 18 20:11:02 2005 From: [EMAIL PROTECTED] (Norman Rasmussen) Date: Mon Jul 18 20:12:02 2005 Subject: [py-transports] spool files upcase problem In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> The string RFC, check the XMPP RFC's for more info. On 18/07/05, Oleg Motienko <[EMAIL PROTECTED]> wrote: > 2005/7/18, Trejkaz <[EMAIL PROTECTED]>: > > Actually, case sensitivity is only the tip of the iceberg when it comes to > > Nodeprep. There are several other usernames which might be the same as any > > given username, particularly once non-English characters get involved. > > As I know, python's function lower() is unicode-compliant, so for > non-English characters it also gives proper lowercase. I made test for > Russian - it works okay. > Perhaps most of server software do lowercase proper, but if no - it's > possible to register many different accounts which have the same > lowecase name. > > Anybody know which xmpp standart or jep discuss a lowercasing of jids ? > > -- > Regards, > Oleg > _______________________________________________ > py-transports mailing list > py-transports@blathersource.org > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Mon Jul 18 20:26:03 2005 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Mon Jul 18 20:25:58 2005 Subject: [py-transports] More about PyICQt In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> *chuckle* I still need to catch up with what I've got so far. I'm not really thinking much about brand new features yet until I get some time to evaluate what I've currently got and get back in the swing of things. That said: > 1) It seems like official ICQ use unicode in messages, rich text also > supported. A topic about native unicode in PyICQt without encoding to > local charset, and converting rich text to XHTML-IM (JEP-0071). Not all of them support unicode, unfortunately. Some of the older clients, or ones based on older clients, get veeerrryy confused when they receive unicode. If it worked across the board, I'd have done unicode-only already. =D > 2) As you can see miranda-im and sim are able to detect client > software and protocol versions, ip address. They properly detect > native icq clients, other miranda, libicq2000, centericq, but give no > version information on PyICQt (only external ip address of PyICQt > host). Does it bug or feature? Also there was some information about > dropping by aol oscar protocol prior to 9 version on several > icq-related sites. Feature. ;D (well a feature request anyway) I'd be happy to add that in. Just post it on blathersource. I'm not sure what's up with the dropping of the protocol to 9. What was this in reference to? Were there problems creeping up with newer versions? > 3) PyICQt doesn't have some features which present in JIT (I wrote > some about it a couple of month ago): support for searching in ICQ, > diverting messages to parallel session, adding a jabber adverting and > real jids info to such messages. May be features of other > transports/clients/libs is also useful? May be it's possible to > create ?bsolutely fantastic feature: PyICQt to PyICQt direct sending > of messages and dicovering other jabber users on other PyICQts. Yeah, simply haven't gotten to most of these. They're on my todo list but no real progress yet. I do not want to add jabber advertising or anything like that. I'm not out to bother people. I'm not sure what this parallel session is unless you just mean being logged into ICQ twice? > 4) Is it possible to make import/export of ICQ contact list with > groups and nicknames, vcard information? Storm of subscribe requests > (after registration) is very annoying. It looks shocking for newbies > who wants to migrate to jabber and stay connected to friends on ICQ. I can't do anything about he storm of requests. James and others have had ways of handling these situations in the works but James got shot down, unfortunately. I thought it was a good way to handle the situation. James, do you have any more info on how this is going to go down anymore? Basically, regardless of the type, it's going to require client support which is unlikely available in any current clients.. since as far as I know, the protocol hasn't been decided on. (I might just be out of the loop though) James also had a cool utility (I think? would be misremembering) that would help you import easily. As for groups and nicknames... that gets tricky. I seem to recall having no success with that in the past. (ie, a jabber server would have to be hacked to allow it) But I might be mixing up which "direction" the subscription was. None-the-less, if I could have done it, I'm almost certain I would have done it already. I hate having to organize everything myself like that. ;D Anyway, wish me luck stabilizing my home live post-move so I can get back in the swing. Maaann there's a lot of things to do. =( I've begun looking over patches and such though, going to start importing probably tonight. Daniel