Age | Commit message (Collapse) | Author |
|
|
|
|
|
- unused members removed (requires new History++ for people who compile Miranda themselves);
- useless helpers Proto_IsAccountEnabled & Proto_IsProtocolLocked replaced with direct calls of PROTOACCOUNT members IsEnabled & IsLocked respectively;
- static interface member pfnGetProtocolVisibility replaced with static function Clist_GetProtocolVisibility or PROTOACCOUNT::IsVisible when possible
|
|
|
|
|
|
|
|
|
|
evil destroyed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
protocol plugins, just on CMPlugin information
|
|
Proto_SetUniqueId / Proto_GetUniqueId
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fix for chaos with service & hooks owners;
- added 'mild' unload option for a plugin not to remove it completely from memory, only correctly deinit it
|
|
|
|
items etc)
- also fixes #1211
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
call
|
|
|
|
|
|
|
|
MDatabaseCommon
|
|
|
|
|
|
- useless locks removed, because SM_FindSession already does locking;
- lock added to SM_FindSessionByIndex because it's really needed
|
|
|
|
|
|
- new method LIST::removeItem added to save a pointer to removed record;
- code cleaning related to the fact that LIST::remove() shall be the last operation inside an iterator, because otherwise the reference to it will point to a record next to deleted one;
- a few remaining cycles converted to iterators
|
|
|
|
|
|
|