+Wed May 2 11:38:17 EEST 2007 Pekka Riikonen <priikone@silcnet.org>
+
+ * Set the server and router operator modes to local entry after
+ successful OPER or SILCOPER commands. Affected file is
+ lib/silcclient/command_reply.c.
+
Tue May 1 14:17:06 EEST 2007 Pekka Riikonen <priikone@silcnet.org>
* Ported SILC Socket Stream API, SILC Net API, SILC Schedule API,
o Fix/test MOTD.
- o Remove protocol.[ch]. ***DONE
+ o Remove protocol.[ch]. (***DONE)
o Rewrite connecting accepting. (***TESTING NEEDED)
o Check all packet receive routines that they call silc_packet_free.
o Add Web statistics module using lib/silchttp. Give out server
- statistics.
+ statistics. (***DONE)
SILC Client ****PARTLY DONE****
CHECK_STATUS("Cannot change mode: ");
CHECK_ARGS(1, 1);
+ /* Set user mode */
+ cmd->conn->local_entry->mode |= SILC_UMODE_ROUTER_OPERATOR;
+
/* Notify application */
silc_client_command_callback(cmd);
CHECK_STATUS("Cannot change mode: ");
CHECK_ARGS(1, 1);
+ /* Set user mode */
+ cmd->conn->local_entry->mode |= SILC_UMODE_SERVER_OPERATOR;
+
/* Notify application */
silc_client_command_callback(cmd);