summaryrefslogtreecommitdiff
path: root/plugins/MirOTR
AgeCommit message (Expand)Author
2015-04-24end of zoo with various _WIN32_WINNT versionsGeorge Hazan
2015-04-21fix for listview position changingGeorge Hazan
2015-04-21- fix for a bug in options (policy & hash aren't saved for protos whose name ...George Hazan
2015-04-16MirOTR:Tobias Weimer
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2015-03-27MirOTR:Tobias Weimer
2015-03-27MirOTR: indent "child" option, so it's more clear what's meantRené Schümann
2015-03-27MirOTR: forgot some version bumps... retroactively done nowRené Schümann
2015-03-27MirOTR: translation fixes, removed 2 strings that were not meant to be transl...René Schümann
2015-03-26compilation fixGeorge Hazan
2015-03-26MirOTR: switched resources to English (well they are English actually :P) Tho...René Schümann
2015-03-26MirOTR: added notice when we're using an older protocol, also added info abou...René Schümann
2015-03-26MirOTR: cleaned-up our OTR messages and other string stuff (such as using mir...René Schümann
2015-03-26MirOTR: reverted OTR message prefix back to "OTR: "René Schümann
2015-03-26MirOTR: updated dependencies' project files to disable some warnings (they ar...René Schümann
2015-03-26MirOTR: Libgcrypt, 64bit fix, patch submitted to Libgcrypt devsRené Schümann
2015-03-26MirOTR: dependencies use UTF8/ANSI, don't use Unicode on them.René Schümann
2015-03-26MirOTR: copied OTRL_MSGEVENT_ENCRYPTION_REQUIRED message from Pidgin properly...René Schümann
2015-03-26MirOTR: fixed ICQ problem as it's dropping all messages with "otr.cypherpunks...René Schümann
2015-03-26MirOTR:René Schümann
2015-03-26MirOTR:René Schümann
2015-03-26MirOTR: compatibility update to support/use libotr 4René Schümann
2015-03-26MirOTR: major update to latest libotr 4, with OTR protocol 3 (backwards compa...René Schümann
2015-03-26MirOTR: added files required by libotr while configuring it from source and u...René Schümann
2015-03-26MirOTR: partially reverted r12467René Schümann
2015-03-21- removed debugging using MessageBoxGeorge Hazan
2015-03-21missing header removed from projectsGeorge Hazan
2015-03-21_CRT_SECURE_NO_WARNINGS needed until warnings themselves in MirOTR are fixedVadim Dashevskiy
2015-03-21avoiding module duplicate during linkingGeorge Hazan
2015-03-20MirOTR: if you ask me what I hate about Git, it'll be empty folders and SVN b...René Schümann
2015-03-20MirOTR: added DEPENDENCIES.txt with information about MirOTR's dependencies i...René Schümann
2015-03-20MirOTR: Libgcrypt and Libgpg-error updateRené Schümann
2015-03-20MirOTR: updated ekhtml from 0.3.2 to 0.3.3-pre (Git 0092d9d), this fixes a me...René Schümann
2015-03-16project fixKirill Volinsky
2015-03-14MirOTR: part 5, file/folder structure changeRené Schümann
2015-03-14MirOTR: part 4, file/folder structure changeRené Schümann
2015-03-14MirOTR: part 3, file/folder structure changeRené Schümann
2015-03-14MirOTR: part 2, file/folder structure changeRené Schümann
2015-03-14MirOTR: part one of many file/folder structure changesRené Schümann
2015-03-14MirOTR:Tobias Weimer
2015-03-13MirOTR:Tobias Weimer
2015-03-08MirOTR: Fix showing in options that certificat is trusted even it's not; Vers...Robert Pösel
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
2015-01-03missing icon added to icolibKirill Volinsky
2014-12-18various calls of setlocale removedGeorge Hazan
2014-12-14SendMessage(.... WM_SETTEXT...) -> SetWindowText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessageRozhuk Ivan
2014-12-13memmove -> memcpy in some cases, review reqRozhuk Ivan
2014-12-09code cleanup over mir_sntprintf + small bug fixRozhuk Ivan