This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Eggdrop 1.6.18 final + SSL

General support and discussion of Eggdrop bots.
Post Reply
I
IQIGravity
Voice
Posts: 1
Joined: Wed Jul 12, 2006 3:12 am

Eggdrop 1.6.18 final + SSL

Post by IQIGravity »

Hi!

Is there any ssl-patch for eggdrop 1.6.18 final? I only find it for 1.6.18 RC1.

iqi
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

This one has just been submitted by Markus aka Rootie:

http://www.egghelp.org/files/patches/eg ... l.patch.gz

Hasn't been added to the files page yet as I'm waiting to find out of it has the same conflict with BarkerJr's mysql.mod that previous patches have.
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

The file has now been updated with a version that's compatble with mysql.mod (the use_ssl variable name that caused the conflict is now ssl_use).
j
jdk
Voice
Posts: 1
Joined: Sat Jul 22, 2006 12:59 pm

Post by jdk »

I am getting error patching ...

Code: Select all

patch -sp1 < ../eggdrop-1.6.18-ssl.patch
missing header for unified diff at line 3 of patch
The text leading up to this was:
--------------------------
|--- Makefile.in        2004-08-28 08:43:21.000000000 +0200
|+++ Makefile.in        2006-07-16 17:10:06.163487064 +0200
--------------------------
File to patch: 
[130:1:0][drunk0w@drunkat:pts/0][eggdrop1.6.18] $ patch -sp1 < ../eggdrop-1.6.18-ssl.patch
missing header for unified diff at line 3 of patch
The text leading up to this was:
--------------------------
|--- Makefile.in        2004-08-28 08:43:21.000000000 +0200
|+++ Makefile.in        2006-07-16 17:10:06.163487064 +0200
--------------------------
File to patch: 
Skip this patch? [y] 
4 out of 4 hunks ignored
missing header for unified diff at line 50 of patch
The text leading up to this was:
--------------------------
|--- aclocal.m4 2006-07-10 01:13:54.000000000 +0200
|+++ aclocal.m4 2006-07-16 17:10:06.165486760 +0200
--------------------------
File to patch: 
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

Just tested it. This patch wants patch -p0, not patch -p1.
h
havokator
Voice
Posts: 5
Joined: Thu Aug 24, 2006 2:30 am

Post by havokator »

When I try to apply this patch, nothing happens, it just stalls rite after I hit enter, and doesnt display anything on the screen. I have to hit Ctrl+Z to exit. What is wrong?
User avatar
wac
Halfop
Posts: 80
Joined: Sun Dec 10, 2006 1:22 am
Location: in my cardboard box

help is on the way! (charge)

Post by wac »

Ok on a fresh untar of eggdrop1.6.18.tar.gz copy eggdrop-1.6.18-ssl.patch to eggdrop1.6.18 cd into the dir if your not already thereand run 'patch -p0 < eggdrop-1.6.18-ssl.patch' then './configure && make && make install' then your all set, worked perfect on FreeBSD 6.2 ok the steps:

Code: Select all

(Assuming you have already downloaded the appropriate files)
tar xf eggdrop1.6.18.tar.gz
tar xf eggdrop-1.6.18-ssl.patch.gz
cp eggdrop-1.6.18-ssl.patch ~/eggdrop1.6.18
cd eggdrop1.6.18
patch -p0 < eggdrop-1.6.18-ssl.patch
./configure && make config && make && make install
Then you can copy over any other important files such as eggdrop.conf and any other user/chan files you might need. Also don't forget to add 'set use-ssl 1' in your eggdrop.conf file and then your off off and away, hope this helps someone, took me a bit to figure out on my own, also the server is just written as normal on whatever port is ssl, example 'irc.somenet.org:6697" the bot does the rest.
I see j00!
Post Reply