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
/
src
/
modules
/
database
/
database.cpp
Age
Commit message (
Expand
)
Author
2014-07-19
fix for a context menu
George Hazan
2014-07-19
more fixes for Profile Manager
George Hazan
2014-07-19
profile manager: support for the obsolete profiles
George Hazan
2014-07-16
in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to be...
George Hazan
2014-03-23
code cleaning
George Hazan
2014-02-19
import to open a database in read-only mode
George Hazan
2014-01-23
dbx_mmap to verify password before checking file
George Hazan
2014-01-21
minor code cleaning
George Hazan
2014-01-08
db => database
Dart Raiden
2014-01-01
copyright update for year 2014
George Hazan
2013-12-30
code cleaning and reordering
George Hazan
2013-12-30
if a database driver already printed an error, there's no need to do that twice
George Hazan
2013-12-30
code cleaning
George Hazan
2013-12-29
when mmap_sa opens a database, it must decrypt it, change signature to mmap a...
George Hazan
2013-12-02
another portion of decapitalization in the core (4/5)
Dart Raiden
2013-10-09
fix for recursion in Folders
George Hazan
2013-10-08
separate Folders handles removed from protocols
George Hazan
2013-08-26
- spelling correction (patch from RMN)
Vadim Dashevskiy
2013-03-01
service call replaced with helper: MS_UTILS_PATHTOABSOLUTEW
George Hazan
2013-02-28
new template, VARST, to hold the result of calling Utils_ReplaceVarsT()
George Hazan
2013-02-28
bugfix: AutoExec/OnCreateFilename setting in mirandaboot.ini doesn't work whe...
George Hazan
2013-02-11
core: copyright update to year 2013
George Hazan
2013-02-03
- translation fixes (patch from wishmaster)
Vadim Dashevskiy
2013-01-25
fix for the automatic database creation
George Hazan
2013-01-23
- Another portion of _T replacement when it's not needed (from person)
Vadim Dashevskiy
2012-11-16
tabs and spaces cleaning
Kirill Volinsky
2012-11-12
fix for DbChecker - not to load when not in use
Vadim Dashevskiy
2012-09-28
valid db plugins load order
George Hazan
2012-08-13
fix for the Profile Manager plugin. it returned to the plugin's list
George Hazan
2012-08-10
forgotten break removed
George Hazan
2012-07-28
- added MS_DB_SETDEFAULTPROFILE service for the service plugins
George Hazan
2012-07-28
perversive error reporting schema in DATABASELINK removed
George Hazan
2012-07-27
Jazzy, enjoy :)
George Hazan
2012-07-26
- local core command-line parser banished with shame;
George Hazan
2012-07-23
Miranda IM renamed to Miranda NG part 2 and contributors.txt edited
Vadim Dashevskiy
2012-07-20
- db3x_mmap is completely moved to a class;
George Hazan
2012-07-18
databases are still static, but are controlled via classes
George Hazan
2012-07-17
obsolete heaader file, m_plugins.h, removed
George Hazan
2012-07-06
+ stdauth + stdfile;
George Hazan
2012-07-05
- first of the /Core standard plugins;
George Hazan
2012-06-27
final wipeout of all interfaces
George Hazan
2012-06-27
no more pluginLink in load()
George Hazan
2012-06-26
- microkernel addded;
George Hazan
2012-06-18
- PLUGININFO structure removed at all;
George Hazan
2012-06-14
- all MS_CLIST_ADD*ITEM services replaced with Menu_Add*Item stubs.
George Hazan
2012-06-13
code cleaning
George Hazan
2012-06-08
- added 'Retry' button to the profile opening dialog;
George Hazan
2012-06-06
minor code cleaning
George Hazan
2012-06-03
let VS2010 be damnned
George Hazan
2012-05-15
initial commit
Vadim Dashevskiy