248 次程式碼提交 (b691b144910ce8825197463e25ec1e2a306b7f9d)

作者 SHA1 備註 提交日期
  Shane Mc Cormack b691b14491 Update the copyright date on all files. 14 年之前
  Shane Mc Cormack 8b99e892cc I have done the impossible! 14 年之前
  Shane Mc Cormack c57d50ecd4 Add getURI to NewServer. 14 年之前
  Chris Smith bf590d89f8 External command fixes 14 年之前
  Chris Smith f8fc611fc1 Use URI instead of IrcAddress. 14 年之前
  Chris Smith 5d7782a1c1 Most channel commands can no longer be used offline 14 年之前
  Chris Smith 53d567e45d Strip / properly in alias command. 14 年之前
  Gregory Holmes 0fd36aaddc fixes issue 3027 15 年之前
  Gregory Holmes 5c2e855000 fixes issue 3010; fixes NPE in newserver command and actions 15 年之前
  Gregory Holmes 1c8605377e oh crap i broke it all, run, RUUN\! 15 年之前
  Gregory Holmes 025d589af3 issue 2736 15 年之前
  Chris Smith 4f8dc5fa47 Finish basic join channel command. Fixes issue 1444. Issue 2736. 15 年之前
  Gregory Holmes 1331edc419 issue 2736 15 年之前
  Chris Smith 3e8d7c6ea2 Servers no longer autoconnect. 15 年之前
  Chris Smith 4f7bdf0544 Server.connect() now uses IrcAddress. Issue 2736. 15 年之前
  Chris Smith 5aec5dfc9f Servers now use IrcAddresses in constructors. Issue 2736. 15 年之前
  Chris Smith c740256650 More parser abstraction, issue 2736 15 年之前
  Chris Smith 2b7181d4ad Abstract parseHost[Full] 15 年之前
  Chris Smith d075ab9cbb More parser abstraction 15 年之前
  Chris Smith 5f6483ae75 More changes. 15 年之前
  Chris Smith effc8a86c7 Don't abstract the parser from itself internally, as that just causes headaches 15 年之前
  Chris Smith 1b1dcbb8ce Under 300 errors! 15 年之前
  Chris Smith 54125d2f8e Parser abstraction. What more do you want me to say? 15 年之前
  Chris Smith d2eed5cbf8 Lots of changes. 15 年之前
  Chris Smith 038fdfbd8f Abstract CommandInfos somewhat 15 年之前
  Chris Smith e4cd22244c All methods marked @since 0.6.3 are now @since 0.6.3m1 15 年之前
  Chris Smith b6fd7639ca External commands no longer no longer work. Fixes issue 2391. 15 年之前
  Chris Smith 2674496e0e Fixes issue 2382 (needs unit test) 15 年之前
  Shane Mc Cormack 8170188903 Only suggest plugins that are actually loaded when offering tab completion. 15 年之前
  Chris Smith a8474c9ac0 Add CommandOptions class and make all server commands that can't be used 15 年之前
  Chris Smith 143c2c1f4d Fix help command and then fix subsequent breakage 15 年之前
  Chris Smith e8e4a0a43a ValidatingCommand and WrappableCommand now use CommandArguments 15 年之前
  Chris Smith a6b420b787 Add unit test for /mode and fix bug with external invocations not 15 年之前
  Chris Smith 504d813f06 Test /server command execution 15 年之前
  Chris Smith b61a48f5c1 Server commands 15 年之前
  Chris Smith 76ca1ed8e0 Chat and global commands 15 年之前
  Chris Smith 97be347f31 Channel commands 15 年之前
  Chris Smith a48c5c00ee Update all plugin commands to use the new arguments 15 年之前
  Chris Smith c33fd01752 Initial work on moving to CommandArguments 15 年之前
  Chris Smith e8594a14e5 Initial implementation of CommandArguments class 15 年之前
  Chris Smith af0ce866b7 Remove remaining deprecated loadCommand method 15 年之前
  Chris Smith 89ddbfdaa6 Fiddling with method deprecation 15 年之前
  Chris Smith c71f179d59 Switch command parsers from using deprecated methods, and remove those that aren't in use by plugins 15 年之前
  Chris Smith 5fd1350626 Tidy up and deprecated some pointless methods in CommandManager. 15 年之前
  Chris Smith b395d5d6e5 You can now register commands of types that don't already have parsers (handy for starting up) 15 年之前
  Chris Smith 9d3dc80159 The help command now compiles and nearly works 15 年之前
  Chris Smith fc830e35a6 Channel/Query parsers are now also registered as Chat parsers 15 年之前
  Chris Smith af3fd83d71 Remove and simplify some ugly code 15 年之前
  Chris Smith c46da9510f Refactor various CommandManager methods to cope with CommandInfos 15 年之前
  Chris Smith d5298a5486 Command.implodeArgs can be static 15 年之前