Age | Commit message (Collapse) | Author |
|
|
|
- structure renamed: PROTORECVFILET -> PROTORECVFILE;
- useless service MS_PROTO_AUTHRECV removed;
- Proto_AuthRecv() helper converted into a function.
|
|
|
|
|
|
|
|
m_addcontact.h removed and replaced with Contact_Add* functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dunno how I could miss it
|
|
|
|
|
|
This reverts commit e09448dd03e3647717166e92ee818e395041993a, reversing
changes made to b0f44b16bd1138de85a5d17bb42151742f9c8298.
|
|
|
|
|
|
if the event is missing
usable to hook events that disappear after being used
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SetRichText, SetRichTextRtf
|
|
- UI utils spread to separate modules, one module for one class;
- class CCtrlRichEdit added
|
|
by someone's dirty hands
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- common code moved to the core (Chat_CreateGCMenu, Chat_DestroyGCMenu);
- ability added to any plugin to add its own items into any GC menu, not only to the protocol plugins
to do that a plugin calls Chat_AddMenuItems and returns 0 to allow any other plugin to process menu hook
|
|
- Chat_HoverMouse became the internal function ans is not exported anymore
|
|
|
|
|
|
|