summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src
AgeCommit message (Collapse)Author
2020-06-04all improper calls of OnClose replaced with OnDestroy / OnApplyGeorge Hazan
2020-06-04UI classes:George Hazan
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning
2020-06-03Jabber: fix for advanced compilance with XEP-0045George Hazan
2020-06-01fixes #2395 (Многие пунты жаббера в меню ↵George Hazan
контакта не двигаются)
2020-05-27Jabber:George Hazan
- account name added to the roster editor's window caption; - all traces of excel removed from file description
2020-05-27Jabber: if we ignore roster nicks, we don't apply them when local ↵George Hazan
CList/MyHandle isn't empty
2020-05-27Jabber: roster to be exported into the simple xml format (import from the ↵George Hazan
old format is also supported)
2020-05-27Jabber: code cleaningGeorge Hazan
2020-05-26Jabber: if we ignore roster, thy shalt update existing nicks eitherGeorge Hazan
2020-05-25Jabber: stronger appliance of Roster Editor with RFC 6121George Hazan
2020-05-25Jabber: custom roster nicks should be ignored as well as roster groupsGeorge Hazan
2020-05-10Jabber: fix for hiding software version via caps requestGeorge Hazan
2020-05-07Jabber: more precise name for XEP-0280 optiondartraiden
2020-05-07fixes #2399 (XEP-0280 support cleaning)George Hazan
2020-05-07fix for old PROTO_INTERFACE::FileResume interface errorGeorge Hazan
2020-05-05fixes #2390 (ICQ игнорирует настройки приёма ↵George Hazan
файлов)
2020-05-04fixes #2382 (Jabber: двойной щелчок по закладке ↵George Hazan
должен вызывать окно ее редактирования)
2020-05-04Jabber: setting status to ID_STATUS_IDLE was very bad idea...George Hazan
2020-05-03fixes #2376 (Jabber: Add XEP-0319 support, XEP-0256 support discontinued)George Hazan
2020-04-28database:George Hazan
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning
2020-04-22fixes #2336 (Jabber: падение при попытке отменить ↵George Hazan
висящий файлтрансфер)
2020-04-15Jabber: inlined picture sending doesn't close file transfer dialog windowGeorge Hazan
2020-04-08Remove more obsolete protocolsdartraiden
2020-04-06useless commands removedGeorge Hazan
2020-03-31Jabber:George Hazan
- fixes #2257 (Jabber: double click by room name shoud open "Join chatroom" dialogue); - more code implemented using UI classes; - massive code cleaning
2020-03-31Jabber:George Hazan
- fixes #2279 (Jabber: add HTTP File Upload support for group chats); - major file transfer code cleaning;
2020-03-24Jabber: minor fix for restoring capsGeorge Hazan
2020-03-23Jabber: fix for offline file transfer initializationGeorge Hazan
2020-03-23Jabber: we allow offline file transfers if we have http upload or picture ↵George Hazan
inlining
2020-03-22Jabber: picture inlining should precede file transfers because of reduced ↵George Hazan
file types subset if you don't need inlining, disable it.
2020-03-18Jabber: more correct way of processing PGP packetsGeorge Hazan
2020-03-17Jabber: fix for Chinese in error messagesGeorge Hazan
2020-03-16Jabber: fix for receiving auth requestsGeorge Hazan
2020-03-15db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵George Hazan
getMStringW - missing szValue parameter added
2020-03-13Jabber: if another side doesn't support receipts, don't trust on themGeorge Hazan
2020-03-12Jabber:George Hazan
- more logs added for #2243; - code cleaning
2020-03-11Jabber: more fool-proof check for empty nicksGeorge Hazan
2020-03-09Jabber: inline picture message to be confirmed tooGeorge Hazan
2020-03-06fixes #2248 (Jabber auth cannot be ignored)George Hazan
2020-03-05Jabber: cause HTTP upload can be enabled only manually, we try it first, and ↵George Hazan
picture inlining only then
2020-03-05fixes #2249 (Inline pictures (XEP-0231) does not work)George Hazan
2020-03-03Jabber: code cleaningGeorge Hazan
2020-03-03Jabber: code cleaningGeorge Hazan
2020-03-02Jabber:George Hazan
- capability cache is stored in a json file now instead of database; - caps manager became global; - account-dependent methods of CJabberClientCapsManager moved to CJabberProto; - code cleaning
2020-02-29MessageState: rewritten from scratch to workGeorge Hazan
2020-02-27minor code cleaningGeorge Hazan
2020-02-26Jabber: XEP-0148 support to be turned on by defaultGeorge Hazan
2020-02-24Jabber: inlined image being sent to be displayed in our own historyGeorge Hazan
2020-02-24Jabber: more strict XEP-045 complianceGeorge Hazan
2020-02-20bunch of useless threads replaced with a call of ProtoBroadcastAsyncGeorge Hazan