Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename id_handler_add -> iq_id_handler_add | James Booth | 2016-05-02 | 5 | -29/+29 |
| | |||||
* | Remove free DiscoInfo values | James Booth | 2016-05-02 | 2 | -2/+2 |
| | |||||
* | Free stanza text and DiscoInfo features | James Booth | 2016-05-02 | 4 | -3/+9 |
| | |||||
* | Free stanza text on plugin send hooks | James Booth | 2016-05-01 | 3 | -0/+3 |
| | |||||
* | Add /blocked command | James Booth | 2016-05-01 | 7 | -0/+422 |
| | |||||
* | Merge remote-tracking branch 'pasis/const-char' | James Booth | 2016-05-01 | 9 | -159/+165 |
|\ | |||||
| * | Define stanza's attributes as const char* | Dmitry Podgorny | 2016-04-27 | 9 | -159/+165 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -0/+23 |
|/ | |||||
* | Fix OSX compile | James Booth | 2016-04-26 | 1 | -42/+0 |
| | |||||
* | Implement XEP-0363: HTTP File Upload | Dominik Heidler | 2016-04-26 | 5 | -6/+209 |
| | |||||
* | Cache all disco items and features on connect | Dominik Heidler | 2016-04-20 | 3 | -1/+146 |
| | |||||
* | Fix typo: diso -> disco | Dominik Heidler | 2016-04-01 | 2 | -5/+5 |
| | |||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 14 | -52/+59 |
| | |||||
* | 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 |
| | | |||||
* | | Removed duplicate typedef | James Booth | 2016-03-28 | 1 | -2/+0 |
| | | |||||
* | | Use one stanza handler per type (message, iq, presence) | James Booth | 2016-03-28 | 7 | -638/+454 |
| | | | | | | | | Allows plugins to stop stanza processing | ||||
* | | Added basic stanza receive eooks | James Booth | 2016-03-27 | 5 | -133/+286 |
|/ | |||||
* | Use xmpp_send_raw_string instead of xmpp_send_raw | James Booth | 2016-03-26 | 6 | -13/+13 |
| | |||||
* | Added stanza send hooks for plugins | James Booth | 2016-03-26 | 5 | -56/+161 |
| | |||||
* | Added prof_send_stanza to plugins API | James Booth | 2016-03-23 | 3 | -6/+18 |
| | |||||
* | Add PGP decryption for incoming/outgoing carbons | James Booth | 2016-03-22 | 1 | -9/+15 |
| | |||||
* | Call plugin disconnect hook before disconnecting on autoping fail | James Booth | 2016-02-25 | 1 | -3/+3 |
| | | | | fixes #746 | ||||
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 19 | -19/+19 |
|\ | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | ||||
| * | Updated copyright | James Booth | 2016-02-14 | 19 | -19/+19 |
| | | |||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 13 | -54/+62 |
|/ | |||||
* | Use offline presence for software version responses from non contacts | James Booth | 2016-01-13 | 1 | -8/+12 |
| | | | | fixes #714 | ||||
* | Set autoping timeout default to 10 seconds, added null checks | James Booth | 2016-01-02 | 1 | -2/+13 |
| | |||||
* | Added autoping timeout preference | James Booth | 2016-01-01 | 3 | -6/+7 |
| | |||||
* | Added hardcoded autoping timeout | James Booth | 2015-12-31 | 3 | -12/+79 |
| | |||||
* | Abort autping when existing attempt already in progress | James Booth | 2015-12-31 | 1 | -2/+14 |
| | |||||
* | Tidy ping handlers | James Booth | 2015-12-31 | 1 | -49/+53 |
| | |||||
* | Renamed autoping handler | James Booth | 2015-12-30 | 1 | -6/+6 |
| | |||||
* | Moved sending of initial presence to sv_ev_roster_received | James Booth | 2015-12-14 | 1 | -29/+0 |
| | |||||
* | Free pref strings | James Booth | 2015-11-21 | 1 | -0/+1 |
| | |||||
* | Tidy connection.c | James Booth | 2015-11-11 | 1 | -28/+32 |
| | |||||
* | Added extra fields to TLSCertificate | James Booth | 2015-11-10 | 1 | -4/+16 |
| | |||||
* | Show current TLS certificate | James Booth | 2015-11-10 | 2 | -6/+25 |
| | |||||
* | Added /tls cert to show current certificate fingerprint | James Booth | 2015-11-09 | 2 | -0/+20 |
| | |||||
* | Make all mucconfwin functions take ProfMucConfWin | James Booth | 2015-11-02 | 1 | -1/+2 |
| | |||||
* | Renamed mucconfwin functions | James Booth | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | Removed ui_handle_room_join_error | James Booth | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | mucwin_role_set_error takes ProfMucWin | James Booth | 2015-11-02 | 1 | -1/+4 |
| | |||||
* | mucwin_affiliation_set_error takes ProfMucWin | James Booth | 2015-11-02 | 1 | -1/+4 |
| | |||||
* | mucwin_handle_role_list takes ProfMucWin | James Booth | 2015-11-02 | 1 | -1/+4 |
| | |||||
* | mucwin_role_list_error takes ProfMucWin | James Booth | 2015-11-02 | 1 | -1/+4 |
| | |||||
* | mucwin_handle_affiliation_list takes ProfMucWin | James Booth | 2015-11-02 | 1 | -1/+4 |
| | |||||
* | mucwin_affiliation_list_error takes ProfMucWin | James Booth | 2015-11-02 | 1 | -1/+4 |
| | |||||
* | mucwin_kick_error takes ProfMucWin | James Booth | 2015-11-02 | 1 | -4/+3 |
| | |||||
* | mucwin_room_disco_info takes ProfMucWin | James Booth | 2015-11-01 | 1 | -2/+3 |
| |