Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* fix logical operators
* use strict comparisons
* add missing '()' invoking constructor
|
|
* correct indentation and whitespaces
* add missing braces
* add missing semicolons for consistency
* remove unneeded semicolons
* remove unused variables
|
|
|
|
|
|
* correct indentation and whitespaces
* add missing braces
* add missing semicolons for consistency
* remove unneeded semicolons
|
|
|
|
- eliminated few confusing globals (including unnecessary mutex)
- implemeted proper way to avoid collisions in some places
|
|
- moving ui related code to separated file, split definition and implementation of ui
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- lost its last message event handler;
- options load-on-the-fly optimization;
- memory leak fixed;
|
|
|
|
|
|
|
|
|
|
|
|
62202ed10617927d5429bc59898e12a366abe744)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously connecting was stuck when plugin received "clear_password_field" error. This commit fixes that by switching plugin to offline in that case.
|
|
|