Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-26 | major atavism, PROTORECVEVENT, died with its own set of constants | George Hazan | |
2024-01-23 | fixes #4104 (Удаление серверной истории) | George Hazan | |
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-12-09 | PROTO_INTERFACE::OnContactDeleted to be able to block the contact's deletion | George Hazan | |
2023-12-03 | PROTO_INTERFACE::SendMsg: second parameter became a reply event id | George Hazan | |
2023-09-15 | PROTO_INTERFACE::SendMsg - unused parameter flags removed | George Hazan | |
2023-08-26 | code cleaning | George Hazan | |
2023-08-17 | Tox: trashy old schema rewritten to the event driven mechanism | George Hazan | |
2023-08-17 | fixes #3611 (Tox plugin makes the whole UI hang) | George Hazan | |
2023-08-10 | fixes #3611 (Tox plugin makes the whole UI hang) | George Hazan | |
2023-04-18 | fixes #3490 (Tox: seems toxme.io is not actual) | George Hazan | |
2023-03-04 | fixes #3333 (Tox: search in Find/Add contacts tries to search any random input) | George Hazan | |
2023-02-11 | PS_CREATEACCMGRUI is obsoleted and converted into event | George Hazan | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | WORD -> uint16_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-12-26 | PBYTE -> uint8_t* | George Hazan | |
2020-06-04 | UI classes: | George Hazan | |
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning | |||
2020-05-07 | fix for old PROTO_INTERFACE::FileResume interface error | George Hazan | |
2020-02-20 | bunch of useless threads replaced with a call of ProtoBroadcastAsync | George Hazan | |
2019-04-12 | wiping custom icolib functions: all another plugins | George Hazan | |
2019-01-08 | fixes #1715 (by default account's destructor doesn't free network handle) | George Hazan | |
2018-10-02 | Tox: problems with contact Info (fixed #1603) | aunsane | |
2018-08-30 | Tox: using timers instead of threads | aunsane | |
2018-08-09 | Tox: attempt to fix #1541 | aunsane | |
2018-05-28 | all plugins => CMPlugin virtual functions | George Hazan | |
2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
2018-05-18 | Icon_Register(g_plugin.getInst() => g_plugin.registerIcon | George Hazan | |
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW | |||
2018-04-22 | no more PROTO_INTERFACE::OnEvent | George Hazan | |
2018-04-22 | EV_PROTO_ONMENU removed | George Hazan | |
2018-04-22 | OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeleted | George Hazan | |
2018-04-21 | code cleaning: | George Hazan | |
- in conformance to C++'11 rules, we don't declare a method as virtual if it's declared as override; - cause this code isn't visible in Pascal anymore, there's no need to use __cdecl calling convention for virtual methods; - since PROTO_INTERFACE is a regular C++ class, there's no need to use old style service declarations for virtual methods like OnModulesLoaded / OnShutdown | |||
2018-04-13 | Tox: added logging from toxcore | aunsane | |
- toxcore updated to 0.2.1 - toxcore now bootstraped with random two nodes - version bump | |||
2018-03-28 | PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵ | George Hazan | |
Proto_SetUniqueId / Proto_GetUniqueId | |||
2018-03-28 | common protocol instance management code went into template | George Hazan | |
2018-03-03 | Tox: #1156 | aunsane | |
- more accurate transfer management - unlockong file on transfer pause - added additional logs - cleanup | |||
2018-03-03 | Tox: | aunsane | |
- updated toxcore due to release v0.2 - removed message correction - reworked nodes update | |||
2018-02-24 | more nullptr | Goraf | |
2018-02-09 | all duplicate "Request auth", "Grant auth" & "Revoke auth" menu items eliminated | George Hazan | |
2018-01-17 | Tox: updated libtox to 0.2.0 | aunsane | |
- support of message correction - version bump | |||
2018-01-17 | Tox: fixed crash on password deletion #1101 | aunsane | |
2017-12-30 | Tox: removed own realization of SetAllContactStatus | aunsane | |
2017-12-21 | Tox: improved profile encription management | aunsane | |
2017-12-20 | Tox: added ability to encrypt profile | aunsane | |
2017-12-16 | Tox: (#1068) | Alex | |
- moved to self compiled libtox - removed unused code (multimedia & chatrooms) - removed unneeded files & tools - version bump | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-08-21 | Tox: | George Hazan | |
- fixes #898 (Tox: usability issues); - fixes #893 (Tox: failed to connect to DHT); - massive code cleaning; | |||
2017-03-15 | Tox: | aunsane | |
- tox_network.cpp splitted on two logical parts - tox network status checking moved to separated thread - started rejection of toxThread wrapper | |||
2017-02-23 | Tox: | aunsane | |
- added compatibility check - version bump |