index
:
miranda-ng.git
0_95_10_2
jabber_test
master
xmpp_message_handling_refactoring
miranda-ng main repo mirror (manuall sync only)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
StatusPlugins
/
KeepStatus
/
keepstatus.cpp
Age
Commit message (
Expand
)
Author
2015-06-19
- all static protocol services replaced with functions;
George Hazan
2015-06-15
MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function calls
George Hazan
2015-06-04
new mir_sntprintf templates without SIZEOF
George Hazan
2015-05-23
mir_tstrncpy <> _tcsncpy
George Hazan
2015-05-23
replace _tcsncpy to mir_tstrncpy
Kirill Volinsky
2015-05-23
replace strncpy to mir_strncpy
Kirill Volinsky
2015-05-23
replace _tcsncat to mir_tstrncat
Kirill Volinsky
2015-05-22
replace _tcscpy to mir_tstrcpy
Kirill Volinsky
2015-05-22
replace strcmp to mir_strcmp
Kirill Volinsky
2015-05-22
replace _tcslen to mir_tstrlen
Kirill Volinsky
2015-05-22
replace strlen to mir_strlen
Kirill Volinsky
2015-04-30
minus critical section
Kirill Volinsky
2015-04-16
IsStatusConnecting() - useful macro
George Hazan
2014-12-16
KeepStatus: changed warning lavel to w4
Kirill Volinsky
2014-12-01
mir_snprintf(..., sizeof() -> SIZEOF(), ...)
Rozhuk Ivan
2014-11-30
new sorting functions applied
George Hazan
2014-11-30
safe lstr* replacements: mir_strlen, mir_wstrlen, mir_strcpy, mir_wstrcpy,
George Hazan
2014-11-26
KeepStatus code cleanup
Rozhuk Ivan
2014-06-11
correct ServiceExists call for popups
George Hazan
2014-02-27
minor code cleaning
George Hazan
2014-02-24
minor code cleaning
George Hazan
2013-12-04
KeepStatus:
George Hazan
2013-10-10
- MS_CLIST_GETSTATUSMODEDESCRIPTION replaced with the direct clist call
George Hazan
2013-09-26
plugins cleanup
Kirill Volinsky
2013-08-27
KeepStatus: removed unnecessary protocols in popup.
Vlad Mironov
2013-08-07
crash fix
George Hazan
2013-07-29
resource clearance moved to ME_SYSTEM_PRESHUTDOWN instead of ME_SYSTEM_OKTOEXIT
George Hazan
2013-07-24
more cleanup
Tobias Weimer
2013-07-23
-translation fix
Tobias Weimer
2013-07-23
fix for random crash in KeepStatus
George Hazan
2013-07-22
fix for changing char to TCHAR
Kirill Volinsky
2013-07-22
KeepStatus: use user defined account name in popup
Vlad Mironov
2013-05-19
"PopUp" everywhere was replaced to "Popup"
Robert Pösel
2013-04-07
Trigger plugin's support removed, cause this plugin is dead
George Hazan
2013-04-06
small cleanup
Kirill Volinsky
2013-04-05
- rest of menus cleared;
George Hazan
2013-03-15
various popup related code cleaning
George Hazan
2013-03-14
old ansi popups removed, noone used them anyway
George Hazan
2012-11-02
final switch to the typed icolib api
George Hazan
2012-07-29
x64 signature fixes
Tobias Weimer
2012-07-19
code cleaning
George Hazan
2012-07-19
Unicode in status message plugins
George Hazan
2012-07-13
Updater removal - stage 1
Vadim Dashevskiy
2012-06-20
- direct call of MS_SKIN_ADDNEWSOUND replaced with Skin_AddSound() call;
George Hazan
2012-06-02
- code cleaning
George Hazan
2012-05-15
initial commit
Vadim Dashevskiy