Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-01 | massive copyright update | dartraiden | |
2017-12-29 | PROTO_INTERFACE::setAllContactStatuses - common code moved to the core | George Hazan | |
2017-12-27 | obsolete structure ADDCONTACTSTRUCT, service MS_ADDCONTACT_SHOW and whole ↵ | George Hazan | |
m_addcontact.h removed and replaced with Contact_Add* functions | |||
2017-12-16 | MSN: Old AppID in Address book seems to be blacklisted, using new AppID | leecher1337 | |
2017-12-11 | mir_base64_* => parameters type fix | George Hazan | |
2017-12-10 | - remove emails (if author retired - it's useless to write to him; if author ↵ | dartraiden | |
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure | |||
2017-12-06 | fixes #1045 (old unused shit removed from MSN) | 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 | all rc files reverted to utf-8 | Kirill Volinsky | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-29 | CMake: clean up library dependencies. | protomors | |
2017-11-29 | replace russian с to latin c | 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-10-31 | Initial CMake support. (#1013) | Vitaly Svyastyn | |
* CMake files for building application and core library. * CMake files for core plugins. Now it runs! * CMake files for some plugins. | |||
2017-10-31 | MSN: Added processing of error 999 (logoff). | leecher1337 | |
2017-10-27 | Fixed MSN login problems for Skype contacts as byrdr Contactlist host died. | leecher1337 | |
2017-10-24 | unified version resource with explicitly stated language & code page | George Hazan | |
2017-10-23 | Renamed readme.txt | Tobias Weimer | |
2017-10-16 | the whole idea of customizable colors in chat considered totally useless | George Hazan | |
2017-09-19 | useless structure GCDEST finally removed | George Hazan | |
2017-09-18 | unneeded calls of DestroyServiceFunction() removed | 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-08-15 | anonymous SRMM services got names | George Hazan | |
2017-08-06 | Update all other files in repository to use https links for Miranda NG website | Robert Pösel | |
2017-08-05 | Change plugin links from http:// to https:// | Robert Pösel | |
2017-06-14 | more libjson dependencies | George Hazan | |
2017-06-06 | MSN: fix for token expiration time's calculation | George Hazan | |
2017-06-05 | MSN | George Hazan | |
- fix for rare crash; - all pre-MSNP24 code removed | |||
2017-05-21 | another manual json parser died in MSN | George Hazan | |
2017-05-20 | MSN: crash fix for extra-long auth tokens | George Hazan | |
2017-03-28 | and finally MS_MSG_GETWINDOWDATA has gone, zihrono levraha | George Hazan | |
2017-03-28 | funny, but without cbSize we have no need in MessageWindowInputData at all | George Hazan | |
2017-03-28 | massive cleanup of useless cbSize fields | George Hazan | |
2017-03-24 | revolution in chat menus | George Hazan | |
- common code moved to the core (Chat_CreateGCMenu, Chat_DestroyGCMenu); - ability added to any plugin to add its own items into any GC menu, not only to the protocol plugins to do that a plugin calls Chat_AddMenuItems and returns 0 to allow any other plugin to process menu hook | |||
2017-03-24 | compilation fix | George Hazan | |
2017-03-23 | MSN: Raised password length limit to 99 chars (fixes #658) | Robert Pösel | |
It might be rewritten better to remove any limit though. | |||
2017-03-21 | more warnings fixed | George Hazan | |
2017-03-21 | warning fix | George Hazan | |
2017-03-17 | forgotten TCHAR removed | George Hazan | |
2017-03-04 | MSN/skylogin: | leecher1337 | |
- Bumped Skype version number to make it login again to the login servers (Microsoft killed off old versions) - Fixed a bug in the skylogin code that prevented correct parsing of credentials - Added more verbose error output on credentials parsing failure | |||
2017-02-16 | dynamic loading of openssl removed | George Hazan | |
2017-02-16 | miranda got her own OpenSSL binaries | George Hazan | |
for those who compile Miranda himself, these binaries can be downloaded from http://www.miranda-ng.org/distr/build/ | |||
2017-02-14 | fix for include duplicates & recursions | George Hazan | |
2017-02-07 | code cleaning | George Hazan | |
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-23 | no need to implement the same code in each plugin | George Hazan | |