Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show message when alias already exists in /alias add | James Booth | 2014-01-23 | 2 | -4/+9 |
| | |||||
* | Added /alias command, writing aliases to [alias] group in profrc | James Booth | 2014-01-23 | 2 | -6/+94 |
| | |||||
* | Refactored ProfAccount creation | James Booth | 2014-01-22 | 4 | -146/+229 |
| | |||||
* | WIP - /statuses command options | James Booth | 2014-01-20 | 1 | -0/+2 |
| | |||||
* | Use defaults for /statuses commands | James Booth | 2014-01-19 | 1 | -0/+4 |
| | |||||
* | Changed /statuses preferences | James Booth | 2014-01-19 | 2 | -0/+12 |
| | |||||
* | Fixed test compilation | James Booth | 2014-01-18 | 2 | -2/+2 |
| | |||||
* | WIP - Adding port to account options | James Booth | 2014-01-18 | 2 | -2/+21 |
| | |||||
* | Added OTR remaining system messages and colouring | James Booth | 2014-01-17 | 2 | -53/+90 |
| | |||||
* | Show OTR coloured status | James Booth | 2014-01-16 | 4 | -26/+59 |
| | | | | | | | | | | | | Customisable within theme files e.g.: titlebar.unencrypted=red titlebar.encrypted=green titlebar.trusted=red titlebar.untrusted=green Shows [unencrypted] for all non-OTR chat Disable with '/otr warn off' | ||||
* | Added setting /otr log on|off|redact | James Booth | 2014-01-13 | 2 | -1/+7 |
| | |||||
* | Added mock_accounts and fixed tests | James Booth | 2013-12-26 | 2 | -99/+139 |
| | |||||
* | Moved fulljid logic to accounts | James Booth | 2013-12-15 | 2 | -0/+11 |
| | |||||
* | Added clear command to /account for password clearing | James Booth | 2013-12-08 | 2 | -0/+10 |
| | | | | fixes #267 | ||||
* | Added /account set <account> password <password> | James Booth | 2013-11-07 | 2 | -0/+10 |
| | |||||
* | Allow "account" setting in [connection] to autconnect the account | James Booth | 2013-11-07 | 2 | -1/+6 |
| | | | | 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 | 1 | -0/+2 |
| | | | | fixes #245 | ||||
* | Merge remote-tracking branch 'tsenart/passwords-on-accounts-file' | James Booth | 2013-11-07 | 2 | -0/+13 |
|\ | |||||
| * | Use passwords from the accounts file | Tomás Senart | 2013-10-14 | 2 | -0/+13 |
|/ | | | | | | 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. | ||||
* | Fixed memory leak in accounts_get_account | James Booth | 2013-09-23 | 1 | -1/+1 |
| | | | | issue #226 | ||||
* | Fixed memory leak in accounts_get_account | James Booth | 2013-09-23 | 1 | -1/+1 |
| | | | | issue #226 | ||||
* | Allow users to set default muc service and nickname per account | James Booth | 2013-09-12 | 2 | -1/+99 |
| | | | | | | | | See #238 Conflicts: src/config/accounts.c | ||||
* | removed strdup in autocomplete calls | Dmitry Podgorny | 2013-08-26 | 2 | -12/+12 |
| | |||||
* | fixed memory leaks in various files | Dmitry Podgorny | 2013-08-25 | 1 | -19/+42 |
| | |||||
* | most FREE_SET_NULL replaced with free | Dmitry Podgorny | 2013-08-03 | 1 | -7/+7 |
| | | | | | | FREE_SET_NULL makes extra assignment of NULL for pointers in stack or dynamic memory that is going to be freed. FREE_SET_NULL is useful for pointers that can be used in future. | ||||
* | Coloured contact and subscription in /roster and /group output | James Booth | 2013-07-03 | 2 | -0/+16 |
| | |||||
* | Added rooms history to ProfAccount | James Booth | 2013-05-23 | 2 | -0/+17 |
| | |||||
* | Added groupchat logs | James Booth | 2013-05-05 | 2 | -0/+4 |
| | | | | closes #168 | ||||
* | Added desktop notification option for subscription requests | James Booth | 2013-04-27 | 2 | -0/+4 |
| | | | | closes #166 | ||||
* | Added desktop notifications for chat room invites | James Booth | 2013-04-22 | 2 | -0/+4 |
| | | | | Use "/notify invite on|off" | ||||
* | Mouse handling disabled by default. | James Booth | 2013-03-19 | 1 | -1/+0 |
| | |||||
* | Added resource_presence_t and contact_presence_t | James Booth | 2013-02-10 | 2 | -28/+25 |
| | |||||
* | Renamed jabber_presence_t->presence_t | James Booth | 2013-02-10 | 2 | -6/+6 |
| | |||||
* | Added asserts | James Booth | 2013-02-03 | 2 | -2/+2 |
| | |||||
* | Send entity capabilities and status when joining room | James Booth | 2013-02-03 | 1 | -0/+3 |
| | |||||
* | Refactored string preferences | James Booth | 2013-02-03 | 2 | -48/+48 |
| | |||||
* | Refactored setting boolean preferences | James Booth | 2013-02-03 | 2 | -202/+96 |
| | |||||
* | Refactored getting boolean preferences | James Booth | 2013-02-03 | 2 | -150/+162 |
| | |||||
* | Removed files.c | James Booth | 2013-02-02 | 3 | -3/+0 |
| | |||||
* | Moved function to get theme dir to theme.c | James Booth | 2013-02-02 | 1 | -5/+19 |
| | |||||
* | Moved function to get accouts files to accounts.c | James Booth | 2013-02-02 | 1 | -1/+16 |
| | |||||
* | Moved function to get log dir to log.c | James Booth | 2013-02-02 | 1 | -3/+17 |
| | |||||
* | Added config dir to source | James Booth | 2013-02-02 | 6 | -0/+1588 |