Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Shane Mc Cormack 33e3d88f88 If for some reason there are no tokens from tokeniseLine (I can't reproduce) then add an empty one. il y a 14 ans
..
outputqueue Fix some OutputQueue method names. il y a 15 ans
IRCAuthenticator.java Initial commit of parser stuff. il y a 15 ans
IRCCallbackManager.java Initial commit of parser stuff. il y a 15 ans
IRCCallbackObject.java Various minor style fixes il y a 14 ans
IRCCallbackObjectSpecific.java Various minor style fixes il y a 14 ans
IRCChannelClientInfo.java Initial commit of parser stuff. il y a 15 ans
IRCChannelInfo.java Send a Topic discovery if we get an end of names before we get a topic. Fixes issue 3095 il y a 14 ans
IRCClientInfo.java Initial commit of parser stuff. il y a 15 ans
IRCParser.java If for some reason there are no tokens from tokeniseLine (I can't reproduce) then add an empty one. Fixes issue 3069. il y a 14 ans
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 il y a 15 ans
IRCProcessor.java Initial commit of parser stuff. il y a 15 ans
IRCStringConverter.java Initial commit of parser stuff. il y a 15 ans
Logging.java Initial commit of parser stuff. il y a 15 ans
PingTimer.java Initial commit of parser stuff. il y a 15 ans
Process001.java Initial commit of parser stuff. il y a 15 ans
Process464.java Initial commit of parser stuff. il y a 15 ans
Process004005.java Rename Bits -> bits If we have a 0-length string just ignore it. Fixes issue 2942 il y a 14 ans
ProcessAway.java Initial commit of parser stuff. il y a 15 ans
ProcessInvite.java Initial commit of parser stuff. il y a 15 ans
ProcessJoin.java Initial commit of parser stuff. il y a 15 ans
ProcessKick.java Initial commit of parser stuff. il y a 15 ans
ProcessListModes.java Initial commit of parser stuff. il y a 15 ans
ProcessMOTD.java Initial commit of parser stuff. il y a 15 ans
ProcessMessage.java Move 'prefix' elsewhere. il y a 15 ans
ProcessMode.java Rather than raising the user-error then continuing anyway knowing its going to fail, just continue on to the next mode. Fixes issue 3104. il y a 14 ans
ProcessNames.java Send a Topic discovery if we get an end of names before we get a topic. Fixes issue 3095 il y a 14 ans
ProcessNick.java Initial commit of parser stuff. il y a 15 ans
ProcessNickInUse.java Initial commit of parser stuff. il y a 15 ans
ProcessNoticeAuth.java Initial commit of parser stuff. il y a 15 ans
ProcessPart.java Initial commit of parser stuff. il y a 15 ans
ProcessQuit.java Initial commit of parser stuff. il y a 15 ans
ProcessTopic.java Send a Topic discovery if we get an end of names before we get a topic. Fixes issue 3095 il y a 14 ans
ProcessWallops.java Initial commit of parser stuff. il y a 15 ans
ProcessWho.java Initial commit of parser stuff. il y a 15 ans
ProcessingManager.java Initial commit of parser stuff. il y a 15 ans
ProcessorNotFoundException.java Initial commit of parser stuff. il y a 15 ans
ServerInfo.java Support passwords il y a 14 ans
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. il y a 15 ans
package-info.java Initial commit of parser stuff. il y a 15 ans