summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-10UInfoEx: add 'In a civil union' marital statusElzorFox
2017-01-10stduserinfo: 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
2017-01-08unused ansi services removedGeorge Hazan
2017-01-08code cleaningGeorge Hazan
2017-01-08correct away iconGeorge Hazan
2017-01-08idle status is not ID_STATUS_IDLE, but ID_STATUS_LONGAWAYGeorge Hazan
2017-01-08fix for the icon resourcesGeorge Hazan
2017-01-08fix for data allocationGeorge Hazan
2017-01-07first version of Discord that sends messages, catches presence packets and ↵George Hazan
displays typing notification version bump
2017-01-07first version of Discord with working gateway connectionGeorge Hazan
2017-01-07StatusManager: Rework options to be more informativeRobert Pösel
2017-01-07StatusManager: Allow translation of subplugins' checkboxesRobert Pösel
2017-01-07StatusManager: Move options to subpageRobert Pösel
2017-01-07SimpleStatusMsg: Move startup status options to subpageRobert 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-07StatusManager: Respect if subplugin was disabled as dll previouslyRobert 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-07Facebook: Fix logging string (fixes #660)Robert Pösel
2017-01-06gateway commandsGeorge Hazan
2017-01-06double memory freeingGeorge Hazan
2017-01-06unneeded warning suppressedGeorge Hazan
2017-01-06adding zlibGeorge Hazan
2017-01-06StatusManager:aunsane
- fixed translation - attempt to fix build on vs 2010
2017-01-06StatusManager: fixed #662aunsane
2017-01-06StatusManager: #662aunsane
- ability to disable subplugins - project cleaning
2017-01-06StatusManager: #662aunsane
- files splitted by folders - main.cpp cleanup - project cleanup
2017-01-04gateway support: beginningGeorge Hazan
2017-01-03code cleaningGeorge Hazan
2017-01-03server history syncing supportGeorge Hazan
2017-01-03blanc icon added for the Invisible modeGeorge Hazan
2017-01-03it's senseless to declare GetName member for the descendants of PROTOGeorge Hazan
2017-01-03Proto_Discord - icons for the Discord protocolGeorge Hazan
2017-01-01langpacks: updatedartraiden
2017-01-01langpacks/english: updatedartraiden
2017-01-01"if" = "else", so "if" is uselessdartraiden
2017-01-01bump copyright yeardartraiden
2017-01-01AIM: decapitalizationdartraiden
2016-12-30fixes #661 (Scriver: Cannot send message if "Send Message" button not set in ↵George Hazan
Toolbar)
2016-12-30flag renamed to be more logically calledGeorge Hazan
2016-12-30plugins:Gluzskiy Alexandr
alarms: version bump
2016-12-30Merge pull request #663 from alabuzhev/alabuzhev-patch-1George Hazan
Increased name & password size to 256
2016-12-30Increased name & password size to 256Alex Alabuzhev
2016-12-30Discord:George Hazan
- user search works; - friend list support; - channel list support; - various fixes