Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove free DiscoInfo values | James Booth | 2016-05-02 | 1 | -1/+1 | |
| | ||||||
* | Free stanza text and DiscoInfo features | James Booth | 2016-05-02 | 1 | -1/+3 | |
| | ||||||
* | Free stanza text on plugin send hooks | James Booth | 2016-05-01 | 1 | -0/+1 | |
| | ||||||
* | Add /blocked command | James Booth | 2016-05-01 | 1 | -0/+6 | |
| | ||||||
* | Define stanza's attributes as const char* | Dmitry Podgorny | 2016-04-27 | 1 | -40/+40 | |
| | | | | | | | | | | | | 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/+92 | |
| | ||||||
* | Cache all disco items and features on connect | Dominik Heidler | 2016-04-20 | 1 | -1/+101 | |
| | ||||||
* | Fix typo: diso -> disco | Dominik Heidler | 2016-04-01 | 1 | -4/+4 | |
| | ||||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -7/+7 | |
| | ||||||
* | 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 | 1 | -265/+215 | |
| | | | | Allows plugins to stop stanza processing | |||||
* | Added basic stanza receive eooks | James Booth | 2016-03-27 | 1 | -118/+196 | |
| | ||||||
* | 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 | -29/+47 | |
| | ||||||
* | Added prof_send_stanza to plugins API | James Booth | 2016-03-23 | 1 | -6/+6 | |
| | ||||||
* | 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 | -7/+7 | |
|/ | ||||||
* | 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 | 1 | -4/+5 | |
| | ||||||
* | Added hardcoded autoping timeout | James Booth | 2015-12-31 | 1 | -0/+25 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | mucwin_room_info_error takes ProfMucWin | James Booth | 2015-11-01 | 1 | -2/+4 | |
| | ||||||
* | Renamed ui_handle_room_role_set_error -> mucwin_role_set_error | James Booth | 2015-11-01 | 1 | -1/+1 | |
| | ||||||
* | Renamed ui_handle_room_affiliation_set_error -> mucwin_affiliation_set_error | James Booth | 2015-11-01 | 1 | -1/+1 | |
| | ||||||
* | Renamed ui_handle_room_role_list -> mucwin_handle_role_list | James Booth | 2015-11-01 | 1 | -1/+1 | |
| | ||||||
* | Renamed ui_handle_room_role_list_error -> mucwin_role_list_error | James Booth | 2015-11-01 | 1 | -1/+1 | |
| | ||||||
* | Renamed ui_handle_room_affiliation_list -> mucwin_handle_affiliation_list | James Booth | 2015-11-01 | 1 | -1/+1 | |
| | ||||||
* | Renamed ui_handle_room_affiliation_list_error -> mucwin_affiliation_list_error | James Booth | 2015-11-01 | 1 | -1/+1 | |
| | ||||||
* | Renamed ui_handle_room_kick_error -> mucwin_kick_error | James Booth | 2015-11-01 | 1 | -1/+1 | |
| | ||||||
* | Renamed ui_show_room_disco_info -> mucwin_room_disco_info | James Booth | 2015-11-01 | 1 | -1/+1 | |
| | ||||||
* | Renamed ui_handle_room_info_error -> mucwin_room_info_error | James Booth | 2015-11-01 | 1 | -1/+1 | |
| | ||||||
* | Applied coding style to src/xmpp/ | James Booth | 2015-10-26 | 1 | -97/+99 | |
| | ||||||
* | Send service-unavailable when lastactivity disabled | James Booth | 2015-10-14 | 1 | -2/+30 | |
| | ||||||
* | Added jabber:iq:last to capabilities | James Booth | 2015-09-29 | 1 | -8/+8 | |
| | ||||||
* | Fix last active query | James Booth | 2015-09-29 | 1 | -10/+3 | |
| | ||||||
* | WIP: Added last activity request and response | James Booth | 2015-09-29 | 1 | -1/+118 | |
| |