Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-15 | db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵ | George Hazan | |
getMStringW - missing szValue parameter added | |||
2020-02-20 | bunch of useless threads replaced with a call of ProtoBroadcastAsync | George Hazan | |
2020-02-01 | m_system_cpp.h removed, because there're no C files anymore (hurrah) | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-07-26 | warning fixes | George Hazan | |
2019-07-15 | PROTO_INTERFACE::ReportSelfAvatarChanged = useful helper for working with ↵ | George Hazan | |
avatars | |||
2019-02-19 | fix for a typo | George Hazan | |
2019-02-19 | db_get_utfa supported in PROTO_INTERFACE & CMPlugin | George Hazan | |
2019-01-18 | we don't need PSR_URL as well | George Hazan | |
2019-01-18 | PSS_URL removed as totally obsolete | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-09-20 | fix for the proper return type of PROTO<>::RecvMsg | George Hazan | |
2018-05-03 | CloudFile: thread functions rewritten using PROTO::ForkThread | George Hazan | |
2018-04-27 | implementation of #1308 | George Hazan | |
2018-04-22 | no more PROTO_INTERFACE::OnEvent | George Hazan | |
2018-04-22 | EV_PROTO_ONMENU removed | George Hazan | |
2018-04-22 | unused constant removed | George Hazan | |
2018-04-22 | OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeleted | George Hazan | |
2018-04-21 | EV_PROTO_DBSETTINGSCHANGED - old useless stub removed | 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-19 | EV_PROTO_ONOPTIONS removed and replaced with the call of ↵ | George Hazan | |
CallObjectEventHook(pa->ppro, ME_OPT_INITIALIZE) this eliminates the possibility of making a mistake in hand-written code also fixes #1280 (Tox: "Confugure" menu item is broken) | |||
2018-03-16 | entities' names to be started with capital letters | George Hazan | |
2018-03-16 | always hated these long expressions: contact_iter makes them much shorter | George Hazan | |
2018-02-09 | all duplicate "Request auth", "Grant auth" & "Revoke auth" menu items eliminated | George Hazan | |
2018-01-31 | useless wrappers removed & replaced with PROTO_INTERFACE method calls | George Hazan | |
2018-01-31 | mir_app: | George Hazan | |
- structure renamed: PROTORECVFILET -> PROTORECVFILE; - useless service MS_PROTO_AUTHRECV removed; - Proto_AuthRecv() helper converted into a function. | |||
2018-01-01 | massive copyright update | dartraiden | |
2017-12-29 | removing obsolete C-style helpers | George Hazan | |
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-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-01-11 | strong typization - better typization | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-07-29 | removing TCHAR + WCHAR from headers | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17146 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
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-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-08-27 | another forgotten va_end | Tobias Weimer | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15048 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-30 | - fix for the old perversion with manual protocol root calculation; | George Hazan | |
- protocol menu root is always created by the core; - other minor problems with protocol menus in main menu went away git-svn-id: http://svn.miranda-ng.org/main/trunk@14462 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-25 | - Set wparam and lParam to 0 as default arg in CallService and others, to ↵ | Tobias Weimer | |
simplify some code git-svn-id: http://svn.miranda-ng.org/main/trunk@14384 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-19 | - all static protocol services replaced with functions; | George Hazan | |
- m_protomod.h removed as useless git-svn-id: http://svn.miranda-ng.org/main/trunk@14260 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-18 | protocol platform-independent code moved back to mir_app | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14247 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-14 | WindowList_* functions are not services anymore; unneeded helpers removed | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14168 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-05-31 | another bunch of crutches buried in a trash can: PROTOCHAR & PROTOFILEEVENT | George Hazan | |
glory, glory, hallelujah git-svn-id: http://svn.miranda-ng.org/main/trunk@13949 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-03-24 | UI Utils classes & templates moved to the core, thus allowing any plugin to ↵ | George Hazan | |
use them git-svn-id: http://svn.miranda-ng.org/main/trunk@12492 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-03-22 | - PROTO_INTERFACE got the default implementation; | George Hazan | |
- all unneeded stubs removed from all protocols git-svn-id: http://svn.miranda-ng.org/main/trunk@12481 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-03-11 | all database functions moved to m_database.h | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@12385 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 |