silc.git
19 years ago More Debug
Pekka Riikonen [Tue, 23 Nov 2004 15:59:12 +0000 (15:59 +0000)]
More Debug

19 years ago Fixed QoS parsing in connparam blocks.
Pekka Riikonen [Tue, 23 Nov 2004 15:58:26 +0000 (15:58 +0000)]
Fixed QoS parsing in connparam blocks.

19 years ago Timer loop fixes. A patch from Juha Räsänen.
Pekka Riikonen [Tue, 23 Nov 2004 15:51:07 +0000 (15:51 +0000)]
Timer loop fixes.  A patch from Juha Räsänen.

19 years ago More stats
Pekka Riikonen [Thu, 18 Nov 2004 17:15:05 +0000 (17:15 +0000)]
More stats

19 years ago CLOSE marks backup router as no-backup-resuming in reconnect.
Pekka Riikonen [Wed, 17 Nov 2004 12:27:18 +0000 (12:27 +0000)]
CLOSE marks backup router as no-backup-resuming in reconnect.

19 years ago More log
Pekka Riikonen [Thu, 23 Sep 2004 09:35:59 +0000 (09:35 +0000)]
More log

19 years ago When using silc_net_create_connection[_async], and your system can
Patrik Weiskircher [Wed, 22 Sep 2004 17:50:49 +0000 (17:50 +0000)]
  When using silc_net_create_connection[_async], and your system can
  create IPv6 sockets, it will try to connect to the IPv6 host. Now it
  tries to connect to an IPv4 host if IPv6 fails.

19 years agoFix tyops.
Lubomir Sedlacik [Wed, 8 Sep 2004 00:11:56 +0000 (00:11 +0000)]
Fix tyops.

19 years agoFix tyop.
Lubomir Sedlacik [Wed, 18 Aug 2004 14:30:05 +0000 (14:30 +0000)]
Fix tyop.
From Nico Schottelius on silc channel.

19 years agoextern inline -> static inline
Lubomir Sedlacik [Mon, 12 Jul 2004 21:38:59 +0000 (21:38 +0000)]
extern inline -> static inline
Fixes build with SunPro C compiler.
Pointer from coffee, suggested by pekka.

19 years ago Do not include silcdefs.h when SILC_WIN32, only when the
Pekka Riikonen [Tue, 22 Jun 2004 13:17:04 +0000 (13:17 +0000)]
Do not include silcdefs.h when SILC_WIN32, only when the
HAVE_SILCDEFS_H is defined.

