4790 Commits (b691b144910ce8825197463e25ec1e2a306b7f9d)

Author SHA1 Message Date
  Chris Smith 63cd0800de FEATURE: Added option to auto-reconnect after the server is non-responsive for a certain time (default 60s) 17 years ago
  Gregory Holmes fe40bbc62d Fixed titlebars showing on windows. 17 years ago
  Gregory Holmes 9169febc6f Javadoc fixes 17 years ago
  Gregory Holmes 4c64875e20 Misc crap 17 years ago
  Chris Smith d37167e974 BUG: Server frames now have icons 17 years ago
  Gregory Holmes 6faab5318d .equals for strings you fool! 17 years ago
  Gregory Holmes 298343553b Fixed some possibly dodgy code 17 years ago
  Chris Smith cc4556ce70 Group add and delete now work on the AMD 17 years ago
  Chris Smith 9db7bff309 The actions table now displays triggers and responses correctly 17 years ago
  Chris Smith b52586366f Fix margins on action manager buttons 17 years ago
  Chris Smith de0a272c7f Added ActionsGroupPanel, which displays the table used for listing actions 17 years ago
  Chris Smith 270eecbe93 Added method to get group info from action manager 17 years ago
  Chris Smith 17332a0029 The ActionManager is now initialised before the plugin manager, but actions are not loaded until after. 17 years ago
  Chris Smith 8baa973f14 Action Components and Comparisons are now fully abstracted 17 years ago
  Chris Smith d8d886ea0d Rename Action{Component,Comparison} to CoreAction... 17 years ago
  Chris Smith cc54301821 Some initial work on the action manager dialog 17 years ago
  Gregory Holmes 828a5f8b3c PluginDialog buttons default to disabled, being enabled when the list has items 17 years ago
  Gregory Holmes f55474fca4 Dialogs (that have a state) now store their state 17 years ago
  Chris Smith d15ba840a5 Actions can now be applied to multiple (compatible) triggers 17 years ago
  Gregory Holmes 98ca500fe5 ISSUE: 153 17 years ago
  Chris Smith cf6a6e9c54 Added query command 17 years ago
  Gregory Holmes 15fa8839a9 Logger now accepts throwable not exception 17 years ago
  Chris Smith 43f579b232 Server commands can now be added to the popup menu too 17 years ago
  Chris Smith 39f7fbd2f5 Added methods to command manager to register commands for use in the nick popup menu 17 years ago
  Chris Smith 6ec28f48f2 Added /msg command 17 years ago
  Chris Smith a129c6514b ctrl+shift+k once again works, despite greg's best efforts 17 years ago
  Chris Smith 2944f5f8bc Added new config values for treeview, input and nicklist backgrounds 17 years ago
  Shane Mc Cormack 18c4a25e53 Plugin dialog now repaints the list, updates the button name, and updates the AutoLoadList 17 years ago
  Shane Mc Cormack 61d6f3dc15 plugin.onDeactivate(); and plugin.onActivate(); is now called by pluginDialog 17 years ago
  Chris Smith 67ccb34815 ActionManager now passes the format stringbuffer to the plugin manager 17 years ago
  Gregory Holmes e56ee6287b enabled nicklist alternating background option 17 years ago
  Chris Smith d2c5b57aa2 Added /setnickcolour command 17 years ago
  Gregory Holmes 67d6ea931a Tidied up the layout for the plugins dialog 17 years ago
  Chris Smith 7a3401fe5a The nick list renderer now renders nicks according to their individual colours, if appropriate 17 years ago
  Chris Smith 544f05a117 Added ChannelClientProperty, and made Channel objects ensure their clients have proper maps in their misc properties 17 years ago
  Chris Smith 197f09179c PluginManager now actually checks whether something is a plugin or not before casting it 17 years ago
  Chris Smith 2e103ab201 PluginManager will no longer add null entries to the Plugin list 17 years ago
  Chris Smith 0b7035a8ad Added nifty custom render for plugin list box 17 years ago
  Chris Smith 1a995c6d53 Altered the PluginManager to just use the class name, rather than the class name and a separate name that is always equal to the class name... 17 years ago
  Chris Smith 19b4878767 getPossiblePlugins() now returns plugins not strings 17 years ago
  Chris Smith e18cab2851 Added getPossiblePlugins() method to PluginManager 17 years ago
  Chris Smith 42023b8324 Updating logging plugin to use a Colour option for the backbuffer colour 17 years ago
  Shane Mc Cormack c737398e2a Added basic "Manage Profiles" dialog (Lists plugins and allows configuration) 17 years ago
  Shane Mc Cormack 276b71d3bb Added toString() to plugins 17 years ago
  Shane Mc Cormack 210a2588bf Fixed addline not adding a \n when the first line was added when timestamp is false 17 years ago
  Shane Mc Cormack e87d6a8e4d Added auto backbuffer stuff. 17 years ago
  Gregory Holmes 9adf3e83c7 Added missing options 17 years ago
  Gregory Holmes 4f44cda97f FEATURE: Preferences can now use sub categories 17 years ago
  Chris Smith 16d4313012 Everything now uses the new config methods where appropriate 17 years ago
  Gregory Holmes 97db901766 FEATURE: Colour dialog pops up on ctrl+k or ctrl+shift+k (defaults to off, currently more annoying than useful) 17 years ago