Pascal Bleser's avatar

Pascal Bleser

pbleser

Involved Projects and Packages
Maintainer

iplist is a list based packet handler which uses the netfilter netlink-queue library (kernel 2.6.14 or later). It filters by IP-address and is optimized for thousands of IP-address ranges.

This package is a sandbox for testing features under any version of MySQL from
3.23 to 6.0.

It will install one node under your home directory, and it will provide some
useful commands to start, use and stop this sandbox.

With this package you can play with new MySQL releases without need of using
other computers. The server installed in the sandbox use non-standard data
directory, ports and sockets, so they won't interfere with existing MYSQL
installations.

Maintainer

Packages around the Domain Name System.

Maintainer
Maintainer

This package is based on the package 'lftp' from project 'openSUSE:Factory'.

LFTP is a reliable shell-like command line FTP client. It can retry
operations and does reget automatically. It can do several transfers
simultaneously in the background. With LFTP, you can start a transfer
in the background and continue browsing that FTP site or another one.
This is all done in one process. Background jobs are completed in nohup
mode if you exit or close the modem connection. LFTP has reput, mirror,
and reverse mirror among its features. Since version 2.0, it also
supports the HTTP protocol. Other features include IPV6 support,
context sensitive completion, output redirection to files or to pipe,
FTP and HTTP proxy support, transfer rate throttling for each
connection and for all connections in sum, job queueing, job execution
at specified times, opie and skey support in the FTP protocol, SSL for
HTTP and FTP, and FXP transfers.

Maintainer Bugowner

GoAccess is a free and open source Apache web log analyzer that provides fast
and valuable HTTP statistics for system administrators that require a visual
report on the fly.

Maintainer Bugowner

httplog is a replacement for Apache's 'rotatelogs' and Andrew Ford's
'chronolog'. It allows you to specify a logfile using strftime paramaters in
the filename to act as a template. This means that the logs in your logfiles
will also be sorted according to the filename. For example, if you specify a
logfile of /var/log/http%Y%m%d.log, a new log file would be generated each day,
with content for only that one day. It also supports compression of logfiles
using gzip, and many other useful functions.

Maintainer

libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application.

Maintainer Bugowner

lighty-stats is a CLI lighttpd log file analyzer which, unlike most other tools, prints the result directly to the terminal. Since most Web servers use the same log format, it can be used for other httpd software as well.

Maintainer Bugowner

managelogs is a log processing program to be used in conjunction with Apache's
piped logfile feature. It is an alternative to the well known rotatelogs and
cronolog programs. Its primary purpose is to solve the "log filesystem full"
issue by purging the oldest log files when the total log size exceeds a given
value. It can also write compressed files, maintain symbolic links to the
current and archive log files, and setuid to a given user. It maintains its
state across Apache restarts, and allows writing to several output channels,
each one having its own configuration.

Maintainer Bugowner
Maintainer

Polipo is a lightweight caching Web proxy that was designed as a personal cache. It is able to cache incomplete objects and will complete them using range requests. It will use HTTP/1.1 pipelining if supported by the remote server.

Maintainer

Servers and Clients for the Internet Relay Chat (IRC), a text-based chat system for instant messaging.

Maintainer Bugowner

We are both console lovers. But it is annoying to have a few tty's open with
chat things in them. IRC, ICQ, MSN, Jabber... For X there is Gaim, which
supports many chatprotocols. Why wasn't there such a thing for the console?

The idea to port Gaim was easily thought of, of course. But we liked our IRC
clients. And we used it the most, so we used it best. Importing it into the
IRC client was a nice idea. But what if someone liked a different client. Then
(s)he had to duplicate our work.

That's a shame, we thought. Doing work twice is pointless. So when Wilmer got
the ingenious thought in his mind while farming, to create an IRC to other
chatnetworks gateway, we were both so excited, that we started working on it
almost immediately. And the result is BitlBee.

This package comes with support for MSN, Jabber, Oscar and Yahoo, as well as
enabled flood protection.

Maintainer

ii is a minimalist FIFO and filesystem-based IRC client. It creates an irc directory tree with server, channel and nick name directories. In every directory a FIFO in file and a normal out file is created.

Maintainer

Irssi is a modular IRC client for UNIX that currently only has a text
mode user interface. However, 80-90% of the code is not text mode
specific, so other UIs could be created easily. Also, Irssi is not
really even IRC specific anymore. There are already working SILC and
ICB modules available. Support for other protocols, like ICQ and
Jabber, could be added some day, too.

It is the code that separates Irssi from ircII, BitchX, epic, and the
rest of the text clients. It is not using the ircII code.

Authors:
--------
Timo Sirainen

Maintainer Bugowner

irssi-xmpp is a irssi plugin to connect to the jabber network.

Maintainer Bugowner

Onis is a script that converts IRC logfiles into an HTML statistics page. It
provides information about daily channel usage, user activity, and channel
trivia. It provides a configurable customization and supports Dancer,
dircproxy, eggdrop, irssi, mIRC, and XChat logs. Persistent data (history
files) and automatic log purging make onis applicable for a large number of
logfiles. It also features a powerful translation infrastructure.

Maintainer

This module converts between JSON (JavaScript Object Notation) and Perl data structures.

Maintainer

Wrapper Class for the various JSON classes.

Maintainer

Other JSON modules require setting several parameters before calling the conversion methods to do what I want. This module does things by default that I think should be done when working with JSON in Perl. This module also encodes and decodes faster than JSON.pm and JSON::Syck in my benchmarks.

This means that any piece of data in Perl (assuming it's valid unicode) will get converted to something in JSON instead of throwing an exception. It also means that output will be strict JSON, while accepted input will be flexible, without having to set any options.

http://www.twitter.com provides a web 2.0 type of ubiquitous presence. This module allows you to set your status, as well as review the statuses of your friends.

Maintainer

POE is a framework for cooperative, event driven multitasking and networking in
Perl. Other languages have similar frameworks. Python has Twisted. TCL has "the
event loop".

POE originally was developed as the core of a persistent object server and
runtime environment. It has since evolved into something much more generic and
widely useful.

POE provides a unified interface for several other event loops, including
select(), IO::Poll, Glib, Gtk, Tk, Wx, Gtk2, and so on. Check the CPAN for the
full list of POE::Loop modules.

POE is designed in layers, each building atop the lower level ones. Programs
are free to use POE at any level of abstraction, and different levels can be
mixed and matched seamlessly within a single program.

POE's bundled abstraction layers are the tip of a growing iceberg. Sprocket,
POE::Stage, and other CPAN distributions build upon this work. You're
encouraged to look around.

No matter how high you go, though, it all boils down to calls to POE::Kernel.
So your down-to-earth code can easily cooperate with stratospheric systems.

POE::Filter::IRCD provides a convenient way of parsing and creating IRC protocol lines. It provides the parsing engine for POE::Component::Server::IRC and POE::Component::IRC.

A standalone version exists as Parse::IRC.

Maintainer

This package is based on the package 'perl-YAML-Syck' from project 'openSUSE:Factory'.

YAML::Syck is a fast, lightweight YAML loader and dumper library The
module interfaces libsyck.

openSUSE Build Service is sponsored by