silc plugin kopete 0.3
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2337
SILC Plugin for Kopete 0.3
SILC Plugin for Kopete is a protocol plugin for Kopete, the KDE Instant Messenger. more>>
SILC Plugin for Kopete is a protocol plugin for Kopete, the KDE Instant Messenger. If you ever cursed that you cannot join the SILC Network using Kopete this can help you. It will add SILC support to Kopete.
The plugin is based on libsilc which is part of the SILC Toolkit mentioned above. The library was initially written by Pekka Riikonen and is still maintained by him.
Main features:
- Channels can be joined or added to the contact list.
- One-to-one chats can be initiated by clicking members participating in group chats.
- Password protected channels are supported.
- User invitation is handy through drag-and-drop functionality.
- Signature verification and public key handling are fully supported.
- File transfesr to other buddies is possible, including graphical progress information and automatic detection of NATed workstations.
- guided channel configuration is partially available, this is, mainly topic setting and some boolean options
- MIME support is fully implemented. So it is possible to send files to channels.
- Attributes can distribute your mood, your location on earth or the medium you want to be contacted through.
<<lessThe plugin is based on libsilc which is part of the SILC Toolkit mentioned above. The library was initially written by Pekka Riikonen and is still maintained by him.
Main features:
- Channels can be joined or added to the contact list.
- One-to-one chats can be initiated by clicking members participating in group chats.
- Password protected channels are supported.
- User invitation is handy through drag-and-drop functionality.
- Signature verification and public key handling are fully supported.
- File transfesr to other buddies is possible, including graphical progress information and automatic detection of NATed workstations.
- guided channel configuration is partially available, this is, mainly topic setting and some boolean options
- MIME support is fully implemented. So it is possible to send files to channels.
- Attributes can distribute your mood, your location on earth or the medium you want to be contacted through.
Download (0.097MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
878 downloads
Set photo in Kopete 0.1
Set photo in Kopete is a really simple service menu that just sets the current photo as your photo in Kopete. more>>
Set photo in Kopete is a really simple service menu that just sets the current photo as your photo in Kopete, nothing more, nothing less.
It doesnt handle directories containing space yet, if someone have a workaround so that KURL dont escapes all characters that would be nice=)
Just put this file in ~/.kde/share/apps/konqueror/servicemenus or use http://www.kde-look.org/content/show.php?content=11435 to install it.
<<lessIt doesnt handle directories containing space yet, if someone have a workaround so that KURL dont escapes all characters that would be nice=)
Just put this file in ~/.kde/share/apps/konqueror/servicemenus or use http://www.kde-look.org/content/show.php?content=11435 to install it.
Download (MB)
Added: 2007-02-05 License: GPL (GNU General Public License) Price:
993 downloads
Tiff Plugin 0.3
Tiff Plugin is Mozilla/Netscape compatible plugin for viewing TIFF images. more>>
Tiff Plugin is Mozilla/Netscape compatible plugin for viewing TIFF images.
Its features include zooming, rotation, and a progress bar when downloading images. It is ideal for when available memory is limited.
Main features:
- Zoom in - keyboard shortcut +
- Zoom out - keyboard shortcut -
- Rotate anticlockwise - keyboard shortcut a
- Rotate clockwise - keyboard shortcut c
- Progress bar when downloading images
The plugin is available in .deb format for i386 and amd64 systems. So debian based systems can install with
dpkg -i mozilla-tiff-plugin-i386.deb
OR
dpkg -i mozilla-tiff-plugin-amd64.deb
For non debian based systems, the sources need to be compiled. For compiling the packages pkg-config, libgtk2.0-dev and mozilla-dev need to be installed. The steps to install the source would be
tar -zxvf mozilla-tiff-plugin.tar.gz
cd mozilla-tiff-plugin
make
make plugin
make install
The plugin has been tested on firefox and mozilla browsers.
Enhancements:
- Multi-page tiff support was added.
- Memory management was improved.
<<lessIts features include zooming, rotation, and a progress bar when downloading images. It is ideal for when available memory is limited.
Main features:
- Zoom in - keyboard shortcut +
- Zoom out - keyboard shortcut -
- Rotate anticlockwise - keyboard shortcut a
- Rotate clockwise - keyboard shortcut c
- Progress bar when downloading images
The plugin is available in .deb format for i386 and amd64 systems. So debian based systems can install with
dpkg -i mozilla-tiff-plugin-i386.deb
OR
dpkg -i mozilla-tiff-plugin-amd64.deb
For non debian based systems, the sources need to be compiled. For compiling the packages pkg-config, libgtk2.0-dev and mozilla-dev need to be installed. The steps to install the source would be
tar -zxvf mozilla-tiff-plugin.tar.gz
cd mozilla-tiff-plugin
make
make plugin
make install
The plugin has been tested on firefox and mozilla browsers.
Enhancements:
- Multi-page tiff support was added.
- Memory management was improved.
Download (0.013MB)
Added: 2006-08-01 License: LGPL (GNU Lesser General Public License) Price:
1207 downloads
silc improved 0.3
silc improved is an SILC client without a user interface. more>>
silc improved is an SILC client without a user interface. silc improved does output via files and input throught FIFOs. Most features of SILC are implemented.
Commands:
/j < channel > join to a channel
/l [channel] leave the actual or named channel
/msg < nick > < message > send a private message
/set signed < on|off > Set signing of messages on/off
/set signal_detach < on|off > When SIGTERM or SIGINT is caught, si detaches the session
/query < nick > Start a query with the user, so all private messages are no longer written in the master channel. the query has his own directory under $silcidr/query/$username
/names prints the users of the actual channel
and all other silc commands ( unkown commands are directly send to the server )
Usage:
There are endless possibilities using si. i use in one window a multitail and in the other the python input shell, you can find in the CVS.
Installation;
first you had to install libsilc (http://silcnet.org)
cd $sourcedir
make
make install (as root)
When your SILC includes/libs are not in /usr/local/silc you had to specify them like this
make SILCINCLUDE=/path/to/silc/include SILCLIB=/path/to/silc/lib
Enhancements:
- This release has been ported to SILC toolkit 1.1.
- The code has been cleaned up.
<<lessCommands:
/j < channel > join to a channel
/l [channel] leave the actual or named channel
/msg < nick > < message > send a private message
/set signed < on|off > Set signing of messages on/off
/set signal_detach < on|off > When SIGTERM or SIGINT is caught, si detaches the session
/query < nick > Start a query with the user, so all private messages are no longer written in the master channel. the query has his own directory under $silcidr/query/$username
/names prints the users of the actual channel
and all other silc commands ( unkown commands are directly send to the server )
Usage:
There are endless possibilities using si. i use in one window a multitail and in the other the python input shell, you can find in the CVS.
Installation;
first you had to install libsilc (http://silcnet.org)
cd $sourcedir
make
make install (as root)
When your SILC includes/libs are not in /usr/local/silc you had to specify them like this
make SILCINCLUDE=/path/to/silc/include SILCLIB=/path/to/silc/lib
Enhancements:
- This release has been ported to SILC toolkit 1.1.
- The code has been cleaned up.
Download (0.028MB)
Added: 2007-05-28 License: MIT/X Consortium License Price:
879 downloads
SILC Pidgin 1.5.0
SILC is part of the official Pidgin distribution and by downloading Pidgin you will also get the SILC protocol support in it. more>>
SILC project is part of the official Pidgin distribution and by downloading Pidgin you will also get the SILC protocol support in it. If you download sources and compile them you will get the SILC support automatically.
If you download binary version of Pidgin, you will need to download a separate SILC Pidgin plugin package. In addition, you will also need to download and install the SILC Toolkit in order to get the SILC libraries. All the following packages are available courtesy of the Pidgin project.
The following binary packages include the SILC Pidgin plugin. You can install the SILC Pidgin plugin into your system and get SILC support in Pidgin automatically. Note that, you will also need to download and install the SILC Toolkit. Windows version includes the SILC libraries, and downloading SILC Toolkit is not necessary.
<<lessIf you download binary version of Pidgin, you will need to download a separate SILC Pidgin plugin package. In addition, you will also need to download and install the SILC Toolkit in order to get the SILC libraries. All the following packages are available courtesy of the Pidgin project.
The following binary packages include the SILC Pidgin plugin. You can install the SILC Pidgin plugin into your system and get SILC support in Pidgin automatically. Note that, you will also need to download and install the SILC Toolkit. Windows version includes the SILC libraries, and downloading SILC Toolkit is not necessary.
Download (MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
879 downloads
SILC Client 1.1.2
SILC is Secure Internet Live Conferencing. more>>
SILC (Secure Internet Live Conferencing) is a protocol which provides secure conferencing services in the Internet. It can be used to send any kind of messages, in addition to normal text messages.
This includes multimedia messages like images, video, and audio stream.
All messages in the SILC network are encrypted and authenticated, and messages can also be digitally signed. SILC protocol supports AES, SHA-1, PKCS#1, PKCS#3, X.509, OpenPGP, and is being developed in the IETF.
The software is delivered as SILC Client for end users, SILC Server for system administrators, and SILC Toolkit for application developers.
Enhancements:
- This version fixes several crash bugs and other minor bugs.
<<lessThis includes multimedia messages like images, video, and audio stream.
All messages in the SILC network are encrypted and authenticated, and messages can also be digitally signed. SILC protocol supports AES, SHA-1, PKCS#1, PKCS#3, X.509, OpenPGP, and is being developed in the IETF.
The software is delivered as SILC Client for end users, SILC Server for system administrators, and SILC Toolkit for application developers.
Enhancements:
- This version fixes several crash bugs and other minor bugs.
Download (2.1MB)
Added: 2007-07-05 License: GPL (GNU General Public License) Price:
842 downloads
Todo: AIO plugin 0.31
Todo: AIO plugin is a todo plugin for Aero AIO. more>>
Todo: AIO plugin is a todo plugin for Aero AIO.
Usage:
- Install the plugin via the Aero-AIO config dialog.
<<lessUsage:
- Install the plugin via the Aero-AIO config dialog.
Download (0.020MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1214 downloads
Send with Kopete 0.11
Send with Kopete is a servicemenu for sending files with Kopete application. more>>
Send with Kopete is a servicemenu for sending files with Kopete application. It shows a dialog containing all contacts in Kopete which are able to receive files and after selecting one of them, the file is sent to that contact.
Ive tested it only with jabber protocol (the only one I can use for sending files). Servicemenu was tested with KDE 3.5.4 and Kopete 0.12.2.
Although the script used by this servicemenu is very simple, Im sure there are some bugs, so feedback is very welcome.
Installation:
After decompressing the archive, you should put the swk.sh script somwhere in your PATH directory and eventually change its owner and acces permissions to be executable. The other file, send_with_kopete.desktop, should be placed in your servicemenus directory (in my case it is ~/.kde/share/apps/konqueror/servicemenus).
Enhancements:
- Fixed bug in script, which caused wrong handling of files containing spaces
<<lessIve tested it only with jabber protocol (the only one I can use for sending files). Servicemenu was tested with KDE 3.5.4 and Kopete 0.12.2.
Although the script used by this servicemenu is very simple, Im sure there are some bugs, so feedback is very welcome.
Installation:
After decompressing the archive, you should put the swk.sh script somwhere in your PATH directory and eventually change its owner and acces permissions to be executable. The other file, send_with_kopete.desktop, should be placed in your servicemenus directory (in my case it is ~/.kde/share/apps/konqueror/servicemenus).
Enhancements:
- Fixed bug in script, which caused wrong handling of files containing spaces
Download (MB)
Added: 2006-10-06 License: GPL (GNU General Public License) Price:
1116 downloads
SoundCard Plugin 1.0.0
SoundCard Plugin is an input plugin for XMMS which enables to read audio data directly from the soundcard. more>>
SoundCard Plugin is an input plugin for XMMS which enables to read audio data directly from the soundcard.
Using the plugin you can now use your computer with the XMMS player as a powerful sound processor with any of XMMS effect plugins, such as, equalizer or echo effects.
In particular, this plugin in combination with the FIR filter plugin enables you to use your PC as a DSP to process audio data in real-time using long FIR filters without any need for dedicated DSP hardware.
<<lessUsing the plugin you can now use your computer with the XMMS player as a powerful sound processor with any of XMMS effect plugins, such as, equalizer or echo effects.
In particular, this plugin in combination with the FIR filter plugin enables you to use your PC as a DSP to process audio data in real-time using long FIR filters without any need for dedicated DSP hardware.
Download (0.20MB)
Added: 2006-04-05 License: GPL (GNU General Public License) Price:
1303 downloads
KopeteLog 0.3.1
KopeteLog is a simple Kopete history parser. more>>
KopeteLog is a simple Kopete history parser.
Added TXT and HTML export to version 0.3. For instal run qmake && make and as root ./install.sh. An ebuild for Gentoo is at http://overlay.watzke.cz/. Report bugs to vojta@drbohlav.cz, thank you.
Enhancements:
- improve Export to HTML
<<lessAdded TXT and HTML export to version 0.3. For instal run qmake && make and as root ./install.sh. An ebuild for Gentoo is at http://overlay.watzke.cz/. Report bugs to vojta@drbohlav.cz, thank you.
Enhancements:
- improve Export to HTML
Download (0.14MB)
Added: 2007-05-02 License: GPL (GNU General Public License) Price:
905 downloads
KIPI Plugin: OpenGL Image Viewer 0.1.1
KIPI Plugin: OpenGL Image Viewer package is an OpenGL image viewer KIPI plugin. more>>
While Digikam is a great app for managing your images, it lacks a good and fast image viewer in my opinion. Unfortunately, the fastest image viewer for KDE, Kuickshow, is not available as KIPI plugin. Therefore I wrote this plugin to fill that gap
Main features:
- works as KIPI plugin
- fast image loading (about as fast as kuickshow)
- fast zooming/panning (faster than kuickshow)
<<lessMain features:
- works as KIPI plugin
- fast image loading (about as fast as kuickshow)
- fast zooming/panning (faster than kuickshow)
Download (0.52MB)
Added: 2007-01-29 License: GPL (GNU General Public License) Price:
1003 downloads
FIR Filter Plugin 1.0.0
The FIR filter Plugin is an effect plugin for XMMS which enables to filter audio data using long FIR filters. more>>
FIR filter Plugin is an effect plugin for XMMS which enables to filter audio data using long FIR (finite impulse response) filters. Typical applications is loudspeaker or room equalization which typically requires filters with more than 300 taps (filter weights).
The FIR filter plugin uses the fftw3 library to perform the filtering using the overlap-and-add method. If fftw3 is not available the plugin will perform the filtering (convolution) in the time-domain which is much less efficient for long filters.
<<lessThe FIR filter plugin uses the fftw3 library to perform the filtering using the overlap-and-add method. If fftw3 is not available the plugin will perform the filtering (convolution) in the time-domain which is much less efficient for long filters.
Download (0.20MB)
Added: 2006-04-05 License: GPL (GNU General Public License) Price:
1299 downloads
XMMS Real Random Plugin 0.3
XMMS Real Random plugin overrides the builtin shuffle mode and plays the titles in a more random way. more>>
XMMS Real Random plugin overrides the builtin shuffle mode and plays the titles in a more random way.
The shuffle mode of xmms is not as I expected it. So I created this plugin.
For using this plugin, the plugin has to be loaded by xmms and the shuffle mode of xmms has to be "on".
The plugin becomes active if you are playing a song for a while. If this song ended it jumps to a random position within the playlist.
<<lessThe shuffle mode of xmms is not as I expected it. So I created this plugin.
For using this plugin, the plugin has to be loaded by xmms and the shuffle mode of xmms has to be "on".
The plugin becomes active if you are playing a song for a while. If this song ended it jumps to a random position within the playlist.
Download (0.17MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1296 downloads
Kopete 0.12.2
Kopete is a flexible and extendable multiple protocol instant messaging system designed as a plugin-based system. more>>
Kopete is an instant messenger supporting AIM, ICQ, MSN, Yahoo, Jabber, IRC, Novell GroupWise Messenger, Lotus SameTime, and more. Kopete is designed to be a flexible and extensible multi-protocol system suitable for personal and enterprise use.
The goal of Kopete is to provide users with a single easy-to-use way to access all of their instant messaging systems. The interface puts people first, and is integrated with the system address book to let you access your contacts from other KDE applications.
IM can be intrusive, but Kopetes notification system can be tuned so that only important contacts interrupt you. Kopete also features tools to enhance your IM, such as message encryption, archiving, and many other fun and useful effects.
Kopete supports all commonly used instant messaging protocols, and the Kopete team provides templates for developers to base new plugins on. Our API provides developers with many features to ease supporting a new protocol. All protocols are plugins and allow modular installation, configuration, and usage.
<<lessThe goal of Kopete is to provide users with a single easy-to-use way to access all of their instant messaging systems. The interface puts people first, and is integrated with the system address book to let you access your contacts from other KDE applications.
IM can be intrusive, but Kopetes notification system can be tuned so that only important contacts interrupt you. Kopete also features tools to enhance your IM, such as message encryption, archiving, and many other fun and useful effects.
Kopete supports all commonly used instant messaging protocols, and the Kopete team provides templates for developers to base new plugins on. Our API provides developers with many features to ease supporting a new protocol. All protocols are plugins and allow modular installation, configuration, and usage.
Download (5.1MB)
Added: 2006-10-11 License: GPL (GNU General Public License) Price:
1119 downloads
Kopete Avatar 0.3
Kopete Avatar script sets your avatar in Kopete with current amaroK cover. more>>
Kopete Avatar script sets your avatar in Kopete with current amaroK cover.
Compatible with now listening module(include in kopete).
To install it, set global identities in kopete with photo == /tmp/kopete-amarok-cover.png
To use default avatar, edit .avatarrc in your home.
ex:
gnumdk@milouse:~$ cat .avatarrc
/mnt/Datas/tof/Cow.jpg
gnumdk@milouse:~$
Based on Kopete Now Listening:
http://kde-apps.org/content/show.php?content=33503
Enhancements:
- Now works directly when activated
- Switch to default avatar when disabled
<<lessCompatible with now listening module(include in kopete).
To install it, set global identities in kopete with photo == /tmp/kopete-amarok-cover.png
To use default avatar, edit .avatarrc in your home.
ex:
gnumdk@milouse:~$ cat .avatarrc
/mnt/Datas/tof/Cow.jpg
gnumdk@milouse:~$
Based on Kopete Now Listening:
http://kde-apps.org/content/show.php?content=33503
Enhancements:
- Now works directly when activated
- Switch to default avatar when disabled
Download (0.002MB)
Added: 2006-02-23 License: GPL (GNU General Public License) Price:
1340 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above silc plugin kopete 0.3 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed