8
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 11 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix that formatting arrggh More... over 20 years ago
My3sp dev_release now working More... over 20 years ago
Why do source formting utils always break the code? More... over 20 years ago
Adjustment to build to create dummy plugin jars and changed name of instantmessenger jar file to mycontacts More... over 20 years ago
Source formatting (but not jalopy) More... over 20 years ago
"Connect using" in My3sp is now dynamic based on a new common factory called SessionProviderFactory. This allows SshToolsApplicationSessionPanels to be sourced dynamically if they provides a resource file called session.provider The aim is that all main applications such as SSHTerm and SSHVnc will be able to look at these and launch a different session window More... over 20 years ago
Small changes More... over 20 years ago
Open3sp applications are now loaded from the server if the user has the priviledge, they the operation only updates the files that have changed Still need visual progress completing More... over 20 years ago
Open3sp applications are now loaded from the server if the user has the priviledge, they the operation only updates the files that have changed Still need visual progress completing More... over 20 years ago
Updates so to remove any dependencies on classes that are now in plugins More... over 20 years ago
Some amendments to the ExtensionClassLoader More... over 20 years ago
Amendement to build to create plugable jar files More... over 20 years ago
Server side application provider stuff - allows access to plugins based on roles More... over 20 years ago
A big restructure so that most of the tabs are in fact plugins - this does not mean they wont be distributed with the main release, but they should be optional after installation, removing them should not break the application There are still many things to do as there are lots of cross dependencies still, each plugin should be independent of the others. IM is a different story, since this has been upgraded to a dynamic tab which will only appear once connected to the Open3sp server The next stage is to install the client applications on the server and have some form of ssh class loader that loads the tabs/applications that are allowed by the users roles... neat!!! More... over 20 years ago
My3sp tabs now can be hidden and moved around using an additional option tab More... over 20 years ago
Added some optimization profiles to SSHVnc. These are stored in the new cvsroot/resources directory. You are supposed to copy these into the SSHVnc prefs directory where they will be found and loaded into the connection options panel. All they do is throttle the various bandwidth settings back to the minimum for things like dialup conections and the like. More... over 20 years ago
Some additions for the package restructure More... over 20 years ago
Removed the border on the tree. Never noticed this until I installed a MacOSX theme! More... over 20 years ago
My3sp tabs now can be hidden and moved around using an additional option tab More... over 20 years ago
Lots of bits and pieces ... My3sp build takes the new systray4j stuff into account. The supporting files have been shifted around a bit as well to make for easier deployment. An IzPack installer target has also been added (set ant var. izpack.home to the location of the IzPack programs). Spell checking added to IM. This uses the gSpell library and includes a dictionary. When the IM frame starts up for the first time, a search will be done for the 2003Lexicon directory in both cwd/dictionaries and in sshtools_home/lib/ext. If it doesnt exist, but exists as a zip file in either of these directories the zip will be unpacked. The zipped dictionary has been placed in CVS under the dictionaries directory (beware - big update - about 25mb), so hopefully it should "just work" from your development environment (apart from have to add gspell.jar to your classpath). The spell checker kicks in when no typing has been done for 1200ms - seems reasonable enough for 1 fingered typists. After the check is complete any bad words get underlined with a red dash (looking for how to make this a wavy line). Hover over a word and the cursor will change to a hand, clicking will show the alternatives. All spelling errors are removed as soon as typing resumes or a correction is made. Lee - The emoticons all work great now, new class loader works a treat. Other minors fixes have been done - can't remember 'em all .. More... over 20 years ago
Fixed the class loading.!.!.! More... over 20 years ago
Added some log statements to extension class loader. Channel and Connection protocol resynchronized and tested against Tom's CVS checkout More... over 20 years ago
Open3SP build is not just about complete, the server is separated from the actual data so that upgrading should be made much easier without the loss of data Windows installation now installs from a single batch file, creates configuration directories and then installs the service Linux is still manual but files are provided for init.d and the process (which is just about documented) seems to work ok More... over 20 years ago
Open3sp file system permissions are now enforced allowing a user access to their own home directory and shared group directory Groups that have been assigned via permissions in roles have yet to allowed, this needs some extra work. More... over 20 years ago
Rewrite of DynamicClassLoader to fit new ClassLoader model (was not based on 1.2 delegation model so was doing too much work!) I have created a new implementation called ExtensionClassLoader which now also implements findResource and findResources. Emoticons now sort of work, by that I mean redones are displayed, exceptions are thrown on others. ExtensionClassLoader also supports adding additional jars/directories to the classpath at runtime More... over 20 years ago
Open3sp file system permissions are now enforced allowing a user access to their own home directory and shared group directory Groups that have been assigned via permissions in roles have yet to allowed, this needs some extra work. More... over 20 years ago
Additional method added to VFSPermissionHandler to allow configuration of the user VFS home directory (previously was fixed to /home/USERNAME More... over 20 years ago
static permission handler added to VirtualFileSystem which will allow overirde fo the default VFS permissions More... over 20 years ago
Beginnings of new open3sp build More... over 20 years ago
Removed setInstance from authentication prompts and its now passed in with the showPrompt method More... over 20 years ago