Bug 98949 - Blowfish support
Summary: Blowfish support
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: Ismail Donmez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-09 17:39 UTC by jonas boesch
Modified: 2005-06-07 09:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jonas boesch 2005-02-09 17:39:49 UTC
Version:           0.15.1 (using KDE KDE 3.3.2)
Installed from:    Debian testing/unstable Packages

The FiSH plugin offers an easy way to have encrypted chats. There are plugins for xchat and irssi, it would be great if i could use FiSh in Konversation too ( i really don't live having to start xchat just for FiShing.. ) 

FiSH info and Source code: 

http://fish.sekure.us
Comment 1 Martin Filser 2005-04-13 15:21:06 UTC
Yes, i am missing that plugin too and i'll be glad if the konversation team can do that :)
Comment 2 Ismail Donmez 2005-05-26 19:12:05 UTC
I am working on this.
Comment 3 Ismail Donmez 2005-06-07 09:29:30 UTC
SVN commit 422990 by cartman:

Now that SVN is open for development, its time to break it again.

- Drop KDE 3.2 compatibility
- Add BlowFish support ( it has some rough edges still )
- Add Firefox like searchbar. Patch by Renchi Raju

FEATURE:
BUG:98949



 M  +5 -0      ChangeLog  
 M  +3 -0      NEWS  
 M  +0 -112    configure.in.in  
 M  +4 -12     src/Makefile.am  
 A             src/blowfish (directory)  
 A             src/blowfish/BlowfishCbc.cpp   [License: no copyright]
 A             src/blowfish/BlowfishCbc.h   [License: no copyright]
 A             src/blowfish/Makefile.am  
 A             src/blowfish/b64stuff.cpp   [License: no copyright]
 A             src/blowfish/b64stuff.h   [License: no copyright]
 A             src/blowfish/blowfish.cpp   [License: UNKNOWN]
 A             src/blowfish/blowfish.h   [License: UNKNOWN]
 A             src/blowfish/mc_blowfish.cpp   [License: no copyright]
 A             src/blowfish/mc_blowfish.h   [License: no copyright]
 A             src/blowfish/newblowfish.cpp   [License: no copyright]
 A             src/blowfish/newblowfish.h   [License: no copyright]
 A             src/blowfish/oldblowfish.cpp   [License: no copyright GPL (v2+)]
 A             src/blowfish/oldblowfish1.h   [License: no copyright]
 A             src/blowfish/oldblowfish2.h   [License: no copyright]
 M  +3 -1      src/channel.cpp  
 M  +1 -1      src/commit.h  
 D             src/compat (directory)  
 M  +4 -1      src/dccchat.cpp  
 M  +69 -2     src/ircview.cpp  
 M  +6 -0      src/ircview.h  
 A             src/ircviewbox.cpp   [License: GPL]
 A             src/ircviewbox.h   [License: GPL]
 M  +1 -6      src/linkaddressbook/Makefile.am  
 M  +3 -1      src/logfilereader.cpp  
 M  +2 -1      src/main.cpp  
 M  +47 -0     src/outputfilter.cpp  
 M  +3 -0      src/outputfilter.h  
 M  +3 -1      src/query.cpp  
 M  +3 -1      src/rawlog.cpp  
 A             src/searchbar.cpp   [License: GPL]
 A             src/searchbar.h   [License: GPL]
 M  +85 -59    src/server.cpp  
 M  +7 -0      src/server.h  
 M  +3 -1      src/statuspanel.cpp  
 M  +1 -1      src/version.h