irclogger 1.14 review

Download
by rbytes.net on

irclogger is a simple "bot", a program connecting as a client on IRC servers to provide a web log of what is said

License: GPL (GNU General Public License)
File size: 34K
Developer: Colas Nahaboo
0 stars award from rbytes.net

irclogger is a simple "bot", a program connecting as a client on IRC servers to provide a web log of what is said. It is built to provide a simple and web-compliant service.

Irclogger was done to:
* Be used on intranets, where users can be trusted and will not try constantly to crack the system. Thus the bot do not need to provide the plethora of anti-hackers, channel defending measures
* Provide privacy, users can set passwords on the log files, change them, but cannot remove them
* Be another web tool, the bot obey just the minimal IRC commands to log or not a channel. All the rest is done via a web browser. Each logged phrase becomes a part of the web with its own URL.

I could not find a bot satisfying these criteria. All were huge monsters with bloated functionalities of dubious utility, many were disgusting amounts of ugly perl code.

I stumbled on a nice unfinished python bot "logger" by Sean B. Palmer and Dan Connolly, so I used it as a base for irclogger, and added html view of the logs.

irclogger consists of 2 parts:
* irclogger, a python IRC client writing text logs in the MIRC format.
* CGI shell scripts, (bash) to be used from a web server to format the logs into html and provide searching in them.

What's New in This Release:
Bugfix for python 2.3:
Crashed when somebody said in a channel: [LOGGER], off the format of args passed to the function had changed
Crashed when no more channels were logged
Would not remove a channel from the list of logged chans for next time when kicked out of it

irclogger 1.14 keywords