Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
protocol's constructor
|
|
|
|
|
|
|
|
call
|
|
mode causes automatic import into mdbx format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- CMLua now inherit PLUGIN
- additional lua fuctions initialization moved to separated loader
- ability to realod script without object recreation
- scropt object should control own enable state
- fix m_json whit is not workes almost at all
- version bump
|
|
|
|
|
|
MDatabaseCommon
|
|
|
|
- fixed script reloading
- fixed string interpolation
- hook and service refs moved to Enviroment
- removed RegisterProtocol from m_protocols
- code cleanup
- version bump
|
|
- new functions toansi & toucs2
- warning fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- useless parameter in CJabberProto::OnAddContactForever removed;
- when we receive subscription = remove we just change it to SUB_NONE instead of removing contact from LIST_ROSTER;
- code cleaning
|
|
- useless locks removed, because SM_FindSession already does locking;
- lock added to SM_FindSessionByIndex because it's really needed
|
|
|
|
|
|
|
|
|
|
|
|
|