index
:
miranda-ng.git
0_95_10_2
jabber_test
master
miranda-ng main repo mirror (manuall sync only)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
MirandaG15
/
src
/
CContactList.cpp
Age
Commit message (
Expand
)
Author
2022-07-31
Contact: group of functions gathered into the personal namespace
George Hazan
2021-04-30
we use contact iterators when possible
George Hazan
2019-12-04
GetContactProto: useless duplicate function replaced with standard Proto_GetB...
George Hazan
2019-09-27
fix for a function name:
George Hazan
2019-09-26
Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden variabl...
George Hazan
2019-07-21
Restore "Free for chat" status support (fixes #1963)
dartraiden
2019-06-04
old statuses removed from comments too
George Hazan
2019-06-04
fix fo statuses ids
dartraiden
2019-03-12
MirandaG15: warning fixes + massive code cleaning
George Hazan
2018-11-12
db_* functions replaced with g_plugin calls
George Hazan
2018-04-05
CLIST_INTERFACE::pfnGetStatusModeDescription => Clist_GetStatusModeDescription
George Hazan
2018-03-16
always hated these long expressions: contact_iter makes them much shorter
George Hazan
2017-12-06
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6...
Kirill Volinsky
2017-12-06
convert all files exept curl and new_gpg to utf-8 BOM
Kirill Volinsky
2017-11-13
Code modernize ...
Goraf
2016-07-27
less TCHARs
George Hazan
2016-07-26
less TCHARs:
George Hazan
2016-07-25
hello, Unix.
George Hazan
2015-11-06
MirandaG15: Minor cleanup
Tobias Weimer
2015-10-04
MirandaG15:
Tobias Weimer
2015-10-04
MirandaG15:
Tobias Weimer
2015-07-26
more warning fixes
George Hazan
2015-06-30
MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced w...
George Hazan
2015-06-08
MirandaG15:
Tobias Weimer
2015-05-22
replace _tcsicmp to mir_tstrcmpi
Kirill Volinsky
2015-05-22
replace stricmp to mir_strcmpi
Kirill Volinsky
2015-01-16
MEVENT - the strict type for events, they are not HANDLE anymore
George Hazan
2014-12-02
useless calls of mir_*strlen in DrawText replaced with -1
George Hazan
2014-11-30
safe lstr* replacements: mir_strlen, mir_wstrlen, mir_strcpy, mir_wstrcpy,
George Hazan
2014-07-19
db_mc_tryMeta applied
George Hazan
2014-03-12
db_event_next/db_event_prev: first parameter hContact added
George Hazan
2014-03-09
end of the old MC API
George Hazan
2014-02-27
MS_MC_GETMETACONTACT => db_mc_getMeta
George Hazan
2014-02-21
Attempt to make MirandaG15 work with IRC and other groupchats
Tobias Weimer
2014-02-12
another bunch of useless conversions died
George Hazan
2014-02-10
HCONTACT is not needed anymore
George Hazan
2014-02-10
- HANDLE hContact => HCONTACT
George Hazan
2013-11-03
MirandaG15: warning fixes
Robert Pösel
2013-11-03
MirandaG15 now works correctly (thanks to Intri for patch) and cleanup
Robert Pösel
2013-10-29
Adopted MirandaG15 plugin
Robert Pösel