GithubHelp home page GithubHelp logo

dh1080_tcl's Introduction

DH1080.so TCL Library

Description

Many scripts for eggdrop bots are distributed with the pre-compiled DH1080_tcl.so library (either for 32-bit or 64-bit architectures) but the source code is not provided. For instance, trying to use the popular FiSH encryption with an eggdrop bot (like blowcrypt.tcl) requires using one of these pre-compiled libraries.

This is my effort to compile both the 32-bit and 64-bit DH1080_tcl.so library, by piggy backing off of the great FiSH-irssi work.

The FiSH-irssi project includes all the required files to generate DH1080.so, but we still need a small wrapper for TCL. This wrapper file is included as DH1080_tcl.c in this repository.

Building

This build requires all of the libraries needed for FiSH-irssi as well as the TCL include files.

Something like apt-get install tcl8.6-dev may work for a Debian based distrobution.

Get the FiSH-irssi project building first. See the details at it's project page. After you have it successfully building, here's a quick outline.

  • Copy all files from this repo into FiSH-irssi/src/
  • Review and edit the make_linux32.sh or make_linux64.sh scripts. Update TCLINC path if needed.
  • Execute the build with ./make_linux32.sh or ./make_linux64.sh in the FiSH-irssi/src/ directory.
  • Check for errors. Fix. Repeat until compiled.
  • Copy over the DH1080_tcl.so where it's needed and enjoy.

dh1080_tcl's People

Contributors

orkim avatar

Stargazers

 avatar

Watchers

 avatar  avatar

dh1080_tcl's Issues

missing ssl library link flag

the last lines in the make file are missing the needed library ssl
gcc -static -shared DH1080_tcl.o DH1080.o base64.o -o DH1080_tcl.so
should be
gcc -static -shared DH1080_tcl.o DH1080.o base64.o -lssl -lcrypto -o DH1080_tcl.so
DH1080.c includes a openssl header file named sha.h which makes openssl library required for this plugin to work

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.