Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Test account free'd after connect | James Booth | 2013-12-15 | 5 | -2/+39 | |
| | ||||||
* | Added tests for connecting with account | James Booth | 2013-12-15 | 4 | -1/+35 | |
| | ||||||
* | Added test for message when connecting via account | James Booth | 2013-12-15 | 3 | -0/+28 | |
| | ||||||
* | Added ask for password test when connecting with an account | James Booth | 2013-12-15 | 4 | -0/+29 | |
| | ||||||
* | Tests lowercasing argument on cmd_connect | James Booth | 2013-12-15 | 4 | -12/+39 | |
| | ||||||
* | Moved fulljid logic to accounts | James Booth | 2013-12-15 | 4 | -6/+16 | |
| | ||||||
* | Ignore arguments that are not part of test | James Booth | 2013-12-15 | 1 | -10/+10 | |
| | ||||||
* | Added mock log module | James Booth | 2013-12-15 | 6 | -2/+127 | |
| | ||||||
* | Moved _ask_password to UI module | James Booth | 2013-12-15 | 9 | -43/+49 | |
| | ||||||
* | Check expected arg to account_get_account in cmd_rooms test | James Booth | 2013-12-15 | 2 | -0/+2 | |
| | ||||||
* | Added cmd_connect tests | James Booth | 2013-12-15 | 6 | -5/+95 | |
| | ||||||
* | Seperated command functions into module | James Booth | 2013-12-15 | 7 | -2492/+2566 | |
| | ||||||
* | Mocked account preferences and tested cmd_rooms | James Booth | 2013-12-14 | 7 | -9/+198 | |
| | ||||||
* | Removed commented setion from Makefile.am | James Booth | 2013-12-14 | 1 | -22/+0 | |
| | ||||||
* | Tidied Makefile.am | James Booth | 2013-12-14 | 1 | -2/+4 | |
| | ||||||
* | Removed debug from tests | James Booth | 2013-12-14 | 2 | -6/+5 | |
| | ||||||
* | Added roster_list tests to cmocka | James Booth | 2013-12-14 | 4 | -93/+140 | |
| | ||||||
* | Added parser tests to cmocka | James Booth | 2013-12-14 | 4 | -180/+221 | |
| | ||||||
* | Added history and jid tests to cmocka | James Booth | 2013-12-14 | 6 | -159/+198 | |
| | ||||||
* | Added missing files | James Booth | 2013-12-14 | 6 | -0/+516 | |
| | ||||||
* | Moved autocomplete tests to cmocka | James Booth | 2013-12-14 | 4 | -49/+48 | |
| | ||||||
* | Moved common tests to cmocka | James Booth | 2013-12-14 | 5 | -121/+110 | |
| | ||||||
* | Added simple mock test, refactored roster | James Booth | 2013-12-14 | 30 | -582/+703 | |
| | ||||||
* | Merge branch 'master' into refactor | James Booth | 2013-12-10 | 1 | -0/+49 | |
|\ | ||||||
| * | Implemented autocomplete for /account command <setting> parameter | James Booth | 2013-12-10 | 1 | -0/+49 | |
| | | | | | | | | fixes #260 | |||||
* | | Merge branch 'master' into refactor | James Booth | 2013-12-10 | 3 | -53/+22 | |
|\| | ||||||
| * | Added comments to autocomplete.h | James Booth | 2013-12-10 | 1 | -1/+7 | |
| | | ||||||
| * | Tidy autocomplete.h | James Booth | 2013-12-09 | 1 | -1/+7 | |
| | | ||||||
| * | Removed unused boolean result from autocomplete add and remove | James Booth | 2013-12-09 | 3 | -45/+8 | |
| | | ||||||
| * | Removed unused prototypes from autocomplete.h | James Booth | 2013-12-09 | 1 | -6/+0 | |
| | | ||||||
* | | Merge branch 'master' into refactor | James Booth | 2013-12-08 | 3 | -9/+46 | |
|\| | ||||||
| * | Added clear command to /account for password clearing | James Booth | 2013-12-08 | 3 | -9/+46 | |
| | | | | | | | | fixes #267 | |||||
* | | Merge branch 'master' into refactor | James Booth | 2013-12-08 | 1 | -20/+43 | |
|\| | ||||||
| * | Added command parameter to /autoconnect (set, off) | James Booth | 2013-12-08 | 1 | -20/+43 | |
| | | | | | | | | fixes #261 | |||||
* | | Merge branch 'master' into refactor | James Booth | 2013-11-20 | 1 | -2/+23 | |
|\| | ||||||
| * | Call ./bootstrap.sh if development build in install-all.sh | James Booth | 2013-11-20 | 1 | -0/+8 | |
| | | ||||||
| * | Added git, gcc-core, m4 to cygwin dependencies in install-all.sh | James Booth | 2013-11-20 | 1 | -2/+3 | |
| | | ||||||
| * | Fixed Cygwin install for 32/64bit changes | James Booth | 2013-11-20 | 1 | -1/+13 | |
| | | ||||||
| * | Add missing dependency on Debian | Carl X. Su | 2013-11-18 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into refactor2 | James Booth | 2013-11-11 | 16 | -31/+139 | |
|\| | | | | | | | | | Conflicts: src/ui/core.c | |||||
| * | Fixed compile error for -Wduplicate-decl-specifier on OSX | James Booth | 2013-11-10 | 4 | -5/+5 | |
| | | ||||||
| * | Added /account set <account> password <password> | James Booth | 2013-11-07 | 3 | -0/+15 | |
| | | ||||||
| * | Allow "account" setting in [connection] to autconnect the account | James Booth | 2013-11-07 | 6 | -2/+53 | |
| | | | | | | | | closes #251 | |||||
| * | Use correct type in account rename for priorities | James Booth | 2013-11-07 | 1 | -5/+5 | |
| | | | | | | | | fixes #250 | |||||
| * | Added MAX_PASSWORD_SIZE set to 64 | James Booth | 2013-11-07 | 3 | -2/+5 | |
| | | | | | | | | fixes #245 | |||||
| * | Merge remote-tracking branch 'tsenart/connect-on-startup' | James Booth | 2013-11-07 | 3 | -3/+13 | |
| |\ | ||||||
| | * | Connect to an account on start-up | Tomás Senart | 2013-10-14 | 3 | -3/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This commit enables connecting to an account on startup which enables the use case of having different pre-configured scripts which start different profanity processes for different accounts. This only makes sense in the light of not supporting many accounts connected per process. | |||||
| * | | Merge remote-tracking branch 'tsenart/passwords-on-accounts-file' | James Booth | 2013-11-07 | 6 | -15/+44 | |
| |\ \ | | |/ | |/| | ||||||
| | * | Use passwords from the accounts file | Tomás Senart | 2013-10-14 | 6 | -15/+41 | |
| |/ | | | | | | | | | | | This commit makes it so that if the password in an account in the accounts file is present, then use it. Otherwise ask for the password to the user. | |||||
* | | Removed usages of ui_current_print_line from ui/core.c | James Booth | 2013-10-07 | 1 | -3/+3 | |
| | |