CHANGELOG 0.3.3 Added snark code to use as embedded bittorrent... works like a dog at the moment.. I do not blame snark Realised I was not spawning a new thread properly.. silly me.. corrected the problem.. no more dog Made a defaultFont variable and assigned it to channelPanes and messagesPane .. larger, neater, nicer. Sendfile now provides a dropdownlist of all users in all channels. Changed ini file from 'BTGui.ini' to 'Effusion.ini' 0.3.2 Added gui for auto-dcc accept pref Added pref/gui for auto-index shared pref Made changelog and tried to remember what I had done at what stage 0.3.1 Added defaultServer and defaultChannel and autoconnects to them - maybe later will enable a pref to toggle this on/off Added 'About' button to messages pane 0.3.0 Renamed to Effusion Moved prefs from 'pop-up on start' into their own pane - easier to access and saves having to see prefs each time will not need to see prefs when auto-connects to user defined server/channels is implemented, so pane > pop-up Added auto-load URL from channel titles into 'info for #' pane Added a blue shading to the whole app - looks nicer IMO Removed functionless menubar and menu 0.2.0 Implemented sharred torrents listing, ability to add torrents to list, send to others, and launch 0.1.0 BUG FIXED - some moron (me) was using a JScrollPane as outermost container, skipped it and used the JTabbedPane direct, rather than putting JTabbedPane into the JScrollPane, removed freaky expansion issues. Added/Enabled DCC SEND functionality IRC app chopped up and turned into a Component to use inside my app (jqIRC)