Download List

Projeto Descrição

PircBot is a Java framework for writing IRC bots
quickly and easily. Its features include an
event-driven architecture to handle common IRC
events, flood protection, DCC chat, file resuming, ident
support, multiple servers, and more. Its comprehensive logfile
format is suitable for use with pisg to generate
channel statistics. Full documentation is
included, and the Web site contains a 5-minute
step-by-step guide to making your first IRC bot.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-04-13 01:30
1.4.6

Esta versão adiciona um novo método para tornar mais fácil a identificação com o NickServ. Isso é útil em redes como a Freenode, onde um cliente deve identificar-se antes que ela seja capaz de enviar mensagens privadas.
Tags: Minor feature enhancements
This release adds a new method to make it easy to identify with NickServ. This is useful on networks such as Freenode where a client must identify itself before it is able to send private messages.

2005-03-29 22:57
1.4.4

Esta versão oferece firewall e várias suporte NIC. Um endereço IP arbitrário podem ser selecionados e utilizados para receber conexões DCC, facilitando assim o envio de arquivos por trás de um firewall ou NAT. Há também a opção de especificar um número fixo de números de porta para fazer port forwarding muito mais fácil.
Tags: Major feature enhancements
This release offers firewall and multiple NIC support. An arbitrary IP address can be selected and used to receive DCC connections, thus facilitating the sending of files from behind a firewall or NAT. There is also the option of specifying a fixed set of port numbers to make port forwarding much easier.

2004-07-20 17:03
1.4.2

Um método close () foi introduzido na classe DccFileTransfer, permitindo-lhe abortar a transferência de arquivos em qualquer momento. O novo getTransferRate () método permite estimar a velocidade média de transferência de um arquivo.
Tags: Minor feature enhancements
A close() method was introduced in the
DccFileTransfer class, allowing you to abort file
transfers at any moment. The new getTransferRate()
method lets you estimate the average transfer
speed of a file.

2004-02-29 03:31
1.3.0

Esta versão introduz um novo método, sendRawLineViaQueue, que lhe permite ter mais controle sobre o que você envia sem inundar o servidor. Agora você pode chamar setAutoNickChange (true) para fazer PircBot obter automaticamente um apelido válida se o nome desejado já está em uso.
Tags: Minor feature enhancements
This release introduces a new method, sendRawLineViaQueue, which allows
you to have more control over what you send without flooding the server.
You can now call setAutoNickChange(true) to make PircBot automatically
obtain a valid nickname if the desired name is already in use.

2004-02-16 22:41
1.2.8

Esta versão trata mensagens corretamente em canais com! + e prefixos.
Tags: Minor bugfixes
This release handles messages correctly in channels with ! and + prefixes.

Project Resources