Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-10 | code cleaning | George Hazan | |
2024-01-08 | Update copyrights | dartraiden | |
2023-11-26 | code cleaning | George Hazan | |
2023-09-04 | Twitter: API 2.0 auth (beginning) | George Hazan | |
2023-08-01 | NewStory: translateable default value | George Hazan | |
2023-01-27 | Group chats: all old APIs with lookup by module+session removed | George Hazan | |
2023-01-10 | code cleaning | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2023-01-02 | fixes #3291 (Twitter: перестали прогружаться ↵ | George Hazan | |
аватарки) | |||
2022-07-31 | Contact: group of functions gathered into the personal namespace | George Hazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-11-15 | Twitter: fix for our own ID parsing | George Hazan | |
2021-11-13 | Twitter: we don't ignore twits from unknown contacts, but rather mark them ↵ | George Hazan | |
as temporary | |||
2021-10-08 | Twitter: fix for rare crash in avatar reader | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-06-08 | unused shitty code removed | George Hazan | |
2020-02-23 | Twitter: | George Hazan | |
- messages are received in the reverse order; - direct mesages are not received on each cycle iteration; - version bump; | |||
2020-02-19 | Twitter: | George Hazan | |
- fixes #2218 (add support for private messages); - code optimization; - support for JSON requests; - fixed base url; | |||
2020-02-18 | Twitter: | George Hazan | |
- partially implements #2218 (support for reading direct messages and marking them as read); - user id parameter added to database; - support added for server message ids; - code cleaning; | |||
2020-02-18 | Twitter: | George Hazan | |
- major code rework due to changed API; - whole bunch of std++ trash wiped out; - modern http requests implementation using MHttpRequest; - first digit in version changed | |||
2020-02-07 | Twitter: there's no need to assign the same text to both status message & ↵ | George Hazan | |
text message | |||
2020-02-04 | fixes #2193 (Twitter bug with Scriver or Tabsrmm) | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-09-26 | C++'17 compatibility mode enabled | George Hazan | |
2019-08-13 | Twitter: | George Hazan | |
- fixed update of user names; - more effective array iterators; - version bump | |||
2019-07-26 | warning fixes | George Hazan | |
2019-06-20 | Twitter: | George Hazan | |
- "Homepage" field returned back as resident setting (cause it's calculated); - meaningless TwitterProto members removed - version bump | |||
2019-03-05 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-02-27 | popup code cleaning (cause we have no tchar.h) | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-07-24 | code cleaning | George Hazan | |
2018-07-24 | database: | George Hazan | |
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s. | |||
2018-01-01 | massive copyright update | dartraiden | |
2017-12-29 | PROTO_INTERFACE::setAllContactStatuses - common code moved to the core | George Hazan | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-09-12 | old good sound services became finally functions | George Hazan | |
2017-09-12 | Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng" | George Hazan | |
This reverts commit e09448dd03e3647717166e92ee818e395041993a, reversing changes made to b0f44b16bd1138de85a5d17bb42151742f9c8298. | |||
2017-09-11 | old good sound services became finally functions | George Hazan | |
2017-01-17 | useless field DBEVENTINFO::cbSize removed | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-12-02 | MS_SYSTEM_* services became functions | George Hazan | |
2016-07-29 | no more TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-26 | less TCHARs: | George Hazan | |
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-25 | hello, Unix. | George Hazan | |
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-06-05 | - fix for a bug with user's profile url; | George Hazan | |
- two sounds added for incoming messages & contacts; - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@16920 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |