8
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 21 hours ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
My linux service scripts, need changing for the build so that the stuff specific to my box is removed and added CHANGE_ME tokens or something similar More... almost 21 years ago
Ive split this directory into smaller project based directories in an attempt to make the build process cleaner and more generic. What I want to acheive is each build can just include * from its bin directory so any additional files added to the folder will be instantly available in the build, saving us the hassle of having to maintain it file by file. More... almost 21 years ago
JavaService for windows and an installation script for it More... almost 21 years ago
Commands executed before and after the VNC session are now displayed in a terminal panel Resize options limited to remote desktop or current screen size More... almost 21 years ago
Extra vnc parameters for pre vnc and post vnc commands.Allows the server to be started and stopped by SSHVnc rather than having a server instance running always More... almost 21 years ago
OpenSSH format should now fail cleanly, previously a NPE was being thrown when the PEM header was being read. This was seen when ssh.com keys were being read Putty keys are now supported with reading of SSH2 keys formatted in the putty private key format. More... almost 21 years ago
Fixed password change prompt - when using agent the wrong message was registered and the prompt failed profiles now store the commands to execute after authentication More... almost 21 years ago
Sign in / Sign out actions added to tray icon (sign out doesn't seem to work for some reason - disconnect gets refused?). Tray icon changes when signed in and also when there is a message waiting and the message frame is unfocused. More... almost 21 years ago
Left click on icon now shows my3sp More... almost 21 years ago
Ooops. forgot to add tray icons. More... almost 21 years ago
Added extension class loader get method and EmoticonPackModel change to read it More... almost 21 years ago
Icons are now loaded as resources (moved out of systray directory). A search for the daemon is also made (first the current directory, then sshtools.home then all directories in java.library.path). The windows batch has been ammended to include systray in java.library.path as the systray4j library does the loading of the DLL itself and you cannot specify a location manuall. More... almost 21 years ago
More Open3SP javadocs.... !!!!!! More... almost 21 years ago
Change tray icon implementation to use Systray4J so that KDE can be supported. The windows version works similar to TrayIcon in that a DLL just needs to be on java.library.path. On KDE, a small daemon is started when My3sp starts up. This daemon has been compiled on Suse 8.2 / KDE 3.1.3, this will need to be recompiled for other architectures. The tray icon also now has some functionality. You can exit the application, set a 'hide when minimised' flag, show My3sp if it is hidden, show the about dialog. Work has also been started on a sign in / sign out for the messenger. This required a small re-ordering of the initialisation of the My3sp tab and will probably require more before it is finished. All of the system tray stuff is in the 'systray' directory in the root directory of the module. I wasn't sure where the best place to put these would be. The working directory for the JVM contain the systray directory for the daemon and icons to be located, this could be improved. More... almost 21 years ago
Removed second level locking from DynamicBuffer, this was most likey causing the hangs expericanced by Tom and is probably left over from some early version of the buffer Updated some javadocs whilst I was at it (yes you did read correctly!) More... almost 21 years ago
Added action for saving conversation. Conversation is saved in an XML file in a similar format to that which is sent to the server. The conversation can then be played back to either just the users own conversation pane, or everyone elses (do we need to be able to select individual users?). Only the last 1000 messages are remembered to conserve memory (this can be configured by setting the preference com.my3sp.plugin.im.My3spChatFrame.maxLogSize to an integer value). More... almost 21 years ago
Added some new emoticon packs. Gaim and Kopete themes can now be read. The themes should be packaged in a jar (see gaim-emoticons.jar in lib for an example) and include an xml file called emoticon-pack.xml in the root of the archive. This file defines all of the packs the archive contains (many may be defined). Dropping these jars in j2ssh's ext directory will also work and the pack to use can currently only be configured by adding a property to the file ~/.my3sp/My3SP.properties named com.my3sp.plugin.im.My3spChatFrame.emoticonPack with a value of the pack name. Current valid pack names are ... 1. RedOnes (kopete-emoticons.jar) 2. Yahoo (gaim-emoticons.jar **or** filthysmilies-emoticons.jar) 3. MSN (gaim-emoticons.jar **or** filthysmilies-emoticons.jar) 4. default (gaim-emoticons.jar **or** filthysmilies-emoticons.jar) Some of these are a bit silly, just there as examples. More... almost 21 years ago
Implemented print / print preview and started work on save action. More... almost 21 years ago
Buffer can still be read after close untill all availabale data has been read, then it returns EOF More... almost 21 years ago
Changed a few spelling mistakes, and conversation window set to non-editable. More... almost 21 years ago
Sorry, we decided that we didn't want a send message sound either. I think the best thing to do is simply provide a sound when the window is not in focus, I can imagine that in a corporate environment the sounds would become quite distracting! More... almost 21 years ago
Very minor change to the chat frame to ensure that the receive sound is played only when window is not in focus. Once again, excellent work by Mr. Smith! :) More... almost 21 years ago
Added sounds for incoming / outgoing messages. Mute / unmute button added - not entirely happy with it as I had trouble getting the icons to change when the mute state changes. More... almost 21 years ago
ChannelInputStream refactored to use DynamicBuffer so that data is stored in one byte array rather than the individual messages More... almost 21 years ago
Added invite and block actions to the menu bar and removed text from buttons (is this required now?). Another fix for background color (pretty sure its ok now). Completed font family / size actions. More... almost 21 years ago
Complete hyperlink support. Fixed bug where background color was not being saved correctly. Focus is now given to composer when window opens. More... almost 21 years ago
Tidied up a bit by splitting My3spChatFrame into more classes. Beginings of 'Insert Link' action. Message regains focus after a style has changed. Made bold/italic/underline toggles more reliable. More... almost 21 years ago
More Open3SP javadocs added, oh dear i'm actually getting the hang of this documentation thing!!!! :P More... almost 21 years ago
Some javadocs added Transport protocol now sets state to disconnected before sending disconnect message so that any blocking threads that fail will always be able to exit without outputing disconnect exceptions to the log More... almost 21 years ago
Started some javadocs More... almost 21 years ago