Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Removed prof_handle group functions | James Booth | 2014-01-05 | 1 | -4/+14 | |
| | | ||||||
| * | Removed roster_list dependency on xmpp module | James Booth | 2014-01-05 | 1 | -2/+4 | |
| | | ||||||
| * | Refactored roster_change_name | James Booth | 2014-01-05 | 1 | -1/+4 | |
| | | ||||||
| * | Removed prof_handle_disconnect | James Booth | 2014-01-05 | 1 | -1/+7 | |
| | | ||||||
| * | Renamed roster_add_new -> roster_send_add_new | James Booth | 2014-01-05 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into otr | James Booth | 2014-01-02 | 3 | -33/+34 | |
|\| | | | | | | | | | Conflicts: Makefile.am | |||||
| * | Added full stop to /help help summary | James Booth | 2014-01-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | Conflicts: src/command/command.c | |||||
| * | Added full stop to /grlog help summary | James Booth | 2014-01-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | Conflicts: src/command/command.c | |||||
| * | Added full stop to /chlog help summary | James Booth | 2014-01-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | Conflicts: src/command/command.c | |||||
| * | Added full stop to /about help summary | James Booth | 2014-01-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | Conflicts: src/command/command.c | |||||
| * | Added /sub command test | James Booth | 2013-12-27 | 1 | -1/+1 | |
| | | ||||||
| * | Test for presence update when changing priority | James Booth | 2013-12-27 | 1 | -1/+2 | |
| | | ||||||
| * | Changed messages on invalid priorities | James Booth | 2013-12-27 | 1 | -4/+4 | |
| | | ||||||
| * | Dynamically load UI functions, fixed tests | James Booth | 2013-12-22 | 2 | -23/+23 | |
| | | ||||||
* | | Merge branch 'master' into otr | James Booth | 2013-12-18 | 1 | -3/+8 | |
|\| | ||||||
| * | Added tests for setting presence priorities | James Booth | 2013-12-17 | 1 | -3/+8 | |
| | | ||||||
* | | Merge branch 'master' into otr | James Booth | 2013-12-16 | 1 | -24/+4 | |
|\| | | | | | | | | | Conflicts: src/command/commands.c | |||||
| * | Test account free'd after connect | James Booth | 2013-12-15 | 1 | -1/+1 | |
| | | ||||||
| * | Moved fulljid logic to accounts | James Booth | 2013-12-15 | 1 | -6/+1 | |
| | | ||||||
| * | Moved _ask_password to UI module | James Booth | 2013-12-15 | 1 | -16/+2 | |
| | | ||||||
* | | Merge branch 'master' into otr | James Booth | 2013-12-15 | 4 | -2524/+2587 | |
|\| | | | | | | | | | Conflicts: src/command/command.c | |||||
| * | Seperated command functions into module | James Booth | 2013-12-15 | 4 | -2487/+2559 | |
| | | ||||||
| * | Added simple mock test, refactored roster | James Booth | 2013-12-14 | 2 | -4/+6 | |
| | | ||||||
* | | Merge branch 'master' into otr | 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 otr | James Booth | 2013-12-08 | 1 | -9/+36 | |
|\| | ||||||
| * | Added clear command to /account for password clearing | James Booth | 2013-12-08 | 1 | -9/+36 | |
| | | | | | | | | fixes #267 | |||||
* | | Merge branch 'master' into otr | 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 | |||||
* | | Added /otr command | James Booth | 2013-11-08 | 1 | -0/+32 | |
| | | ||||||
* | | Create fingerprints file, callbacks, and message send | James Booth | 2013-11-08 | 1 | -0/+20 | |
|/ | ||||||
* | Added /account set <account> password <password> | James Booth | 2013-11-07 | 1 | -0/+5 | |
| | ||||||
* | Allow "account" setting in [connection] to autconnect the account | James Booth | 2013-11-07 | 1 | -1/+32 | |
| | | | | closes #251 | |||||
* | Added MAX_PASSWORD_SIZE set to 64 | James Booth | 2013-11-07 | 1 | -1/+1 | |
| | | | | fixes #245 | |||||
* | Merge remote-tracking branch 'tsenart/passwords-on-accounts-file' | James Booth | 2013-11-07 | 1 | -8/+23 | |
|\ | ||||||
| * | Use passwords from the accounts file | Tomás Senart | 2013-10-14 | 1 | -8/+22 | |
|/ | | | | | | 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 _cmd_join | James Booth | 2013-09-23 | 1 | -2/+2 | |
| | | | | issue #226 | |||||
* | Fixed memory leak in _cmd_connect | James Booth | 2013-09-23 | 1 | -0/+1 | |
| | | | | issue #226 | |||||
* | Allow users to set default muc service and nickname per account | James Booth | 2013-09-12 | 1 | -15/+24 | |
| | | | | | | | | See #238 Conflicts: src/config/accounts.c | |||||
* | Added /win command to access unlimited windows | James Booth | 2013-08-29 | 1 | -0/+22 | |
| | ||||||
* | Fixed /close command | James Booth | 2013-08-28 | 1 | -14/+9 | |
| | ||||||
* | Changes to status bar for unlimited windows - WIP | James Booth | 2013-08-28 | 1 | -2/+2 | |
| | ||||||
* | Removed limit on number of windows, WIP | James Booth | 2013-08-27 | 1 | -15/+0 | |
| | ||||||
* | Removed all freeing of ui_current_recipient, data is owned by windows | James Booth | 2013-08-27 | 1 | -17/+0 | |
| | ||||||
* | Fixed freeing recipient after /tiny | James Booth | 2013-08-27 | 1 | -3/+0 | |
| | ||||||
* | Refactor _cmd_close | James Booth | 2013-08-26 | 1 | -19/+2 | |
| | ||||||
* | Removed whitespace in command.c | James Booth | 2013-08-26 | 1 | -1/+0 | |
| | ||||||
* | Use Jid struct to get barejid in subscriptions | James Booth | 2013-08-26 | 1 | -22/+21 | |
| | ||||||
* | Fixed freeing of recipient after message sent | James Booth | 2013-08-26 | 1 | -2/+0 | |
| | ||||||
* | removed strdup in autocomplete calls | Dmitry Podgorny | 2013-08-26 | 1 | -72/+72 | |
| |