Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 1 | -7/+7 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Remove status from cl_ev_presence_send | James Booth | 2017-01-15 | 1 | -3/+2 |
| | | | | fixes #888 | ||||
* | Use hash table for bookmarks | James Booth | 2016-08-21 | 1 | -0/+3 |
| | |||||
* | Tidy presence.c | James Booth | 2016-08-20 | 1 | -249/+311 |
| | |||||
* | Use libstrophe xmpp_presence_new convenience function | James Booth | 2016-08-20 | 1 | -3/+2 |
| | |||||
* | Use libstrophe convenience functions for stanza attributes | James Booth | 2016-08-20 | 1 | -11/+11 |
| | |||||
* | Rename caps_contains -> caps_cache_contains | James Booth | 2016-08-13 | 1 | -2/+2 |
| | |||||
* | Rename rooms vars in _send_room_presence | James Booth | 2016-07-25 | 1 | -8/+6 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -5/+6 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Move available resources to connection struct | James Booth | 2016-05-07 | 1 | -2/+2 |
| | |||||
* | Move connection fulljid function | James Booth | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Rename jabber_ functions | James Booth | 2016-05-06 | 1 | -9/+9 |
| | |||||
* | Add session.c | James Booth | 2016-05-05 | 1 | -4/+5 |
| | |||||
* | Renamed connection.c -> session.c | James Booth | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | Tidy xmpp headers | James Booth | 2016-05-04 | 1 | -1/+2 |
| | |||||
* | 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 | -27/+29 |
| | | | | | | | | | | | | 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. | ||||
* | Fix typo: diso -> disco | Dominik Heidler | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -3/+3 |
| | |||||
* | Use one stanza handler per type (message, iq, presence) | James Booth | 2016-03-28 | 1 | -126/+93 |
| | | | | Allows plugins to stop stanza processing | ||||
* | Added basic stanza receive eooks | James Booth | 2016-03-27 | 1 | -2/+33 |
| | |||||
* | Use xmpp_send_raw_string instead of xmpp_send_raw | James Booth | 2016-03-26 | 1 | -4/+4 |
| | |||||
* | Added stanza send hooks for plugins | James Booth | 2016-03-26 | 1 | -7/+41 |
| | |||||
* | 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 |
|/ | |||||
* | Removed ui_handle_room_join_error | James Booth | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | Removed ui_input_nonblocking() | James Booth | 2015-11-01 | 1 | -3/+3 |
| | |||||
* | Applied coding style to src/xmpp/ | James Booth | 2015-10-26 | 1 | -38/+30 |
| | |||||
* | Moved idle time check for last activity | James Booth | 2015-10-14 | 1 | -1/+3 |
| | |||||
* | Added auto xa option, tidied autoaway code | James Booth | 2015-09-27 | 1 | -1/+3 |
| | |||||
* | Check for libmesode, fall back to libstrophe | James Booth | 2015-09-21 | 1 | -0/+9 |
| | |||||
* | Fixed various jid and account mem leaks | James Booth | 2015-06-24 | 1 | -0/+1 |
| | |||||
* | Removed libgpg include from presence.c | James Booth | 2015-05-10 | 1 | -4/+1 |
| | |||||
* | Moved pgp signature generation to cl_ev_presence_send | James Booth | 2015-05-08 | 1 | -21/+11 |
| | |||||
* | Merge branch 'master' into openpgp | James Booth | 2015-05-07 | 1 | -9/+4 |
|\ | |||||
| * | Renamed presence_update -> presence_send | James Booth | 2015-05-07 | 1 | -9/+4 |
| | | |||||
* | | Moved pgp signature verification to sv_ev_contact_online | James Booth | 2015-05-07 | 1 | -11/+8 |
| | | |||||
* | | Merge branch 'master' into openpgp | James Booth | 2015-05-06 | 1 | -0/+6 |
|\| | |||||
| * | Set ui nonblocking on presence updates | James Booth | 2015-05-06 | 1 | -0/+6 |
| | | | | | | | | Speeds up joining rooms, and connecting. | ||||
* | | Merge branch 'master' into pgp | James Booth | 2015-05-04 | 1 | -21/+21 |
|\| | |||||
| * | Use null check convention in presence.c | James Booth | 2015-05-04 | 1 | -21/+21 |
| | | |||||
* | | Merge branch 'master' into pgp | James Booth | 2015-05-01 | 1 | -2/+10 |
|\| | |||||
| * | Removed server event delegation functions | James Booth | 2015-05-01 | 1 | -2/+10 |
| | | |||||
* | | Merge branch 'master' into pgp | James Booth | 2015-04-28 | 1 | -17/+17 |
|\| | | | | | | | | | Conflicts: src/xmpp/message.c |