| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-21 | code cleaning | George Hazan | |
| 2018-09-20 | fix for the proper return type of PROTO<>::RecvMsg | George Hazan | |
| 2018-08-30 | MSN: | George Hazan | |
| - fixes #1545 (MSN: Receiving files from Desktop client clipboard don't get received) - code cleaning | |||
| 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-07-16 | code cleaning related to Nudge plugin | George Hazan | |
| 2018-05-20 | sounds packed into CMPlugin (reduces usage of hLangpack) | George Hazan | |
| 2018-04-22 | no more PROTO_INTERFACE::OnEvent | George Hazan | |
| 2018-04-22 | EV_PROTO_ONMENU 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-04-03 | code cleaning: old unions replaced with MAllStrings & MAllStringsArray | George Hazan | |
| 2018-03-28 | PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵ | George Hazan | |
| Proto_SetUniqueId / Proto_GetUniqueId | |||
| 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-01-31 | useless wrappers removed & replaced with PROTO_INTERFACE method calls | George Hazan | |
| 2018-01-01 | massive copyright update | dartraiden | |
| 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-13 | Code modernize ... | Goraf | |
| * replace 0/NULL with nullptr [using clang-tidy] | |||
| 2017-10-16 | the whole idea of customizable colors in chat considered totally useless | George Hazan | |
| 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-06-05 | MSN | George Hazan | |
| - fix for rare crash; - all pre-MSNP24 code removed | |||
| 2017-01-31 | - NUF_HTTPGATEWAY: unused option removed; | George Hazan | |
| - NETLIBUSER::szDescriptiveName replaced with MAllStrings; - code cleaning. | |||
| 2017-01-24 | code cleaning | George Hazan | |
| 2017-01-17 | Discord: auth support | George Hazan | |
| 2017-01-17 | useless field DBEVENTINFO::cbSize removed | George Hazan | |
| 2017-01-16 | DB_AUTH_BLOB: handy piece of code moved into the core | George Hazan | |
| 2017-01-14 | separate handle types for HNETLIBCONN & HNETLIBBIND | George Hazan | |
| 2017-01-13 | a bit less netlib services | George Hazan | |
| 2017-01-12 | Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCT | George Hazan | |
| 2017-01-11 | strong typization - better typization | George Hazan | |
| 2017-01-11 | - Netlib_Send & Netlib_Recv helpers became real functions, MS_NETLIB_SEND & ↵ | George Hazan | |
| MS_NETLIB_RECV died; - fix for dumping chunked http replies into a network log | |||
| 2017-01-01 | bump copyright year | dartraiden | |
| 2016-09-17 | chats: more functions, less structures | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@17309 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-09-16 | - chats services replaces with functions; | George Hazan | |
| - chat calls switched from CallServiceSync to direct calls everywhere git-svn-id: http://svn.miranda-ng.org/main/trunk@17305 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-09-14 | second major wipeout of database services & structures: | George Hazan | |
| - DBCONTACTENUMSETTINGS removed; - all helpers moved to mir_core.dll git-svn-id: http://svn.miranda-ng.org/main/trunk@17296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-09-13 | mode old database junk to die | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@17291 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-07-27 | less TCHARs | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 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-04-17 | - unused netlib flags removed | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@16689 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-11-04 | MSN: | Tobias Weimer | |
| - minor cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@15686 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-10-27 | - MSN: Managing and refreshing OAuth tokens with different expiration times. | Piotr Piastucki | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@15627 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-09-14 | MSN: Do not unhide contact on received message if subcontact of metacontact ↵ | Piotr Piastucki | |
| so that users can intentionally hide subcontacts to get clean contact list. git-svn-id: http://svn.miranda-ng.org/main/trunk@15357 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
