1441 コミット (07072ed4dd32508c99cc4579c55c46509945a8f0)
 

作成者 SHA1 メッセージ 日付
  Shane Mc Cormack f84fa6ac6a Fixed issue 265 17年前
  Gregory Holmes 8cca6a1629 Refactored TextPane 17年前
  Shane Mc Cormack e50104e53a Closes all open files on deactivate. 17年前
  Shane Mc Cormack bed83fa50a Made logging plugin flush output on every append call, this will stop crashes causing log data to be lost 17年前
  Gregory Holmes c010baab64 ISSUE: 261 17年前
  Gregory Holmes 47e6bcf1d0 Might resolve some prefs panel not showing issues, might not 17年前
  Gregory Holmes 99cd978f78 Attempting to edit an action after sorting the actions now works as expected 17年前
  Gregory Holmes eb9dd9add4 ISSUE: 259 17年前
  Chris Smith f118a741ab Remove : from mode command. Silly me expecting stuff to be standard. 17年前
  Shane Mc Cormack a5333f5ed6 setXXX methods now check for null/empty values 17年前
  Chris Smith 1c22183bd8 Lag display plugin now shortens times >10s to use seconds not ms 17年前
  Chris Smith 074e2942e0 Implemented Action.save() 17年前
  Chris Smith 3c170a5cae Implemented Action.rename 17年前
  Gregory Holmes 37c9720a9f ActionsEditorDialog complete (i hope) 17年前
  Gregory Holmes a138d9391b more actions editor dialog work 17年前
  Gregory Holmes 1e21a6da31 Edit button for actions disabled if no action is selected 17年前
  Shane Mc Cormack 3105e7c9c9 Added STRING_REGEX comparison type 17年前
  Chris Smith 381c00fa54 Fixed CLIENT_EVENT 17年前
  Chris Smith 3b13198d3c Renamed quit to exit 17年前
  Shane Mc Cormack a1f1409208 Nicklist is now updated on nick change 17年前
  Chris Smith c449034338 Added CLIENT_CLOSED and CLIENT_OPENED action hooks 17年前
  Chris Smith d28d5220ac Outgoing channel messages are now formatted properly (colours, modes, etc) 17年前
  Chris Smith 0a9bab4e7d Nick colour plugin can now colour specific nicks specific colours 17年前
  Chris Smith a5aefc4b9e Tidy nick colour code, add a couple of useful global prefs to the nick colour prefs 17年前
  Shane Mc Cormack f24d3915c8 Added config dialog 17年前
  Shane Mc Cormack a1ac14d919 Fixed server pining to ping every 60 seconds not just after 60 seconds of inactivity 17年前
  Chris Smith 4a0ccfcfc7 You can now specify custom random colours for the nick colour plugin 17年前
  Chris Smith 22ffc6c872 Remove horrible casting of user maps, and a couple of warning supressions 17年前
  Shane Mc Cormack cd3854e0fa [g|s]etMiscObject -> [g|s]etMap. 17年前
  Chris Smith 0bb7902e93 FEATURE: Added config option to hide mode prefixes in chat 17年前
  Chris Smith af11ca87d4 Supress map warnings and stop df moaning 17年前
  Chris Smith 0b4b58e3a6 Added nick colour rendering to channel 17年前
  Chris Smith 885069be5d FEATURE: Very basic nick colour plugin 17年前
  Shane Mc Cormack f4339ae3a2 sendMessage, sendNotice etc now checks to make sure sTarget and sMessage are non-null 17年前
  Shane Mc Cormack 27a40e86b8 Configure button is only enabled if the plugin is active 17年前
  Shane Mc Cormack 1533138e3e Added getChannel() method 17年前
  Chris Smith ced65b12e8 FEATURE: Added nick-in-use handling 17年前
  Shane Mc Cormack 3701a2d86a Nick in use now has a "nickname" parameter 17年前
  Shane Mc Cormack f8bc76ab2a added getMyNickname() 17年前
  Shane Mc Cormack 41c3bb0973 made reset syncronized to prevent concurrent modification exceptions 17年前
  Chris Smith fc869d61d1 BUG: Commands are now case insensitive 17年前
  Chris Smith cf4fce0b94 Fix NPE when disconnecting in certain circumstances 17年前
  Shane Mc Cormack a841c524f8 Default ident/nickname etc now uses the "user.name" property. 17年前
  Shane Mc Cormack cbbc1d2f33 checkVisability -> checkVisibility 17年前
  Gregory Holmes 8b355bc057 Can now retrive a list of formatters from Formatter 17年前
  Chris Smith a381fe23d9 BUG: Nicklists are sized correctly in manually-maximised windows 17年前
  Chris Smith de445ee734 Fix dodgy NPE in NicklistRenderer 17年前
  Gregory Holmes 705bf357dc misc stuff 17年前
  Chris Smith 3538474ddc Removed checkArgs method and just use actionmetatypes to check compatability 17年前
  Chris Smith c9dfdd40dc Added inactive edit icon things 17年前