Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-04 | all improper calls of OnClose replaced with OnDestroy / OnApply | George Hazan | |
2020-06-04 | UI 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-03 | Jabber: fix for advanced compilance with XEP-0045 | George Hazan | |
2020-06-01 | fixes #2395 (Многие пунты жаббера в меню ↵ | George Hazan | |
контакта не двигаются) | |||
2020-05-27 | Jabber: | George Hazan | |
- account name added to the roster editor's window caption; - all traces of excel removed from file description | |||
2020-05-27 | Jabber: if we ignore roster nicks, we don't apply them when local ↵ | George Hazan | |
CList/MyHandle isn't empty | |||
2020-05-27 | Jabber: roster to be exported into the simple xml format (import from the ↵ | George Hazan | |
old format is also supported) | |||
2020-05-27 | Jabber: code cleaning | George Hazan | |
2020-05-26 | Jabber: if we ignore roster, thy shalt update existing nicks either | George Hazan | |
2020-05-25 | Jabber: stronger appliance of Roster Editor with RFC 6121 | George Hazan | |
2020-05-25 | Jabber: custom roster nicks should be ignored as well as roster groups | George Hazan | |
2020-05-10 | Jabber: fix for hiding software version via caps request | George Hazan | |
2020-05-07 | Jabber: more precise name for XEP-0280 option | dartraiden | |
2020-05-07 | fixes #2399 (XEP-0280 support cleaning) | George Hazan | |
2020-05-07 | fix for old PROTO_INTERFACE::FileResume interface error | George Hazan | |
2020-05-05 | fixes #2390 (ICQ игнорирует настройки приёма ↵ | George Hazan | |
файлов) | |||
2020-05-04 | fixes #2382 (Jabber: двойной щелчок по закладке ↵ | George Hazan | |
должен вызывать окно ее редактирования) | |||
2020-05-04 | Jabber: setting status to ID_STATUS_IDLE was very bad idea... | George Hazan | |
2020-05-03 | fixes #2376 (Jabber: Add XEP-0319 support, XEP-0256 support discontinued) | George Hazan | |
2020-04-28 | database: | George Hazan | |
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning | |||
2020-04-22 | fixes #2336 (Jabber: падение при попытке отменить ↵ | George Hazan | |
висящий файлтрансфер) | |||
2020-04-15 | Jabber: inlined picture sending doesn't close file transfer dialog window | George Hazan | |
2020-04-08 | Remove more obsolete protocols | dartraiden | |
2020-04-06 | useless commands removed | George Hazan | |
2020-03-31 | Jabber: | 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-31 | Jabber: | George Hazan | |
- fixes #2279 (Jabber: add HTTP File Upload support for group chats); - major file transfer code cleaning; | |||
2020-03-24 | Jabber: minor fix for restoring caps | George Hazan | |
2020-03-23 | Jabber: fix for offline file transfer initialization | George Hazan | |
2020-03-23 | Jabber: we allow offline file transfers if we have http upload or picture ↵ | George Hazan | |
inlining | |||
2020-03-22 | Jabber: picture inlining should precede file transfers because of reduced ↵ | George Hazan | |
file types subset if you don't need inlining, disable it. | |||
2020-03-18 | Jabber: more correct way of processing PGP packets | George Hazan | |
2020-03-17 | Jabber: fix for Chinese in error messages | George Hazan | |
2020-03-16 | Jabber: fix for receiving auth requests | George Hazan | |
2020-03-15 | db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵ | George Hazan | |
getMStringW - missing szValue parameter added | |||
2020-03-13 | Jabber: if another side doesn't support receipts, don't trust on them | George Hazan | |
2020-03-12 | Jabber: | George Hazan | |
- more logs added for #2243; - code cleaning | |||
2020-03-11 | Jabber: more fool-proof check for empty nicks | George Hazan | |
2020-03-09 | Jabber: inline picture message to be confirmed too | George Hazan | |
2020-03-06 | fixes #2248 (Jabber auth cannot be ignored) | George Hazan | |
2020-03-05 | Jabber: cause HTTP upload can be enabled only manually, we try it first, and ↵ | George Hazan | |
picture inlining only then | |||
2020-03-05 | fixes #2249 (Inline pictures (XEP-0231) does not work) | George Hazan | |
2020-03-03 | Jabber: code cleaning | George Hazan | |
2020-03-03 | Jabber: code cleaning | George Hazan | |
2020-03-02 | Jabber: | 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-29 | MessageState: rewritten from scratch to work | George Hazan | |
2020-02-27 | minor code cleaning | George Hazan | |
2020-02-26 | Jabber: XEP-0148 support to be turned on by default | George Hazan | |
2020-02-24 | Jabber: inlined image being sent to be displayed in our own history | George Hazan | |
2020-02-24 | Jabber: more strict XEP-045 compliance | George Hazan | |
2020-02-20 | bunch of useless threads replaced with a call of ProtoBroadcastAsync | George Hazan | |