4790 Commits (b691b144910ce8825197463e25ec1e2a306b7f9d)

Author SHA1 Message Date
  Chris Smith 37480bf40c Added PING hooks to actions 17 years ago
  Chris Smith dd5f885e1d Tidied up some more config stuff 17 years ago
  Gregory Holmes c43feb0715 Type safe methods for preferences panel 17 years ago
  Chris Smith bb38dbce5a Update all colour retrieval code to use new config methods 17 years ago
  Chris Smith 1a7f365c0b ColourChooser now has a colourful panel rather than a textfield 17 years ago
  Chris Smith 526d603acd Move colour parsing logic from Config to ColourManager 17 years ago
  Chris Smith 1c63298f68 Foreground and background can now be hex strings 17 years ago
  Chris Smith d1f3607578 Global config integer replacement 17 years ago
  Chris Smith ea09a7e39e find+replace of all global config boolean retrieval 17 years ago
  Chris Smith 0e2c5b2cd6 Initial refactoring for new config methods 17 years ago
  Chris Smith 100532ec2c Added option to hide queries until focused, so they don't jump up and annoy people 17 years ago
  Gregory Holmes 73dd2bd30d Removed debug, added javadoc 17 years ago
  Gregory Holmes ca361fe95e restored initial message 17 years ago
  Gregory Holmes 8581d907ea FEATURE: Components can now be added and removed from the status bar 17 years ago
  Chris Smith a8a9111a87 Added reloadactions command 17 years ago
  Gregory Holmes 92a597a84c Another attempt at fixing the UI Timer error, isnt this a fun game? 17 years ago
  Gregory Holmes 293f38c60a Style fixes 17 years ago
  Chris Smith 673c6fafc3 Fix error in new formatter line for nick change 17 years ago
  Chris Smith b71e051a70 Formatter types are now piped through the actions system. Actions can change the formatter string to change the display of the message (for example, changing it to a special highlighted type. Setting the formatter string to an empty string ("") stops the message from being displayed (so default messages can be prevented). 17 years ago
  Chris Smith 0d726b7d94 Changed the way defaults in the formatter work, so plugins can register default formats for themselves 17 years ago
  Chris Smith 12518827d2 Added an ActionComponent to get the length of a String[], and three comparisons for ints (>, <, =) 17 years ago
  Gregory Holmes 42165fde61 Logging plugin style fixes 17 years ago
  Chris Smith 93449da068 FEATURE: Added connection error handling 17 years ago
  Gregory Holmes c8235b12dc This must have just looked odd in windows all along 17 years ago
  Gregory Holmes c6d9a5df61 BUG: Fixed NPE in queries 17 years ago
  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