Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-26 | major atavism, PROTORECVEVENT, died with its own set of constants | George Hazan | |
2024-01-08 | Update copyrights | dartraiden | |
2023-12-20 | DBEVENTINFO::hContact to be returned inside an event, no need to call ↵ | George Hazan | |
db_event_getContact() just after db_event_get() | |||
2023-01-02 | Update copyrights | dartraiden | |
2022-04-06 | remove executable attribute from affected files | georgehazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | PBYTE -> uint8_t* | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-07-19 | NewGPG: fix typos | dartraiden | |
2020-06-25 | New_GPG: code cleaning | George Hazan | |
2020-06-23 | Jabber to filter out encrypted outgoing carbon copies | George Hazan | |
2020-06-23 | new_gpg: code reordering | George Hazan | |
2020-06-23 | New_GPG: | George Hazan | |
- massive code cleaning; - obsolete extra icon management code removed; - added code to visualize service events correctly; - version bump | |||
2020-06-22 | temporary hidden setting to suppress sending back error messages | George Hazan | |
2020-06-18 | we don't insert parasite '\n' when a pipe is empty | George Hazan | |
2020-03-21 | New_GPG: code cleaning | George Hazan | |
2020-03-21 | NewGPG: | George Hazan | |
- fixes #2266 (New_GPG: вынести пункты плагина в подменю); - the rest of boolean options moved to CMOption<bool>; - custom window location storing code reimplemented using Util_SaveWindowPosition; - log generation code optimization; - version bump | |||
2020-03-18 | typos fixed | George Hazan | |
2020-03-18 | unneeded code removed | George Hazan | |
2020-03-18 | NewGPG: options implemented using CMOption | George Hazan | |
2020-03-18 | NewGPG: | George Hazan | |
- fixes #2259 (New_GPG лезет на другие аккаунты и пытается расшифровывать чаты); - fixes #2258 (New_GPG is broken after chat window redesign); - version bump | |||
2020-03-18 | NewGPG: logger optimization | George Hazan | |
2020-03-17 | New_GPG: | George Hazan | |
- fix for key deletion; - fix for checkboxes inside User list; - nasty perversion aka globals.user_data removed, instead a parameter is passed into ShowLoadPublicKeyDialog(); - UI code cleaning; - version bump | |||
2020-03-17 | n-nope, three utf-8 chars do not talke three bytes | George Hazan | |
2020-03-17 | NewGPG: fix for hardcoded utf8 constants | George Hazan | |
2020-03-16 | NewGPG: massive code cleaning | George Hazan | |
2020-03-15 | NewGPG: massive code cleaning | George Hazan | |
2020-01-01 | Happy new year, Miranda, part 2 | dartraiden | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-11-12 | type fix | Konstantin Nikulin | |
2019-02-19 | New_GPG -> TinyXml2 | George Hazan | |
2019-01-30 | m_icq.h removed | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-12-08 | db_get_sa / db_get_wsa to receive the default value, massive code simplification | George Hazan | |
2018-11-14 | hContact, MODULENAME -> g_plugin | George Hazan | |
2018-11-12 | db_* functions replaced with g_plugin calls | George Hazan | |
2018-09-25 | NewGPG: | George Hazan | |
- fixes problems with plugin loading; - minus boost::thread; - massive code cleaning; - version bump | |||
2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
2018-04-05 | CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayName | George Hazan | |
2018-01-01 | - convert NEW_GPG to UTF without BOM | dartraiden | |
- correct links in Deplphi plugins | |||
2018-01-01 | massive copyright update | dartraiden | |
2017-12-08 | new_gpg: a bit of refactoring | Gluzskiy Alexandr | |
- eliminated few confusing globals (including unnecessary mutex) - implemeted proper way to avoid collisions in some places | |||
2017-12-08 | new_gpg: get rid of "extern chaos" | Gluzskiy Alexandr | |
- moving ui related code to separated file, split definition and implementation of ui | |||
2017-12-06 | all rc files reverted to utf-8 | Kirill Volinsky | |
2017-12-02 | new_gpg: porting ui to new api | Gluzskiy Alexandr | |
2017-12-02 | new_gpg: dos2unix //deal with it. | Gluzskiy Alexandr | |
2017-12-01 | new_gpg: porting to new ui api (part2) | Gluzskiy Alexandr | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] |