19 years ago Do not require silcdefs.h for application compilation (it is
Pekka Riikonen [Tue, 22 Jun 2004 13:14:46 +0000 (13:14 +0000)]
Do not require silcdefs.h for application compilation (it is
required only for Toolkit compilation)

19 years ago Check for valid route when routing packets to local servers.
Pekka Riikonen [Fri, 18 Jun 2004 17:29:25 +0000 (17:29 +0000)]
Check for valid route when routing packets to local servers.

19 years agoBuild libcontrib only when really needed.
Lubomir Sedlacik [Thu, 10 Jun 2004 23:10:34 +0000 (23:10 +0000)]
Build libcontrib only when really needed.
Should fix build problem on Mac OS X where ar(1) can't create archives
without (object) files.

19 years agoReally define the need for getopt_long() and regex.h.
Lubomir Sedlacik [Wed, 9 Jun 2004 08:16:23 +0000 (08:16 +0000)]
Really define the need for getopt_long() and regex.h.
Should fix builds on (at least) Darwin/Mac OS X.

20 years ago updates.
Pekka Riikonen [Sun, 2 May 2004 06:55:49 +0000 (06:55 +0000)]
updates.

20 years ago Couldn't detach and reattach twice, because of the previous
Patrik Weiskircher [Sat, 1 May 2004 11:57:54 +0000 (11:57 +0000)]
Couldn't detach and reattach twice, because of the previous
commit.

20 years ago updates
Patrik Weiskircher [Sat, 1 May 2004 10:24:15 +0000 (10:24 +0000)]
updates

20 years ago If some client tries to resume more than once at the same time,
Patrik Weiskircher [Sat, 1 May 2004 10:23:49 +0000 (10:23 +0000)]
If some client tries to resume more than once at the same time,
server crashed. Router didn't crash, but showed odd behaviour
(didn't allow clients to join anymore, ..).

20 years ago Added check to ignore Port value if Initiator is FALSE.
Patrik Weiskircher [Sat, 1 May 2004 10:23:16 +0000 (10:23 +0000)]
Added check to ignore Port value if Initiator is FALSE.
Remote router coudln't connect if Port was set.

20 years agotypofix
Jochen Eisinger [Sat, 24 Apr 2004 18:00:22 +0000 (18:00 +0000)]
typofix

20 years ago updates.
Pekka Riikonen [Thu, 22 Apr 2004 10:21:02 +0000 (10:21 +0000)]
updates.

20 years ago Destroy the file tranfer session with timeout.
Pekka Riikonen [Mon, 15 Mar 2004 19:11:20 +0000 (19:11 +0000)]
Destroy the file tranfer session with timeout.

20 years ago updates
Pekka Riikonen [Wed, 10 Mar 2004 19:36:01 +0000 (19:36 +0000)]
updates

20 years ago updates.
Pekka Riikonen [Wed, 10 Mar 2004 19:32:07 +0000 (19:32 +0000)]
updates.

20 years ago Create one configure script from configure fragments.
Pekka Riikonen [Wed, 10 Mar 2004 19:31:38 +0000 (19:31 +0000)]
Create one configure script from configure fragments.
A first step towards new distribution system.

20 years ago Document changes.
Pekka Riikonen [Wed, 10 Mar 2004 19:13:49 +0000 (19:13 +0000)]
Document changes.

20 years agoWed Mar 10 18:35:24 CET 2004 Jochen Eisinger <jochen@penguin-breeder.org>
Jochen Eisinger [Wed, 10 Mar 2004 17:36:27 +0000 (17:36 +0000)]
Wed Mar 10 18:35:24 CET 2004  Jochen Eisinger <jochen@penguin-breeder.org>

* Removed expiring of client key pair.  Affected file is
  irssi/src/silc/core/clientutil.c

20 years ago reconnect_keep_trying default value to TRUE.
Pekka Riikonen [Tue, 9 Mar 2004 15:51:06 +0000 (15:51 +0000)]
reconnect_keep_trying default value to TRUE.

20 years ago Use the sock for checking maximum number of conns in General
Pekka Riikonen [Tue, 9 Mar 2004 15:42:49 +0000 (15:42 +0000)]
Use the sock for checking maximum number of conns in General
case, after all.

20 years ago Do not user socket as number of socket connections.
Pekka Riikonen [Tue, 9 Mar 2004 15:13:06 +0000 (15:13 +0000)]
Do not user socket as number of socket connections.

20 years ago Allow rekey with PFS in backup router (for disabled connections). silc.server.0.9.18
Pekka Riikonen [Wed, 3 Mar 2004 17:15:07 +0000 (17:15 +0000)]
Allow rekey with PFS in backup router (for disabled connections).

20 years ago updates
Pekka Riikonen [Wed, 3 Mar 2004 14:14:42 +0000 (14:14 +0000)]
updates

20 years ago Check if NULL sock->user_data when closing connection after
Pekka Riikonen [Wed, 3 Mar 2004 14:13:36 +0000 (14:13 +0000)]
Check if NULL sock->user_data when closing connection after
calling protocol completion in connection closing (it might
be closed in the completion).

20 years ago updates
Pekka Riikonen [Tue, 2 Mar 2004 18:23:51 +0000 (18:23 +0000)]
updates

20 years ago Win32 warning fix.
Pekka Riikonen [Tue, 2 Mar 2004 16:22:24 +0000 (16:22 +0000)]
Win32 warning fix.

20 years ago Win32 and MSVC++ project fixes.
Pekka Riikonen [Tue, 2 Mar 2004 15:56:18 +0000 (15:56 +0000)]
Win32 and MSVC++ project fixes.

20 years ago udpates
Pekka Riikonen [Mon, 1 Mar 2004 12:56:54 +0000 (12:56 +0000)]
udpates

20 years ago udpates.
Pekka Riikonen [Sun, 29 Feb 2004 14:08:56 +0000 (14:08 +0000)]
udpates.

20 years ago Document fix.
Pekka Riikonen [Sun, 29 Feb 2004 14:06:13 +0000 (14:06 +0000)]
Document fix.

20 years ago updates. silc.toolkit.0.9.12
Pekka Riikonen [Sun, 29 Feb 2004 13:38:05 +0000 (13:38 +0000)]
updates.

20 years ago Compilation warning fixes.
Pekka Riikonen [Sun, 29 Feb 2004 13:30:09 +0000 (13:30 +0000)]
Compilation warning fixes.

20 years ago Do not replace ATTR_TIMEZONE.
Pekka Riikonen [Sun, 29 Feb 2004 13:16:28 +0000 (13:16 +0000)]
Do not replace ATTR_TIMEZONE.

20 years ago Added support for the new private message key indicator packet.
Pekka Riikonen [Sat, 28 Feb 2004 22:23:35 +0000 (22:23 +0000)]
Added support for the new private message key indicator packet.

20 years ago updates.
Pekka Riikonen [Sat, 28 Feb 2004 15:28:33 +0000 (15:28 +0000)]
updates.

20 years ago Set user limit to zero when ulimit mode is unset.
Pekka Riikonen [Sat, 28 Feb 2004 15:28:12 +0000 (15:28 +0000)]
Set user limit to zero when ulimit mode is unset.

20 years ago Save the user limit in the JOIN and CMODE command replies and
Pekka Riikonen [Sat, 28 Feb 2004 15:18:19 +0000 (15:18 +0000)]
Save the user limit in the JOIN and CMODE command replies and
in CMODE_CHANGE notify.

20 years ago User limit command reply arg type number fix.
Pekka Riikonen [Sat, 28 Feb 2004 15:14:50 +0000 (15:14 +0000)]
User limit command reply arg type number fix.

20 years ago Added support for using channel private keys without the private
Pekka Riikonen [Sat, 28 Feb 2004 14:43:28 +0000 (14:43 +0000)]
Added support for using channel private keys without the private
key mode on the channel being set.
The channel private key used to decrypt message is now develired
to channel_message client operation.

20 years ago The silc_client_add_channel_private_key returns the key context
Pekka Riikonen [Sat, 28 Feb 2004 13:37:46 +0000 (13:37 +0000)]
The silc_client_add_channel_private_key returns the key context
now.

20 years ago Added debugging.
Pekka Riikonen [Fri, 27 Feb 2004 15:12:03 +0000 (15:12 +0000)]
Added debugging.

20 years ago Don't reset debugging in rehash.
Pekka Riikonen [Fri, 27 Feb 2004 15:11:52 +0000 (15:11 +0000)]
Don't reset debugging in rehash.

20 years ago updates
Pekka Riikonen [Fri, 27 Feb 2004 10:26:04 +0000 (10:26 +0000)]
updates

20 years ago JOIN handle -founder and -auth correcty.
Pekka Riikonen [Thu, 26 Feb 2004 19:04:38 +0000 (19:04 +0000)]
JOIN handle -founder and -auth correcty.

20 years ago updates.
Pekka Riikonen [Wed, 25 Feb 2004 21:11:00 +0000 (21:11 +0000)]
updates.

20 years ago Watcher list checking for resumed clients as well.
Pekka Riikonen [Wed, 25 Feb 2004 21:10:14 +0000 (21:10 +0000)]
Watcher list checking for resumed clients as well.

20 years ago updates. silc.server.0.9.17
Pekka Riikonen [Tue, 24 Feb 2004 14:38:05 +0000 (14:38 +0000)]
updates.

20 years ago Added the user limit to the CMODE_CHANGE notify and CMODE and
Pekka Riikonen [Tue, 24 Feb 2004 14:33:16 +0000 (14:33 +0000)]
Added the user limit to the CMODE_CHANGE notify and CMODE and
JOIN command replys.

20 years ago Fixed the WATCH with public keys, and added public key to the
Pekka Riikonen [Mon, 23 Feb 2004 21:15:29 +0000 (21:15 +0000)]
Fixed the WATCH with public keys, and added public key to the
WATCH notify sending.

20 years ago Implemented public key support to WATCH command.
Pekka Riikonen [Mon, 23 Feb 2004 21:14:37 +0000 (21:14 +0000)]
Implemented public key support to WATCH command.

20 years ago updates.
Pekka Riikonen [Mon, 23 Feb 2004 19:41:26 +0000 (19:41 +0000)]
updates.

20 years ago Added.
Pekka Riikonen [Mon, 23 Feb 2004 19:40:59 +0000 (19:40 +0000)]
Added.

20 years ago Define SILC_STRFMT_END for silc_buffer_strformat that now
Pekka Riikonen [Mon, 23 Feb 2004 16:51:08 +0000 (16:51 +0000)]
Define SILC_STRFMT_END for silc_buffer_strformat that now
must be used instead of SILC_STR_END.

20 years ago updates
Pekka Riikonen [Mon, 23 Feb 2004 08:32:17 +0000 (08:32 +0000)]
updates

20 years ago Added support for watching by public keys.
Pekka Riikonen [Mon, 23 Feb 2004 08:31:39 +0000 (08:31 +0000)]
Added support for watching by public keys.

20 years ago Added SilcPublicKey to SilcClientEntry.
Pekka Riikonen [Sun, 22 Feb 2004 16:25:55 +0000 (16:25 +0000)]
Added SilcPublicKey to SilcClientEntry.
Fixed the get_clients_whois to work with attributes correctly.

20 years ago Fixed status message attr saving.
Pekka Riikonen [Sun, 22 Feb 2004 16:25:26 +0000 (16:25 +0000)]
Fixed status message attr saving.

20 years ago updates.
Pekka Riikonen [Sat, 21 Feb 2004 11:02:49 +0000 (11:02 +0000)]
updates.

20 years ago The _CLOSED flag is called when calling silc_client_file_close.
Pekka Riikonen [Sat, 21 Feb 2004 08:05:05 +0000 (08:05 +0000)]
The _CLOSED flag is called when calling silc_client_file_close.
Added silc_client_get_clients_whois using WHOIS command and
supporting requested attributes.

20 years ago Comment update
Pekka Riikonen [Fri, 20 Feb 2004 08:52:09 +0000 (08:52 +0000)]
Comment update

20 years ago updates.
Pekka Riikonen [Thu, 19 Feb 2004 19:11:06 +0000 (19:11 +0000)]
updates.

20 years ago Added support for asking destination filename in file transfer.
Pekka Riikonen [Thu, 19 Feb 2004 19:10:55 +0000 (19:10 +0000)]
Added support for asking destination filename in file transfer.

20 years ago updates
Pekka Riikonen [Thu, 19 Feb 2004 13:23:44 +0000 (13:23 +0000)]
updates

20 years ago Fixed error handling in resume data processing.
Pekka Riikonen [Tue, 17 Feb 2004 22:27:47 +0000 (22:27 +0000)]
Fixed error handling in resume data processing.

20 years ago Added topic to SilcChannelEntry.
Pekka Riikonen [Tue, 17 Feb 2004 16:02:32 +0000 (16:02 +0000)]
Added topic to SilcChannelEntry.

20 years ago Return TRUE correctly in send_private_message.
Pekka Riikonen [Tue, 17 Feb 2004 14:19:34 +0000 (14:19 +0000)]
Return TRUE correctly in send_private_message.

20 years ago Fixed (?) fd listen unsetting.
Pekka Riikonen [Tue, 17 Feb 2004 10:50:51 +0000 (10:50 +0000)]
Fixed (?) fd listen unsetting.

20 years ago Updates
Pekka Riikonen [Tue, 17 Feb 2004 08:42:35 +0000 (08:42 +0000)]
Updates

20 years ago Added application specific contexts to client, channel and server
Pekka Riikonen [Sun, 15 Feb 2004 20:29:37 +0000 (20:29 +0000)]
Added application specific contexts to client, channel and server
entires.

20 years agostart to move printing to fe/silc, start to convert stuff we receive to
Jochen Eisinger [Fri, 13 Feb 2004 23:44:51 +0000 (23:44 +0000)]
start to move printing to fe/silc, start to convert stuff we receive to
UTF-8. Changelog entry will follow when this is done. Compiles & works
so far and I want to avoid I accidentially wipe my changes. that's what
cvs is for anyway. ehrm. g'n8

20 years ago Added SILC_32|64_TO_PTR, SILC_PTR_TO_32|64 macros. Fixes compiler
Pekka Riikonen [Fri, 13 Feb 2004 17:30:01 +0000 (17:30 +0000)]
Added SILC_32|64_TO_PTR, SILC_PTR_TO_32|64 macros.  Fixes compiler
warnings on 64-bit systems (received on amd64).

20 years agomoved the prototyp decl up to the top of the file
Jochen Eisinger [Fri, 13 Feb 2004 13:57:22 +0000 (13:57 +0000)]
moved the prototyp decl up to the top of the file

20 years agoFri Feb 13 14:19:14 CET 2004 Jochen Eisinger <jochen@penguin-breeder.org>
Jochen Eisinger [Fri, 13 Feb 2004 13:21:01 +0000 (13:21 +0000)]
Fri Feb 13 14:19:14 CET 2004  Jochen Eisinger <jochen@penguin-breeder.org>

* Use conn->cmd_ident for all silc_client_command_call()s.  Affected
  file lib/silcclient/command.c

20 years agoFri Feb 13 13:53:45 CET 2004 Jochen Eisinger <jochen@penguin-breeder.org>
Jochen Eisinger [Fri, 13 Feb 2004 12:55:22 +0000 (12:55 +0000)]
Fri Feb 13 13:53:45 CET 2004  Jochen Eisinger <jochen@penguin-breeder.org>

* Convert all commands to UTF-8 before passing them to the
  client library.  Still need to convert replies from UTF-8 to
  the locale encoding.  Affected file
  irssi/src/silc/core/silc-cmdqueue.c

20 years agoFri Feb 13 13:13:07 CET 2004 Jochen Eisinger <jochen@penguin-breeder.org>
Jochen Eisinger [Fri, 13 Feb 2004 12:16:52 +0000 (12:16 +0000)]
Fri Feb 13 13:13:07 CET 2004  Jochen Eisinger <jochen@penguin-breeder.org>

* redirect all silc_client_command_calls through a queueing framework.
  This fixes /CYCLE and the annoying "nick change after auto-joining
  a channel".  Furthermore it defines one central point where
  command parameters can be UTF-8-ified.  Affected files
  irssi/src/silc/core/Makefile, client_ops.c, silc-channels.c,
  silc-servers.[ch], silc-core.c, silc-cmdqueue.[ch], silc-lag.c

20 years agoupdated my entry
Jochen Eisinger [Fri, 13 Feb 2004 11:10:13 +0000 (11:10 +0000)]
updated my entry

20 years agoFri Feb 13 12:04:41 CET 2004 Jochen Eisinger <jochen@penguin-breeder.org>
Jochen Eisinger [Fri, 13 Feb 2004 11:07:08 +0000 (11:07 +0000)]
Fri Feb 13 12:04:41 CET 2004  Jochen Eisinger <jochen@penguin-breeder.org>

* use asynchronous connect() to establish router connections.
  Fixes problem when the primary router goes down.  Affected files
  silcd/server.c, silcd/server_backup.c

20 years ago Command reply fixes.
Pekka Riikonen [Tue, 10 Feb 2004 16:29:10 +0000 (16:29 +0000)]
Command reply fixes.

20 years ago updates
Pekka Riikonen [Tue, 10 Feb 2004 08:28:30 +0000 (08:28 +0000)]
updates

20 years ago udpates
Pekka Riikonen [Tue, 10 Feb 2004 08:22:31 +0000 (08:22 +0000)]
udpates

20 years ago updates.
Pekka Riikonen [Mon, 9 Feb 2004 20:30:46 +0000 (20:30 +0000)]
updates.

20 years ago udpates.
Pekka Riikonen [Mon, 9 Feb 2004 17:35:59 +0000 (17:35 +0000)]
udpates.

20 years ago updates.
Pekka Riikonen [Thu, 5 Feb 2004 17:14:38 +0000 (17:14 +0000)]
updates.

20 years ago updates
Pekka Riikonen [Thu, 5 Feb 2004 16:17:44 +0000 (16:17 +0000)]
updates

20 years ago updates.
Pekka Riikonen [Tue, 3 Feb 2004 22:12:45 +0000 (22:12 +0000)]
updates.

20 years ago Surrogates not allowed in UTF-8 data. Added UTF-8 tests.
Pekka Riikonen [Tue, 3 Feb 2004 21:27:21 +0000 (21:27 +0000)]
Surrogates not allowed in UTF-8 data.  Added UTF-8 tests.

20 years ago updates.
Pekka Riikonen [Tue, 3 Feb 2004 18:36:02 +0000 (18:36 +0000)]
updates.

20 years ago updates.
Pekka Riikonen [Mon, 2 Feb 2004 16:19:21 +0000 (16:19 +0000)]
updates.

20 years ago updates
Pekka Riikonen [Mon, 2 Feb 2004 08:11:25 +0000 (08:11 +0000)]
updates

20 years ago updates
Pekka Riikonen [Mon, 2 Feb 2004 08:10:47 +0000 (08:10 +0000)]
updates