Skip to content

deorth/luckystrike

This branch is 1 commit behind mmichie/luckystrike:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Matt Michie
Apr 26, 2014
9ebdfa6 · Apr 26, 2014
Feb 28, 2014
Apr 26, 2014
Feb 28, 2014
Apr 21, 2014
Feb 17, 2014
Apr 21, 2014
Apr 21, 2014
Apr 18, 2014
Apr 20, 2014
Apr 17, 2014
Apr 21, 2014
Apr 21, 2014

Repository files navigation

LuckyStrike

A Campfire to IRC bridge, in the spirit of camper_van, written in Python.

LuckyStrike is not yet fully featured, but it does support the following operations:

IRC                         Campfire
---                         --------
#day_job                    "Day Job" room
joe_bob (nick)              Joe Bob (user)

/LIST                       List rooms
/JOIN #day_job              Join the "Day Job" room
/PART #day_job              Leave the "Day Job" room
/TOPIC #day_job new topic   Change room's topic to "new topic"

Dependencies

Quick setup

$ python setup.py install
$ lstrike --setup_config
$ lstrike

SSL keys

$ openssl genrsa > keys/server.key
$ openssl req -new -x509 -key keys/server.key -out keys/server.crt -days 1000

License

MIT, see LICENSE for details.

Contributors

  • Matt Michie
  • Rob Smith

Contributing

Fork, patch, test, pull request.

About

Campfire <-> IRC proxy

Resources

License

Stars

Watchers

Forks

Packages

No packages published