您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Shane Mc Cormack b2631eb9a9 QueueHandler now implements Comparator<QueueItem> 15 年前
..
outputqueue QueueHandler now implements Comparator<QueueItem> 15 年前
IRCAuthenticator.java Initial commit of parser stuff. 15 年前
IRCCallbackManager.java Initial commit of parser stuff. 15 年前
IRCCallbackObject.java Initial commit of parser stuff. 15 年前
IRCCallbackObjectSpecific.java Initial commit of parser stuff. 15 年前
IRCChannelClientInfo.java Initial commit of parser stuff. 15 年前
IRCChannelInfo.java Initial commit of parser stuff. 15 年前
IRCClientInfo.java Initial commit of parser stuff. 15 年前
IRCParser.java Add SocketState.OPENING as an intermediary state between the socket being created, and the OutputStream being passed to the OutputQueue Remove the ability to change OutputQueue due to confusion, just allow changing the OutputHandler. 15 年前
IRCParserException.java Fix Order of QueuePriorities OutputHandlers are now incharge of creating QueueItems and comparing them. Parser now allows for replacing the OutputQueue entirely Default OutputQueue allows replacing of the OutputHandler (by giving it a new QueueFactory that outputs the alternative QueueHandler) Sending PING is now High Priority QueueItems now sort by a unique itemNumber not time, as priority queue doesn't guarentee order for itesm of teh same priority created at the same time Add a rate-limited OutputQueue 15 年前
IRCProcessor.java Initial commit of parser stuff. 15 年前
IRCStringConverter.java Initial commit of parser stuff. 15 年前
Logging.java Initial commit of parser stuff. 15 年前
PingTimer.java Initial commit of parser stuff. 15 年前
Process001.java Initial commit of parser stuff. 15 年前
Process464.java Initial commit of parser stuff. 15 年前
Process004005.java Initial commit of parser stuff. 15 年前
ProcessAway.java Initial commit of parser stuff. 15 年前
ProcessInvite.java Initial commit of parser stuff. 15 年前
ProcessJoin.java Initial commit of parser stuff. 15 年前
ProcessKick.java Initial commit of parser stuff. 15 年前
ProcessListModes.java Initial commit of parser stuff. 15 年前
ProcessMOTD.java Initial commit of parser stuff. 15 年前
ProcessMessage.java Move 'prefix' elsewhere. 15 年前
ProcessMode.java Initial commit of parser stuff. 15 年前
ProcessNames.java Initial commit of parser stuff. 15 年前
ProcessNick.java Initial commit of parser stuff. 15 年前
ProcessNickInUse.java Initial commit of parser stuff. 15 年前
ProcessNoticeAuth.java Initial commit of parser stuff. 15 年前
ProcessPart.java Initial commit of parser stuff. 15 年前
ProcessQuit.java Initial commit of parser stuff. 15 年前
ProcessTopic.java Initial commit of parser stuff. 15 年前
ProcessWallops.java Initial commit of parser stuff. 15 年前
ProcessWho.java Initial commit of parser stuff. 15 年前
ProcessingManager.java Initial commit of parser stuff. 15 年前
ProcessorNotFoundException.java Initial commit of parser stuff. 15 年前
ServerInfo.java Initial commit of parser stuff. 15 年前
SocketState.java Add SocketState.OPENING as an intermediary state between the socket being created, and the OutputStream being passed to the OutputQueue Remove the ability to change OutputQueue due to confusion, just allow changing the OutputHandler. 15 年前
package-info.java Initial commit of parser stuff. 15 年前