Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | Renamed event functions | James Booth | 2015-04-28 | 1 | -17/+17 |
| | | |||||
* | | Merge branch 'master' into pgp | James Booth | 2015-04-19 | 1 | -17/+17 |
|\| | | | | | | | | | Conflicts: src/xmpp/message.c | ||||
| * | Renamed server event functions | James Booth | 2015-04-19 | 1 | -17/+17 |
| | | |||||
* | | Merge branch 'master' into pgp | James Booth | 2015-04-19 | 1 | -1/+1 |
|\| | |||||
| * | Moved server_events to event/ | James Booth | 2015-04-19 | 1 | -1/+1 |
| | | |||||
* | | Send encrypted messages | James Booth | 2015-03-24 | 1 | -1/+1 |
| | | |||||
* | | Added signature verification, /pgp fps command | James Booth | 2015-03-24 | 1 | -12/+23 |
| | | |||||
* | | Added check for HAVE_LIBGPGME in presence.c | James Booth | 2015-03-23 | 1 | -0/+4 |
| | | |||||
* | | Added pgpkeyid account setting, send signed presence | James Booth | 2015-03-23 | 1 | -0/+22 |
|/ | |||||
* | Fixed spelling. | Christian Storm | 2015-02-17 | 1 | -1/+1 |
| | |||||
* | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Simplified autocompleters and command history | James Booth | 2015-01-16 | 1 | -1/+1 |
| | |||||
* | Removed function pointers | James Booth | 2014-12-22 | 1 | -36/+21 |
| | |||||
* | Added caching of legacy capabilities | James Booth | 2014-11-30 | 1 | -5/+9 |
| | |||||
* | Store capabilities against fulljid when unsupported hash | James Booth | 2014-11-27 | 1 | -7/+11 |
| | |||||
* | Refactored parsing caps | James Booth | 2014-11-26 | 1 | -40/+33 |
| | |||||
* | Refactored available presence handler | James Booth | 2014-11-26 | 1 | -74/+26 |
| | |||||
* | Fixed various memory leaks | James Booth | 2014-11-01 | 1 | -1/+4 |
| | |||||
* | Show occupants role/affiliation changes | James Booth | 2014-10-18 | 1 | -11/+13 |
| | |||||
* | Added reason to role/affiliation changes | James Booth | 2014-10-18 | 1 | -1/+3 |
| | |||||
* | Include self in room roster | James Booth | 2014-10-07 | 1 | -7/+6 |
| | |||||
* | Refactor muc user handler | James Booth | 2014-10-07 | 1 | -29/+16 |
| | |||||
* | Refactor muc_user_handler | James Booth | 2014-10-07 | 1 | -68/+40 |
| | |||||
* | Added jid autocomplete for affiliation commands | James Booth | 2014-10-06 | 1 | -4/+18 |
| | |||||
* | Implemented /room kick command | James Booth | 2014-10-05 | 1 | -2/+37 |
| |