2346 Commits (5bd229158bdcd8a05f7c0bf04bedd9c074af5e30)
 

Author SHA1 Message Date
  Chris Smith 13f47aa925 Working DocumentContent. Needs a hell of a lot of tidying up and optimising, but it's working. 16 years ago
  Shane Mc Cormack dc60e720cc Nightly Build script now builds Plugins_date_svnrev.zip aswell 16 years ago
  Chris Smith b7af106b54 Formatter for 405 (you have joined too many channels) 16 years ago
  Gregory Holmes 72a5db9d09 yea, we probably dont want to break the whole client just 'cause windows is stupid 16 years ago
  Gregory Holmes 47ee8d7561 damn windows users, why do they exist, they exist to make me add endless workarounds for their crappy OS thats why! 16 years ago
  Gregory Holmes 6a723f1bed Configure plugins menu fixed nicely, also now re-enables itself 16 years ago
  Gregory Holmes 444209d033 I'm trying to load a plugin that's already loaded?! WOW! I couldn't care less. 16 years ago
  Gregory Holmes bed87d1fb4 Issue 520: Removing components from the statusbar is broken. 16 years ago
  Chris Smith 404005099b Various NPE fixes. Fixes raw window not closing properly if the server doesn't have a parser, and the command parser throwing an NPE for some odd windows. All other fixes affect 0.6 code only 16 years ago
  Gregory Holmes c692435c19 activate channels we're not in, join ones we are, go me! 16 years ago
  Chris Smith ec1ddfe65a Channel event abstraction stuff 16 years ago
  Shane Mc Cormack 8efbe43d76 Spaces -> Tabs 16 years ago
  Gregory Holmes 86bc245e80 createAllPluginJar.sh is now run in the ant build script (i'd like do this this in ant, but cant seem to find a way to list directories in ant) 16 years ago
  Chris Smith 65ca76e6b9 DcopMediaSourcePlugin now tries to load the dcop plugin if it's not loaded, rather than just blindly failing 16 years ago
  Chris Smith b9af701aa7 Remove empty dir 16 years ago
  Chris Smith 32b6ee6838 No need for stupid nowplaying directory hacks now 16 years ago
  Chris Smith 962e661fd5 Switched plugins to use new action callbacks instead of eventplugin + proxying 16 years ago
  Chris Smith b9d682b2c5 Made the PluginManager a hell of a lot less stupid 16 years ago
  Chris Smith 07dde3a5cb Horrible, horrible bash script now outputs where it says it does 16 years ago
  Shane Mc Cormack 3ffc32dd06 Fixed error with getFriendlyVersion() 16 years ago
  Shane Mc Cormack a5c5bb9e10 This script complements createPluginJar.sh by creating jars of all plugins in the addons directory. 16 years ago
  Shane Mc Cormack 61510ce5fe Overhauled plugins system. (Fixes issue 479) 16 years ago
  Chris Smith 4546fa6bd9 Remove some deprecated Formatter methods 16 years ago
  Chris Smith 3983732894 Added ChannelEventHandler 16 years ago
  Chris Smith fb4af6559e Fix NPE in action manager 16 years ago
  Chris Smith e6a47b07ea Abstract some behavior of ServerEventHandler 16 years ago
  Chris Smith c4ba7b73c5 Any object can now register to listen to actions 16 years ago
  Shane Mc Cormack b41d77f97b Added List<String> getResourcesStartingWith(final String resourcesPrefix) method to get a list of all files in a resource, without opening them to get their bytes or inputstreams 16 years ago
  Gregory Holmes 3327cfdfc5 w/e i just changed 16 years ago
  Shane Mc Cormack 7424b1935e Fixed invalid type 16 years ago
  Gregory Holmes ee27ddcdd1 Added stub methods for more detailed user errors 16 years ago
  Gregory Holmes 3e63892f40 Added resourceExists to resource managers 16 years ago
  Shane Mc Cormack 22bf40c706 This was an unsuccesfull quick untested hack. missing ; 16 years ago
  Shane Mc Cormack 7e906f5dbd Missing ) 16 years ago
  Shane Mc Cormack e10385e185 Refixed issue 478. Parser now remembers the value it sent, and only acts when that value is returned. If a pong is returned twice, only the first is processed. 16 years ago
  Gregory Holmes 4d66450415 random changes that might aswell be committed 16 years ago
  Gregory Holmes d2be13a1d8 When was this renamed and not done? 16 years ago
  Gregory Holmes db0922dee4 NPE Fix in Frame 16 years ago
  Chris Smith 1527ebdac9 Move ConfigChangeListener into the interfaces package 16 years ago
  Chris Smith e95897a44c Update Checker bug fix 16 years ago
  Chris Smith b4c0ea880a Added interface + callback for the update checker 16 years ago
  Gregory Holmes be557741aa ui.sortByMode, ui.sortByCase, ui.quickCopy are now cached 16 years ago
  Chris Smith 325f1d7cc3 The update checker now clears its list of updates prior to parsing a new update reply 16 years ago
  Chris Smith 14e0eba15c Server action substitutions are no longer attempted if the server isn't connected 16 years ago
  Shane Mc Cormack f477a48228 Fixed parser not correctly parsing MAXLIST. (Fixes bug 519) 16 years ago
  Gregory Holmes 2c8792c0ea New resizable alias manager layout 16 years ago
  Gregory Holmes d39655f467 Added cheap work arounds for two annoying NPE's 16 years ago
  Shane Mc Cormack dfb93e3104 resetState is now called in the constructor 16 years ago
  Shane Mc Cormack 6e14788bd0 Applied previous fix to other boolean mode parsers. 16 years ago
  Shane Mc Cormack d93beddff3 Fixed bug where giving a channelclient a mode they areready had, caused them to appear as a higher mode. (ie +v on someone already voiced (but not opped) made them appear opped.) 16 years ago