Age | Commit message (Expand) | Author |
2015-06-25 | crazy own menu creation system removed from MirOTR | George Hazan |
2015-06-25 | another portion of dead genmenu services | George Hazan |
2015-06-24 | fixes for MENUITEMINFO declarations | George Hazan |
2015-06-23 | - Menu_ConfigureItem replaced MO_SETOPTIONSMENUITEM; | George Hazan |
2015-06-22 | Menu_ModifyItem unbound from CLISTMENUITEM structure | George Hazan |
2015-06-22 | - CLISTMENUITEM::cbSize - atavism removed; | George Hazan |
2015-06-22 | minor correction in the internal genmenu structure | George Hazan |
2015-06-19 | SIZEOF replaced with more secure analog - _countof | George Hazan |
2015-06-19 | - all static protocol services replaced with functions; | George Hazan |
2015-06-14 | - all icolib services removed; | George Hazan |
2015-06-04 | new mir_sntprintf templates without SIZEOF | George Hazan |
2015-06-04 | new mir_snprintf templates without SIZEOF | George Hazan |
2015-05-31 | - PROTOCOLDESCRIPTOR_V3_SIZE to identify an ANSI plugin; | George Hazan |
2015-05-28 | MirOTR: | George Hazan |
2015-05-27 | memory leak fix | George Hazan |
2015-05-24 | replace wcscpy to mir_wstrcpy | Kirill Volinsky |
2015-05-24 | replace wcslen to mir_wstrlen | Kirill Volinsky |
2015-05-23 | mir_tstrncpy <> _tcsncpy | George Hazan |
2015-05-23 | replace _tcsncpy to mir_tstrncpy | Kirill Volinsky |
2015-05-23 | replace strncpy to mir_strncpy | Kirill Volinsky |
2015-05-23 | replace strncat to mir_strncat | Kirill Volinsky |
2015-05-23 | replace strcat to mir_strcat | Kirill Volinsky |
2015-05-22 | replace strcpy to mir_strcpy | Kirill Volinsky |
2015-05-22 | T2Utf - handy replacement for ptrA<mir_utf8decodeT()> | George Hazan |
2015-05-22 | replace _tcscmp to mir_tstrcmp | Kirill Volinsky |
2015-05-22 | replace strcmp to mir_strcmp | Kirill Volinsky |
2015-05-22 | replace _tcslen to mir_tstrlen | Kirill Volinsky |
2015-05-22 | replace strlen to mir_strlen | Kirill Volinsky |
2015-05-21 | war against atavisms continues | George Hazan |
2015-05-16 | fix for strncat use | Kirill Volinsky |
2015-05-11 | cleanup | Kirill Volinsky |
2015-04-30 | minus critical section | Kirill Volinsky |
2015-04-27 | ConnectionNotify common project | Kirill Volinsky |
2015-04-24 | end of zoo with various _WIN32_WINNT versions | George Hazan |
2015-04-21 | fix for listview position changing | George Hazan |
2015-04-21 | - fix for a bug in options (policy & hash aren't saved for protos whose name ... | George Hazan |
2015-04-16 | MirOTR: | Tobias Weimer |
2015-04-15 | after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th... | George Hazan |
2015-03-27 | MirOTR: | Tobias Weimer |
2015-03-27 | MirOTR: forgot some version bumps... retroactively done now | René Schümann |
2015-03-27 | MirOTR: translation fixes, removed 2 strings that were not meant to be transl... | René Schümann |
2015-03-26 | MirOTR: added notice when we're using an older protocol, also added info abou... | René Schümann |
2015-03-26 | MirOTR: cleaned-up our OTR messages and other string stuff (such as using mir... | René Schümann |
2015-03-26 | MirOTR: reverted OTR message prefix back to "OTR: " | René Schümann |
2015-03-26 | MirOTR: copied OTRL_MSGEVENT_ENCRYPTION_REQUIRED message from Pidgin properly... | René Schümann |
2015-03-26 | MirOTR: fixed ICQ problem as it's dropping all messages with "otr.cypherpunks... | René Schümann |
2015-03-26 | MirOTR: | René Schümann |
2015-03-26 | MirOTR: | René Schümann |
2015-03-26 | MirOTR: compatibility update to support/use libotr 4 | René Schümann |
2015-03-21 | - removed debugging using MessageBox | George Hazan |