Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge remote-tracking branch 'pasis/const-char' | James Booth | 2016-05-01 | 1 | -1/+1 | |
|\ | ||||||
| * | Define stanza's attributes as const char* | Dmitry Podgorny | 2016-04-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | Plugins: Added prof_disco_add_feature() | James Booth | 2016-04-30 | 1 | -0/+1 | |
|/ | ||||||
* | Fix OSX compile | James Booth | 2016-04-26 | 1 | -42/+0 | |
| | ||||||
* | Implement XEP-0363: HTTP File Upload | Dominik Heidler | 2016-04-26 | 1 | -3/+5 | |
| | ||||||
* | Cache all disco items and features on connect | Dominik Heidler | 2016-04-20 | 1 | -0/+9 | |
| | ||||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -4/+4 | |
| | ||||||
* | Added prof_send_stanza to plugins API | James Booth | 2016-03-23 | 1 | -0/+1 | |
| | ||||||
* | 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 | |
|/ | ||||||
* | Added autoping timeout preference | James Booth | 2016-01-01 | 1 | -1/+1 | |
| | ||||||
* | Added hardcoded autoping timeout | James Booth | 2015-12-31 | 1 | -0/+3 | |
| | ||||||
* | Show current TLS certificate | James Booth | 2015-11-10 | 1 | -1/+2 | |
| | ||||||
* | Added /tls cert to show current certificate fingerprint | James Booth | 2015-11-09 | 1 | -0/+4 | |
| | ||||||
* | Applied coding style to src/xmpp/ | James Booth | 2015-10-26 | 1 | -69/+66 | |
| | ||||||
* | Force tls on all connections, add tls policy account property | James Booth | 2015-10-18 | 1 | -1/+1 | |
| | ||||||
* | Removed --disable-tls command line option | James Booth | 2015-10-18 | 1 | -1/+1 | |
| | ||||||
* | Use libstrophe/libmesode uuid generator | James Booth | 2015-10-12 | 1 | -0/+2 | |
| | ||||||
* | WIP: Added last activity request and response | James Booth | 2015-09-29 | 1 | -0/+1 | |
| | ||||||
* | Check for libmesode, fall back to libstrophe | James Booth | 2015-09-21 | 1 | -0/+7 | |
| | ||||||
* | Added pgp checks for message sending | James Booth | 2015-06-21 | 1 | -1/+2 | |
| | ||||||
* | Merge branch 'master' into openpgp | James Booth | 2015-06-05 | 1 | -1/+1 | |
|\ | | | | | | | | | Conflicts: .travis.yml | |||||
| * | Added initial stabber test | James Booth | 2015-05-17 | 1 | -1/+1 | |
| | | ||||||
* | | Moved pgp signature generation to cl_ev_presence_send | James Booth | 2015-05-08 | 1 | -2/+1 | |
|/ | ||||||
* | Renamed presence_update -> presence_send | James Booth | 2015-05-07 | 1 | -1/+1 | |
| | ||||||
* | Add callback data to room disco info response handler | James Booth | 2015-03-29 | 1 | -1/+1 | |
| | ||||||
* | Set members only property when getting room features | James Booth | 2015-03-29 | 1 | -1/+1 | |
| | ||||||
* | Show message received text for receipts | James Booth | 2015-03-11 | 1 | -2/+2 | |
| | ||||||
* | Send private carbons element with message when encrypted | James Booth | 2015-03-10 | 1 | -0/+1 | |
| | ||||||
* | Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280 | James Booth | 2015-03-08 | 1 | -0/+2 | |
|\ | ||||||
| * | Add XEP-0280 support | Olivier LE MOAL | 2015-02-10 | 1 | -0/+2 | |
| | | ||||||
* | | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 | |
|/ | ||||||
* | Simplified autocompleters and command history | James Booth | 2015-01-16 | 1 | -2/+2 | |
| | ||||||
* | Refactored chat session handling on sending message | James Booth | 2015-01-04 | 1 | -6/+5 | |
| | ||||||
* | Use resource in chat sessions | James Booth | 2015-01-04 | 1 | -4/+4 | |
| | ||||||
* | Moved chat states out of xmpp module for message send chat | James Booth | 2014-12-27 | 1 | -1/+2 | |
| | ||||||
* | Removed function pointers | James Booth | 2014-12-22 | 1 | -95/+86 | |
| | ||||||
* | Refactored all window recipients and types | James Booth | 2014-12-20 | 1 | -8/+10 | |
| | | | | Tests need fixing | |||||
* | Added caching of legacy capabilities | James Booth | 2014-11-30 | 1 | -0/+2 | |
| | ||||||
* | Store capabilities against fulljid when unsupported hash | James Booth | 2014-11-27 | 1 | -0/+2 | |
| | ||||||
* | Renamed room destroy function | James Booth | 2014-10-23 | 1 | -1/+1 | |
| | ||||||
* | Removed /duck command | James Booth | 2014-10-18 | 1 | -1/+0 | |
| | ||||||
* | Implemented setting and listing roles | James Booth | 2014-10-06 | 1 | -0/+3 | |
| | ||||||
* | Added /room kick command | James Booth | 2014-10-05 | 1 | -0/+1 | |
| | ||||||
* | Added /room subject command | James Booth | 2014-10-05 | 1 | -0/+2 | |
| | ||||||
* | Implemented getting affiliation list, and setting affiliation | James Booth | 2014-10-05 | 1 | -2/+2 | |
| | ||||||
* | Implemented setting affiliation and listing affiliations | James Booth | 2014-10-04 | 1 | -2/+3 | |
| | ||||||
* | Allow adding and removing room owners | James Booth | 2014-10-04 | 1 | -0/+2 | |
| | ||||||
* | Added service discovery to /room info command | James Booth | 2014-10-02 | 1 | -0/+1 | |
| |