about summary refs log tree commit diff stats
path: root/src/config/accounts.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyrightJames Booth2016-02-141-1/+1
* Added account theme propertyJames Booth2016-01-221-1/+26
* Added conf_string_list_addJames Booth2015-11-241-42/+1
* Created config/conflists.c for shared config list handlingJames Booth2015-11-231-51/+7
* Applied coding style to accounts.cJames Booth2015-10-251-50/+50
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-181-3/+25
* Add ability to script commands after connectJames Booth2015-10-151-2/+26
* Added missing account properties to /account renameJames Booth2015-09-281-29/+26
* Removed old code to fix legacy accountsJames Booth2015-09-281-58/+2
* Include last activity in initial presenceJames Booth2015-09-271-0/+11
* Added auto xa option, tidied autoaway codeJames Booth2015-09-271-0/+19
* Save last activity to account on disconnectJames Booth2015-09-251-0/+17
* Fixed various jid and account mem leaksJames Booth2015-06-241-0/+2
* Merge branch 'master' into pgpJames Booth2015-05-041-17/+17
|\
| * Use null check convention in accounts.cJames Booth2015-05-041-17/+17
* | Added pgpkeyid account setting, send signed presenceJames Booth2015-03-231-1/+25
|/
* Fixed spelling.Christian Storm2015-02-171-1/+1
* Updated copyrightJames Booth2015-02-101-1/+1
* Simplified autocompleters and command historyJames Booth2015-01-161-2/+2
* eval_password code is now in cmd_connect so that it can be changedWill Song2015-01-121-10/+0
* Removed unused include, free eval_passwordJames Booth2015-01-131-1/+0
* fgets: buffer sizePeter Vilim2015-01-071-3/+6
* fix for fgetsPeter Vilim2015-01-071-1/+1
* mergePeter Vilim2015-01-071-0/+2
|\
| * Add support for evaluated passwordPeter Vilim2015-01-071-2/+30
* | iofixedPeter Vilim2015-01-071-2/+13
* | Add support for evaluated passwordPeter Vilim2015-01-061-2/+18
|/
* Removed function pointersJames Booth2014-12-221-121/+77
* implement account removalWill Song2014-11-231-0/+11
* Merge branch 'master' into symlinksJames Booth2014-10-261-0/+20
|\
| * Added /account clear [account] portJames Booth2014-10-231-0/+10
| * Added /account clear [account] serverJames Booth2014-10-231-0/+10
* | Follow symlinks for profrc and accounts filesJames Booth2014-10-261-1/+8
|/
* Set file permissions for accounts fileJames Booth2014-10-181-0/+6
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Added quote param to autocomplete_completeJames Booth2014-07-091-2/+2
* Implemented per contact OTR policy settingJames Booth2014-05-111-1/+33
* Added /otr policy for contacts in account preferencesJames Booth2014-05-111-0/+115
* Added otr to /account clear propertiesJames Booth2014-05-111-0/+10
* Added OTR policy account preferenceJames Booth2014-05-111-2/+19
* Updated copyrightJames Booth2014-03-091-1/+1
* Refactored ProfAccount creationJames Booth2014-01-221-124/+26
* Fixed test compilationJames Booth2014-01-181-1/+1
* WIP - Adding port to account optionsJames Booth2014-01-181-1/+18
* Added mock_accounts and fixed testsJames Booth2013-12-261-66/+104
* Moved fulljid logic to accountsJames Booth2013-12-151-0/+10
* Added clear command to /account for password clearingJames Booth2013-12-081-0/+9
* Added /account set <account> password <password>James Booth2013-11-071-0/+9
* Use correct type in account rename for prioritiesJames Booth2013-11-071-5/+5
* Merge remote-tracking branch 'tsenart/passwords-on-accounts-file'James Booth2013-11-071-0/+12
|\
='#n608'>608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700