You can subscribe to this list here.
2004 |
Jan
|
Feb
(5) |
Mar
(17) |
Apr
(19) |
May
(24) |
Jun
(26) |
Jul
(19) |
Aug
(2) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(14) |
Feb
(7) |
Mar
(3) |
Apr
(5) |
May
(6) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2006 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(8) |
2007 |
Jan
(2) |
Feb
|
Mar
(2) |
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
(7) |
Oct
(3) |
Nov
(3) |
Dec
(5) |
2008 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Dionyziz Z. <dio...@ho...> - 2004-03-27 13:14:02
|
<html><div style='background-color:'><DIV class=RTE>Since there have been many problems reported for the custom components NodeMenu (and NodeTabs) not being properly registered, I have added some code to register them in case frmMain can not be loaded. The code is placed in mdlNode.ApplySkin, the sub which loads frmMain. The code execution moves to the registering code block if there is an error when loading frmMain. Then, the block registers the ocx components using xBasic.RegisterDLL, which calls xBasic.RegisterServer that makes the necessary API calls. After this, the program attempts to reload frmMain. If there is another failure, a warning message is displayed, saying that the user should update Internet Explorer and Windows Media Player.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>dionyziz.</DIV></div><br clear=all><hr>MSN 8 helps <a href="http://g.msn.com/8HMAEN/2743??PS=">ELIMINATE E-MAIL VIRUSES. </a> Get 2 months FREE*.</html> |
From: Dionyziz Z. <dio...@ho...> - 2004-03-26 21:49:01
|
<html><div style='background-color:'><DIV class=RTE>Node will be translated to Italian. Please, welcome our Italian translator, W. Krakowski.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>dionyziz.</DIV></div><br clear=all><hr>STOP MORE SPAM with <a href="http://g.msn.com/8HMAEN/2728??PS=">the new MSN 8</a> and get 2 months FREE*</html> |
From: Dionyziz Z. <dio...@ho...> - 2004-03-25 22:08:48
|
<html><div style='background-color:'><P>Sorry for not uploading the Swedish language file earlier. It is now available for version 0.31 at <A href="http://node.sourceforge.net/?view=languages&head=more/resources">http://node.sourceforge.net/?view=languages&head=more/resources</A>.<BR><BR>dionyziz.</P></div><br clear=all><hr>STOP MORE SPAM with <a href="http://g.msn.com/8HMAEN/2728??PS=">the new MSN 8</a> and get 2 months FREE*</html> |
From: Dionyziz Z. <dio...@ho...> - 2004-03-25 06:37:42
|
<html><div style='background-color:'><DIV class=RTE> <P>Christian and I noticed that Node does not handle correctly the combinations Link + Color, Link + Bold and Link + Italic. Here is an example using [B] instead of the bold character:<BR>[B]<A href="http://www.example.org/somesite">http://www.example.org/somesite</A>[/B]<BR><BR>This would be translated by Node to:<BR><b>http://www.example.com/somesite</b><BR><BR>And then, the link would be parsed including the </b> character, causing the HREF to include the <b> character.<BR><BR>This leads to a bug, that keeps the <a> tag open, so that the messages bellow the link are also marked as links.<BR><BR>dionyziz.</P></DIV></div><br clear=all><hr>MSN 8 with <a href="http://g.msn.com/8HMAEN/2740??PS=">e-mail virus protection service: </a> 2 months FREE*</html> |
From: Dionyziz Z. <dio...@ho...> - 2004-03-25 06:17:24
|
<html><div style='background-color:'><DIV class=RTE> <P>The bug was caused because we were using TextBox objects as buffers. These objects allow only up to 32 KBi (this is 32768 Bytes) of Text. Now, I converted the buffer to a string array, and everything seems to work fine.<BR><BR>dionyziz.<BR><BR></P></DIV> <DIV></DIV>>From: "Christian" <ch-...@gm...> <DIV></DIV>>To: <nod...@li...> <DIV></DIV>>Subject: [Node-devel] Long Chat Sessions <DIV></DIV>>Date: Wed, 24 Mar 2004 18:14:37 +0100 <DIV></DIV>> <DIV></DIV>>Dear LIst, <DIV></DIV>> <DIV></DIV>>i've found one (new) bug. <DIV></DIV>>I was chatting with node more than 3 hours and after this time the channel window hadn't changed it's text. <DIV></DIV>> <DIV></DIV>>ch-world <DIV></DIV></div><br clear=all><hr>The new <a href="http://g.msn.com/8HMAEN/2737??PS=">MSN 8:</a> smart spam protection and 2 months FREE* </html> |
From: Christian <ch-...@gm...> - 2004-03-24 17:13:07
|
Dear LIst, i've found one (new) bug. I was chatting with node more than 3 hours and after this time the = channel window hadn't changed it's text. ch-world |
From: Josh a. K. N. <jn...@ms...> - 2004-03-24 11:18:00
|
I have created another panel called Buddy List. It shows which buddies = are signed off/on, with a link to show the buddy's profile (which is = really basic, to be improved later). Also, the dialogs for when a buddy = has signed on/off have been rewritten to XML format, and with it 2 new = skin attributes: BuddyInImage, BuddyOutImage. These are the pics that = are shown in the appropriate dialogs. --Jnfoot |
From: Dionyziz Z. <dio...@ho...> - 2004-03-24 10:01:18
|
<html><div style='background-color:'><P>genuis_coder has redesigned NodeTabs.</P> <P>You can find the current code with an example application at <BR><A href="http://node.sourceforge.net/dev/xptabs.zip">http://node.sourceforge.net/dev/xptabs.zip</A></P> <P>Some notes regarding the new control:</P> <P>Bad Points:<BR>1) Bug: TabDblClick has Index argument which causes errors when working with collections.<BR>2) Although the Left of a tab can be calculated using the Width property there should be a way to get it directly.<BR>3) The control still does not provide a method to highlight a tab.<BR>4) The control does not provide an OLEDragDrop event.<BR>5) Although the enabled property works fine, the picture of a disabled tab should be converted to grayscale, as the color of the caption of the tab.<BR>6) The weel of the mouse does not work for scrolling!<BR>7) There is no TabTag property(for each tab).</P> <P>Good Points:<BR>1) There are MouseDown, MouseUp, MouseIn and MouseOut events.<BR>2) A property to read the width has been implemented.<BR>3) There are many color settings properties!<BR>4) The tabs now support icons.<BR>5) BugFix: Change event has become TabPressed, with PreviousTab as an argument, and the <BR>6) current tab can be read using the Control's properties.<BR>7) Lets the programmer choose a "set" width and cuts down the caption using "...".<BR>8) SelectedTab sets/gets the index of the tab.</P> <DIV class=RTE>dionyziz.</DIV></div><br clear=all><hr>Tired of spam? Get <a href="http://g.msn.com/8HMAEN/2734??PS=">advanced junk mail protection</a> with MSN 8.</html> |
From: Christian <ch-...@gm...> - 2004-03-23 20:21:24
|
The Installer for Node is now done. You can translate it to your language like the lang-files of Node. So take a look at it. For compiling you only need NSIS (nsis.sourceforge.net) ch-world |
From: Dionyziz Z. <dio...@ho...> - 2004-03-23 20:16:06
|
<html><div style='background-color:'><DIV class=RTE>The Text Toolbar, the toolbar that appears above the outgoing text textbox that is shown by clicking the `^' button, now contains an `Insert Smiley' button. When the user clicks on it, it opens a dialog letting him or her choose a smiley to add.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>dionyziz.</DIV></div><br clear=all><hr>MSN 8 with <a href="http://g.msn.com/8HMAEN/2740??PS=">e-mail virus protection service: </a> 2 months FREE*</html> |
From: Christian <ch-...@gm...> - 2004-03-22 19:07:04
|
Now the script editor has a search and replace feature. In my tests it worked well. A replace all feature will follow. ch-world |
From: Dionyziz Z. <dio...@ho...> - 2004-03-21 15:42:39
|
<html><div style='background-color:'><DIV class=RTE>Christian noticed that some Java and other clients use zero prefixed colors, for example 08 instead of 8. Since Node did not support these colors, it showed them as white. I have modified the colors parsing code so that these colors are supported as well.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>dionyziz.</DIV></div><br clear=all><hr>Add photos to your e-mail with <a href="http://g.msn.com/8HMAEN/2746??PS=">MSN 8.</a> Get 2 months FREE*.</html> |
From: Dionyziz Z. <dio...@ho...> - 2004-03-11 13:48:36
|
<html><div style='background-color:'><DIV class=RTE>Hello,</DIV> <DIV class=RTE>I have made some changes on the Skin Loader, so skins for 0.32 have some small differences, for example background files are no longer supported, but the skin designer can set the background color of back.html and add a picture on it. I have updated NodeXP skin to work with the new loader, and I've added it to the CVS repository. I'll try to update the rest of the skins as soon as possible. The skins developement documentation page will be updated before 0.32 is relased, too.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>dionyziz.</DIV></div><br clear=all><hr>Add photos to your e-mail with <a href="http://g.msn.com/8HMBEN/2746??PS=">MSN 8.</a> Get 2 months FREE*.</html> |
From: Dionyziz Z. <dio...@ho...> - 2004-03-06 14:16:47
|
<html><div style='background-color:'><DIV class=RTE>For Node Version 0.32, we are planning to include some new features. The current to-do points are seperated into five different categories. They are shown below. Any item that we are planning to include in later versions than 0.32 is included in brakets.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>NDC Tasks:</DIV> <DIV class=RTE> - Audio Conversations.</DIV> <DIV class=RTE> - Skin Information.</DIV> <DIV class=RTE> <DIV class=RTE> - [ Video Conversations ]</DIV></DIV> <DIV class=RTE> </DIV> <DIV class=RTE>Interface Tasks:</DIV> <DIV class=RTE> - Toolbar, customizable.</DIV> <DIV class=RTE> - "Connect to Server" Panel.</DIV> <DIV class=RTE> - Programmable Hot Keys, customizable.</DIV> <DIV class=RTE> - More Menu Icons.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>Other Tasks:</DIV> <DIV class=RTE> - Complete Comments.</DIV> <DIV class=RTE> - Binary Installer. (NSIS)</DIV> <DIV class=RTE> - [ SSL ]</DIV> <DIV class=RTE> - [ Multiple Servers Support ]</DIV> <DIV class=RTE> - [ Send SMS Feature ]</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>Script Editor:</DIV> <DIV class=RTE> - VBS/XML intellisense.</DIV> <DIV class=RTE> - Search and Replace.</DIV> <DIV class=RTE> - Automatical Subs and Functions.</DIV> <DIV class=RTE><BR>Internationalization: </DIV> <DIV class=RTE> - Translate to Polish.</DIV> <DIV class=RTE> - Translate to Arabic.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>Please refer to the Tasks pages, under our project page at sourceforge.net for more information about the current tasks or to dos. If you have any other feature in mind do not hesitate to send an email to this list(<A href="mailto:nod...@li...">nod...@li...</A>). You may also submit a feature request(<A href="http://sourceforge.net/tracker/?func=add&group_id=94591&atid=608391">http://sourceforge.net/tracker/?func=add&group_id=94591&atid=608391</A>). Some of the tasks above are still open. If you are a VB developer, or if you are in the developement team, you may want to choose a task and complete it. If you want to be assigned a task, please use this mailing list, or the developement forums.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>(dionyziz)</DIV></div><br clear=all><hr>The new <a href="http://g.msn.com/8HMAEN/2737??PS=">MSN 8:</a> smart spam protection and 2 months FREE* </html> |
From: Dionyziz Z. <dio...@ho...> - 2004-03-06 13:22:59
|
<html><div style='background-color:'><DIV> <P>Voltron(genuis_coder) has recommended that we used another tab control for Node. The control was coded by genuis_coder.<BR>You can see an example containing this tab control at <A href="http://node.sourceforge.net/dev/TabHeaderControl.zip">http://node.sourceforge.net/dev/TabHeaderControl.zip</A>.<BR>Please, take a look at the control, and let us know what you think. Any suggestions are appreciated.</P> <P>Some things I've found:</P> <P>Bug: gTab1_Change has "Index" as an argument, which would cause problems if we created a gTab objects collection.</P> <P>Things Missing:<BR>1) It should support icons for each tab, but it should also give the ability to have tabs without an icon.<BR>2) Must provide an easy method to read the width and left of each tab.<BR>3) Must give the ability to highlight and unhighlight a single tab.<BR>4) Must follow the standart tab properties(as provided by common tab controls, such as TabStrip, for example).<BR>5) Should provide an OLEDragDrop event.<BR>6) Should provide a MouseDown event.</P> <P>The following control structure would be prefered:<BR>- ImageList sets/returns a list of images<BR>- Tabs containing a collection with tabs, with Add, Remove, *Item* and Count properties/methods.<BR>- SelectedItem should provide a Tab interface.<BR>- Tab Items(either .SelectedItem, or .Tabs.Item(index)) should contain:<BR> - Image, the index of the image(if 0 there's no image)<BR> - Caption, the text of the tab.(should be a read/write property)<BR> - Index, the number of the tab.(prefered to be a one-based number, i.e. the first tab has index one)<BR> - Key, the key of the tab(not necessary for now, but as you provide an interface for this, you should give this ability)<BR> - Left/Width indicating the position and dimentions of the tab.<BR> - Selected, whether the tab is selected or not. Should also give the ability to set the tab as selected.<BR> - Tag (not necessary, though)<BR> - Highlighted property, should be a read/write one.</P> <P>Some good points of the control:<BR>1) The design is web-like flat and matches the style of the program.<BR>2) Lets the developer change the colors of the control.<BR>3) Provides a nice scrolling feature. (Suggestion: Scrolling should also occur when the user "MouseDowns" the < or > button for some seconds(without MouseUp-ing))<BR>4) If a tab is out of the visible area, it scrolls the control to make it visible, when it's clicked.<BR>5) Has a nice hOver effect.<BR>6) Everything is drawn in runtime.<BR><BR>dionyziz.</P></DIV></div><br clear=all><hr>Protect your PC - <a href="http://g.msn.com/8HMAEN/2755??PS=">Click here</a> for McAfee.com VirusScan Online </html> |
From: Josh a. K. N. <jn...@ms...> - 2004-03-05 09:59:46
|
Yesterday, Dionyziz and Jnfoot released the latest Node release, 0.31. = There was a lot of work put into this release, and we are getting closer = to an alpha version. We have included very extensive details for almost = all the newest features in this version on our website, = http://node.sourceforge.net/<http://node.sourceforge.net/> I really recommend reading through that information because we have = created brand new features not seen in an IRC client before, Avatars and = a new protocol for many other new features. Make sure to download this = version because it is a vast improvement over the previous versions. = Check our website every few days for information on 0.32. Don't forget = to get all the skins for Node, as they aren't just for looks, but also = have some nifty features built into some of them. Any questions or = comments, just post them on the forums on Sourceforge, or email us. Thanks from the Node Development Team! |
From: Dionyziz Z. <dio...@ho...> - 2004-02-25 18:57:32
|
<html><div style='background-color:'><DIV class=RTE>This is a message to the translators of Node. Please verify that you have translated the following keys correctly, because they may have changed:</DIV> <DIV class=RTE>240</DIV> <DIV class=RTE>309</DIV> <DIV class=RTE>376</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>Also, try to get the latest english.lang version as soon as possible in order to translate Node for release 0.31, as we are planning to release within this week.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>Thanks for helping for the internationalization of Node :)</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>(dionyziz)</DIV></div><br clear=all><hr>Add photos to your e-mail with <a href="http://g.msn.com/8HMAEN/2746??PS=">MSN 8.</a> Get 2 months FREE*.</html> |
From: Dionyziz Z. <dio...@ho...> - 2004-02-25 15:00:56
|
<html><div style='background-color:'><DIV class=RTE>A Quick Description</DIV> <DIV class=RTE>--------------------------</DIV> <DIV class=RTE>The new version of Node, 0.31, which is hopefully going to be released within this week, features many new characteristics many of which are using a new protocol developed by Node Team, called NDC. </DIV> <DIV class=RTE>The NDC protocol allows two Node clients to connect to each other over TCP/IP and exchange some special messages called Packs. This can be very useful sometimes, as it allows the program to send data that is not usually sent over IRC and wihout the need of a server.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>Establishing a Connection</DIV> <DIV class=RTE>----------------------------------</DIV> <DIV class=RTE>An NDC connection is automatically established between two users who are having a private conversation and both are using Node. This is done over CTCP with two different messages, the first one(NDC*) sent by the client who wants to start a connection and the other(NDC), sent as reply, which includes the IP of the client which sends it. After these two packs are exchanged a direct connection is established between the two clients.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>Features</DIV> <DIV class=RTE>------------</DIV> <DIV class=RTE>The current features are not many, but we are planning to make them more. For version 0.31, we will include the typing message feature and the avatars feature. The first feature, typing message, allows users to see if the person is typing a message. The second one, avatars, allows each user to choose a display picture which other users will be able to see later.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>Details</DIV> <DIV class=RTE>---------</DIV> <DIV class=RTE>For details about the exact data and packs exchanged after a TCP connection is established, please refer to NDC specification, available at <A href="http://node.sourceforge.net/?view=ndc-specification&head=doc/dev">http://node.sourceforge.net/?view=ndc-specification&head=doc/dev</A>.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>Our Plans</DIV> <DIV class=RTE>-------------</DIV> <DIV class=RTE>For future versions, we are planning to include more features based on NDC. We have in mind audio and video conversations. If you have any other ideas please fell free to post suggestions or comments.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>(dionyziz)</DIV></div><br clear=all><hr>Add photos to your e-mail with <a href="http://g.msn.com/8HMBEN/2746??PS=">MSN 8.</a> Get 2 months FREE*.</html> |
From: <dio...@ya...> - 2004-02-23 21:20:56
|
Node version 0.31 will be translated, apart from the current languages, to Polish. Please welcome our new translator, kiloproductions. --------------------------------- Do You Yahoo!? Αποκτήστε την δωρεάν σας@yahoo.gr διεύθυνση στο Yahoo! Mail. |
From: Josh a. K. N. <jn...@ms...> - 2004-02-22 09:37:45
|
Well... After rigorous testing, Jnfoot and Dionyziz finally got Node to = exchange the user's avatars correctly. When you start a private message = with another Node user, the 2 clients will now exchange your chosen = avatars to the other person. It will also work for when you change your = avatar, or even when you remove it. |
From: Dionyziz Z. <dio...@ho...> - 2004-02-13 10:53:39
|
<html><div style='background-color:'><DIV class=RTE>Hello to everybody,<BR>This is the first message posted to node-devel mailing list. I will explain the purposes of this mailing list.<BR>First of all, the developement team will post a message for each new change we make at Node.<BR>We will also announce important news and release news using this list.<BR>On the whole, if you are interested at the developement of Node, or if you are a member of the developement team, you will find this list quite useful.</DIV> <DIV class=RTE>Feel free to post messages to the list, by sending an email to <A href="mailto:nod...@li..."><FONT face="Courier New, Courier, Monospace" color=#000000 size=2>nod...@li...</FONT></A>.</DIV> <DIV class=RTE>Welcome to node-devel! :)</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>dionyziz.</DIV></div><br clear=all><hr>MSN 8 with <a href="http://g.msn.com/8HMAEN/2740??PS=">e-mail virus protection service: </a> 2 months FREE*</html> |