Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
thread because of problems with RICHEDIT50W
|
|
History window after opening URL)
|
|
|
|
|
|
|
|
- minor code cleaning
|
|
|
|
|
|
b0b0b090cbec03d92e803612d2eced7d85ebf486) (fixes #807)
I don't understand reason for the original commit, but it is obviously wrong as it makes often receiving data failures (perhaps because timeout of persistent connection?).
|
|
|
|
|
|
|
|
|
|
|
|
plugin unload
|
|
|
|
|
|
- archaic linked list of modules replaced with the standard LIST<> which is much faster
- fix for the module destruction
|
|
|
|
by someone's dirty hands
|
|
- fixes #791
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- common code moved to the core (Chat_CreateGCMenu, Chat_DestroyGCMenu);
- ability added to any plugin to add its own items into any GC menu, not only to the protocol plugins
to do that a plugin calls Chat_AddMenuItems and returns 0 to allow any other plugin to process menu hook
|