diff options
author | George Hazan <ghazan@miranda.im> | 2018-12-28 13:05:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-12-28 13:05:02 +0300 |
commit | a6fee0d53fb640868e010e0dc54b116d9d143ddf (patch) | |
tree | aa9b865d88072262e5767ba29f228e8a9c7b457b /include/delphi | |
parent | 9e8be78665b9f69a255f2d2d43254a1ae2834e36 (diff) |
User added notifications:
- old obsoleted ICQ-related junk like PF4_FORCEADDED & PF1_ADDED removed;
- appropriate controls removed from auth dialogs and menus;
- fixes #1680 (ICQ10: disable "Auth request" and "Send you are added" in "Add contact" dialog)
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_protosvc.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/delphi/m_protosvc.inc b/include/delphi/m_protosvc.inc index d0a341f57f..8edc1b645d 100644 --- a/include/delphi/m_protosvc.inc +++ b/include/delphi/m_protosvc.inc @@ -77,7 +77,6 @@ const PF1_MODEMSG = (PF1_MODEMSGSEND or PF1_MODEMSGRECV);
PF1_SERVERCLIST = $00000100; // contact lists are stored on the server, not locally. See notes below
PF1_AUTHREQ = $00000200; // will get authorisation requests for some or all contacts
- PF1_ADDED = $00000400; // will get 'you were added' notifications
PF1_VISLIST = $00000800; // has an invisible list
PF1_INVISLIST = $00001000; // has a visible list for when in invisible mode
PF1_INDIVSTATUS = $00002000; // supports setting different status modes to each contact
@@ -118,7 +117,6 @@ const PFLAGNUM_4 = 4; // v0.3+: flag asking a protocol plugin how auths are handled
PF4_FORCEAUTH = $00000001; // protocol has to send auth's for things to work
- PF4_FORCEADDED = $00000002; // protocol has to tell people that they were added (otherwise things don't work)
PF4_NOCUSTOMAUTH = $00000004; // protocol can't send a custom message while asking others for auth
PF4_SUPPORTTYPING = $00000008; // protocol supports user is typing messages v0.3.3+
PF4_SUPPORTIDLE = $00000010; // protocol understands idle, added during v0.3.4+ (2004/09/13)
|