Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-24 | VKontakte: | 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-23 | shit fixed in chat api | George Hazan | |
2017-01-23 | Discord: now we can write messages into guild chats | George Hazan | |
2017-01-23 | no need to implement the same code in each plugin | George Hazan | |
2017-01-23 | automatic channel creation if user has none | George Hazan | |
2017-01-23 | VKontakte: | 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-23 | Facebook: Version bump | Robert Pösel | |
2017-01-23 | Facebook: Fix loading offline messages | Robert Pösel | |
2017-01-23 | Facebook: 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-23 | Facebook: Rename option to better name | Robert Pösel | |
2017-01-23 | Facebook: Optimize searching pages/persons | Robert Pösel | |
2017-01-22 | Facebook: Search also Facebook pages | Robert Pösel | |
2017-01-22 | Facebook: Fix searching (by name/email/...) | Robert Pösel | |
2017-01-22 | Facebook: 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-20 | code cleaning | George Hazan | |
2017-01-20 | Discord: first version with groupchats | George Hazan | |
2017-01-20 | Chat_NewSession to return a pointer to a newly created session, not to dig ↵ | George Hazan | |
it anymore | |||
2017-01-19 | Discord: | 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-19 | we don't escape apostrophes in json | George Hazan | |
2017-01-19 | warning fix | George Hazan | |
2017-01-18 | Discord: | George Hazan | |
- fix for reading our own messages typed in another place; - version bump | |||
2017-01-17 | compilation fix | George Hazan | |
2017-01-17 | Discord: auth support | George Hazan | |
2017-01-17 | useless field DBEVENTINFO::cbSize removed | George Hazan | |
2017-01-17 | code cleaning | George Hazan | |
2017-01-17 | Discord: dynamic user addition processing | George Hazan | |
2017-01-17 | - constructor & destructor for NetlibBoundPort | George Hazan | |
- warning fix - randomizer must work even if the system service doesn't exist | |||
2017-01-16 | DB_AUTH_BLOB: handy piece of code moved into the core | George Hazan | |
2017-01-16 | function prototypes to match headers | George Hazan | |
2017-01-16 | Utf8DecodeT/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-14 | plugins: | Gluzskiy Alexandr | |
alarms: ui cosmetic | |||
2017-01-14 | separate handle types for HNETLIBCONN & HNETLIBBIND | George Hazan | |
2017-01-13 | unused function removed | George Hazan | |
2017-01-13 | woah, now really no netlib services anymore | George Hazan | |
2017-01-13 | (wiping blood from hands) no more netlib services | George Hazan | |
2017-01-13 | a bit less netlib services | George Hazan | |
2017-01-12 | Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCT | George Hazan | |
2017-01-12 | same thing, part 3 | George Hazan | |
2017-01-12 | - stronger types, part II; | George Hazan | |
- don't call hNetlibUser hConnection | |||
2017-01-12 | a fix for passing connection handles into Netlib_Logf | George Hazan | |
2017-01-12 | - Netlib_GetConnNlu - returns a pointer to NetlibUser associated with a ↵ | George Hazan | |
connection - NetlibDoClose renamed to NetlibDoCloseSocket | |||
2017-01-11 | strong typization - better typization | George Hazan | |
2017-01-11 | Merge pull request #669 from White-Tiger/mine | Tobias Weimer | |
SendSS: fixed uploadpie upload by using HTTPS | |||
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-11 | Discord: | George Hazan | |
- API version is locked to v6; - important fix for handling errors in http requests | |||
2017-01-11 | message acks: read confirmations | George Hazan | |
2017-01-11 | VKontakte: remove unneeded code | ElzorFox | |
2017-01-11 | VKontakte: db_get_sa(hContact, "Protocol", "p") does no good | ElzorFox | |