2112 Commits (3da655721519da2c67e24528ca0299b03b26aed5)
 

Author SHA1 Message Date
  Gregory Holmes b79eeaf089 Fixed a whole bunch of bugs with the profile editor 17 years ago
  Gregory Holmes 08a37dfdf7 Empty values are no longer ignored in settings panels 17 years ago
  Gregory Holmes 893a106a35 NewServerDialog now verifies port on clicking ok 17 years ago
  Gregory Holmes bd5bad962b Fixed potential NPE in IconManager 17 years ago
  Shane Mc Cormack 1d18f62189 Other half of previous commit! 17 years ago
  Gregory Holmes 2681a130a7 Lets see if this fixes the issues with textpane trimming, clearing, and random overlapping 17 years ago
  Shane Mc Cormack 42f84472b8 Don't try to send quit in disconnect() if the socket isn't open, and we havn't recieved 001 yet 17 years ago
  Chris Smith 4b36d72b31 disconnect() now disconnects as long as the parser has an open socket, rather than only after 001 17 years ago
  Chris Smith 7198614098 Logic-- 17 years ago
  Shane Mc Cormack 588a455c72 Removed error logging spam that doesn't actually need to be logged. 17 years ago
  Chris Smith b1fc878157 Potential fix for another NPE in Server 17 years ago
  Chris Smith db1210e091 Fix NPE in server, and add more state checks + logging 17 years ago
  Chris Smith 40173429d2 Fix NPE in InputFrame, which prevented the server settings window from saving 17 years ago
  Gregory Holmes 2b66427c8c fixed error 2038 17 years ago
  Gregory Holmes cfb55c1583 Fixed setIndex error in textpane 17 years ago
  Gregory Holmes 1a3f29d8e4 Default to using system aa settings 17 years ago
  Gregory Holmes 6b4319a5a0 Fixed errors 1883, 1868, 1870, 1898 17 years ago
  Chris Smith 7b0de351a6 Deleting action groups now unregisters the actions 17 years ago
  Chris Smith 2a24cde6ef Unit tests 17 years ago
  Gregory Holmes d5c6bfe694 Report fixes 17 years ago
  Chris Smith 16657569c6 Unit tests 17 years ago
  Gregory Holmes 328adc35b8 minor javadoc fixes 17 years ago
  Chris Smith 92f4983773 Remove unused parser imports and add some missing parser javadoc 17 years ago
  Gregory Holmes 0c30f40529 Type conversion optimisation in AliasPanel 17 years ago
  Chris Smith 336abe02d3 Remove pointless null checks in ActionManager 17 years ago
  Chris Smith d3610d0a55 ConfigTarget unit test 17 years ago
  Gregory Holmes 17ddd8b102 Disable edit/delete buttons in the actions manager when changing group and deleting actions 17 years ago
  Chris Smith 26d272703b Added IrcAddressTest 17 years ago
  Chris Smith a0822a96e9 Fixed edge-case bug in WritableFrameContainer.getNumLines 17 years ago
  Gregory Holmes 7bd3f9fb9b Alias manager allowing duplicates is once again fixed 17 years ago
  Chris Smith ddbfadadc7 Added test for WritableFrameContainer.getNumLines 17 years ago
  Chris Smith d26579cdc8 Add unit test for the parser's tokeniser 17 years ago
  Chris Smith 07db58ccc0 Remove unused unit tests 17 years ago
  Chris Smith 66ae29e670 Added ActionCondition.equals 17 years ago
  Gregory Holmes f04505696d NPE fix for alias manager 17 years ago
  Chris Smith 481cd20c91 Fix CMEs when changing window colours 17 years ago
  Shane Mc Cormack 8a0ce320ae Moved callDataIn above everything else in processLine to ensure that nothing stops it being fired 17 years ago
  Gregory Holmes 9ae2235efc Time -> Date in error list table 17 years ago
  Gregory Holmes 526132159e Aliases rename now 17 years ago
  Shane Mc Cormack 587637c9eb pingFailed should no longer be called when it doesn't need to be 17 years ago
  Chris Smith 2aaaf770d1 Fix /ctcp using a non-existing formatter for its usage info 17 years ago
  Gregory Holmes 3037fa0c3e fixed error 1527 17 years ago
  Shane Mc Cormack 2f88301778 Don't throw an error! 17 years ago
  Gregory Holmes b302e63c5f AliasManager now doesn't allow duplicates (can't think of a nicer approach to it) 17 years ago
  Gregory Holmes f2b2260d76 Fixed NPE in ChannelFrame 17 years ago
  Gregory Holmes 10e874f5d8 Issue 448: Alias manager ignores LT and GT argument comparison 17 years ago
  Chris Smith 2bee17cd9c Credits panel now uses the correct font, added testers. 17 years ago
  Chris Smith 9182c56328 Reverted Main.java changes 17 years ago
  Gregory Holmes 20d011c012 Alias manager tweaks 17 years ago
  Shane Mc Cormack fdc733fed4 isValidChannelName now returns true if we already know of the channels existance. (eg Force Joined into an otherwise invalid channel) 17 years ago