Fix installation for silc-client and silc-toolkit packages
[silc.git] / lib / silcclient /
2014-05-28 Pekka Riikonensilcclient: Fix error path memory freeing
2014-05-10 Pekka Riikonensilcclient: associate context with verify_public_key
2014-05-10 Pekka Riikonensilcclient: fix error reporting in silc_client_init
2014-05-06 Pekka Riikonensilcclient: handle command timeout error correctly
2014-05-06 Pekka Riikonensilc-client: handle prompt abort better silc.client.1.1.19 silc.client.1.1.9 silc.toolkit.1.1.11
2014-05-05 Pekka Riikonensilcclient: check packet type as responder before start...
2014-05-05 Pekka RiikonenFix compilation warnings
2014-04-28 Pekka Riikonensilcclient: auto-negotiation of private message key...
2014-04-28 Pekka Riikonensilcclient: fix packet stream coder function
2014-04-28 Pekka Riikonensilcclient: Add generic client entry operation context
2014-04-28 Pekka RiikonenTargeted say-operation messages
2014-04-22 Pekka RiikonenRemove obsolete backwards support code
2014-04-22 Pekka RiikonenLonger default PKCS keys
2014-04-22 Pekka RiikonenStatic analyzer bug fixes
2009-09-25 Pekka Riikonenclientlib: Close connection after failed rekey
2009-08-07 Pekka RiikonenMore string format fixes in silcd and client libary silc.toolkit.1.1.10
2009-07-31 Pekka RiikonenFixed string format vulnerability in client entry handling.
2009-01-08 Pekka RiikonenMerge branch 'topic/detach-fixes' of git://valera-ext...
2008-12-13 Pekka RiikonenMerge branch 'topic/format-cleanup' of git://valera...
2008-12-13 KpFix missing argument in client_entry.c debug logging.
2008-12-13 KpFix missing argument in silc_client_abort_key_agreement...
2008-11-22 Pekka RiikonenMerge branch 'master' of git://valera-ext.nynaeve.net...
2008-11-09 SkywingFix initialization/deinitialization of various Silc...
2008-11-09 SkywingFix reference counting for SilcServerEntry objects,
2008-11-08 SkywingFix initialization/deinitialization of various Silc...
2008-11-08 SkywingFix reference counting for SilcServerEntry objects,
2008-10-25 Pekka RiikonenFixed channel MAC key setting in JOIN notify and comman... silc.client.1.1.6 silc.server.1.1.14 silc.toolkit.1.1.8
2008-09-24 Pekka RiikonenMerge branch 'topic/mm-fixes' of git://208.110.73.182... silc.server.1.1.13
2008-09-11 Pekka RiikonenMerge branch 'topic/code-cleanup' of git://208.110...
2008-09-11 Pekka RiikonenMerge branch 'topic/null-fixes' of git://208.110.73...
2008-09-11 SkywingFix reference count bug leading to memory corruption...
2008-09-01 KpAvoid NULL dereference when leaving a channel with...
2008-08-30 Pekka RiikonenMark client entry invalid when killed and when notified...
2008-08-30 Pekka RiikonenFixed command calling crash
2008-08-30 Pekka RiikonenFixed resuming to work even when there are no joined...
2008-08-30 Pekka RiikonenFixed channel private key deleting to restore original...
2008-08-30 Pekka RiikonenResolve channel in INVITE notify if we don't have it yet
2007-11-15 Pekka Riikonen Remove channel keys and hamcs after LEAVE command.
2007-11-15 Pekka Riikonen Reprocess JOIN command synchronously after...
2007-11-13 Pekka Riikonen Added missing channel entry unreferencing calls.
2007-11-03 Pekka Riikonen Fixed channel private key freeing.
2007-09-20 Pekka Riikonen bool -> SilcBool.
2007-09-01 Pekka Riikonen Fixed JOIN notify timeout handling, fixes a crash.
2007-08-04 Pekka Riikonen Fixed USERS user mode handling (integer overflow).
2007-07-02 Pekka Riikonen Fixed NICK_CHANGE buffer overflow
2007-07-02 Pekka Riikonen Check for valid scheduler before trying to free it.
2007-07-01 Pekka Riikonen Allocate SKE correctly for rekey.
2007-06-18 Pekka Riikonen Fixed USERS command rely rwlock unlocking, which was...
2007-06-10 Pekka Riikonen Added support for channel@server channel name strings...
2007-06-07 Pekka Riikonen Check server name in nick@server string. Return match...
2007-06-05 Pekka Riikonen Fixed silc_client_get_clients_local to parse nick...
2007-06-04 Pekka Riikonen Comment updates.
2007-06-02 Pekka Riikonen Fixed nickname parsing.
2007-06-01 Pekka Riikonen COmment updates.
2007-05-28 Pekka Riikonen Fixed nickname formatting crash when normalized nick...
2007-05-24 Pekka Riikonen Do not allow stopping client library before it has...
2007-05-19 Pekka Riikonen Fixed passphrase authentication with server.
2007-05-19 Pekka Riikonen Changed SilcAskPasshrase and SilcGetAuthMet callbacks...
2007-05-18 Pekka Riikonen Send channel entry in SIGNOFF notify to application.
2007-05-16 Pekka Riikonen Fixed all anonymous structures from public headers.
2007-05-13 Pekka Riikonen Fixed initialization when running callback is not...
2007-05-13 Pekka Riikonen updates.
2007-05-13 Pekka Riikonen Updates.
2007-05-08 Pekka Riikonen Fixed file transfer disconnection crash.
2007-05-07 Pekka Riikonen Fixed CMODE sending and receiving when it comes to...
2007-05-06 Pekka Riikonen Memory leak fixes.
2007-05-06 Pekka Riikonen Allows formatted nicknames as input for silc_client_ge...
2007-05-03 Pekka Riikonen API documentation changes.
2007-05-02 Pekka Riikonen Set user mode correctly to local entry in OPER/SILCOPE...
2007-05-01 Pekka Riikonen Added backwards support for old server. Send empty...
2007-04-28 Pekka Riikonen Fixed passphrase asking in OPER/SILCOPER commands.
2007-04-24 Pekka Riikonen Fixed nickname setting with 1.3 protocol version.
2007-03-18 Pekka Riikonen Fixed nickname parsing with WHOIS command to accept...
2007-03-14 Pekka Riikonen silc_client_get_clients_local do not eturn any invalid...
2007-03-14 Pekka Riikonen Retry user resolving many times if timedout.
2007-03-11 Jochen EisingerSun Mar 11 15:22:42 CET 2007 Jochen Eisinger <coffee...
2007-02-22 Pekka Riikonen Rewrote WHOIS command and attributes handling.
2007-02-19 Pekka Riikonen Fixed connection authentication protocol aborting.
2007-02-19 Pekka Riikonen Header documentation changes.
2007-02-19 Pekka Riikonen Fixed various connect aborting crashes.
2007-02-18 Pekka Riikonen Memory leak fixes.
2007-02-16 Pekka Riikonen Memory leak fixes.
2007-02-16 Pekka Riikonen Memory leak fixes.
2007-02-15 Pekka Riikonen Fixed WATCH notify handling.
2007-02-15 Pekka Riikonen Fixed client ref/unref to use correct conn.
2007-02-14 Pekka Riikonen GCC 4.1 compiler warning fixes.
2007-02-14 Pekka Riikonen Rewrote file transfer.
2007-02-02 Pekka Riikonen Fixed entry resolving while processing incoming notify...
2007-02-02 Pekka Riikonen Added support for SILC protocol 1.3 NEW_CLIENT packet.
2007-01-29 Pekka Riikonen Added entry locking using read/write locks.
2007-01-25 Pekka Riikonen Call the connection callback in disconnection always...
2007-01-23 Pekka Riikonen SILC_FSM_* macro API changes.
2007-01-23 Pekka Riikonen Fixed connection callback calling in SKE error.
2007-01-23 Pekka Riikonen Private message waiting rewrite.
2007-01-16 Pekka Riikonen Fixed channel key setting.
2007-01-14 Pekka Riikonen Added connection authentication request support.
2007-01-01 Pekka Riikonen Added preliminary Symbian support.
2006-12-29 Pekka Riikonen Handle unknown channel in invite notify.
2006-12-23 Pekka Riikonen Nickname formatting/parsing rewrite.
2006-12-18 Pekka Riikonen Rewrote detach/resuming.
next