4037 Commits (891d6d7dbc401455ec8f2410de554f5ff6d2f385)

Author SHA1 Message Date
  Gregory Holmes d2aad461d7 fixed NPE in preferences dialog 17 years ago
  Shane Mc Cormack 92b93be6ed Added callbacks i forgot to add before 17 years ago
  Chris Smith fb10874355 Added method to CommandWindow to get the FrameContainer that contains it 17 years ago
  Gregory Holmes 9e5ee45977 Preferences can no wuse colour picker properly (irc/hex/both) 17 years ago
  Gregory Holmes bd0844f890 FEATURE: preferences can now use the new colour picker 17 years ago
  Chris Smith 7a26794737 Added callbacks to colourpicker, tidied up a bit 17 years ago
  Chris Smith 3720abffca Add initial colour picker code (needs callbacks and tidying up still) 17 years ago
  Chris Smith 9f5f5ad83c Actions now use trivial errors instead of stdout/err 17 years ago
  Shane Mc Cormack aa69c55cc6 Started backbuffer stuff 17 years ago
  Chris Smith 3922bad88a Introduced an ActionMetaType interface so plugins (etc) can define their own meta-types 17 years ago
  Chris Smith 5092e1a208 Rename ActionMetaType to CoreActionMetaType 17 years ago
  Shane Mc Cormack d891e5723d Parser now gets the away reason using a sensible method not substring 17 years ago
  Shane Mc Cormack be9ec0a7fe Fixed kick callback not creating a fake client 17 years ago
  Chris Smith a6befd820a FEATURE: Added echo command 17 years ago
  Chris Smith 7dcfd617f9 Tab completers are now updated when commands are registered or removed 17 years ago
  Chris Smith 02e0531940 Channels now reregister their callbacks when their ChannelInfo object is changed 17 years ago
  Gregory Holmes 0882b62994 nicklist renderer now stores its channel 17 years ago
  Chris Smith 3d37ed0844 Added AWAY/BACK action hooks, and $awaymsg substitution, which doesn't work at present due to a parser bug 17 years ago
  Gregory Holmes 7500068811 BUG: Fixed NPE when opening and closing the CSD without altering modes 17 years ago
  Gregory Holmes f5150b41ce Finished adding away indicator. 17 years ago
  Chris Smith 9ae37606e8 Fixed inconsistency with case of queries 17 years ago
  Chris Smith 433baae789 Added getQuery and getRaw methods to Server object 17 years ago
  Gregory Holmes 5281c7bf8e Made the preferences help text more conistant (shows no help availble when none specified) 17 years ago
  Chris Smith f045481106 Server object now tracks away states (breaks trunk!) 17 years ago
  Gregory Holmes 6a15b6c005 Preference options can now specify help text to be displayed to the user. 17 years ago
  Gregory Holmes 9f24d1b8da Check the new icon against the correct thing. 17 years ago
  Gregory Holmes 0235818f90 Refactorisation, minor bug fix 17 years ago
  Gregory Holmes 456675d94e Error menu now shows a placeholder menu item when empty. 17 years ago
  Gregory Holmes 6c5313a80a ISSUE: 177: (reopened) Pasted line count should be checked after splitting is performed 17 years ago
  Gregory Holmes d1a1eeb7e7 Potential fix for issue 215 17 years ago
  Chris Smith c224ac1561 FEATURE: Added /allchannels and /allservers commands to easily issuing multi-{channel,server} commands (e.g., amsgs, away states on all servers, spamming the hell out of everyone) 17 years ago
  Shane Mc Cormack 5eb25a0ca4 Added misc Object param to *Info Objects 17 years ago
  Gregory Holmes 9cfcd221b7 FEATURE: It is now possible to clear the error menu 17 years ago
  Shane Mc Cormack e0bb2c98f9 Logger now logs queries 17 years ago
  Chris Smith ca48dd638d Added query.getHost 17 years ago
  Chris Smith f87d1ce8da Added QUERY_SELF* action hooks 17 years ago
  Chris Smith 386e9a3f7e Added methods to unregister commands 17 years ago
  Chris Smith 7ba3cebc08 Added QUERY_{OPENED,MESSAGE,ACTION} hooks 17 years ago
  Chris Smith 31df5f0cc2 FEATURE: Added plugins menu, and methods for plugins to add their own menu items 17 years ago
  Chris Smith c6d4956d95 Can now specify addLine(foo, false) to disable timestamping 17 years ago
  Chris Smith d10d66f3ee Added CHANNEL_OPENED action 17 years ago
  Chris Smith 9d72d8868e Fixed bug in the dcop plugin (missing space) 17 years ago
  Chris Smith 1b0ab7a7c2 Added notice command 17 years ago
  Chris Smith c8f37cf2c2 /help sorts alphabetically 17 years ago
  Shane Mc Cormack b14164088c .. I suck ? 17 years ago
  Shane Mc Cormack 0dc129d5dc Fixes 17 years ago
  Gregory Holmes 3018bb1b8b Refactored preferences titles 17 years ago
  Shane Mc Cormack ef34bcb086 LoadPlugin command now activates the plugins and has been updated to use teh return value of addPlugin 17 years ago
  Chris Smith aef7b65854 FEATURE: Added very basic systray plugin 17 years ago
  Shane Mc Cormack 56945ab9bb Added isActive() to plugins, this must return true for events to be called. 17 years ago