Main > Free Download Search >

Free silc software for linux

silc

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 14
SILC Map 1.0

SILC Map 1.0


SILC Map is an utility which can be used to visualize the topology of a SILC network. more>>
SILC Map is an utility which can be used to visualize the topology of a SILC network. This project can create maps which indicate the exact global position of the servers and it can create HTML pages out of the information it gathers from the servers.

It is also possible to create a HTML map page which allows the user to click the servers on the map image to get more detailed information of the server. The links between the routers and servers can also be drawn on the map image.
<<less
Download (0.34MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
880 downloads
Pysilc 0.0.1

Pysilc 0.0.1


Pysilc is a python binding for the SILC toolkit. more>>
Pysilc is a python binding for the SILC toolkit. Right now just a percentage of the SilcClient part of the toolkit is covered.

The main goal is not to wrap the whole toolkit, but only the necessary parts to write simple bots.

Using SILC in python is quite simple:

import os, silc, silc.client

def cb_connected(msg):
print "CONNECTED : ", msg
s.command("JOIN bottest")

def cb_disconnected(a, b):
print "DISCONNECTED"
sys.exit(0)

def cb_channel_message(sender, msg):
print "MSG : < %s > %s" % (sender, msg)

callbacks = {
"connected": cb_connected,
"disconnected": cb_disconnected,
"channel_message": cb_channel_message
}

s = silc.client.Client()
s.username = "pybot"
s.realname = "i am the pybot"
s.hostname = "localhost"
s.setcallbacks(callbacks)
s.createkeys("test.pub", "test.prv", "foobar")
s.connect("localhost", 706)

while 1:
try:
s.runone()
except silclient.error:
traceback.print_exc()
break
time.sleep(0.5)

Pysilc is in its infancy, hence it is rather buggy. Let me know of the various issues you stumble upon. (API related ones as well).

Usage and Configuration:
Make sure you have the Silc toolkit and the Python development packages installed. (Check your distro packages for more info).

./configure --prefix=
make
make install
<<less
Download (0.23MB)
Added: 2005-10-24 License: GPL (GNU General Public License) Price:
1460 downloads
SILC Pidgin 1.5.0

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.
<<less
Download (MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
879 downloads
SILC Client 1.1.2

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.
<<less
Download (2.1MB)
Added: 2007-07-05 License: GPL (GNU General Public License) Price:
842 downloads
silc improved 0.3

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.
<<less
Download (0.028MB)
Added: 2007-05-28 License: MIT/X Consortium License Price:
879 downloads
SILC Toolkit 1.1.2

SILC Toolkit 1.1.2


SILC (Secure Internet Live Conferencing) is a protocol which provides secure conferencing services in the Internet. 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, packet flag resetting, PFS rekey with CTR encryption mode, and some other bugs.
<<less
Download (2.6MB)
Added: 2007-07-05 License: GPL (GNU General Public License) Price:
841 downloads
SILC Autodist 1.3.1

SILC Autodist 1.3.1


SILC Autodist is a program which is used to manage and create source distributions. more>>
SILC Autodist is a program which is used to manage and create source distributions.

The Autodist is a source distribution management system that allows powerful mechanisms to define what is included in and excluded from a distribution, and what license the distribution is released under. It is also used to create the actual distribution source packages. Autodist allows distribution management in file, directory and file content level. Different distributions may include different portions of files, for example, excluding certain features from certain distributions. It is always guaranteed that anything not defined for the distribution, is removed automatically (files, file content, directories), thus ensuring that nothing is accidentally included in the distribution.

The Autodist creates Makefile.am files from Makefile.ad files and configure.ac file from one or more configure.ad files. Any other file ending with .ad suffix will also be processed. The processed file will have the .ad suffix removed (see Preparing source tree). Autodist also creates and packages the distribution using common GNU distribution creation process, specificly `make dist. Autodist, however, controls this process and during packaging phase the Autodist processes all files in the distribution (other than *.ad files, which has already been processed earlier by Autodist). The resulted package is a processed source distribution package, processed according to the rules specified in the distribution file(s) (see Creating distribution).

Any file in the source tree may use distdefs (distribution defines (see Distdefines)) which are defined in the distributions. When distribution is packaged only the files, directories and file content that is either outside of any distdef, or inside the defined distdefs will be included in the distribution. Any other file, directory or content in the file will be removed. It is guaranteed, if a file, a directory or a piece of file content is not inside a defined distdef it will not be delivered to the distribution.

Any file, Makefile.am, configure.ac, or source file processed with Autodist is always compliant with the tools needed to process them. All files can also be processed with the corresponding tools even before processing them with Autodist. This makes it possible, for example, to compile sources before they have been processed, and undefined lines are removed. The distdefs are respected in source files by the preprocessor.

Autodist is not a binary packaging system. It is specificly used to create source distributions. A binary packaging system, however can be hooked to the distribution creation process, if needed.
<<less
Download (0.21MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
879 downloads
SILC Plugin for Kopete 0.3

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.
<<less
Download (0.097MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
878 downloads
SILC Server 1.0.4 / 1.1 Beta 1

SILC Server 1.0.4 / 1.1 Beta 1


SILC Server provides system administrators ability to easily and quickly set up new SILC networks. more>>
SILC Server provides system administrators ability to easily and quickly set up new SILC networks. SILC Server is full implementation of server side of the SILC protocol.
SILC Server is ideal for small offices and organizations to set up secure conferencing network in LAN. SILC Server is compact and fast, and scales easily to Internet usage as well.
SILC Server provides full featured implementation of server side of the SILC protocol. The SILC Server is intended for system administrators who would like to set up either own SILC router or SILC server.
SILC Server is ideal for small offices and organizations to set up secure conferencing network in the local area network (LAN). SILC Server project is also suitable for Internet usage as it scales well, is compact and fast.
SILC Server can act either as SILC router or SILC server. It is also able to act as Backup router and take the responsibilities of the primary router if it becomes unresponsive. If your network has only one server then SILC Server acts by default as router server. Small LAN networks manage fine with only one SILC Server so it is very easy and fast to set up.
The difference of router server and normal SILC server is that router server handles most of the message routing and also keeps the global network state up to date. Normal SILC server on the other hand handles only local users and message routing to them. This arrangement makes the SILC network fast and scalable. SILC Server is easy to configure to act either as normal server or router server.
Whats New in 1.0.4 Stable Release:
- This release fixes a small problem with parsing the 1.3 protocol version string correctly.
- Clients that conform to the 1.3 protocol will not be able to connect to a SILC server that isnt running this version.
Whats New in 1.1 Beta 1 Development Release:
- Support for the new SILC Toolkit was added.
<<less
Download (1.2MB)
Added: 2007-07-02 License: GPL (GNU General Public License) Price:
845 downloads
Silky 0.5.4

Silky 0.5.4


Silky is a secure chat client for SILC protocol. more>>
Silky is a secure chat client for SILC protocol.
The project was launched in summer 2003, motivated by the fact that there was no good graphical SILC client available. There was obvious demand for an easy to use client, as at the time there was only one fully featured client and it was a textual client.
First proof-of-concept version of Silky was drafted together quickly in couple of days, and it got some people interested in developing a fully featured graphical client. Now, after year and a half and with contributions from many friendly people Silky is starting to look and feel like a real chat client.
The primary objective of the project is to create a chat client that suits the needs of beginners as well as advanced users. Silky differentiates from other simple SILC clients, such as GAIM, by having more features and flexibility, but without losing the easy of use.
Portability is one of the key features of the Silky. The code has been tested to work in all major operating systems including Linux, Mac OS X and Windows. Silky should run in all kinds of environments from embedded Linux devices to powerful desktop workstation.
Next steps of the project are to complete all missing features, and to get Silky shipped with all major Linux distributions.
Main features:
- Silky is a secure chat client.
- Silky has a simple and easy to use user interface.
- Silky runs in Windows, Linux, OS X, NetBSD, FreeBSD, OpenBSD and possibly in some other systems.
- Silky doesnt require the GNOME desktop to run, just GTK2 runtime libraries.
- Silky uses the SILC Protocol, used in free-for-all chat network SILCNet.
- Silky is an open source application, with GPL licence.
<<less
Download (0.23MB)
Added: 2005-07-27 License: GPL (GNU General Public License) Price:
1550 downloads
Irssi 0.8.11

Irssi 0.8.11


Irssi is a modular IRC client for UNIX. more>>
Irssi is a modular IRC client for UNIX that currently has only text mode user interface, but 80-90% of the code isnt text mode specific, so other UIs could be created pretty easily.
Irssi also isnt really even IRC specific anymore, theres already working SILC and ICB modules available. Support for other protocols like ICQ and Jabber could be created some day too.
Main features:
- Optional automation - Theres lots of things Irssi does for you automatically that some people like and others just hate. Things like: nick completion, creating new window for newly joined channel, creating queries when msgs/notices are received or when you send a msg, closing queries when its been idle for some time, etc.
- Multiserver friendly - I think Irssi has clearly the best support for handling multiple server connections. You can have as many as you want in as many ircnets as you want. Having several connections in one server works too, for example when you hit the (ircnets) 10 channels/connection limit you can just create another connection and you hardly notice it. If connection to server is lost, Irssi tries to connect back until its successful. Also channels you were joined before disconnection are restored, even if theyre "temporarily unavailable" because of netsplits, Irssi keeps rejoining back to them. Also worth noticing - theres not that stupid "server is bound to this window, if this window gets closed the connection closes" thing that ircII based clients have.
- Channel automation - You can specify what channels to join to immediately after connected to some server or IRC network. After joined to channel, Irssi can automatically request ops for you (or do anything, actually) from channels bots.
- Window content saving - Say /LAYOUT SAVE when youve put all the channels and queries to their correct place, and after restarting Irssi, the channels will be joined back into windows where they were saved.
- Tab completing anything - You can complete lots of things with tab: nicks, commands, command -options, file names, settings, text format names, channels and server names. Theres also an excellent /msg completion that works transparently with multiple IRC networks. Completing channel nicks is also pretty intelligent, it first goes through the people who have talked to you recently, then the people who have talked to anyone recently and only then it fallbacks to rest of the nicks. You can also complete a set of words youve specified, for example homepage< tab > changes it to your actual home page URL.
- Excellent logging - You can log any way you want and as easily or hard as you want. With autologging Irssi logs everything to specified directory, one file per channel/nick. ircII style /WINDOW LOG ON is also supported. Theres also the "hard way" of logging - /LOG command which lets you specify exactly what you wish to log and where. Log rotating is supported with all the different logging methods, you can specify how often you want it to rotate and what kind of time stamp to use.
- Excellent ignoring - You can most probably ignore anything any way you want. Nick masks, words, regular expressions. You can add exceptions to ignores. You can ignore other peoples replies in channels to nicks you have ignored. You can also specify that the specific ignores work only in specific channel(s).
- Lastlog and scrollback handling - /LASTLOG command has some new features: -new option checks only lines that came since you last did /LASTLOG command, -away option checks new lines since you last went away. Regular expression matches work also, of course. Going to some wanted place at scrollback has always been hard with non-GUI clients. A search command that jumps around in scrollback in GUI-style is still missing from Irssi, but theres something thats almost as good as it. /LASTLOG always shows timestamps when the line was printed, even if you didnt have timestamps on. Now doing /SB GOTO < timestamp > jumps directly to the position in scrollback you wanted. Great feature when you want to browse a bit of the discussion what happened when someone said your name (as seen in awaylog) or topic was changed (/last -topics)
<<less
Download (0.12MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
910 downloads
Pidgin 2.1.0

Pidgin 2.1.0


Pidgin, previously known as Gaim, is a multi-protocol instant messaging client for Linux, BSD, MacOS X, and Windows. more>>
Pidgin, previously known as Gaim, is a multi-protocol instant messaging client for Linux, BSD, MacOS X, and Windows. Pidgin messenger is compatible with AIM and ICQ (Oscar protocol), MSN Messenger, Yahoo!, IRC, Jabber, SILC, Gadu-Gadu, GroupWise Messenger, and Zephyr networks.
Pidgin users can log in to multiple accounts on multiple IM networks simultaneously. This means that you can be chatting with friends on AOL Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an IRC channel all at the same time.
Pidgin supports many features of the various networks, such as file transfer, away messages, typing notification, and MSN window closing notification. It also goes beyond that and provides many unique features.
A few popular features are Buddy Pounces, which give the ability to notify you, send a message, play a sound, or run a program when a specific buddy goes away, signs online, or returns from idle; and plugins, consisting of text replacement, a buddy ticker, extended message notification, iconify on away, spell checking, tabbed conversations, and more.
Pidgin runs on a number of platforms, including Windows, Linux, and Qtopia (Sharp Zaurus and iPaq).
Pidgin integrates well with GNOME 2 and KDE 3.1s system tray, as well as Windowss own system tray. This allows you to work with Pidgin without requiring the buddy list window to be up at all times.
Pidgin is under constant development, and releases are usually frequent. The latest news regarding Pidgin can be found on the news page.
Enhancements:
- libpurple:
- Core changes to allow UIs to use second-granularity for scheduling. Pidgin and Finch, which use the glib event loop, were changed to use g_timeout_add_seconds() on glib >= 2.14 when possible. This allows glib to better group our longer timers to increase power efficiency. (Arjan van de Ven with Intel Corporation)
- No longer linkifies screennames containing @ signs in join/part notifications in chats
- With the HTML logger, images in conversations are now saved. NOTE: Saved images are not yet displayed when loading logs.
- Added support for QIP logs to the Log Reader plugin (Michael Shkutkov)
Pidgin:
- Ensure only one copy of Pidgin is running with a given configuration directory. The net effect of this is that trying to start Pidgin a second time will raise the buddy list. (Gabriel Schulhof)
- Undo capability in the conversation window
- The formatting toolbar has been reorganized to be more concise.
- A new status area has been added to the top of conversations to provide additional detail about the buddy, including buddy icon, protocol and status message.
- Show idle times in the buddy list as days, hours, seconds
Finch:
- Theres support for workspaces now (details in the manpage)
- Theres a new custom window manager, Irssi
- Some improvements for tab-completion, tooltip and the password entries
- Some bugs regarding search results fixed
- A new DBus-script to create a docklet for finch
- Support for showing empty groups in the buddy list (Eric Polino)
<<less
Download (MB)
Added: 2007-07-29 License: GPL (GNU General Public License) Price:
39126 downloads
Far East Trader .03b

Far East Trader .03b


Feast (Far East Trader) is an IRC to SILC (Secure Internet Live Conferencing) translator. more>>
Feast (Far East Trader) is an IRC to SILC (Secure Internet Live Conferencing) translator.

SILC stands for Secure Internet Live Conferencing. SILCs purpose in life is to provide a secure chat environment. The raw protocol is an absolute bear to work with and the C toolkit isnt much better. With that said many have found their way off of IRC and onto SILC.

If you would like to communicate with people on SILC then Far East Trader might be the tool youve been looking for. Combined with tools like stunnel or inetd Far East Trader can act as a bouncer allowing IRC clients to connect to SILC servers.

<<less
Download (0.021MB)
Added: 2005-11-10 License: LGPL (GNU Lesser General Public License) Price:
1444 downloads
Gaim for UNIX 1.4.0

Gaim for UNIX 1.4.0


Gaim for UNIX - Universal instant messenger client for AIM, ICQ, MSN, IRC, Yahoo, and Jabber more>>
Gaim is a multi-protocol instant messaging client for Linux, BSD, MacOS X, and Windows. It is compatible with AIM (Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu, and Zephyr networks.
Gaim users can log in to multiple accounts on multiple IM networks simultaneously. This means that you can be chatting with friends on AOL Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an IRC channel all at the same time.
Gaim supports many features of the various networks, such as file transfer (coming soon), away messages, typing notification, and MSN window closing notification.
It also goes beyond that and provides many unique features.
A few popular features are Buddy Pounces, which give the ability to notify you, send a message, play a sound, or run a program when a specific buddy goes away, signs online, or returns from idle; and plugins, consisting of text replacement, a buddy ticker, extended message notification, iconify on away, and more.
Enhancements:
- Fix system log start times for some protocols
- SILC compiles with newer SILC toolkit versions (Pekka Riikonen)
- Fixed a bug where buddy icon cache files were left in the icon cache directory after they were no longer in use.
- Attempt to detect the file type of a buddy icon when saving.
- Additional Yahoo! boot protection (Peter Lawler)
- A few Yahoo! memory leaks plugged (Peter Lawler)
- Fixed handling of the new Yahoo! profile page. (Joshua Honeycutt, Peter Lawler)
- Fixed localized Yahoo! room lists. Please refer to the Yahoo! section of the Gaim FAQ for details. (Peter Lawler)
- Enabled sending files to ICQ users using ICQ 5.02 and newer (Jonathan Clark)
<<less
Download (5MB)
Added: 2009-04-01 License: Freeware Price:
213 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1