You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(8) |
Oct
(3) |
Nov
|
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(49) |
Feb
(53) |
Mar
(4) |
Apr
|
May
(3) |
Jun
(19) |
Jul
(7) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(9) |
| 2003 |
Jan
(11) |
Feb
|
Mar
(1) |
Apr
(3) |
May
(1) |
Jun
|
Jul
(2) |
Aug
|
Sep
(8) |
Oct
(4) |
Nov
|
Dec
|
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2007 |
Jan
(5) |
Feb
(2) |
Mar
(1) |
Apr
(4) |
May
(2) |
Jun
|
Jul
|
Aug
(1) |
Sep
(7) |
Oct
(3) |
Nov
(3) |
Dec
(4) |
| 2008 |
Jan
(1) |
Feb
(4) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
(9) |
May
|
Jun
(4) |
Jul
|
Aug
(3) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Daniel F. <df...@ns...> - 2014-03-19 22:06:47
|
Hi All, I have got !nettle to open on boot but is closed and to the bottom right corner. I would like it to boot to the !nettle window how do i do this? Also I would like to setup !nettle function keys... is this possible? Regards, Daniel Felice Helpdesk IT Support Automotive Holdings Group - NSW Norwest Business Park Level 1, 4-8 Inglewood Place Baulkham Hills NSW 2153, Ph: 02 9854 8855 | Fax: 02 9854 8859 | Mob: 0438 443 887 Email: df...@ns...<mailto:df...@ns...> | Web: www.ahg.com.au<http://www.ahg.com.au> [http://www.ahe.net.au/NSW/header.jpg]<http://nsw.ahg.com.au> AHG Disclaimer: This email and any files transmitted with it are confidential and are only for the use of the person to whom they are addressed. If you have received this email by mistake please inform us by reply email and delete the email, destroy any printed copy and do not forward, disclose or use the information in it. The sender does not warrant that the information is free of virus or any other defect or error. Any views expressed in this message of those of the individual sender, except where the sender specifically states them to be the views of the AHG company represented. |
|
From: James B. <ja...@za...> - 2010-09-12 18:14:45
|
Would you consider giving me commit access? James |
|
From: Alex M. S. <no...@ar...> - 2010-09-10 08:38:05
|
> On Sun, 29 Aug 2010 20:58:08 +0100 > Alex Macfarlane Smith <no...@ar...> wrote: > >> There, committed now. I didn't test the GCC build bit of it, I'll >> just assume it works :) > > Thanks! > > Here's the latest patch for SSH support using libssh2. It is now > conditional and only compiled in if WITH_SSH is defined. > > James > Sorry, might get around to committing this next weekend :) Alex. |
|
From: James B. <ja...@za...> - 2010-08-29 20:51:03
|
On Sun, 29 Aug 2010 20:58:08 +0100 Alex Macfarlane Smith <no...@ar...> wrote: > There, committed now. I didn't test the GCC build bit of it, I'll > just assume it works :) Thanks! Here's the latest patch for SSH support using libssh2. It is now conditional and only compiled in if WITH_SSH is defined. James |
|
From: Alex M. S. <no...@ar...> - 2010-08-29 20:18:05
|
On 28/08/2010 18:35, James Bursa wrote: > As suggested in the discussion in June, I've separated the changes for > gccsdk from the changes for ssh using libssh2. > > Here are the changes for cross-compiling with recent gccsdk, including a > new makefile (called GNUmakefile so that it doesn't conflict with the > current one). > > If you'd like me to commit it, my sf username is bursa. > > James > There, committed now. I didn't test the GCC build bit of it, I'll just assume it works :) Alex. |
|
From: James B. <ja...@za...> - 2010-08-28 18:16:23
|
As suggested in the discussion in June, I've separated the changes for gccsdk from the changes for ssh using libssh2. Here are the changes for cross-compiling with recent gccsdk, including a new makefile (called GNUmakefile so that it doesn't conflict with the current one). If you'd like me to commit it, my sf username is bursa. James |
|
From: Alex M. S. <no...@ar...> - 2010-06-09 21:56:15
|
On 09/06/2010 04:10, James Bursa wrote: > On Monday 07 June 2010, Alex Macfarlane Smith wrote: >> On 06/06/2010 23:40, James Bursa wrote: >>> I have started implementing SSH support in Nettle using libssh2, >>> http://www.libssh2.org/ >>> >>> The basics are working in my tests connecting to two Linux hosts. Please >>> see the attached patch. >>> >>> A build of this is at http://zamez.org/nettlejcb.zip >>> >>> It's built using gccsdk. Some minor changes that aren't in the patch were >>> required to make it compile with gcc. >> >> Yeah, I did start working on getting libssh2 working with Norcroft, but >> got sidetracked :) It all builds now IIRC, but there were some Unixy >> symbols that weren't in the Norcroft unixlib etc. libraries, and I >> haven't yet got around to 'fixing' those. > > Hi Alex, > > Thanks for looking at it. Do you mean that you got libssh2 compiling, but not > a fully linked Nettle yet? > Yeah, it all seemed to build OK, I just need to sort out the missing library symbol issues. Will maybe get some time this weekend. > Are there any changes I should make before this can be checked in? > > James > I'd probably suggest ifdeffing your changes so we can still build without SSH - 1. because Norcroft builds of it won't work just yet, 2. I seem to recall PuTTY does something similar because of issues with using SSH in certain countries, so can ship both an SSH and non-SSH version. May also be worthwhile thinking about committing a separate Makefile etc. for building with gcc? (if that's feasible) Cheers, Alex. |
|
From: James B. <ja...@za...> - 2010-06-09 03:10:48
|
On Monday 07 June 2010, Alex Macfarlane Smith wrote: > On 06/06/2010 23:40, James Bursa wrote: > > I have started implementing SSH support in Nettle using libssh2, > > http://www.libssh2.org/ > > > > The basics are working in my tests connecting to two Linux hosts. Please > > see the attached patch. > > > > A build of this is at http://zamez.org/nettlejcb.zip > > > > It's built using gccsdk. Some minor changes that aren't in the patch were > > required to make it compile with gcc. > > Yeah, I did start working on getting libssh2 working with Norcroft, but > got sidetracked :) It all builds now IIRC, but there were some Unixy > symbols that weren't in the Norcroft unixlib etc. libraries, and I > haven't yet got around to 'fixing' those. Hi Alex, Thanks for looking at it. Do you mean that you got libssh2 compiling, but not a fully linked Nettle yet? Are there any changes I should make before this can be checked in? James |
|
From: Alex M. S. <no...@ar...> - 2010-06-07 07:43:20
|
On 06/06/2010 23:40, James Bursa wrote: > I have started implementing SSH support in Nettle using libssh2, > http://www.libssh2.org/ > > The basics are working in my tests connecting to two Linux hosts. Please see > the attached patch. > > A build of this is at http://zamez.org/nettlejcb.zip > > It's built using gccsdk. Some minor changes that aren't in the patch were > required to make it compile with gcc. > Yeah, I did start working on getting libssh2 working with Norcroft, but got sidetracked :) It all builds now IIRC, but there were some Unixy symbols that weren't in the Norcroft unixlib etc. libraries, and I haven't yet got around to 'fixing' those. Alex. |
|
From: James B. <ja...@za...> - 2010-06-06 23:21:17
|
I have started implementing SSH support in Nettle using libssh2, http://www.libssh2.org/ The basics are working in my tests connecting to two Linux hosts. Please see the attached patch. A build of this is at http://zamez.org/nettlejcb.zip It's built using gccsdk. Some minor changes that aren't in the patch were required to make it compile with gcc. James |
|
From: Alex M. S. <no...@ar...> - 2010-04-15 22:07:43
|
This version is essentially the same as the last released version (0.2042r), but should hopefully be compiled to run correctly on the BeagleBoard, and also includes the newer ZapRedraw module which should also work (although Dave Higton reports it doesn't work standalone for some reason, and requires a proper !ZapFonts install). Feel free to give it a try and let me know of any problems. Cheers, Alex. |
|
From: Michael D. <mi...@sm...> - 2010-04-06 13:23:23
|
In article <244...@iy...>, James Peacock <ji...@go...> wrote: > ssh exiting when I hit an arrow key is a bit of a pain. Yeah, I had that problem once. Some ssh binaries are better than others. Try this one: http://www.smoothartist.com/temp/ssh.zip I got it from John Tytgat and it seems to work much better. > I assumed this is due to TaskWindow seeing a '27' input byte and > causing an escape condition. Might be worth having a look at TaskWindow > now its source is available. I'm not sure what the cause is. Anyway, it would be much better to have SSH support properly integrated into Nettle. > > ZapRedraw can do Unicode characters now, but maybe Nettle needs to be > > updated to use it properly? > Perhaps. Would be possible to get UTF-8 input on RISC OS 5 working as > well. Is there any way for Nettle to determine the character set of a > terminal automatically? Are any of Nettle's original developers still around? > I noticed that LINES, ROWS and COLUMNS system variables are set by > Nettle, presumably to communicate the size of the terminal to UNIX > ports. Obviously these are global which could produce the weirdness > you see. Ah, I guess that explains it. :) -- Michael Drake |
|
From: James P. <ji...@go...> - 2010-04-02 22:55:47
|
Michael Drake wrote: > In article <122...@iy...>, > James Peacock <ji...@go...> wrote: > >> SSH is something I'm interested in > > Yes, me too. I use an ssh binary as an ANSI task in Nettle, which works > up to a point. ssh exiting when I hit an arrow key is a bit of a pain. I assumed this is due to TaskWindow seeing a '27' input byte and causing an escape condition. Might be worth having a look at TaskWindow now its source is available. >> as I use it a lot and there is no comprehensive solution for RISC OS at >> present. > > I nearly always have Nettle running ssh connected to a Linux computer > running irssi, for IRC. The main problem I have is when someone says > something that uses a Unicode character, the display in Nettle gets > mangled. ZapRedraw can do Unicode characters now, but maybe Nettle needs > to be updated to use it properly? Perhaps. Would be possible to get UTF-8 input on RISC OS 5 working as well. Is there any way for Nettle to determine the character set of a terminal automatically? > Also, I find that if I have two Nettle windows (running the ssh ANSI task, > although I'm not sure that matters), then they both need to have the same > width and height. If I make one window have a greater height, for > example, the other window starts displaying its content wrongly. I noticed that LINES, ROWS and COLUMNS system variables are set by Nettle, presumably to communicate the size of the terminal to UNIX ports. Obviously these are global which could produce the weirdness you see. James |
|
From: Michael D. <mi...@sm...> - 2010-04-02 18:29:57
|
In article <122...@iy...>, James Peacock <ji...@go...> wrote: > SSH is something I'm interested in Yes, me too. I use an ssh binary as an ANSI task in Nettle, which works up to a point. > as I use it a lot and there is no comprehensive solution for RISC OS at > present. I nearly always have Nettle running ssh connected to a Linux computer running irssi, for IRC. The main problem I have is when someone says something that uses a Unicode character, the display in Nettle gets mangled. ZapRedraw can do Unicode characters now, but maybe Nettle needs to be updated to use it properly? Also, I find that if I have two Nettle windows (running the ssh ANSI task, although I'm not sure that matters), then they both need to have the same width and height. If I make one window have a greater height, for example, the other window starts displaying its content wrongly. Best regards, -- Michael Drake |
|
From: Alex M. S. <no...@ar...> - 2010-04-02 15:06:43
|
On 02/04/2010 14:38, James Peacock wrote: > Alex Macfarlane Smith wrote: > >> Might be more useful to provide a patch rather than a zip of all the >> source - harder to see what changes have been made :) > > Diffs to everything other than the template files here: > > http://effarig.co.uk/files/diff.txt > [snip] They look fine from a brief nosy - not sure I'll have time to do anything with them in the next week, but hopefully will have time next weekend :) Alex. |
|
From: James P. <ji...@go...> - 2010-04-02 13:38:57
|
Alex Macfarlane Smith wrote: > Might be more useful to provide a patch rather than a zip of all the > source - harder to see what changes have been made :) Diffs to everything other than the template files here: http://effarig.co.uk/files/diff.txt James |
|
From: James P. <ji...@go...> - 2010-04-02 11:35:24
|
Replying to the Reply-To address resulted in a user not known bounce, so I've replied here. Alex Macfarlane Smith wrote: > On 01/04/2010 22:31, James Peacock wrote: >> >> Is there anyone still maintaining Nettle? If so would something as >> prototyped above be a suitable addition? I also have a few questions >> regarding how newlines are meant to work and what the plans were for >> the beginnings of SSH support in the code. >> > > Might be more useful to provide a patch rather than a zip of all the > source - harder to see what changes have been made :) Yes I know. I wasn't formally submitting anything, I was more trying to gauge interest. The changes themselves are fairly minimal, and there are still things to do. I'll do a diff over the next few days, time allowing. > Not sure about using DeviceFS - wonder whether it might be better to use > the serial blockdrivers instead, although not sure how well they fit > into a C application. I'm sure block drivers could be made to work and I guess would be better for some people with dual serial cards etc., though personally I'd prefer to use DeviceFS. I think it is a more flexible interface, and as part of the OS is, perhaps, more future proof. Also what I've done can be used to talk and/or listen to any suitable DeviceFS device as long as it can open at least one of the Tx or Rx streams. SSH is something I'm interested in as I use it a lot and there is no comprehensive solution for RISC OS at present. Not sure whether I would have time to do this. James |
|
From: Alex M. S. <no...@ar...> - 2010-04-01 23:14:50
|
On 01/04/2010 22:31, James Peacock wrote: > Is anyone here? > > I've made a small addition to !Nettle, adding support for talking to > DeviceFS devices (e.g. serial ports). The changes are of prototype > quality and not very user friendly to those not familiar with > fileswitch special fields... But might be useful. > > http://effarig.co.uk/riscos/download/nettle.zip > > Is there anyone still maintaining Nettle? If so would something as > prototyped above be a suitable addition? I also have a few questions > regarding how newlines are meant to work and what the plans were for > the beginnings of SSH support in the code. > > James Peacock > Might be more useful to provide a patch rather than a zip of all the source - harder to see what changes have been made :) Not sure about using DeviceFS - wonder whether it might be better to use the serial blockdrivers instead, although not sure how well they fit into a C application. SSH never really got going - I created an SSH module based on PuTTY a few years back, and put some random hooks into Nettle to use that, but PuTTY wasn't well suited to running as a module really (it did work to an extent though). Someone suggested using http://www.libssh.org/ instead, but I never got up the motivation to actually try integrating it. Alex. |
|
From: James P. <ji...@go...> - 2010-04-01 21:31:13
|
Is anyone here? I've made a small addition to !Nettle, adding support for talking to DeviceFS devices (e.g. serial ports). The changes are of prototype quality and not very user friendly to those not familiar with fileswitch special fields... But might be useful. http://effarig.co.uk/riscos/download/nettle.zip Is there anyone still maintaining Nettle? If so would something as prototyped above be a suitable addition? I also have a few questions regarding how newlines are meant to work and what the plans were for the beginnings of SSH support in the code. James Peacock |
|
From: Denisa H. <ekv...@21...> - 2008-03-02 12:40:13
|
Be the stud of the party with a 10 inch monster equipment in your pants |
|
From: cezmi C. <cezmi-egiledn}@ajmancricket.com> - 2008-02-28 13:10:35
|
Women LOVE it when men penetrate them deeply and fully - and you can't do that with a small tool, can you? |
|
From: Reino H. <haz...@aa...> - 2008-02-27 21:01:22
|
Let women grab the weapon in your pants and realize what a REAL man feels like. |
|
From: promsak J. <nis...@ac...> - 2008-02-25 17:47:28
|
Be her pleasure machine! |
|
From: Niina M. <Man...@ky...> - 2008-01-10 12:53:39
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> Experts say you can expect 3 inches in 3 months, or 2 inches in one<br> month <a href="http://coesutes.com/">http://coesutes.com/</a><br> </html> |
|
From: Albin S. <Ste...@ad...> - 2007-12-26 20:03:33
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> Real men need a Real Schlong.. do YOU have one? <a href="http://www.leviewus.com/">http://www.leviewus.com/</a><br> </html> |