summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2017-01-23Facebook: Version bumpRobert Pösel
2017-01-23Facebook: Fix loading offline messagesRobert Pösel
2017-01-23Facebook: Add option to make Pages always invisible (enabled by default)Robert Pösel
FB Pages are not online or offline, they just are. And this options helps users to find them in their contact list easily.
2017-01-23Facebook: Rename option to better nameRobert Pösel
2017-01-23Facebook: Optimize searching pages/personsRobert Pösel
2017-01-22Facebook: Search also Facebook pagesRobert Pösel
2017-01-22Facebook: Fix searching (by name/email/...)Robert Pösel
2017-01-22Facebook: Support searching by entering profile URL (into ID field)Robert Pösel
2017-01-20- valid (but totally undocumented) way of reading guild users;George Hazan
- fix for decoding several replies from the single packet;
2017-01-20code cleaningGeorge Hazan
2017-01-20Discord: first version with groupchatsGeorge Hazan
2017-01-20Chat_NewSession to return a pointer to a newly created session, not to dig ↵George Hazan
it anymore
2017-01-19Discord:George Hazan
- added support for channel addition & removal; - added support for reading message acks; - now Miranda reads the whole history, not only first 99 messages -
2017-01-18Discord:George Hazan
- fix for reading our own messages typed in another place; - version bump
2017-01-17Discord: auth supportGeorge Hazan
2017-01-17useless field DBEVENTINFO::cbSize removedGeorge Hazan
2017-01-17Discord: dynamic user addition processingGeorge Hazan
2017-01-17- constructor & destructor for NetlibBoundPortGeorge Hazan
- warning fix - randomizer must work even if the system service doesn't exist
2017-01-16DB_AUTH_BLOB: handy piece of code moved into the coreGeorge Hazan
2017-01-16Utf8DecodeT/Utf8EncodeT macros considered useless and replaced with ↵George Hazan
Utf8DecodeW/Utf8EncodeW
2017-01-16- added reaction to remote contact removal;George Hazan
- now we remove a channel & friendship on local contact removal
2017-01-14separate handle types for HNETLIBCONN & HNETLIBBINDGeorge Hazan
2017-01-13woah, now really no netlib services anymoreGeorge Hazan
2017-01-13(wiping blood from hands) no more netlib servicesGeorge Hazan
2017-01-13a bit less netlib servicesGeorge Hazan
2017-01-12Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCTGeorge Hazan
2017-01-12same thing, part 3George Hazan
2017-01-12- stronger types, part II;George Hazan
- don't call hNetlibUser hConnection
2017-01-12a fix for passing connection handles into Netlib_LogfGeorge Hazan
2017-01-11strong typization - better typizationGeorge Hazan
2017-01-11- Netlib_Send & Netlib_Recv helpers became real functions, MS_NETLIB_SEND & ↵George Hazan
MS_NETLIB_RECV died; - fix for dumping chunked http replies into a network log
2017-01-11Discord:George Hazan
- API version is locked to v6; - important fix for handling errors in http requests
2017-01-11message acks: read confirmationsGeorge Hazan
2017-01-11VKontakte: remove unneeded codeElzorFox
2017-01-11VKontakte: db_get_sa(hContact, "Protocol", "p") does no goodElzorFox
2017-01-11Revert "VKontakte: no more write to db if oldValue == newValue"ElzorFox
This reverts commit 77cccf9d4b13d9fad437eaf6361cec016a4ce27c.
2017-01-10account manager dialog for DiscordGeorge Hazan
2017-01-10more thorough fix for duplicate messagesGeorge Hazan
2017-01-10VKontakte: no more write to db if oldValue == newValueElzorFox
2017-01-10VKontakte:ElzorFox
update VK_API_VER to 5.62 version bump
2017-01-10VKontakte: add 'In a civil union' marital statusElzorFox
2017-01-09fix for issues with connection closingGeorge Hazan
2017-01-09fix for duplicated messages when reading historyGeorge Hazan
2017-01-09we don't need that hook anymoreGeorge Hazan
2017-01-09fix for retrieving missing messages when reading channel listGeorge Hazan
2017-01-09separate method for avatars retrievalGeorge Hazan
2017-01-09INT64_PARAM - a new type of SnowFlake http paramsGeorge Hazan
2017-01-09- misprint in a json field name;George Hazan
- fix for parsing private channels; - fix for long gateway packets reading; - version bump
2017-01-08better way of setting avatar either for me or any other userGeorge Hazan
2017-01-08avatar support for DiscordGeorge Hazan