Martyr is a Java framework around the IRC protocol to allow application writers easy manipulation of the protocol and client state. Martyr can be used to write bots, end-user clients, or add IRC functionality to an existing Java application.
| Tags | Communications Chat IRC Software Development Libraries Java Libraries |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Changes: Bugs were fixed in AutoRegister, AutoReconnect, IRCConnection, and DCC handling. Unit testing support, log4j support, and the use of some Java 5 features (mainly generics) were added. Features were added to names reply, ISON support, NoticeCommand, the away command, and the list command. Every last error code in the IRC RFC was implemented. The Javadocs were enhanced.


Changes: A bug in AutoRegister that caused problems when changing nicks was fixed.


Changes: The call order on command and state listeners was fixed. A bug in AbstractWhoisReply was also fixed.


Changes: Handling of errors on joining has been improved.


Changes: Support was added for the WHOIS command.