Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
read all events into a message log)
|
|
|
|
|
|
|
|
- ACKTYPE_URL removed;
- PF1_URL removed;
- IEED_EVENT_URL removed;
- another URL-related code cleaning
|
|
|
|
|
|
|
|
- old obsoleted ICQ-related junk like PF4_FORCEADDED & PF1_ADDED removed;
- appropriate controls removed from auth dialogs and menus;
- fixes #1680 (ICQ10: disable "Auth request" and "Send you are added" in "Add contact" dialog)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- plugin StdIdle that had been acting as an options dialog for StdAutoAway removed;
- service MS_IDLE_GETIDLEINFO moved into the core and replaced with Idle_GetInfo();
- new function Idle_Enter() is available to tell the core that Miranda is idle;
- StdAutoAway & StatusManager adapted for these changes;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
no need to call RegisterModule manually
|
|
- PROTOCOLDESCRIPTOR's implementation hidden inside mir_app;
- Proto_RegisterModule now doesn't need a PROTOCOLDESCRIPTOR structure;
- PROTOTYPE_PROTOWITHACCS type added for protos that work with accounts
|
|
|
|
|
|
|
|
|
|
|
|
CLIST_INTERFACE::pfnRegisterFileDropping & CLIST_INTERFACE::pfnUnregisterFileDropping => suspended
|
|
CLIST_INTERFACE::pfnFreeGroup => suspended
|
|
|
|
|
|
CLIST_INTERFACE::pfnEnsureVisible => Clist_EnsureVisible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|