Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Refactor stanza.c | James Booth | 2016-08-13 | 1 | -404/+385 | |
| | ||||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -2/+2 | |
| | ||||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 | |
| | ||||||
* | Rename jabber_ functions | James Booth | 2016-05-06 | 1 | -0/+1 | |
| | ||||||
* | Renamed connection.c -> session.c | James Booth | 2016-05-05 | 1 | -1/+1 | |
| | ||||||
* | Tidy xmpp headers | James Booth | 2016-05-04 | 1 | -29/+0 | |
| | ||||||
* | Add /blocked command | James Booth | 2016-05-01 | 1 | -0/+20 | |
| | ||||||
* | Define stanza's attributes as const char* | Dmitry Podgorny | 2016-04-27 | 1 | -34/+37 | |
| | | | | | | | | | | | | In most get-like funcitons libstrophe returns pointer to a string that resides in an internal structure (e.g. xmpp_stanza_t). Hence, Profanity must not change such strings. Define respective variables as 'const char*' to reduce a chance of error and conform future libstrophe's interface. This patch mostly replaces 'char *' with 'const char*', but also fixes two memory leaks after stanza_get_reason(). Add comment within stanza_get_reason() to fix conflict with different allocator types. | |||||
* | Implement XEP-0363: HTTP File Upload | Dominik Heidler | 2016-04-26 | 1 | -0/+84 | |
| | ||||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -3/+3 | |
| | ||||||
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 1 | -1/+1 | |
|\ | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | |||||
| * | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 | |
| | | ||||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -3/+3 | |
|/ | ||||||
* | Applied coding style to src/xmpp/ | James Booth | 2015-10-26 | 1 | -111/+113 | |
| | ||||||
* | Moved idle time check for last activity | James Booth | 2015-10-14 | 1 | -10/+8 | |
| | ||||||
* | Added jabber:iq:last to capabilities | James Booth | 2015-09-29 | 1 | -1/+1 | |
| | ||||||
* | WIP: Added last activity request and response | James Booth | 2015-09-29 | 1 | -0/+19 | |
| | ||||||
* | Check for libmesode, fall back to libstrophe | James Booth | 2015-09-21 | 1 | -0/+8 | |
| | ||||||
* | Free timestamps and carbons stanzas | James Booth | 2015-08-09 | 1 | -0/+2 | |
| | ||||||
* | Use id handler for software version requests, handle errors | James Booth | 2015-08-05 | 1 | -1/+5 | |
| | ||||||
* | Added id attributes to roster queries | James Booth | 2015-07-22 | 1 | -0/+4 | |
| | | | | fixes #596 | |||||
* | Add no-copy and no-store hints to OTR messages | Sam Whited | 2015-07-01 | 1 | -0/+24 | |
| | ||||||
* | Use reference counts for GDateTimes #516 | James Booth | 2015-06-30 | 1 | -0/+2 | |
| | ||||||
* | WIP fix for #516, needs memory cleanup | James Booth | 2015-06-29 | 1 | -7/+12 | |
| | ||||||
* | Use null check convention in stanza.c | James Booth | 2015-05-04 | 1 | -32/+32 | |
| | ||||||
* | Added password to direct invites | James Booth | 2015-03-29 | 1 | -2/+5 | |
| | ||||||
* | Added check members only room to send mediated invites | James Booth | 2015-03-28 | 1 | -0/+40 | |
| | ||||||
* | Show message received text for receipts | James Booth | 2015-03-11 | 1 | -3/+1 | |
| | ||||||
* | Added basic delivery receipts | James Booth | 2015-03-11 | 1 | -18/+37 | |
| | ||||||
* | Send private carbons element with message when encrypted | James Booth | 2015-03-10 | 1 | -1/+9 | |
| | ||||||
* | Added server error handling when setting /carbons preference | James Booth | 2015-03-09 | 1 | -4/+4 | |
| | ||||||
* | Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280 | James Booth | 2015-03-08 | 1 | -0/+38 | |
|\ | ||||||
| * | Add XEP-0280 support | Olivier LE MOAL | 2015-02-10 | 1 | -0/+38 | |
| | | ||||||
* | | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 | |
|/ | ||||||
* | Use resource in chat sessions | James Booth | 2015-01-04 | 1 | -3/+2 | |
| | ||||||
* | Refactored parsing caps | James Booth | 2014-11-26 | 1 | -55/+31 | |
| | ||||||
* | Refactored available presence handler | James Booth | 2014-11-26 | 1 | -0/+77 | |
| | ||||||
* | Fixed various memory leaks | James Booth | 2014-11-01 | 1 | -1/+4 | |
| | ||||||
* | Show occupants role/affiliation changes | James Booth | 2014-10-18 | 1 | -2/+2 | |
| | ||||||
* | Refactor muc_user_handler | James Booth | 2014-10-07 | 1 | -12/+12 | |
| | ||||||
* | Added jid autocomplete for affiliation commands | James Booth | 2014-10-06 | 1 | -2/+2 | |
| | ||||||
* | Implemented setting and listing roles | James Booth | 2014-10-06 | 1 | -0/+68 | |
| | ||||||
* | Implemented /room kick command | James Booth | 2014-10-05 | 1 | -0/+150 | |
| | ||||||
* | Added /room kick command | James Booth | 2014-10-05 | 1 | -0/+41 | |
| | ||||||
* | Added /room subject command | James Booth | 2014-10-05 | 1 | -0/+23 | |
| | ||||||
* | Implemented setting affiliation and listing affiliations | James Booth | 2014-10-04 | 1 | -22/+8 | |
| | ||||||
* | Allow adding and removing room owners | James Booth | 2014-10-04 | 1 | -0/+82 | |
| | ||||||
* | Tidied muc module | James Booth | 2014-09-28 | 1 | -5/+5 | |
| | ||||||
* | Store room affiliation and role | James Booth | 2014-09-28 | 1 | -6/+6 | |
| | ||||||
* | Create sha-1 of own capabilities once | James Booth | 2014-09-23 | 1 | -2/+1 | |
| |