summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-26MirOTR: dependencies use UTF8/ANSI, don't use Unicode on them.René Schümann
git-svn-id: http://svn.miranda-ng.org/main/trunk@12508 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-26MirOTR: copied OTRL_MSGEVENT_ENCRYPTION_REQUIRED message from Pidgin ↵René Schümann
properly :P (we still might need to tweak them) git-svn-id: http://svn.miranda-ng.org/main/trunk@12507 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-26MirOTR: fixed ICQ problem as it's dropping all messages with ↵René Schümann
"otr.cypherpunks.ca" in it and thus every manually started session (which then never starts) This change actually improves the invite message as HTML is gone and the message is send in up to two languages (English + user) git-svn-id: http://svn.miranda-ng.org/main/trunk@12506 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-26MirOTR:René Schümann
! fixed SMP user cancel (we didn't inform our buddy about cancel actions) (dialogs.cpp) ! fixed SMP window handle leaks with all SMP dialogs (CreateDialog() uses DestroyWindow(), not EndDialog()) (dialogs.cpp) tried to make it clear how a dialog was created by using "DlgProc" for CreateDialog() and "DlgBoxProc" for DialogBox() dialogs git-svn-id: http://svn.miranda-ng.org/main/trunk@12505 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-26MirOTR:René Schümann
! fixed options dialog radio button grouping (resource.rc) ! fixed crash when trying to delete fingerprint in use (options.cpp) * changed default OTR prefix to one that cannot be faked by other parties and added note about this fact to options (options.cpp) + small improvement to options. Reset prefix to default if user enters an empty one (options.cpp) git-svn-id: http://svn.miranda-ng.org/main/trunk@12504 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-26MirOTR: compatibility update to support/use libotr 4René Schümann
+ added otrlextensions from Psi+ (thanks guys, better than our old modification to libotr) * basic instance tag support, though we don't offer user choice yet. + added ProtoGetNickname(), stolen from TabSRMM to get our own nickname of given protocol (utils.cpp) git-svn-id: http://svn.miranda-ng.org/main/trunk@12503 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-26MirOTR: major update to latest libotr 4, with OTR protocol 3 (backwards ↵René Schümann
compatible to 2 and 1, 1 is disabled by default) NOTE: doesn't build yet, just new libotr without required changes to MirOTR itself git-svn-id: http://svn.miranda-ng.org/main/trunk@12502 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-26MirOTR: added files required by libotr while configuring it from source and ↵René Schümann
updated DEPENDENCIES.txt accordingly (also added Git hash for libotr) git-svn-id: http://svn.miranda-ng.org/main/trunk@12501 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-26MirOTR: partially reverted r12467René Schümann
We have nothing do to with dependencies, so let them in a clean state (or at least document changes!) 64bit compatibility will be tested later on and I'm gonna submit a patch for Libgcrypt to fix their problem. git-svn-id: http://svn.miranda-ng.org/main/trunk@12500 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-26WinSCP 5.7.1Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@12499 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-26memory leak fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12498 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-26* TabSRMM: fix templates preview: error message; first empty line after ↵Rozhuk Ivan
second update preview. git-svn-id: http://svn.miranda-ng.org/main/trunk@12497 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-24SkypeWeb: status improvementsAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12493 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-24UI 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-24fixed receiving contacts listKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12491 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-24crash fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12490 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-24* multiple WINE bug fixes over IsDialogMessage(), bug rep: ↵Rozhuk Ivan
https://bugs.winehq.org/show_bug.cgi?id=38276 git-svn-id: http://svn.miranda-ng.org/main/trunk@12489 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-24* multiple WINE bug fixes over DeferWindowPos(), bug rep: ↵Rozhuk Ivan
https://bugs.winehq.org/show_bug.cgi?id=38275 git-svn-id: http://svn.miranda-ng.org/main/trunk@12488 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-23SkypeWeb: status support pt2 (patch from MikalaiR)Alexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12487 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-23One TranslateT too muchTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@12486 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-23Fix for r12483Tobias Weimer
-Using TranslateT -Fixed missing break git-svn-id: http://svn.miranda-ng.org/main/trunk@12485 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-23HTTPServer:Tobias Weimer
-Fixed "Copy Link" -Close Statistics window on Exit -Minor x64 fix git-svn-id: http://svn.miranda-ng.org/main/trunk@12484 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-23fixed name of multimedia buttonsKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12483 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-23not needed folder removedKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12482 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-22/ignore:4197 added to all configurationsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12480 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-22strange custom loggins functions removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12479 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-22SkypeWeb:Alexander Lantsev
- refactored HttpRequest 2 - status changing support (patch from MikalaiR) git-svn-id: http://svn.miranda-ng.org/main/trunk@12478 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-22SkypeWeb: refactored HttpRequestAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12477 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-22VKontakte: Sergey Bolhovskoy
fix order for AsyncHttpRequest in m_arRequestsQueue git-svn-id: http://svn.miranda-ng.org/main/trunk@12476 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-22CMString*: explicit templates instantiatingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12475 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-22bugfix: temporary file name gets brokenGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12474 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-21DEF-file automatic creatorGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12473 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-21VKontakte: fix position for IDC_S_GROUPS Sergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@12472 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-21VKontakte: Sergey Bolhovskoy
m_arRequestsQueue as queue with priority set high priority for sending and receiving messages version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@12471 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-21ConnectionNotify:Tobias Weimer
- attempt to fix filtering, which got broken in r12455 git-svn-id: http://svn.miranda-ng.org/main/trunk@12470 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-21unused code removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12469 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-21XML parser not to remove trailing spaces when decoding messagesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12468 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-21- removed debugging using MessageBoxGeorge Hazan
- massive Windows-specific code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@12467 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-21all SRMMs to send messages right trimmed George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12466 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-21missing header removed from projectsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12465 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-21code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12464 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-21git-svn-id: http://svn.miranda-ng.org/main/trunk@12463 ↵Vadim Dashevskiy
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-21_CRT_SECURE_NO_WARNINGS needed until warnings themselves in MirOTR are fixedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@12462 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-21avoiding module duplicate during linkingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12461 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-21langpacks: updateDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@12460 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-20another bunch of shit removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12459 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-20fix for a possible memory corruptionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12458 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-20code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12457 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-20SkypeWeb: added auth requests managementAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12456 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c