Commit graph

282 commits

Author SHA1 Message Date
duncan_ferguson
501b51a8f4 Add menu item send to send info to al conencted clients, i.e. menu item for <ALT>-n 2004-09-24 09:44:54 +00:00
duncan_ferguson
09d3477e91 Updates and tidy of man/perldoc page
Set window tiling on by default (use -G to turn off)
Add in "-k n" to keep child windows open for x seconds (to view ssh errors)
2004-09-07 12:20:35 +00:00
duncan_ferguson
00c8a0c2a6 Add -k functionality to keep child windows open for x seconds 2004-09-07 12:18:08 +00:00
duncan_ferguson
8e2463f29c Add reserve_bottom, reserve_right and cchp_sleep options 2004-08-26 07:49:57 +00:00
duncan_ferguson
c2a90b1bbc Code added to allow user definition of of the cchp sleep interval, default=0.1 (Tony Mancill) 2004-08-26 07:47:49 +00:00
duncan_ferguson
62d48037cf Added TIOCSTI for Mac OS X (Chris Trahman) 2004-08-19 07:57:47 +00:00
duncan_ferguson
e0c944bc24 change patch of package destination 2004-08-16 13:11:16 +00:00
duncan_ferguson
174d9a9df4 Added README into distribution 2004-08-16 13:10:16 +00:00
duncan_ferguson
7bdcc55965 Initial Version 2004-08-16 13:09:50 +00:00
duncan_ferguson
93c2e28a8e New release cut Fri Aug 13 16:16:18 BST 2004 2004-08-13 15:16:22 +00:00
duncan_ferguson
126d3474ca Fix bug introduced with syswrite fix in 2.24 that stopped arrow keys working 2004-08-13 15:13:29 +00:00
duncan_ferguson
7607a332bc route via shell-ssh & path tidy 2004-08-04 12:09:14 +00:00
duncan_ferguson
540f01a65c Changes contact location in help->about 2004-08-04 12:08:39 +00:00
duncan_ferguson
91fdf8f98e New release cut Wed Aug 4 10:58:58 BST 2004 2004-08-04 10:00:44 +00:00
duncan_ferguson
6abbfa77f9 CTRL-D in console window didnt always work 2004-08-03 15:34:50 +00:00
duncan_ferguson
e60e024f63 Found long-standing problem with uncaught error on syswrite 2004-08-03 13:38:59 +00:00
duncan_ferguson
8312354f28 Apply patch from Cyril Bouthors for passing ssh arguments via cx_args 2004-08-02 15:58:09 +00:00
duncan_ferguson
93d99d6481 Applied patch from Rob Petty (cx to specific ports, i.e. for terminal servers)
Applied patch from Jason (jklap) (bug fix & resolve cluster tags within tags)
2004-07-09 13:58:12 +00:00
duncan_ferguson
3abd74b8db Amend output for easier posting of new release info in various places
Get all change information across all relevant files
use ncftpput to send to uploads on sf.net
Generate POD pages and man pages as necessary
2004-06-02 11:21:02 +00:00
duncan_ferguson
9cc613306b remove unncessary rm of pod temp files 2004-06-02 08:54:20 +00:00
duncan_ferguson
6aeabb5a5b Tidy out output of cssh -h 2004-05-20 15:38:36 +00:00
duncan_ferguson
9c37700a4e Improve checks for ssh and xterm, with meaningful errors reported if required 2004-05-20 14:57:37 +00:00
duncan_ferguson
7b52eacc1b correct check for cchp and die if it cannot be found 2004-05-12 11:34:13 +00:00
duncan_ferguson
cd2ed109a8 Code tidy
Added in csshrc option cchp_path to allow for cchp to be moved somewhere else
  - also looks in /usr/lib by default if cchp not in same dir as cssh
