Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
db_event_getContact() just after db_event_get()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fixes #2810 (own messages are invisible);
- fixes #2809 (Perform on Event' broken);
- code cleaning
|
|
|
|
|
|
|
|
|
|
|
|
Clist_IsHidden => Contact_IsHidden
Clist_HideContact => Contact_Hide
|
|
|
|
variable and unify access to it
|
|
|
|
|
|
|
|
completely)
|
|
|
|
events (UTF16LE by default)
|
|
|
|
|
|
- useless variable m_evWndCreate removed;
- fixes #1628 (IRC channel list window crashes when closed prematurely);
- code cleaning;
- version bump
|
|
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead;
- if you want db_get to return a string, you need to use db_get_s.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
- structure renamed: PROTORECVFILET -> PROTORECVFILE;
- useless service MS_PROTO_AUTHRECV removed;
- Proto_AuthRecv() helper converted into a function.
|