Adam Strzelecki | 1 Feb 2008 16:01
Picon
Favicon
Gravatar

Re: Recent Jabber commit

> At least for a couple of days. Core is being patched too  
> intensively, and
> it's very unstable: dragons live there :)

So how do I enter the dungeon?

Couldn't stop myself ;),
--

-- 
Adam Strzelecki |: nanoant.com :|

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
George Hazan | 1 Feb 2008 18:25
X-Face
Picon

Re: Recent Jabber commit

   Hello, Adam!
   Fri, 1 Feb 2008 16:01:19 +0100 you wrote:

>> At least for a couple of days. Core is being patched too
>> intensively, and
>> it's very unstable: dragons live there :)
AS> So how do I enter the dungeon?
AS> Couldn't stop myself ;),

Well, I'd compiled test version of build 9, and people found it acceptable. 
It has some minor problems, but things are working.

--

-- 
WMBR, George Hazan (ghazan@...) 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Peter Flindt | 4 Feb 2008 09:01
X-Face
Picon

How to detect Mood support?

Hello,
normally the client should detect this, and the client offer me a menu
to select Moods or not. Unfortunately I fear there is a bug in my
client (Miranda IM), because I guess the following behavior is not
correct:

1)I login with jabbim.com this server not support Moods.
2)I join a MUC at jabbber.ccc.de this server support Moods.
3)Selection of Moods are now available. :-?

I have tried the following command in the XML console, but I am not
sure about the output:
<iq from='Lastwebpage@.../Home'
    to='jabbim.com'
    id='disco1'
    type='get'>
  <query xmlns='http://jabber.org/protocol/disco#info'/>
</iq>
and
<iq from='Lastwebpage@.../Home'
    to='jabber.ccc.de'
    id='disco1'
    type='get'>
  <query xmlns='http://jabber.org/protocol/disco#info'/>
</iq>
Which response line show me if the Server support Moods?

Peter

-------------------------------------------------------------------------
(Continue reading)

Peter Flindt | 4 Feb 2008 10:46
X-Face
Picon

Re: How to detect Mood support?

DAMN, wrong group :/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
pker | 25 Feb 2008 03:57
Favicon

Some garbled characters in some source file

I download miranda-im-v0.7.3-src.zip from sf.net, there are some garbled characters in following
source files, I also check these file in SVN. Where is the correct source file?

1. miranda\plugins\chat\tools.c:604
   p = '?;

