summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2017-02-16OpenSSL: dynamic dll loading removedGeorge Hazan
2017-02-16duplicated lib folders no needed anymoreGeorge Hazan
2017-02-16miranda got her own OpenSSL binariesGeorge Hazan
for those who compile Miranda himself, these binaries can be downloaded from http://www.miranda-ng.org/distr/build/
2017-02-15SendScreenshot: Restore some potentially useful commentsRobert Pösel
2017-02-14fix for include duplicates & recursionsGeorge Hazan
2017-02-14- fixes #712 (chaos in file name processing)George Hazan
- massive code cleaning
2017-02-14Console: Fix size of copy/save text buffer (fixes #713)Robert Pösel
2017-02-12Msg_Export:Tobias Weimer
- Fixed Copy action - Added Notepad++ to options dialog predefined editors - warning fix
2017-02-10StatusManager: text tuningdartraiden
2017-02-09fix for the history export in h++George Hazan
2017-02-08ScriverTobias Weimer
- Double declaration removed
2017-02-07crash fixGeorge Hazan
2017-02-07warning fixesGeorge Hazan
2017-02-06Msg_Export: Fix opening/closing progress dialogRobert Pösel
2017-02-06Msg_Export: Fix progress dialog processingRobert Pösel
2017-02-06Msg_Export: Don't block whole Miranda during exportRobert Pösel
2017-02-06Msg_Export: Fix exporting unicode messages, make it even faster (addresses #609)Robert Pösel
Previously code worked with opening file and loading BOM at writing each event. When we stopped closing/opening file at each event it couldn't read BOM anymore, so it wrote messages in wrong codepage. This is not fixed by parameter defining we are just appending the file, so it doesn't need to determing BOM or even check file size. Thanks to this exporting is now about 70% faster than the initial optimization commit (in sum 13.5x faster than before).
2017-02-06Msg_Export: Allow entering "0" for no limit of line widthRobert Pösel
2017-02-06Msg_Export: Optimize checking ignored contacts/protocols (addresses #609)Robert Pösel
Makes export about 20% faster.
2017-02-05Msg_Export: Optimize exporting all history (fixes #609)Robert Pösel
Makes export about 10x faster.
2017-02-02russian langpack fix & updateKonstantin
2017-02-01minor code cleaningGeorge Hazan
2017-02-01PLI_ONLINE & PLI_OFFLINE - unused constants removedGeorge Hazan
2017-01-31- NUF_HTTPGATEWAY: unused option removed;George Hazan
- NETLIBUSER::szDescriptiveName replaced with MAllStrings; - code cleaning.
2017-01-23shit fixed in chat apiGeorge Hazan
2017-01-17compilation fixGeorge Hazan
2017-01-17useless field DBEVENTINFO::cbSize removedGeorge Hazan
2017-01-16DB_AUTH_BLOB: handy piece of code moved into the coreGeorge Hazan
2017-01-16Utf8DecodeT/Utf8EncodeT macros considered useless and replaced with ↵George Hazan
Utf8DecodeW/Utf8EncodeW
2017-01-14plugins:Gluzskiy Alexandr
alarms: ui cosmetic
2017-01-14separate handle types for HNETLIBCONN & HNETLIBBINDGeorge Hazan
2017-01-13unused function removedGeorge Hazan
2017-01-13(wiping blood from hands) no more netlib servicesGeorge Hazan
2017-01-13a bit less netlib servicesGeorge Hazan
2017-01-12Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCTGeorge Hazan
2017-01-11strong typization - better typizationGeorge Hazan
2017-01-11Merge pull request #669 from White-Tiger/mineTobias Weimer
SendSS: fixed uploadpie upload by using HTTPS
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-10fixes #670 (Broken (TabSRMM) toolbar dropdowns)George Hazan
2017-01-10UInfoEx: add 'In a civil union' marital statusElzorFox
2017-01-08unused ansi services removedGeorge Hazan
2017-01-08code cleaningGeorge Hazan
2017-01-07StatusManager: Rework options to be more informativeRobert Pösel
2017-01-07StatusManager: Allow translation of subplugins' checkboxesRobert Pösel
2017-01-07StatusManager: Move options to subpageRobert Pösel
2017-01-07SimpleStatusMsg: Move startup status options to subpageRobert Pösel
This commit is also useful for conflict with other plugin(s) that also want to add page directly to "Status" page. Because there wasn't specified "tab", it then consumed whole "Status" page for itself and didn't show tabs of plugins loaded afterwards. Another solution to this conflict is to just set "tab" for this page. But it makes more sense to have separate page for this "Startup status" options.
2017-01-07StatusManager: Respect if subplugin was disabled as dll previouslyRobert Pösel
This makes a bit better update experience for users that used and disabled one of subplugins in the past, because they will be disabled by default after update to StatusManager.
2017-01-06double memory freeingGeorge Hazan
2017-01-06StatusManager:aunsane
- fixed translation - attempt to fix build on vs 2010
2017-01-06StatusManager: fixed #662aunsane