Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-01 | Twitter tries to pass ANSI nick instead of UTF8 | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-10-08 | OpenSSL upgraded to 1.1.1 | George Hazan | |
2020-07-23 | fixes #2493 (Проблема с Юникодом в диалоге ↵ | George Hazan | |
добавления контакта) | |||
2020-07-08 | group chat initialization to be done in protocol's constructor, not inside ↵ | George Hazan | |
OnModulesLoaded | |||
2020-06-08 | unused shitty code removed | George Hazan | |
2020-05-22 | also the same fix for icon projects | George Hazan | |
2020-05-22 | fix for broken project file compatibility in VS2019 16.6.0 | 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-20 | bunch of useless threads replaced with a call of ProtoBroadcastAsync | George Hazan | |
2020-02-20 | Twitter: forgotten flag to store message ids | George Hazan | |
2020-02-19 | if a protocol handles an event, it shall return 1, not 0 | George Hazan | |
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-16 | useless checks removed | George Hazan | |
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-25 | massive code cleaning: | George Hazan | |
- GCHOOK structure normalized (i.e. inlined SESSION_INFO fields replaced with a reference to SESSION_INFO); - fake CMsgDialog declaration added to m_srmm_int.h, thus duplicated declarations in plugins aren't needed anymore - other minor changes | |||
2020-01-09 | if smth cannot be incuded, it shall be inlined | George Hazan | |
2020-01-01 | Happy new year, Miranda, part 2 | dartraiden | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
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-07-24 | more useless shit cleaned | George Hazan | |
2019-07-24 | NLHR_PTR - smart pointers make better code | George Hazan | |
2019-07-21 | Restore "Free for chat" status support (fixes #1963) | dartraiden | |
2019-06-27 | manual access to CList/Group restricted | George Hazan | |
2019-06-20 | End of zoo with popup options names | dartraiden | |
2019-06-20 | Twitter: | George Hazan | |
- "Homepage" field returned back as resident setting (cause it's calculated); - meaningless TwitterProto members removed - version bump | |||
2019-06-04 | fix fo statuses ids | dartraiden | |
2019-06-03 | Folders: old TCHAR helpers removed | George Hazan | |
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-02-25 | GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵ | George Hazan | |
events (UTF16LE by default) | |||
2019-02-22 | warning fix | George Hazan | |
2019-01-28 | mir_urlDecode & mir_urlEncode to return CMStringA | George Hazan | |
2019-01-23 | code cleaning | George Hazan | |
2019-01-11 | crash in Twitter on startup | George Hazan | |
2019-01-08 | fixes #1715 (by default account's destructor doesn't free network handle) | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-12-24 | mir_urlDecode restored | George Hazan | |
2018-12-23 | in fact, we don't need mir_hmac_sha1 either | George Hazan | |
2018-12-18 | C++ exceptions are disabled in all cases where they just prevent warnings | George Hazan | |
2018-11-26 | Chat_AddGroup - simplified prototype | George Hazan | |
2018-09-03 | fixes #1569 (Twitter hotkey section name) | George Hazan | |
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. |