| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-11 | PS_CREATEACCMGRUI is obsoleted and converted into event | George Hazan | |
| 2023-02-10 | ME_DB_EVENT_MARKED_READ: recursion prevention | George Hazan | |
| 2023-02-10 | Protocols: preventing recursive contact deletion | George Hazan | |
| 2023-01-27 | Group chats: all old APIs with lookup by module+session removed | George Hazan | |
| 2023-01-02 | Update copyrights | dartraiden | |
| 2022-01-01 | Happy new year, Miranda | dartraiden | |
| 2021-11-15 | Twitter: fix for our own ID parsing | George Hazan | |
| 2021-01-17 | Update copyrights | dartraiden | |
| 2020-06-08 | unused shitty code removed | George Hazan | |
| 2020-02-20 | bunch of useless threads replaced with a call of ProtoBroadcastAsync | 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-01-01 | Happy new year, Miranda | 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-06-03 | Folders: old TCHAR helpers removed | George Hazan | |
| 2019-02-25 | GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵ | George Hazan | |
| events (UTF16LE by default) | |||
| 2019-01-04 | Update copyrights | dartraiden | |
| 2018-05-28 | all plugins => CMPlugin virtual functions | George Hazan | |
| 2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
| 2018-04-21 | code cleaning: | George Hazan | |
| - in conformance to C++'11 rules, we don't declare a method as virtual if it's declared as override; - cause this code isn't visible in Pascal anymore, there's no need to use __cdecl calling convention for virtual methods; - since PROTO_INTERFACE is a regular C++ class, there's no need to use old style service declarations for virtual methods like OnModulesLoaded / OnShutdown | |||
| 2018-04-07 | Proto_GetStatus is used everywhere instead of PS_GETSTATUS | George Hazan | |
| 2018-03-28 | PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵ | George Hazan | |
| Proto_SetUniqueId / Proto_GetUniqueId | |||
| 2018-03-28 | common protocol instance management code went into template | George Hazan | |
| 2018-02-24 | more nullptr | Goraf | |
| 2018-01-31 | useless wrappers removed & replaced with PROTO_INTERFACE method calls | George Hazan | |
| 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-01-14 | separate handle types for HNETLIBCONN & HNETLIBBIND | George Hazan | |
| 2017-01-12 | Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCT | George Hazan | |
| 2017-01-03 | it's senseless to declare GetName member for the descendants of PROTO | George Hazan | |
| 2017-01-01 | bump copyright year | dartraiden | |
| 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-01-02 | Copyrights update part 2 | Dart Raiden | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@15985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-07-03 | Twitter: | Tobias Weimer | |
| - Fixed retweets (broken after r13248) - minor cleantup git-svn-id: http://svn.miranda-ng.org/main/trunk@14486 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-03-31 | Twitter: | George Hazan | |
| - unused module removed; - copyright update; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@12575 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-03-22 | strange custom loggins functions removed | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@12479 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-01-16 | MEVENT - the strict type for events, they are not HANDLE anymore | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@11866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2014-07-06 | - fix for the auth url; | George Hazan | |
| - precompiled headers; - unused junk removed; - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@9712 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2014-05-28 | Twitter: When clicked on popup, open tweet detail in browser; Version bump | Robert Pösel | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@9336 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2014-02-16 | PS_CHANGEINFO is never called, and therefore exterminated | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@8147 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2014-02-10 | HCONTACT is not needed anymore | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@8086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2014-02-10 | more HCONTACT | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@8079 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2014-02-10 | - HANDLE hContact => HCONTACT | George Hazan | |
| - GCF_* prefix was added to chat constants to avoid name conflicts git-svn-id: http://svn.miranda-ng.org/main/trunk@8078 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2013-10-11 | - m_hNetlibUser moved to PROTO_INTERFACE; | George Hazan | |
| - unified protocol loggers git-svn-id: http://svn.miranda-ng.org/main/trunk@6435 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2013-10-08 | separate Folders handles removed from protocols | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@6405 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2013-09-25 | PROTO<>::SendAwayMsg / PSS_AWAYMSG considered unused | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@6229 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
