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
/
MirLua
/
src
/
Modules
/
m_database.cpp
Age
Commit message (
Collapse
)
Author
2025-02-03
MirLua: more fields for DBEVENTINFO
George Hazan
2025-01-10
DBEVENTINFO::timestamp to become 64-bit integer
George Hazan
2023-12-20
DBEVENTINFO::hContact to be returned inside an event, no need to call ↵
George Hazan
db_event_getContact() just after db_event_get()
2022-07-31
Contact: group of functions gathered into the personal namespace
George Hazan
2021-12-26
DWORD -> uint32_t
George Hazan
2021-12-26
WORD -> uint16_t
George Hazan
2021-12-26
BYTE -> uint8_t
George Hazan
2021-06-05
major code cleaning in regard to db_event_getBlobSize & event memory allocation
George Hazan
2020-06-15
simpler way of applying server ids to messages
George Hazan
2020-01-20
db_event_delete: unused parameter removed
George Hazan
2019-07-12
MirLua: interface for extra icons added
George Hazan
2018-08-12
MirLua: fix cast into m_database + correct error on type mismatch
aunsane
2018-06-27
MirLua: code cleaning
aunsane
2018-06-03
MirLua: reworked http module
aunsane
- removed Send method - added Request method to create request without sending - added async callbacks - version bump
2018-05-28
MirLua: removed global Load & Unload
aunsane
2018-05-20
MirLua: project reordering
aunsane