Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Seperated command functions into module | James Booth | 2013-12-15 | 1 | -1/+1 |
| | |||||
* | Added simple mock test, refactored roster | James Booth | 2013-12-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into refactor2 | James Booth | 2013-11-11 | 1 | -1/+13 |
|\ | | | | | | | | | Conflicts: src/ui/core.c | ||||
| * | Allow "account" setting in [connection] to autconnect the account | James Booth | 2013-11-07 | 1 | -0/+4 |
| | | | | | | | | closes #251 | ||||
| * | Merge remote-tracking branch 'tsenart/connect-on-startup' | James Booth | 2013-11-07 | 1 | -1/+9 |
| |\ | |||||
| | * | Connect to an account on start-up | Tomás Senart | 2013-10-14 | 1 | -1/+7 |
| |/ | | | | | | | | | | | | | | | 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. | ||||
* | | Moved idle chat state handling out of ui module | James Booth | 2013-10-07 | 1 | -1/+25 |
| | | |||||
* | | PREF_STATUSES, moved checks to profanity module | James Booth | 2013-10-06 | 1 | -2/+2 |
|/ | | | | Removed checks from muc presence, and when contact is offline on message | ||||
* | Moved muc error handling to profanity.c | James Booth | 2013-10-06 | 1 | -0/+9 |
| | |||||
* | Moved UI error handler code to ui/core | James Booth | 2013-10-06 | 1 | -21/+1 |
| | |||||
* | Fix nickname change conflicts | James Booth | 2013-09-22 | 1 | -1/+3 |
| | | | | fixes #242 | ||||
* | Fixe rejoining room after nickname conflict | James Booth | 2013-09-22 | 1 | -0/+5 |
| | | | | fixes #241 | ||||
* | Use git revision in development strings | James Booth | 2013-09-17 | 1 | -1/+9 |
| | |||||
* | refactored mkdir_recursive | Dmitry Podgorny | 2013-08-03 | 1 | -3/+9 |
| | | | | Now this function returns result of operation. TRUE is success. | ||||
* | Show messages on /group add and /group remove | James Booth | 2013-06-23 | 1 | -0/+16 |
| | | | | | closes #189 closes #190 | ||||
* | Show message when removing contact from group when not in group | James Booth | 2013-06-23 | 1 | -2/+10 |
| | |||||
* | Show message when contact already in group | James Booth | 2013-06-23 | 1 | -0/+8 |
| | |||||
* | Added message in console on /roster remove | James Booth | 2013-06-02 | 1 | -0/+7 |
| | |||||
* | Added message in console on /roster add | James Booth | 2013-06-02 | 1 | -0/+7 |
| | |||||
* | Fixed autoaway | James Booth | 2013-05-30 | 1 | -0/+1 |
| | |||||
* | Refactored roster push handling | James Booth | 2013-05-21 | 1 | -3/+3 |
| | |||||
* | Removed contact_list, moved roster logic to xmpp/roster module | James Booth | 2013-05-06 | 1 | -1/+0 |
| | |||||
* | Renamed contact_list_ functions to roster_ | James Booth | 2013-05-06 | 1 | -9/+9 |
| | |||||
* | Fixed error when losing connection and segfaulting on notify_remind() | James Booth | 2013-05-06 | 1 | -1/+2 |
| | |||||
* | Added /duck command to perform searches using duckduckgo chat bot | James Booth | 2013-05-05 | 1 | -0/+7 |
| | |||||
* | Added groupchat logs | James Booth | 2013-05-05 | 1 | -0/+7 |
| | | | | closes #168 | ||||
* | Added desktop notification option for subscription requests | James Booth | 2013-04-27 | 1 | -0/+3 |
| | | | | closes #166 | ||||
* | Only set autoaway when status is "online" or "chat" | James Booth | 2013-04-27 | 1 | -27/+30 |
| | | | | fixes #122 | ||||
* | Support for XEP-0249 Direct MUC Invitations | James Booth | 2013-04-24 | 1 | -2/+10 |
| | | | | Commands /invite, /invites, /decline and /join | ||||
* | Added notifier module | James Booth | 2013-04-21 | 1 | -0/+1 |
| | |||||
* | Renamed remaining win_ functions | James Booth | 2013-04-21 | 1 | -52/+52 |
| | |||||
* | Renamed win_current_get_recipient -> ui_current_win_recipient | James Booth | 2013-04-21 | 1 | -1/+1 |
| | |||||
* | Replace window type functions with single function returning type | James Booth | 2013-04-21 | 1 | -9/+10 |
| | |||||
* | Renamed cons_bad_show -> cons_show_error | James Booth | 2013-04-21 | 1 | -5/+5 |
| | |||||
* | Show message in console when receiving chat room invites | James Booth | 2013-03-24 | 1 | -0/+8 |
| | |||||
* | Implemented output for /disco info | James Booth | 2013-03-14 | 1 | -0/+7 |
| | |||||
* | Added output for /disco items | James Booth | 2013-03-14 | 1 | -0/+7 |
| | |||||
* | Show name as well as jid for room list | James Booth | 2013-03-14 | 1 | -9/+1 |
| | |||||
* | Page off after /rooms command | James Booth | 2013-03-14 | 1 | -0/+1 |
| | |||||
* | Added basic /rooms command to get chat room list | James Booth | 2013-03-13 | 1 | -0/+14 |
| | |||||
* | Init and shutdown of libstrophe moved, free resources before creating | James Booth | 2013-02-27 | 1 | -0/+1 |
| | |||||
* | Colour title on /caps and /software output | James Booth | 2013-02-17 | 1 | -3/+3 |
| | |||||
* | Fixed autoaway | James Booth | 2013-02-17 | 1 | -11/+11 |
| | |||||
* | Show fulljid when contact becomes unavailable | James Booth | 2013-02-17 | 1 | -1/+3 |
| | |||||
* | Added autocomplete for /software command | James Booth | 2013-02-17 | 1 | -0/+8 |
| | |||||
* | Show all resources ordered by priority with /info command | James Booth | 2013-02-17 | 1 | -1/+1 |
| | |||||
* | Simple default resource hanlding on presence | James Booth | 2013-02-14 | 1 | -9/+11 |
| | |||||
* | Added resource_presence_t and contact_presence_t | James Booth | 2013-02-10 | 1 | -13/+14 |
| | |||||
* | Renamed jabber_presence_t->presence_t | James Booth | 2013-02-10 | 1 | -1/+1 |
| | |||||
* | Show priority on autoaway messages | James Booth | 2013-02-05 | 1 | -5/+14 |
| |