16 コミット (9bab62102d2808fc548083391b45c93bcc7d18f7)

作成者 SHA1 メッセージ 日付
  Shane Mc Cormack 9bab62102d Fix calls to callDebugInfo that use string concatenation not string formatting. 5年前
  Shane Mc Cormack 1f76e015c1 Don't string format when we don't need to. 5年前
  Shane Mc Cormack 0b4c25c6e5 Use OffsetDateTime for server-time parsing. 7年前
  Shane Mc Cormack bb1bafbc83 Fix handling of MessageTags times when we are not at UTC. 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 0a45b60a1e Support for tsirc alongside message tags. Close #149 7年前
  Shane Mc Cormack ed4b36c1dc All IRCProcessors should parse the dates from the server where provided, not just some of them. 7年前
  Shane Mc Cormack 7a0c767c12 Update copyright for 2017 7年前
  Chris Smith 99483f18f7 Allow setting output queue before connecting. 7年前
  Chris Smith d4ae9489f2 Set the output stream on new output queues. 7年前
  Chris Smith fdd13d0f49 Minor style fixes. 7年前
  Chris Smith b6ff00043f Fix tsirc timezone handling. 8年前
  Chris Smith 5ed8865670 Restructure to standard maven/gradle layout. 8年前
  Chris Smith fe441fde15 Add method to set output queue. 8年前
  Chris Smith c340e7a9d1 Merge OutputQueue and QueueHandlers. 8年前
  Chris Smith 71fd989984 Random minor parser tidying. 8年前
  Chris Smith f0dc1ed505 Minor inconsequential parser tidying. 8年前
  Shane Mc Cormack 03fce829e2 Don't re-expose this in this PR, will do it some other time when actually needed. 8年前
  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 a2af0c5851 Try to keep track of channel keys (Close Issue #108) 8年前
  Chris Smith bf2a73712a Fix units for ofEpochSecond call. 8年前
  Chris Smith 6306f1d00b Migrate parser events to use new date APIs. 8年前
  Shane Mc Cormack 4f8a72a145 Alternative method. 8年前
  Shane Mc Cormack a23c571fdb Don't allow resetting state whilst socketClose events are still occuring. 8年前
  Greg Holmes 4fe86cade6 Narrow scopes for some variables. 9年前
  Greg Holmes 3a507ab47b Create TrustingTrustManager instead of AIC 9年前
  Chris Smith 435e79577a Add a whois reponse handler. 9年前
  Chris Smith 0b786eef84 Start using dagger. 9年前
  Chris Smith 861b7f4e33 Delete callback interfaces. 9年前
  Chris Smith 4301740680 Publish events. 9年前
  Greg Holmes e5f918c5b0 Add a sendWhois command to the parser. 9年前
  Greg Holmes e69f72c4c8 Add standalone handlers for NickInUse and PingFailure. 9年前
  Shane Mc Cormack 177bbb5f9a 2015! 9年前
  Chris Smith 30c0a5d775 Fix remaining null passing. 9年前
  Chris Smith d25b195470 Remove all usages of getCallbackType. 9年前
  Greg Holmes 5687170ab4 Add java 8, run away from Dataforce 9年前
  Shane Mc Cormack 18d0857420 Check for empty lines in tokeniseLine 9年前
  Shane Mc Cormack c545730074 Add support for message tags from IRCv3 to IRCReader. Fixes #6 9年前
  Chris Smith ac736524d8 Split irc/common into separate dirs. 9年前
  Chris Smith bfc363c866 Fix getChannelUserModes(). 9年前
  Chris Smith 54975ded5f Make the last of the mode managers private. 9年前
  Chris Smith 85aed87c98 Start moving some constants into their own class. 9年前
  Chris Smith d5d2e2ee2c Make user mode manager private. 9年前
  Chris Smith 44bad31051 Make the prefix mode manager private. 9年前
  Chris Smith aae0eebc0e Move IPv4/6 selection down into BSAP. 9年前
  Chris Smith 591a91c782 Push some logic into BaseSocketAwareParser. 9年前
  Chris Smith fa2f9195d3 Fix bad log message. 9年前