From 690f5e6d29d1c85c4be72638eb22843964c2f512 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 24 Apr 2015 08:21:28 +0000 Subject: All non-working stuff moved from trunk git-svn-id: http://svn.miranda-ng.org/main/trunk@13071 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/!NotAdopted/VypressChat/docs/dbformat.txt | 38 ----------------------- 1 file changed, 38 deletions(-) delete mode 100644 plugins/!NotAdopted/VypressChat/docs/dbformat.txt (limited to 'plugins/!NotAdopted/VypressChat/docs/dbformat.txt') diff --git a/plugins/!NotAdopted/VypressChat/docs/dbformat.txt b/plugins/!NotAdopted/VypressChat/docs/dbformat.txt deleted file mode 100644 index 5225470e59..0000000000 --- a/plugins/!NotAdopted/VypressChat/docs/dbformat.txt +++ /dev/null @@ -1,38 +0,0 @@ -NULL contact: - "Nick" (asciiz) - user nickname (default) - "Uuid" (asciiz) - asciiz representation of user's uuid (not used on quickchat) - "Port" (word) - port to connect to - "ProtoConn" (byte) - connection type: 0: UDP/IP; 1: IPX; - "ProtoOpt" (dword) - custom protocol options (from `enum vqp_proto_opt`) - "BroadcastMasks" (multiple dword blob) - - with all specified network masks; - "Multicast" (dword) - multicast address - "MulticastScope" (byte) - multicast scope - "UserlistTimeout"(byte) - userlist timeout value (in seconds) - "Chanlist" (asciiz) - user's list of channels (in chanlist format - see chanlist.c) - "Codepage" (byte) - UTF-8, if 1; locale, if 0 - "Gender" (byte) - gender 'M'/'F'/'?' - "MsgOnAlertBeep" (byte) - whether to emit message '*** ALERT BEEP ***' on alert beep; - "NicknameOnTopic" (byte) - whether to append user's nickname when topic is set; - "ContactsPreferMsg" (byte) - value new contacts will have "PreferMsg" set to - "Broadcast#0" (dword) - network broadcast #0 (DEPRECIATED) - "Broadcast#1" (dword) - network broadcast #1 (DEPRECIATED) - "Broadcast#2" (dword) - network broadcast #2 (DEPRECIATED) - -Buddy contact: - -- standard ones -- - "Nick" (assciz) - buddy nickname - "Status" (word) - buddy status - "Gender" (byte) - gender 'M'/'F'/'?' - - -- non standard settings -- - "Computer" (utf8 asciiz)- computer name - "ComputerUser" (utf8 asciiz) - computer user name - "Workgroup" (utf8 asciiz) - computer workgroup - "Platform" (utf8 asciiz)- platform name - "Software" (utf8 asciiz)- software name - "QueuedMsgs" (blob) - see contacts.c:contacts_add_queued_message() - "PreferMsg" (byte) - whether user prefers to get private message, instead of - using private chats. - "LockNick" (byte) - whether to not let the nickname of the contact change - automatically when user renames. -- cgit v1.2.3