Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-01-11 | Revert "VKontakte: no more write to db if oldValue == newValue" | ElzorFox | |
This reverts commit 77cccf9d4b13d9fad437eaf6361cec016a4ce27c. | |||
2017-01-10 | account manager dialog for Discord | George Hazan | |
2017-01-10 | fixes #670 (Broken (TabSRMM) toolbar dropdowns) | George Hazan | |
2017-01-10 | more thorough fix for duplicate messages | George Hazan | |
2017-01-10 | VKontakte: no more write to db if oldValue == newValue | ElzorFox | |
2017-01-10 | VKontakte: | ElzorFox | |
update VK_API_VER to 5.62 version bump | |||
2017-01-10 | VKontakte: add 'In a civil union' marital status | ElzorFox | |
2017-01-10 | UInfoEx: add 'In a civil union' marital status | ElzorFox | |
2017-01-10 | stduserinfo: add 'In a civil union' marital status | ElzorFox | |
2017-01-09 | fix for issues with connection closing | George Hazan | |
2017-01-09 | fix for duplicated messages when reading history | George Hazan | |
2017-01-09 | we don't need that hook anymore | George Hazan | |
2017-01-09 | fix for retrieving missing messages when reading channel list | George Hazan | |
2017-01-09 | separate method for avatars retrieval | George Hazan | |
2017-01-09 | INT64_PARAM - a new type of SnowFlake http params | George 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-08 | better way of setting avatar either for me or any other user | George Hazan | |
2017-01-08 | avatar support for Discord | George Hazan | |
2017-01-08 | unused ansi services removed | George Hazan | |
2017-01-08 | code cleaning | George Hazan | |
2017-01-08 | correct away icon | George Hazan | |
2017-01-08 | idle status is not ID_STATUS_IDLE, but ID_STATUS_LONGAWAY | George Hazan | |
2017-01-08 | fix for the icon resources | George Hazan | |
2017-01-08 | fix for data allocation | George Hazan | |
2017-01-07 | first version of Discord that sends messages, catches presence packets and ↵ | George Hazan | |
displays typing notification version bump | |||
2017-01-07 | first version of Discord with working gateway connection | George Hazan | |
2017-01-07 | StatusManager: Rework options to be more informative | Robert Pösel | |
2017-01-07 | StatusManager: Allow translation of subplugins' checkboxes | Robert Pösel | |
2017-01-07 | StatusManager: Move options to subpage | Robert Pösel | |
2017-01-07 | SimpleStatusMsg: Move startup status options to subpage | Robert Pösel | |
This commit is also useful for conflict with other plugin(s) that also want to add page directly to "Status" page. Because there wasn't specified "tab", it then consumed whole "Status" page for itself and didn't show tabs of plugins loaded afterwards. Another solution to this conflict is to just set "tab" for this page. But it makes more sense to have separate page for this "Startup status" options. | |||
2017-01-07 | StatusManager: Respect if subplugin was disabled as dll previously | Robert Pösel | |
This makes a bit better update experience for users that used and disabled one of subplugins in the past, because they will be disabled by default after update to StatusManager. | |||
2017-01-07 | Facebook: Fix logging string (fixes #660) | Robert Pösel | |
2017-01-06 | gateway commands | George Hazan | |
2017-01-06 | double memory freeing | George Hazan | |
2017-01-06 | unneeded warning suppressed | George Hazan | |
2017-01-06 | adding zlib | George Hazan | |
2017-01-06 | StatusManager: | aunsane | |
- fixed translation - attempt to fix build on vs 2010 | |||
2017-01-06 | StatusManager: fixed #662 | aunsane | |
2017-01-06 | StatusManager: #662 | aunsane | |
- ability to disable subplugins - project cleaning |