summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-26fix of marking unread events as readGeorge Hazan
2017-01-26wrong formatGeorge Hazan
2017-01-25VKontakte:ElzorFox
fix autoloading history on open message window fix cleaning lastmsgid key on ‘empty’ sync history
2017-01-24warning fixGeorge Hazan
2017-01-24if the idle time is set, include it into a presence (XEP-0256 support)George Hazan
2017-01-24ME_IDLE_CHANGED to be hooked afterwardsGeorge Hazan
2017-01-24NetlibBoundPort destructor: code cleaningGeorge Hazan
2017-01-24code cleaningGeorge Hazan
2017-01-24Discord: private messages in group chatsGeorge Hazan
2017-01-24VKontakte:ElzorFox
set low priority for loading history requests rework loading groups to clist add ‘Load last messages when message window open and local history is empty’ option (default true) version bump
2017-01-23shit fixed in chat apiGeorge Hazan
2017-01-23Discord: now we can write messages into guild chatsGeorge Hazan
2017-01-23no need to implement the same code in each pluginGeorge Hazan
2017-01-23automatic channel creation if user has noneGeorge Hazan
2017-01-23VKontakte:ElzorFox
rename option ‘Automatically wipe local contacts missing in your friend list’ ->’ Load only friends to local contact list’ rework loading clist logic (now if option ‘ Load only friends to local contact list’ is true, non-friends contact are not created on loading dialogs and are not cleaned automatically on loading friendlist) version bump
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-19we don't escape apostrophes in jsonGeorge Hazan
2017-01-19warning fixGeorge Hazan
2017-01-18Discord:George Hazan
- fix for reading our own messages typed in another place; - version bump
2017-01-17compilation fixGeorge Hazan
2017-01-17Discord: auth supportGeorge Hazan
2017-01-17useless field DBEVENTINFO::cbSize removedGeorge Hazan
2017-01-17code cleaningGeorge 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-16function prototypes to match headersGeorge 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-14plugins:Gluzskiy Alexandr
alarms: ui cosmetic
2017-01-14separate handle types for HNETLIBCONN & HNETLIBBINDGeorge Hazan
2017-01-13unused function removedGeorge 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