Added ernno setting.
[silc.git] / apps / silcd /
2007-07-01 Pekka Riikonen Merged silc_1_1_branch to trunk.
2007-05-09 Pekka Riikonen Added support for NO_SUCH_PUBLIC_KEY status.
2007-04-28 Pekka Riikonen More SILC Server 1.1 porting. Added HTTP statistics...
2007-04-24 Pekka Riikonen More preliminary changes for 1.1 Server. Fixed quitting,
2007-04-22 Pekka Riikonen Preliminary SILC Server 1.1 commit.
2007-03-11 Jochen EisingerSun Mar 11 15:22:42 CET 2007 Jochen Eisinger <coffee...
2005-11-24 Pekka Riikonen Initial code commit for Toolkit 1.1.
2005-05-10 Pekka Riikonen Merged silc_1_0_branch to trunk.
2005-04-23 Pekka Riikonen Merged silc_1_0_branch to trunk.
2005-04-17 Pekka Riikonen Merged silc_1_0_branch to trunk. silc.trunk.merged.silc.1.0.branch.4
2003-10-16 Pekka Riikonen Merged silc_1_0_branch to trunk.
2003-02-20 Pekka Riikonen Merged from silc_1_0_branch (second merge).
2003-01-07 Pekka Riikonen Merged from silc_1_0_branch. silc.trunk.merged.silc.1.0.branch.1
2002-11-28 Pekka Riikonen Fixed ban checking in JOIN
2002-11-27 Pekka Riikonen Fixed invlite list updating in killing.
2002-11-27 Pekka Riikonen Added support for removing client from invite list...
2002-11-27 Pekka Riikonen Do not send invite list back unless it's modified.
2002-11-26 Pekka Riikonen debug print add
2002-11-26 Pekka Riikonen Invite/ban list length checks.
2002-11-25 Pekka Riikonen Added support for removing client from invite list...
2002-11-25 Pekka Riikonen Support for SILC 1.2 INVITE and BAN commands. Client...
2002-11-25 Pekka Riikonen Delete the keys and stuff when local client resumed...
2002-11-25 Pekka Riikonen Use SILC_IS_LOCAL to check local entry.
2002-11-25 Pekka Riikonen Mark client as local after resume
2002-11-24 Pekka Riikonen Fixed detaching bugs, channel key distribution after...
2002-11-22 Pekka Riikonen Channel/Private Message unify updates.
2002-11-19 Pekka Riikonen Do not wait for EOF after socket error but close conne...
2002-11-18 Pekka Riikonen Added support for setting specific founder public...
2002-11-12 Pekka Riikonen Clear outbuf even if error occurred in packet sending
2002-11-12 Pekka Riikonen updates
2002-11-12 Pekka Riikonen Check for valid nick before modifying
2002-11-11 Pekka Riikonen Protocol 1.2 integration continues.
2002-11-10 Pekka Riikonen Protocol version 1.2 integrations
2002-11-08 Pekka Riikonen Optimized PING command handling a bit. silc.protocol.1.1
2002-11-07 Pekka Riikonen Better error printing.
2002-11-06 Pekka Riikonen Resolve public key in JOIN for founder auth. Bug...
2002-11-05 Pekka Riikonen Log print fix.
2002-11-04 Pekka Riikonen Fixed MOTD command reply sending.
2002-11-04 Pekka Riikonen Fixed the INVITE command to send the invite list in...
2002-11-04 Pekka Riikonen Print notify for server ops when backup comes online.
2002-11-04 Pekka Riikonen Channel statistics fix.
2002-11-03 Pekka Riikonen Fixed WATCH command reply handling.
2002-11-03 Pekka Riikonen Fixed connect command to work on backup router too.
2002-11-02 Pekka Riikonen Added support for encrypted private key files. The...
2002-10-31 Pekka Riikonen Changed the version string variables to #defines.
2002-10-30 Pekka Riikonen Added shared library compilation support.
2002-10-29 Pekka Riikonen Added silcapputil.[ch] for application utility functio...
2002-10-29 Pekka Riikonen Send RESUME_CLIENT from router to backups too.
2002-10-28 Pekka Riikonen Fixed memory leak in JOIN command reply.
2002-10-28 Pekka Riikonen In IDENTIFY command parsing, send all other IDs except
2002-10-27 Pekka Riikonen Fixed the query sending between router and server...
2002-10-24 Pekka Riikonen ROBODoc documented lib/silcrypt/silccipher.h. Patch...
2002-10-24 Pekka Riikonen Fixed memory leaks around the tree.
2002-10-23 Pekka Riikonen Removed unneessary fields.
2002-10-23 Pekka Riikonen bugfix
2002-10-20 Pekka Riikonen Added default settings for QoS in server configuration.
2002-10-20 Pekka Riikonen Added sort-of Quality of Service (QoS) support to the
2002-10-20 Pekka Riikonen Added 'send_events' boolean argument to the function
2002-10-20 Pekka Riikonen OPER and SILCOPER auth failures are now logged. Bug #25
2002-10-17 Pekka Riikonen Corrected used of silc_file_readfile.
2002-10-14 Pekka Riikonen Requested Attributes in WHOIS implies LAG_STRICT for...
2002-10-14 Pekka Riikonen Periodically remove the NOATTR status from client...
2002-10-14 Pekka Riikonen Don't have USER_INFO attribute.
2002-10-11 Pekka Riikonen Fixed the usage of silc_pkcs_get_key_len function.
2002-10-11 Pekka Riikonen Check for signature errors.
2002-10-11 Pekka Riikonen strncat -> silc_strncat.
2002-10-09 Pekka Riikonen Attributes length was not saved.
2002-10-09 Pekka Riikonen Remove the resolving flag from client after received...
2002-10-09 Pekka Riikonen silc_attribute_payload_parse interface change.
2002-10-08 Pekka Riikonen Send also SERVICE and SERVER_DIGITAL_SIGNATURE in...
2002-10-07 Pekka Riikonen Allow only WHOIS command reply from client.
2002-10-07 Pekka Riikonen Allow command reply packets from clients as well.
2002-10-07 Pekka Riikonen Added Requested Attributes support to WHOIS command...
2002-10-07 Pekka Riikonen zero idle table, or false idle timeouts will appear.
2002-10-06 Pekka Riikonen Send disconnect packet before freeing socket data in
2002-10-06 Pekka Riikonen Automatically reconnect to backup router (on normal...
2002-10-06 Pekka Riikonen Fixed a bug in backup server IP comparison in silc_ser...
2002-10-06 Pekka Riikonen Check that local entry is not put as owner of a client...
2002-10-06 Pekka Riikonen More error printing to backup resuming code.
2002-10-05 Pekka Riikonen Do not send disconnect message to already disconnected...
2002-10-05 Pekka Riikonen Bug tracking.
2002-09-26 Pekka Riikonen If packet processing fails (like integrity check fails...
2002-09-23 Pekka Riikonen Fixed memory leaks. In TIMEDOUT error remove the...
2002-09-22 Pekka Riikonen Preparations for Requested Attributes support.
2002-09-22 Pekka Riikonen Rewrote WHOIS, WHOWAS and IDENTIFY commands.
2002-09-20 Pekka Riikonen More new query code.
2002-09-19 Pekka Riikonen More new query code.
2002-09-19 Pekka Riikonen Renamed silc_server_get_client_resolve to silc_server_...
2002-09-18 Pekka Riikonen Fixed a bug that put resumed client to wrong list...
2002-09-18 Giovanni Giacobbi Various cleanup in error message output in config...
2002-09-16 Pekka Riikonen Heartbeat context is not freed automatically by the...
2002-09-16 Pekka Riikonen Added support for removing unconfigured client connect...
2002-09-11 Pekka Riikonen Assure that channel key is set before sending it.
2002-09-11 Pekka Riikonen In signoff assure that channel key is present before... silc.server.0.9.5
2002-09-10 Pekka Riikonen Ignore SERVER_SIGNOFF notify received to your own ID.
2002-09-10 Pekka Riikonen Print error about unknown channel ekys only on router...
2002-09-10 Pekka Riikonen Assure that endless loop with detached client resolvin...
2002-09-08 Pekka Riikonen Do not allow removing of local server entry in SERVER_...
2002-09-08 Pekka Riikonen Send SERVER_SIGNOFF to local backup routers from prima...
2002-09-07 Pekka Riikonen Added anonymous client connections support.
next