Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Shane Mc Cormack b3ab44ea51 Fix some OutputQueue method names. 15 gadus atpakaļ
..
OutputQueue.java Fix some OutputQueue method names. 15 gadus atpakaļ
PriorityQueueHandler.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 gadus atpakaļ
QueueFactory.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 gadus atpakaļ
QueueHandler.java QueueHandler now implements Comparator<QueueItem> 15 gadus atpakaļ
QueueItem.java QueueHandler now implements Comparator<QueueItem> 15 gadus atpakaļ
SimpleRateLimitedQueueHandler.java QueueHandler now implements Comparator<QueueItem> 15 gadus atpakaļ