2. miranda\plugins\chat\window.c:1295
    ih = GetTextPixelSize( _T("AQGgl?), g_Settings.UserListFont,FALSE);

3. miranda\plugins\clist_nicer\viewmodes.c:92
    if(szsetting[0] == '?)

4. miranda\plugins\tabsrmm\chat\tools.c:825
   p = '?;

5. miranda\plugins\tabsrmm\chat\window.c:1837
    ih = GetTextPixelSize( _T("AQGgl?), g_Settings.UserListFont,FALSE);

6. ...

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Miranda-Develop mailing list
Miranda-Develop@...
(Continue reading)

Alex | 25 Feb 2008 12:55
Picon
Gravatar

Re: Some garbled characters in some source file

On 25.02.2008 pker@... wrote:

> I download miranda-im-v0.7.3-src.zip from sf.net, there are some
> garbled characters in following source files, I also check these file
> in SVN. Where is the correct source file?

The files are correct. The chars you see may be unprintable with your
character set, but your text editor should not truncate these strings.
So, there is something wrong with your setup, not with the files.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Miranda-Develop mailing list
Miranda-Develop@...
https://lists.sourceforge.net/lists/listinfo/miranda-develop
pker | 26 Feb 2008 01:37
Favicon

Re: Some garbled characters in some source file

But when I open the file(miranda\plugins\chat\tools.c) as binary, it is:

J.gen      = 4A F6 72 67 65 6E

p = '.';   = 70 20 3D 20 27 A4 27 3B

The "." is unprintable char. So what is the correct character set for the file?



----- Original Message ----- 
From: "Alex" <silvercircle <at> gmail.com>
To: <miranda-develop <at> lists.sourceforge.net>
Sent: Monday, February 25, 2008 7:55 PM
Subject: Re: [Miranda-Develop] Some garbled characters in some source file


> On 25.02.2008 pker <at> 163.com wrote:
> 
>> I download miranda-im-v0.7.3-src.zip from sf.net, there are some
>> garbled characters in following source files, I also check these file
>> in SVN. Where is the correct source file?
> 
> The files are correct. The chars you see may be unprintable with your
> character set, but your text editor should not truncate these strings.
> So, there is something wrong with your setup, not with the files.
> 
> 
>

(Continue reading)

Robert Rainwater | 26 Feb 2008 02:44

Re: Some garbled characters in some source file

Hi,

You can always use svn and checkout the appropriate url for the
version you want like this:

http://miranda.svn.sourceforge.net/viewvc/miranda/tags/release_0_7_3/

Robert

On Sun, Feb 24, 2008 at 9:57 PM,  <pker@...> wrote:
> I download miranda-im-v0.7.3-src.zip from sf.net, there are some garbled characters in following
source files, I also check these file in SVN. Where is the correct source file?
>
>  1. miranda\plugins\chat\tools.c:604
>    p = '?;
>
>  2. miranda\plugins\chat\window.c:1295
>     ih = GetTextPixelSize( _T("AQGgl?), g_Settings.UserListFont,FALSE);
>
>  3. miranda\plugins\clist_nicer\viewmodes.c:92
>     if(szsetting[0] == '?)
>
>  4. miranda\plugins\tabsrmm\chat\tools.c:825
>    p = '?;
>
>  5. miranda\plugins\tabsrmm\chat\window.c:1837
>     ih = GetTextPixelSize( _T("AQGgl?), g_Settings.UserListFont,FALSE);
>
>  6. ...
>
(Continue reading)

pker | 26 Feb 2008 03:07
Favicon

Re: Some garbled characters in some source file

It is same with the url(http://miranda.svn.sourceforge.net/viewvc/miranda/tags/release_0_7_3/).

----- Original Message ----- 
From: "Robert Rainwater" <rainwater@...>
To: <miranda-develop@...>
Sent: Tuesday, February 26, 2008 9:44 AM
Subject: Re: [Miranda-Develop] Some garbled characters in some source file

> Hi,
> 
> You can always use svn and checkout the appropriate url for the
> version you want like this:
> 
> http://miranda.svn.sourceforge.net/viewvc/miranda/tags/release_0_7_3/
> 
> Robert
> 
> On Sun, Feb 24, 2008 at 9:57 PM,  <pker@...> wrote:
>> I download miranda-im-v0.7.3-src.zip from sf.net, there are some garbled characters in following
source files, I also check these file in SVN. Where is the correct source file?
>>
>>  1. miranda\plugins\chat\tools.c:604
>>    p = '?;
>>
>>  2. miranda\plugins\chat\window.c:1295
>>     ih = GetTextPixelSize( _T("AQGgl?), g_Settings.UserListFont,FALSE);
>>
>>  3. miranda\plugins\clist_nicer\viewmodes.c:92
>>     if(szsetting[0] == '?)
>>
(Continue reading)

George Hazan | 26 Feb 2008 21:15
X-Face
Picon

Re: Some garbled characters in some source file

   Hello, pker@...!
   Mon, 25 Feb 2008 10:57:46 +0800 you wrote:

pOy> 1. miranda\plugins\chat\tools.c:604
pOy>    p = '?;

In fact, the more correct way of embedding such characters is using string 
constants like \xAA. All these constants belong to the Cyrillic alphabet and 
are used to determine the standard string lenght. Maybe it's more fair to 
rewrite these strings.

--

-- 
WMBR, George Hazan (ghazan@...) 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Miranda-Develop mailing list
Miranda-Develop@...
https://lists.sourceforge.net/lists/listinfo/miranda-develop

Gmane