summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/proto.cpp
AgeCommit message (Collapse)Author
2022-09-06fixes #3191 (ICQ: add "Edit my web profile" into protocol menu)George Hazan
2022-06-01shoud have fixed #2988 (ICQ: crash on canceled filetransfer)George Hazan
2022-02-08fixes #3022 (Jabber file transfers don't report failure)George Hazan
2022-01-24We do not need to translate account namesdartraiden
2022-01-22Fixes #2997dartraiden
2022-01-09ICQ: RAPI requests code cleaningGeorge Hazan
2022-01-07ICQ: fixes history loading for #2989George Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-05fixes #2981 (ICQ: contacts search does not work if logged in by phone number)George Hazan
2021-08-10ICQ:George Hazan
- fixes wrong online status detection when lastSeen == 0; - fixes correct APP_ID sending; - fixes error handling inside RAPI token generation
2021-07-17fixes #2934 (MRA: авторизация по логину-паролю ↵George Hazan
больше не возможна)
2021-04-30fixes #2859 (Импорт: дублируются контакты ICQ и ↵George Hazan
FaceBook)
2021-03-24fixes #2800 (ICQ & Facebook create duplicate contacts after import in the ↵George Hazan
service mode)
2021-01-17Update copyrightsdartraiden
2020-08-16SmileyAdd:George Hazan
- major update for custom smileys APIs (cause we have no MSN, there's no need to save MCONTACT for custom smileys); - added path type = 2 to download whole folder for custom smileys; - fixes #2524 (ICQ: стикеры должны приходить как custom smileys, а не как передачи файлов); - fixes #2533 (SmileyAdd не всегда распознаёт стикеры); - fixes #2532 (Полученные стикеры пропадают при переоткрытии окна); - version bump
2020-07-23fixes #2493 (Проблема с Юникодом в диалоге ↵George Hazan
добавления контакта)
2020-07-13fixes #2123 (ICQ: контакт добавляется в ↵George Hazan
неправильную группу)
2020-07-08group chat initialization to be done in protocol's constructor, not inside ↵George Hazan
OnModulesLoaded
2020-06-29"Load server history" menu items gathered in one stub not to create zillions ↵George Hazan
of duplicate menu items
2020-06-15PROTO_INTERFACE::OnEventEdited - new virtual function to send edited ↵George Hazan
messages to server
2020-05-24ICQ-WIM: auth request supportGeorge Hazan
2020-05-15ICQ-WIM: newly received messages were erroneously marked as readGeorge Hazan
2020-05-07fixes #2390 (ICQ игнорирует настройки приёма ↵George Hazan
файлов)
2020-05-07fix for old PROTO_INTERFACE::FileResume interface errorGeorge Hazan
2020-05-05fixes #2390 (ICQ игнорирует настройки приёма ↵George Hazan
файлов)
2020-04-24fixes #2352 (ICQ: входящие отсутствующие в базе ↵George Hazan
сообщения имеют <текущее> время (время их получения Мирандой), а не реальное)
2020-03-24ICQ-WIM:George Hazan
- fixes #2277 (ICQ: add ability to load whole history from server); - fix for message history retrieving; - code cleaning; - version bump
2020-02-20fixes #2213 (ICQ: filetransfer stuck)George Hazan
2020-02-07fixes #2202 (ICQ: входящие изображения не ↵George Hazan
помечаются прочитанными)
2020-02-05fixes #2201 (ICQ-WIM: file transfers are implemented as file transfers now, ↵George Hazan
because links aren't clickable)
2020-01-03OnLoggedOut to be called in the ServerThread, as the only safe place to do thatGeorge Hazan
2020-01-03ICQ-WIM to use shared system window & its timersGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-09fixes #2137 (ICQ-WIM: no need to remove contacts marked as 'deleted')George Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-11-06ICQ-WIM: we don't need to publish awaymsg capabilities eitherGeorge Hazan
2019-11-06ICQ-WIM: no need to declare unsupported methodsGeorge Hazan
2019-10-24fixes #2095 (ICQ: statuses support: a contact might have any status, but the ↵George Hazan
protocol itself only Offline & Online)
2019-09-26EnterString: ability to enter simple strings (not multiline)George Hazan
2019-09-26MS_UTILS_ENTERSTRING -> EnterString, useless service removedGeorge Hazan
2019-09-26typo fixGeorge Hazan
2019-09-25fixes #2073 (ICQ-WIM: a contact cannot be moved correctly from root to any ↵George Hazan
group)
2019-08-23ICQ-WIM: numerous fixes for group handling & group editorGeorge Hazan
2019-08-22ICQ-WIM: experimental server group editorGeorge Hazan
2019-08-08ICQ-WIM: fixes problems with old server-side groups, created by Miranda IMGeorge Hazan
2019-07-17fixes #1698 (ICQ10: add password enter prompt if no password found in db)George Hazan
2019-06-27manual access to CList/Group restrictedGeorge Hazan
2019-06-03fixes #1975 (broken ICQ search by phone number, require a phone to be ↵George Hazan
entered as +NNNNNNN)
2019-05-30ICQ-WIM: cache initialization should be implemented before running ↵George Hazan
ServerThread, to avoid problems with modal MessageBox() calls
2019-05-28ICQ-WIM: fix for a problem with embedded groupsGeorge Hazan