Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use libstrophe xmpp_message_get_body convenience function | James Booth | 2016-08-20 | 1 | -49/+22 | |
| | ||||||
* | Use libstrophe xmpp_message_new convenience function | James Booth | 2016-08-20 | 1 | -4/+2 | |
| | ||||||
* | Replace stanza_create_message with libstrophe convenience functions | James Booth | 2016-08-20 | 1 | -8/+21 | |
| | ||||||
* | Use libstrophe convenience functions for stanza attributes | James Booth | 2016-08-20 | 1 | -15/+15 | |
| | ||||||
* | Send receipt request only when receiver supports feature | James Booth | 2016-08-18 | 1 | -46/+13 | |
| | | | | issue #829 | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -8/+9 | |
| | ||||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 | |
| | ||||||
* | Move connection fulljid function | James Booth | 2016-05-06 | 1 | -1/+1 | |
| | ||||||
* | Rename jabber_ functions | James Booth | 2016-05-06 | 1 | -2/+3 | |
| | ||||||
* | Renamed connection.c -> session.c | James Booth | 2016-05-05 | 1 | -1/+1 | |
| | ||||||
* | Rename stanza handler init functions | James Booth | 2016-05-02 | 1 | -1/+1 | |
| | ||||||
* | Free stanza text and DiscoInfo features | James Booth | 2016-05-02 | 1 | -0/+2 | |
| | ||||||
* | Free stanza text on plugin send hooks | James Booth | 2016-05-01 | 1 | -0/+1 | |
| | ||||||
* | Define stanza's attributes as const char* | Dmitry Podgorny | 2016-04-27 | 1 | -23/+23 | |
| | | | | | | | | | | | | 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 | -3/+15 | |
| | ||||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -4/+4 | |
| | ||||||
* | Merge branch 'master' into stanza-hooks | James Booth | 2016-03-29 | 1 | -1/+1 | |
|\ | ||||||
| * | PGP: Also encrypt using sender public key | James Booth | 2016-03-29 | 1 | -1/+1 | |
| | | ||||||
* | | Use one stanza handler per type (message, iq, presence) | James Booth | 2016-03-28 | 1 | -127/+112 | |
| | | | | | | | | Allows plugins to stop stanza processing | |||||
* | | Added basic stanza receive eooks | James Booth | 2016-03-27 | 1 | -0/+32 | |
|/ | ||||||
* | Use xmpp_send_raw_string instead of xmpp_send_raw | James Booth | 2016-03-26 | 1 | -2/+2 | |
| | ||||||
* | Added stanza send hooks for plugins | James Booth | 2016-03-26 | 1 | -12/+29 | |
| | ||||||
* | Add PGP decryption for incoming/outgoing carbons | James Booth | 2016-03-22 | 1 | -9/+15 | |
| | ||||||
* | 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 | -4/+4 | |
|/ | ||||||
* | Applied coding style to src/xmpp/ | James Booth | 2015-10-26 | 1 | -35/+35 | |
| | ||||||
* | Check for libmesode, fall back to libstrophe | James Booth | 2015-09-21 | 1 | -0/+7 | |
| | ||||||
* | Pass delay timestamp to all incoming chat events | James Booth | 2015-09-08 | 1 | -10/+6 | |
| | ||||||
* | Tidied pgp memory allocations | James Booth | 2015-08-11 | 1 | -1/+3 | |
| | ||||||
* | Free timestamp and id for receipts | James Booth | 2015-08-09 | 1 | -1/+2 | |
| | ||||||
* | Handle private messages that include muc#user namespace | James Booth | 2015-08-02 | 1 | -3/+10 | |
| | ||||||
* | Add no-copy and no-store hints to OTR messages | Sam Whited | 2015-07-01 | 1 | -0/+2 | |
| | ||||||
* | Use reference counts for GDateTimes #516 | James Booth | 2015-06-30 | 1 | -0/+3 | |
| | ||||||
* | WIP fix for #516, needs memory cleanup | James Booth | 2015-06-29 | 1 | -14/+10 | |
| | ||||||
* | Fixed various jid and account mem leaks | James Booth | 2015-06-24 | 1 | -0/+3 | |
| | ||||||
* | Encryption modes for sv_ev_incoming_message | James Booth | 2015-06-21 | 1 | -16/+5 | |
| | ||||||
* | Extracted chat session code from message senders | James Booth | 2015-06-21 | 1 | -49/+40 | |
| | ||||||
* | Added pgp checks for message sending | James Booth | 2015-06-21 | 1 | -1/+45 | |
| | ||||||
* | Merge branch 'master' into pgp | James Booth | 2015-05-04 | 1 | -40/+54 | |
|\ | ||||||
| * | Extracted carbons handling | James Booth | 2015-05-04 | 1 | -41/+55 | |
| | | ||||||
* | | Merge branch 'master' into pgp | James Booth | 2015-05-04 | 1 | -52/+52 | |
|\| | ||||||
| * | Revert "Added carbons handler" | James Booth | 2015-05-04 | 1 | -52/+52 | |
| | | | | | | | | This reverts commit ff867e7f2bdfbd8856bd2a010e9d19b9a429a239. | |||||
* | | Merge branch 'master' into pgp | James Booth | 2015-05-03 | 1 | -52/+52 | |
|\| | ||||||
| * | Added carbons handler | James Booth | 2015-05-03 | 1 | -52/+52 | |
| | | ||||||
* | | Merge branch 'master' into pgp | James Booth | 2015-05-03 | 1 | -12/+31 | |
|\| | ||||||
| * | Extracted receipt request processing in message.c | James Booth | 2015-05-03 | 1 | -12/+31 | |
| | | ||||||
* | | Merge branch 'master' into pgp | James Booth | 2015-05-03 | 1 | -78/+83 | |
|\| | | | | | | | | | Conflicts: src/xmpp/message.c | |||||
| * | Extract private message hanlding in message.c | James Booth | 2015-05-03 | 1 | -66/+71 | |
| | | ||||||
* | | Merge branch 'master' into pgp | James Booth | 2015-05-03 | 1 | -40/+50 | |
|\| |