Man page update
2004-05-12 10:16:27 +00:00
duncan_ferguson
4cf655dabf Added crsh.lnk cygwin symlink 2004-05-12 10:11:39 +00:00
duncan_ferguson
5ab5067d60 Call cchp using perl interpreter $^X
Also call cchp -v when printing -v for cssh
2004-05-10 12:34:00 +00:00
duncan_ferguson
930f5cae4d Remove perl interpreter from line 1
Correct -v output to use program name, not "Version:"
2004-05-10 12:32:15 +00:00
duncan_ferguson
eae439986a New release cut Fri May 7 15:17:25 GMTST 2004 2004-05-07 14:19:09 +00:00
duncan_ferguson
675221b65d Remove temp files from man/html pod generation 2004-05-07 11:03:04 +00:00
duncan_ferguson
b43d3f7395 Disable tiling if no hosts given on command line
Correct terminal height to ensure no greater than max size provided
2004-05-07 11:02:18 +00:00
duncan_ferguson
57dc63c953 Ensure rsh does not have -x flag but ssh does to disable X11 forwarding
Include cfg file "titlebar_size" in man page
2004-05-05 08:12:23 +00:00
duncan_ferguson
a9cb355c62 New release cut Tue May 4 17:11:38 GMTST 2004 2004-05-04 16:13:03 +00:00
duncan_ferguson
0fd179f0d9 Rework of man page to include new functionality
Removal of redundant/unused code
Removal of comments out code no longer required
Added more debug code
General code tidyup
2004-05-04 16:10:25 +00:00
duncan_ferguson
1b14c9235b Add in Wayne Scott's window tiling algorithm (reduce number of rows rather
then overall term size)
Remove code to check existance of processes using PID's
Remove code to fork when opening xterm
  - both of these can be removed due to checking if pipes exist instead
  - should also speed code up as not forking as often any more
2004-05-04 15:08:01 +00:00
duncan_ferguson
c30dba9af3 Swap around code order when detecting a removed pipe
Add in sleep for .25 of a second during read to be nicer to the system
2004-05-04 15:04:33 +00:00
duncan_ferguson
e4dcd9d5a8 Remove tar file creation for sf.net in leiu of 'release' 2004-05-04 15:02:27 +00:00
duncan_ferguson
83f842c04a Add in cssh html man page generation 2004-05-04 11:59:50 +00:00
duncan_ferguson
0ac5b0f6f7 New automated release mechanism to replace some functionality in install 2004-05-04 11:55:20 +00:00
duncan_ferguson
df6da71f17 New release cut Tue May 4 12:52:28 GMTST 2004 2004-05-04 11:53:51 +00:00
duncan_ferguson
35d85c1238 Add more debug info and also -v 2004-05-04 09:33:57 +00:00
duncan_ferguson
dcd652e640 Use -x in ssh connection string to disabled X forwarding 2004-05-04 09:32:18 +00:00
duncan_ferguson
1e268b5473 Remove unnecesary IO::Select and IO::Handle code with some rewrite to fix
bug on redhat that locked code into a loop
2004-04-30 14:22:14 +00:00
duncan_ferguson
2c0d157ce1 ensure debug info stays debug 2004-04-29 14:59:53 +00:00
duncan_ferguson
d936baebb8 Remove redhat bug whereby while(read(,my ,1)) {..} stuck in a loop 2004-04-29 14:59:05 +00:00
duncan_ferguson
0ef5aa0ff2 added -d debug option for some small debug output 2004-04-28 08:28:14 +00:00
duncan_ferguson
d107713209 Include cchp within the package benig made 2004-04-21 07:52:32 +00:00
duncan_ferguson
6f7c74c7b4 Fix bug better for when not using -g 2004-04-20 15:51:50 +00:00
duncan_ferguson
94facb259b Include "save" directory in ignore list 2004-04-20 12:46:54 +00:00
duncan_ferguson
5b688c3c4f Amended to include cchp in tarball 2004-04-20 12:45:43 +00:00
duncan_ferguson
c12b8669ed Code split off from cssh version 2.7 in attempt to speed up cx's 2004-04-20 12:44:29 +00:00