Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-16 | OpenSSL: dynamic dll loading removed | George Hazan | |
2017-02-16 | duplicated lib folders no needed anymore | 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-15 | SendScreenshot: Restore some potentially useful comments | Robert Pösel | |
2017-02-14 | fix for include duplicates & recursions | George Hazan | |
2017-02-14 | - fixes #712 (chaos in file name processing) | George Hazan | |
- massive code cleaning | |||
2017-02-14 | Console: Fix size of copy/save text buffer (fixes #713) | Robert Pösel | |
2017-02-12 | Msg_Export: | Tobias Weimer | |
- Fixed Copy action - Added Notepad++ to options dialog predefined editors - warning fix | |||
2017-02-10 | StatusManager: text tuning | dartraiden | |
2017-02-09 | fix for the history export in h++ | George Hazan | |
2017-02-08 | Scriver | Tobias Weimer | |
- Double declaration removed | |||
2017-02-07 | crash fix | George Hazan | |
2017-02-07 | warning fixes | George Hazan | |
2017-02-06 | Msg_Export: Fix opening/closing progress dialog | Robert Pösel | |
2017-02-06 | Msg_Export: Fix progress dialog processing | Robert Pösel | |
2017-02-06 | Msg_Export: Don't block whole Miranda during export | Robert Pösel | |
2017-02-06 | Msg_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-06 | Msg_Export: Allow entering "0" for no limit of line width | Robert Pösel | |
2017-02-06 | Msg_Export: Optimize checking ignored contacts/protocols (addresses #609) | Robert Pösel | |
Makes export about 20% faster. | |||
2017-02-05 | Msg_Export: Optimize exporting all history (fixes #609) | Robert Pösel | |
Makes export about 10x faster. | |||
2017-02-02 | russian langpack fix & update | Konstantin | |
2017-02-01 | minor code cleaning | George Hazan | |
2017-02-01 | PLI_ONLINE & PLI_OFFLINE - unused constants removed | George Hazan | |
2017-01-31 | - NUF_HTTPGATEWAY: unused option removed; | George Hazan | |
- NETLIBUSER::szDescriptiveName replaced with MAllStrings; - code cleaning. | |||
2017-01-23 | shit fixed in chat api | George Hazan | |
2017-01-17 | compilation fix | 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-16 | Utf8DecodeT/Utf8EncodeT macros considered useless and replaced with ↵ | George Hazan | |
Utf8DecodeW/Utf8EncodeW | |||
2017-01-14 | plugins: | Gluzskiy Alexandr | |
alarms: ui cosmetic | |||
2017-01-14 | separate handle types for HNETLIBCONN & HNETLIBBIND | George Hazan | |
2017-01-13 | unused function removed | George Hazan | |
2017-01-13 | (wiping blood from hands) no more netlib services | 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 | Merge pull request #669 from White-Tiger/mine | Tobias 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-10 | fixes #670 (Broken (TabSRMM) toolbar dropdowns) | George Hazan | |
2017-01-10 | UInfoEx: add 'In a civil union' marital status | ElzorFox | |
2017-01-08 | unused ansi services removed | George Hazan | |
2017-01-08 | code cleaning | George Hazan | |
2017-01-07 | StatusManager: Rework options to be more informative | Robert Pösel | |
2017-01-07 | StatusManager: Allow translation of subplugins' checkboxes | Robert Pösel | |
2017-01-07 | StatusManager: Move options to subpage | Robert Pösel | |
2017-01-07 | SimpleStatusMsg: Move startup status options to subpage | Robert 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-07 | StatusManager: Respect if subplugin was disabled as dll previously | Robert 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-06 | double memory freeing | George Hazan | |
2017-01-06 | StatusManager: | aunsane | |
- fixed translation - attempt to fix build on vs 2010 | |||
2017-01-06 | StatusManager: fixed #662 | aunsane | |