Download List

프로젝트 설명

Sashenka is yet another framework for building IRC clients and bots. It contains a J2EE Servlet Container for running IRCServlets, along with the necessary utilities and accessories to write bots following the J2EE Servlet model. Another aspect of Sashenka is the IRC framework which implementors may very easily incorporate into IRC clients or other bot engines of their own design.

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.

2004-11-15 15:17
3.3

몇 가지 새로운 Servlets 추가되었습니다. API 및 주요 코드를 리팩토링 버전 4.0에서 진정한 서블릿 2.3 지원을 위해 길을 닦은 일만 청소되었습니다. freenode의 chanserv 더 나은 통합 / nickserv 서비스를 달성했다. 새 모듈), CardGames, 퀴즈, PeopleWatcher, 자객, 그리고 업보 Bable (번역이 포함되어있습니다.
Tags: Major feature enhancements
Several new servlets were added. The API has been
cleaned up and major code refactoring was done to
pave the way for true Servlet 2.3 support in
version 4.0. Better integration with freenode's
chanserv/nickserv services has been achieved. New
modules include Bable (translation), CardGames,
Trivia, PeopleWatcher, Assassin, and Karma.

2002-11-19 09:42
3.1.1

버그 발생 수정되었습니다 컴파일이 실패합니다.
Tags: Code cleanup
A bug that caused compilation to fail was fixed.

2002-11-03 10:36
3.1

새로운 Servlets, 채널 사이에 로봇을 보내 채널을 idlers, HangmanServlet 게임, 그리고 AdminServlet 간의 mesages 전달을위한 TellServlet 등이 추가되었습니다. 또한, 컨테이너 multi-part/multi-party 회신 지원을 추가 및 업그레이 드에이 기능을 사용하려면 기존의 모든 Servlets. 컨테이너 약간의 성공을 함께 출력 계기판, 그리고 의사 소통을 시도 레이어를보다 효과적으로 더 많은 메시지를 처리할 수있습니다.
Tags: Major feature enhancements
New servlets have been added, including a TellServlet for passing mesages among channel idlers, a HangmanServlet for playing games, and the AdminServlet to send the bot between channels. It also adds multi-part/multi-party reply support in the container, and upgrades all existing servlets to use this feature. The container attempts to throttle its output with some success, and the communication layers handle more messages more effectively.

2002-06-02 15:43
3.0

Sashenka의 요청에 배차 단일 스레드 프로세스에서이 릴리스에서 다중 스레드 배차에 작성된이 다시. 지금 동기화 요청 대기열에서 작업자 스레드 프로세스의 수를 구성할 수 예치되어 Servlets에 요청을 파견. 새로운 봇 서블릿 배포에 추가되어 기존의 몇 가지 약간 수정되었습니다. 그렇게되지 않고 명시적으로 그렇게 설정 채널 회원을 성가시게하지 않습니다 FortuneServlet의 기본 동작이 변경되었습니다.
Tags: Major feature enhancements
Sashenka's request dispatcher has been re-written from a single threaded process to a multithreaded dispatcher in this release. Requests are now deposited in a synchronized queue and a configurable number of worker threads process and dispatch the requests to the Servlets. A new Bot Servlet has been added to the distribution and a couple of existing ones have been slightly modified. The default behavior of the FortuneServlet has been changed so it will not annoy channel members without being explicitly set to do so.

2002-03-18 10:32
2.3

다른 로봇이 릴리스에 추가되었습니다 컨테이너 기능이 유휴 상태 채널의 동작을 지원하도록 변경되었습니다. 짜증나는 대화 채널로 10 분 간격으로하는 경우에만 채널이 10 분 동안 유휴 상태가 쓸데없는 비트 전송하도록 수정되었습니다. 이 모든 동작의 과정을 구성할 수있습니다. 모듈은 작가가 지금 doIdle 수있습니다 () 메소드를 사용할뿐만 아니라, 명령 매개 변수를 요청 개체 구문 분석.
Tags: Minor feature enhancements
Another bot has been added in this release and the container functionality has changed to support idle channel behavior. The annoying chatter every 10 minutes into the channel has been modified to send a bit of trivia only if the channel has been idle for 10 minutes. All of this behavior is of course configurable. For module writers there are now doIdle() methods available as well as command parameter parsing in the Request objects.

Project Resources