Age | Commit message (Expand) | Author |
2015-11-11 | thread library: | George Hazan |
2015-09-04 | HTTPServer: menu uid | Alexander Lantsev |
2015-08-30 | code cleaning | George Hazan |
2015-08-28 | mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos... | George Hazan |
2015-06-29 | - unified menu creation using wrapper class CMenuItem; | George Hazan |
2015-06-28 | finally CLISTEVENT removed completely | George Hazan |
2015-06-28 | Minor cleanup | Tobias Weimer |
2015-06-27 | - CLISTMENUITEM::pszContactOwner removed, because it's supported only by cont... | George Hazan |
2015-06-25 | MS_CLUI_GETHWND & MS_CLUI_GETHWNDTREE replaced with pcli->hwndContactList & p... | George Hazan |
2015-06-22 | Menu_ModifyItem unbound from CLISTMENUITEM structure | George Hazan |
2015-06-22 | - CLISTMENUITEM::cbSize - atavism removed; | George Hazan |
2015-06-19 | SIZEOF replaced with more secure analog - _countof | 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-23 | replace _tcsncat to mir_tstrncat | 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 | replace strcmp to mir_strcmp | Kirill Volinsky |
2015-05-22 | replace strlen to mir_strlen | Kirill Volinsky |
2015-05-16 | fix for strncat use | Kirill Volinsky |
2015-04-30 | minus critical section | Kirill Volinsky |
2015-04-09 | HTTPServer: | Tobias Weimer |
2015-03-30 | HTTPServer: Minor fixes | Tobias Weimer |
2015-03-23 | HTTPServer: | Tobias Weimer |
2014-12-01 | mir_snprintf(..., sizeof() -> SIZEOF(), ...) | Rozhuk Ivan |
2014-08-16 | compilation fix | George Hazan |
2014-06-19 | revert unicode | Kirill Volinsky |
2014-06-15 | some unicode fixes | Kirill Volinsky |
2014-06-14 | plugin unicoded | Kirill Volinsky |
2014-01-27 | couple of atavisms removed | George Hazan |
2013-10-15 | code cleanup | Kirill Volinsky |
2013-07-25 | replace sprintf to mir_snprintf (part 6) | Kirill Volinsky |
2013-07-22 | replace sprintf to mir_snprintf (part 1) | Kirill Volinsky |
2013-07-08 | core protocol helpers for creating protocol evengs, services & threads | George Hazan |
2013-04-05 | rest of menu cleaning | George Hazan |
2013-03-29 | minor translation fixes (fixes #283, #284) | Tobias Weimer |
2013-03-06 | cleanup of the unnecessary UnhookEvent() calls | George Hazan |
2013-02-27 | added version info | Kirill Volinsky |
2013-02-02 | compile fix | Tobias Weimer |
2013-02-02 | - Do not load plugin when a fatal error occures | Tobias Weimer |
2013-01-22 | - fixed contact menu | Tobias Weimer |
2013-01-22 | - fixed r3219 | Tobias Weimer |
2013-01-21 | - HTTPServer: stdafx.cpp added for constant hashes | Vadim Dashevskiy |
2013-01-20 | - Another portion of _T replacement (patch from person) | Vadim Dashevskiy |
2013-01-20 | HTTPServer adopted | Kirill Volinsky |