summaryrefslogtreecommitdiff
path: root/plugins/MirOTR
AgeCommit message (Collapse)Author
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19- all static protocol services replaced with functions;George Hazan
- m_protomod.h removed as useless git-svn-id: http://svn.miranda-ng.org/main/trunk@14260 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-14- all icolib services removed;George Hazan
- IcoLib_* functions are bound directly to the code git-svn-id: http://svn.miranda-ng.org/main/trunk@14161 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-04new mir_sntprintf templates without SIZEOFGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14004 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14002 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31- PROTOCOLDESCRIPTOR_V3_SIZE to identify an ANSI plugin;George Hazan
- absence of fnInitFunc to identify a protocol without instances; - whole bunch of ansi crutches discarded git-svn-id: http://svn.miranda-ng.org/main/trunk@13937 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-28MirOTR:George Hazan
- unsafe strncat removed; - verious perversions also removed git-svn-id: http://svn.miranda-ng.org/main/trunk@13884 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-27memory leak fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13861 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-24replace wcscpy to mir_wstrcpyKirill Volinsky
replace wcscat to mir_wstrcat replace wcsncat to mir_wstrncat replace wcscmp to mir_wstrcmp replace wcsicmp to mir_wstrcmpi git-svn-id: http://svn.miranda-ng.org/main/trunk@13814 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-24replace wcslen to mir_wstrlenKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13813 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13791 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-23replace _tcsncpy to mir_tstrncpyKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13786 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-23replace strncpy to mir_strncpyKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-23replace strncat to mir_strncatKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13780 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-23replace strcat to mir_strcatKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13777 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13763 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22T2Utf - handy replacement for ptrA<mir_utf8decodeT()>George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13758 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace _tcscmp to mir_tstrcmpKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13753 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13752 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace _tcslen to mir_tstrlenKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13748 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace strlen to mir_strlenKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13747 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-21war against atavisms continuesGeorge Hazan
- everything that goes to PSS_MESSAGE should be sent as utf8 string; - thus PREF_UNICODE & PREF_UTF support discontinued, these constants are removed; - support for PREF_UNICODE & PREF_UTF in protocols also removed; - PREF_UNICODE used in file transfers (PROTOFILERECVT) replaced with PRFF_UNICODE / PRFF_TCHAR git-svn-id: http://svn.miranda-ng.org/main/trunk@13734 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-16fix for strncat useKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13636 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-11cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13537 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-03fix for the option's page style pt. 3Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@13403 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-30minus critical sectionKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13283 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-27ConnectionNotify common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13191 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-24end of zoo with various _WIN32_WINNT versionsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13112 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-21fix for listview position changingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13009 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-21- fix for a bug in options (policy & hash aren't saved for protos whose name ↵George Hazan
differs from module name); - code cleaning; - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@13008 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-16MirOTR:Tobias Weimer
-support for account names git-svn-id: http://svn.miranda-ng.org/main/trunk@12877 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and ↵George Hazan
therefore removed git-svn-id: http://svn.miranda-ng.org/main/trunk@12840 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-27MirOTR:Tobias Weimer
-Added missing LPGENT git-svn-id: http://svn.miranda-ng.org/main/trunk@12530 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-27MirOTR: indent "child" option, so it's more clear what's meantRené Schümann
git-svn-id: http://svn.miranda-ng.org/main/trunk@12525 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-27MirOTR: forgot some version bumps... retroactively done nowRené Schümann
git-svn-id: http://svn.miranda-ng.org/main/trunk@12524 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-27MirOTR: translation fixes, removed 2 strings that were not meant to be ↵René Schümann
translated, well "unknown contact" shouldn't even happen git-svn-id: http://svn.miranda-ng.org/main/trunk@12518 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-26compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12516 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-26MirOTR: switched resources to English (well they are English actually :P) ↵René Schümann
Though, I'm unsure if Neutral wouldn't be better... Miranda uses mostly English though, Neutral is quite rare and Russian spreads like a virus^^ Also added Git URIs to some dependencies (gnupg.org was quite buggy the last few days as they've updated their website) ToDo: fix MirOTR's dynamic load / unload (doesn't properly work and can cause a crash) git-svn-id: http://svn.miranda-ng.org/main/trunk@12514 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-26MirOTR: added notice when we're using an older protocol, also added info ↵René Schümann
about used version to menu git-svn-id: http://svn.miranda-ng.org/main/trunk@12513 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-26MirOTR: cleaned-up our OTR messages and other string stuff (such as using ↵René Schümann
mir_strncpy instead of unsafe strncpy) git-svn-id: http://svn.miranda-ng.org/main/trunk@12512 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-26MirOTR: reverted OTR message prefix back to "OTR: "René Schümann
git-svn-id: http://svn.miranda-ng.org/main/trunk@12511 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-26MirOTR: updated dependencies' project files to disable some warnings (they ↵René Schümann
are not important, and we can't do anything about them anyway) also small cleanup on libotr's project file git-svn-id: http://svn.miranda-ng.org/main/trunk@12510 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-26MirOTR: Libgcrypt, 64bit fix, patch submitted to Libgcrypt devsRené Schümann
git-svn-id: http://svn.miranda-ng.org/main/trunk@12509 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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