De ontwikkelaars van het Silc Project hebben met 1.1.7 als het versienummer een nieuwe Silc Client uitgebracht. Silc Client wordt voor beveiligde online conferenties gebruikt. Het programma maakt hierbij gebruik van het silc-protocol. Het ontwerp is vanaf het begin gericht op het maken van een beveiligde omgeving en bevat verschillende functies van irc- en im-protocollen. Ondersteuning voor multimediaberichten is aanwezig en daarnaast kan het ook voor video- en audioconferenties gebruikt worden. De lijst met veranderingen sinds de vorige vermelding in de Meuktracker ziet er als volgt uit:
Version 1.1.7:Version 1.1.6:
- Fix crash on expired keyboard prompts
- Add support for autosendcmd on channel entries to the SILC client.
Version 1.1.5:
- Fixed channel MAC key setting in JOIN notify and command reply
- Fix reference count bug leading to memory corruption on duplicate deletions.
- Avoid NULL dereference when leaving a channel with a private key.
Version 1.1.4:
- Handle failed memory allocations in packet sending
- silc_stack_free can now be called with NULL stack
- Handle EAGAIN and EINTR correctly in silc_get_input in case of error
- Mark client entry invalid when killed and when notified non-existing
- Fixed command calling crash
- Changed packet_error structure const correctly
- Fixed resuming to work even when there are no joined channels
- Fixed channel private key deleting to restore original keys correctly
- Resolve channel in INVITE notify if we don't have it yet
- Remove client from expired client list before deleting it
- This version fixes possible buffer overflow in PKCS#1 message decoding.