Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed unnecessary strdup | James Booth | 2014-01-27 | 1 | -3/+2 | |
| | ||||||
* | Show original error message | James Booth | 2014-01-26 | 1 | -7/+19 | |
| | ||||||
* | Changed error message when couldn't join room | James Booth | 2014-01-26 | 1 | -2/+3 | |
| | ||||||
* | Handle recipient not found | James Booth | 2014-01-26 | 3 | -1/+124 | |
| | ||||||
* | Added generated id to chat state stanzas | James Booth | 2014-01-26 | 1 | -0/+2 | |
| | ||||||
* | Added generated id to invites | James Booth | 2014-01-26 | 1 | -0/+2 | |
| | ||||||
* | Add generated id to messages | James Booth | 2014-01-26 | 3 | -9/+8 | |
| | ||||||
* | Added id handler for pings, disable ping on error type 'cancel' | James Booth | 2014-01-26 | 1 | -0/+36 | |
| | ||||||
* | Use generated id on ping iqs | James Booth | 2014-01-26 | 1 | -1/+2 | |
| | ||||||
* | Moved xmpp ping to iq module | James Booth | 2014-01-26 | 3 | -38/+42 | |
| | ||||||
* | generate_unique_id allows prefix | James Booth | 2014-01-25 | 1 | -2/+2 | |
| | ||||||
* | Add message and presence error handlers seperately | James Booth | 2014-01-25 | 4 | -11/+3 | |
| | ||||||
* | Renamed iq handlers | James Booth | 2014-01-25 | 1 | -24/+29 | |
| | ||||||
* | Renamed _room_presence_handler -> _muc_user_handler | James Booth | 2014-01-25 | 1 | -4/+3 | |
| | ||||||
* | Renamed xmpp roster handlers | James Booth | 2014-01-25 | 1 | -6/+6 | |
| | ||||||
* | Split xmpp message handlers by namespace | James Booth | 2014-01-25 | 1 | -44/+73 | |
| | ||||||
* | Renamed namespace variables | James Booth | 2014-01-25 | 1 | -9/+9 | |
| | ||||||
* | Don't show error for initial bookmarks request | James Booth | 2014-01-25 | 2 | -6/+12 | |
| | ||||||
* | Fixed test compilation | James Booth | 2014-01-18 | 2 | -2/+2 | |
| | ||||||
* | WIP - Adding port to account options | James Booth | 2014-01-18 | 2 | -9/+15 | |
| | ||||||
* | Refactored roster add/update | James Booth | 2014-01-05 | 1 | -2/+10 | |
| | ||||||
* | Moved roster handlers to server_events | James Booth | 2014-01-05 | 1 | -3/+4 | |
| | ||||||
* | Moved presence handlers to server_events | James Booth | 2014-01-05 | 1 | -13/+14 | |
| | ||||||
* | Moved messages handlers to server_events | James Booth | 2014-01-05 | 1 | -14/+15 | |
| | ||||||
* | Moved handle_room_list and handle_disco_items to server_events | James Booth | 2014-01-05 | 1 | -2/+2 | |
| | ||||||
* | Moved handle_disco_info to server_events | James Booth | 2014-01-05 | 1 | -1/+1 | |
| | ||||||
* | Moved handle_software_version_result to server_events | James Booth | 2014-01-05 | 1 | -1/+2 | |
| | ||||||
* | Moved handle_lost_connection and handle_failed_login to server_events | James Booth | 2014-01-05 | 1 | -2/+2 | |
| | ||||||
* | Moved handle_login_account_success to server_events | James Booth | 2014-01-05 | 1 | -2/+2 | |
| | ||||||
* | Added server_events.c | James Booth | 2014-01-05 | 1 | -2/+3 | |
| | ||||||
* | Renamed roster_add_new -> roster_send_add_new | James Booth | 2014-01-05 | 3 | -6/+3 | |
| | ||||||
* | Fixed types of presence variables to resource_presence_type (avoid useless ↵ | Jasper van Bourgognie | 2013-12-27 | 2 | -3/+3 | |
| | | | | and implicit casts) | |||||
* | Bind roster functions in main.c | James Booth | 2013-12-22 | 2 | -6/+12 | |
| | ||||||
* | Bind presence functions in main.c | James Booth | 2013-12-22 | 2 | -11/+16 | |
| | ||||||
* | Bind message functions in main.c | James Booth | 2013-12-22 | 2 | -9/+14 | |
| | ||||||
* | Bind iq functions in main.c | James Booth | 2013-12-22 | 2 | -4/+10 | |
| | ||||||
* | Bind capabilities functions in main.c | James Booth | 2013-12-22 | 2 | -2/+8 | |
| | ||||||
* | Bind bookmark functions in main.c | James Booth | 2013-12-22 | 2 | -5/+11 | |
| | ||||||
* | Bind jabber functions in main.c | James Booth | 2013-12-22 | 2 | -14/+19 | |
| | ||||||
* | Dynamically bind xmpp module api | James Booth | 2013-12-18 | 8 | -143/+194 | |
| | ||||||
* | Added simple mock test, refactored roster | James Booth | 2013-12-14 | 12 | -523/+87 | |
| | ||||||
* | Fixed compile error for -Wduplicate-decl-specifier on OSX | James Booth | 2013-11-10 | 2 | -2/+2 | |
| | ||||||
* | Use passwords from the accounts file | Tomás Senart | 2013-10-14 | 2 | -7/+5 | |
| | | | | | | 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. | |||||
* | Fixe rejoining room after nickname conflict | James Booth | 2013-09-22 | 1 | -4/+6 | |
| | | | | fixes #241 | |||||
* | Add error handler only once | James Booth | 2013-09-22 | 3 | -2/+1 | |
| | | | | fixes #240 | |||||
* | Use git revision in development strings | James Booth | 2013-09-17 | 2 | -0/+22 | |
| | ||||||
* | Merge remote-tracking branch 'dmitry/fixes' | James Booth | 2013-08-26 | 1 | -1/+1 | |
|\ | ||||||
| * | fixed crash because of incorrect string releasing | Dmitry Podgorny | 2013-08-26 | 1 | -1/+1 | |
| | | ||||||
* | | removed strdup in autocomplete calls | Dmitry Podgorny | 2013-08-26 | 3 | -9/+9 | |
| | | ||||||
* | | remove octet_compare | Dmitry Podgorny | 2013-08-26 | 2 | -5/+5 | |
|/ | | | | strcmp provides the same functionality |