diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-04-24 08:21:28 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-04-24 08:21:28 +0000 |
commit | 690f5e6d29d1c85c4be72638eb22843964c2f512 (patch) | |
tree | 47c50956fef107bb1004f9389b817cbe3626d919 /plugins/!NotAdopted/VypressChat/docs/dbformat.txt | |
parent | e7112d3e58f97fa0630e0afa04e27796cdf3ce38 (diff) |
All non-working stuff moved from trunk
git-svn-id: http://svn.miranda-ng.org/main/trunk@13071 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!NotAdopted/VypressChat/docs/dbformat.txt')
-rw-r--r-- | plugins/!NotAdopted/VypressChat/docs/dbformat.txt | 38 |
1 files changed, 0 insertions, 38 deletions
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.
|