53 コミット (master)

作成者 SHA1 メッセージ 日付
  Chris Smith 3a87922cfa
Add base class for channel events. 6年前
  Shane Mc Cormack 4820ff3034 Exception refining 7年前
  Shane Mc Cormack 448bd1e85a Only allow setCallbackManager to be called once. 7年前
  Shane Mc Cormack e5014a26cb Allow parser sub-classes to redefine the callback mananger 7年前
  Shane Mc Cormack fc9d5637ea Add shutdown infra to parser. 7年前
  Shane Mc Cormack 7a0c767c12 Update copyright for 2017 7年前
  Chris Smith fdd13d0f49 Minor style fixes. 7年前
  Chris Smith 966fcf5359 Remove default port from ProtocolDescription. 7年前
  Chris Smith 5ed8865670 Restructure to standard maven/gradle layout. 7年前
  Shane Mc Cormack 4e58a9c854 Send QUIT on disconnect. (Close #7) 8年前
  Shane Mc Cormack 822bf59490 Add IRCDataInEvent that presents an IRCReader.ReadLine object rather than just the line of data. 8年前
  Shane Mc Cormack 04c1d90ac4 Move pendingJoins and pendingJoinKeys into processJoin instead of IRCParser. 8年前
  Shane Mc Cormack d9cc3b6939 Fire an event when the channel password changes. (Issue #108) 8年前
  Shane Mc Cormack a2af0c5851 Try to keep track of channel keys (Close Issue #108) 8年前
  Shane Mc Cormack 74c77ef264 Some additional WHOIS bits that were missed. 8年前
  Chris Smith 6306f1d00b Migrate parser events to use new date APIs. 8年前
  Chris Smith 095898e45a Actually set the event bus error handler... 8年前
  Chris Smith 87452ec37f Update to MBassador 1.2.4. 8年前
  Chris Smith b5578c2764 Delete CallbackNotFoundException. 9年前
  Greg Holmes a2fb89a5c3 Add a method to get all info in UserInfoEvent. 9年前
  Chris Smith 530f53f95e Add a couple more enum entries. 9年前
  Chris Smith 6203d035f8 Add the start of a UserInfoEvent. 9年前
  Chris Smith 5035177031 Add defensive checks to all events. 9年前
  Chris Smith b66dd24cac Stop doubly-unwrapping exceptions :/ 9年前
  Greg Holmes 27c3b0677d Fix parser errors. 9年前
  Chris Smith 861b7f4e33 Delete callback interfaces. 9年前
  Chris Smith 4301740680 Publish events. 9年前
  Greg Holmes e3154f075c Make callback manager an eventbus. 9年前
  Greg Holmes 78ce3d8c8c Revert "Put CallbackManager behind an interface." 9年前
  Greg Holmes 7a834ff8b3 Put CallbackManager behind an interface. 9年前
  Greg Holmes e5f918c5b0 Add a sendWhois command to the parser. 9年前
  Greg Holmes d3c1f74028 Expose getChannelClients in ClientInfo 9年前
  Greg Holmes cb47a85f15 Switch interface to use varargs. 9年前
  Shane Mc Cormack 177bbb5f9a 2015! 9年前
  Greg Holmes 7c22167ea1 Add a method to get an important mode comparator. 9年前
  Chris Smith 676b9f78bb Remove getMap from parser interface. 9年前
  Chris Smith 6b1aa652b5 Fix specific callbacks. 9年前
  Chris Smith e533d21d3c Remove return value from call() 9年前
  Chris Smith 4b734e0585 Pass all arguments into callbacks. 9年前
  Chris Smith 194aabdf92 Remove unused methods. 9年前
  Greg Holmes 27ab6a6f5f Add some missing parameters to parser events. 9年前
  Chris Smith 481a0161cd Tidy up CallbackManager very slightly. 9年前
  Greg Holmes 1b5e00eabf Add events for each CallbackInterface. 9年前
  Chris Smith d25b195470 Remove all usages of getCallbackType. 9年前
  Chris Smith 6c38b5789d Use forEach where possible. 9年前
  Chris Smith ee05d03d36 Very minor tidying. 9年前
  Chris Smith 0a61745ae3 Lambda. 9年前
  Chris Smith 078227376c Stupid final class. 9年前
  Chris Smith ac736524d8 Split irc/common into separate dirs. 9年前