Commit graph

118 commits

Author SHA1 Message Date
duncan_ferguson
06348f8c22 Lots of work on window tiling - to fall at last hurdle (No XResizeMoveWindow)
Documentation updates
Allow -u ouput when binaries havnt been found
Start coding for capturing an existing terminal window
Rebuild hosts menu when all hosts checked, not when each host checked
Change debug message output level of keysyms
Cater for config of no tiling, but allow to retile in console window anyhow
2005-05-05 15:22:06 +00:00
duncan_ferguson
3910ade8a3 .cssh.pl.swp added 2005-05-03 16:47:36 +00:00
duncan_ferguson
22fef1650e Updated for 3.5 & dates corrected 2005-05-03 14:06:32 +00:00
duncan_ferguson
b9230176b4 Remove some old (commented out) code
Remove some (unnecessary) debug code
Start coding for window tiling
Modify find_binary function to make it more portable
Output internal vars in "-u -d"
Small mods to docs to take account of all of the above
2005-05-03 13:58:38 +00:00
duncan_ferguson
749b81e1b0 wording chaneg 2005-05-03 09:03:10 +00:00
duncan_ferguson
15c3098ea5 New for series 3 2005-04-29 13:51:16 +00:00
duncan_ferguson
0a17f03531 New for series 3 - first commited cut 2005-04-29 13:51:06 +00:00
duncan_ferguson
396c913fb2 New for series 3 2005-04-29 13:18:54 +00:00
duncan_ferguson
86e926476c ignore temp (autogenerated) files 2005-04-29 13:17:27 +00:00
duncan_ferguson
34e2379eef New for series 3 2005-04-29 11:53:55 +00:00
duncan_ferguson
ee4e82470b New for series 3 2005-04-29 11:33:50 +00:00
duncan_ferguson
22f03ca66b added for series 3 2005-04-29 10:52:40 +00:00
duncan_ferguson
e188383c80 updated for series 3 2005-04-29 10:52:23 +00:00
duncan_ferguson
8123a767f5 Changed order of "use POSIX" to put :sys_wait_h first to avoid chance of hitting known issue
Allow for running from cvs dir in config{comms}
Add "ConnectTimeout=10" to default ssh options
Add further debug info
Add check to ensure hostname can be resolved before attempting connection
Modigy zombie reaping to prevent hand on unconnected cx term closing
Add "autoquit" feature to close ClusterSSH after last client window closes
2005-04-26 11:43:10 +00:00
duncan_ferguson
a2d76258ee LICENSE moved to COPYING 2005-04-25 16:08:38 +00:00
duncan_ferguson
0918114c54 correct version number 2005-04-25 15:55:51 +00:00
duncan_ferguson
bb7fc78859 No longer required for version 3 2005-04-25 15:35:41 +00:00
duncan_ferguson
9f31a5da31 removed 2005-04-25 15:34:27 +00:00
duncan_ferguson
24b2f225e9 Renamed to allows for GNU tool building 2005-04-25 14:57:28 +00:00
duncan_ferguson
951b63d712 Not required for version 3 2005-04-22 14:27:05 +00:00
duncan_ferguson
5cfd975136 not required for version 3 2005-04-22 14:24:55 +00:00
duncan_ferguson
b3ff46f4a1 cssh moved to src/cssh 2005-04-22 14:23:36 +00:00
duncan_ferguson
9d29d5b561 No longer required for series-3 2005-04-22 14:20:14 +00:00
duncan_ferguson
b685f6ae85 Allow for ssh_args and rsh_args in config file 2005-04-22 14:18:15 +00:00
duncan_ferguson
ba4c96a939 Updates, bugfixes, enhanced functionality 2005-04-04 15:35:14 +00:00
duncan_ferguson
9808e0b75b Rewritten from scratch, first cut 2005-04-04 15:32:19 +00:00
duncan_ferguson
b64483fe6b Search for xlsfonts instead of assume it is in same place as the terminal
By Rob Dawson:
- change the "fudge" values for width and height to variables on lines
	429 and 441
- change the default variables to include those two new variables
- reverse the sequence of hosts provided (as it tiles in reverse
	order, this means it has the first host in the top left corner,
	rather than bottom right)
- add to help page at the bottom to match these two
- adjust help page at the bottom for titlebar_size
	This because the previous description was for each window, whereas
	on my setup, it uses this for the single menubar spacing at the top,
	*not* for each window (I tested :-) - I'm not sure if this behaves
	differently on different OS/arch, though.
2005-04-04 12:16:20 +00:00
duncan_ferguson
9d21e624dc bugfix 2005-02-02 15:08:55 +00:00
duncan_ferguson
7eec5e6104 New release cut Mon Jan 31 09:05:11 GMT 2005 2005-01-31 09:05:13 +00:00
duncan_ferguson
da8d781b85 Fix tiling issue after initial tiling is completed (T.Mancill)
Do not use port when using rsh (T.Mancill)
Add usage notes relating to sshd configuration (T.Mancill)
2005-01-31 09:01:59 +00:00
duncan_ferguson
a9b09e45dd New release cut Wed Jan 26 15:40:11 GMT 2005 2005-01-26 15:40:13 +00:00
duncan_ferguson
2556752b14 Added -u option to dump out configuration
Moved TIOCSTI settings to config file option
Use Pod::Usage instead of manually updated help text
Removed default terminal options to use .Xdefaults correctly, but may still be used from .csshrc or cmdline (Olivier Beyssac)
Amended some error messages for clarity
Corrected path used for xlsfonts
Put in error text about unknown/ignored keysyms
Corrected some platform TIOCSTI settings and added FreeBSD
Updates and corrections to POD text
2005-01-26 14:25:07 +00:00
duncan_ferguson
a8729af600 Change BETA to STATE and allow STATE from , also change dirs 2005-01-26 13:46:58 +00:00
duncan_ferguson
95e55c1ec7 Change debug output slightly to be more meaningful 2004-11-29 16:18:13 +00:00
duncan_ferguson
3323b404a8 New release cut Tue Oct 19 11:38:51 BST 2004 2004-10-19 10:39:27 +00:00
duncan_ferguson
2048f918e2 Amended wording of man page about menu seperators 2004-09-24 09:47:19 +00:00
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