Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Added ui events module | James Booth | 2015-04-28 | 5 | -16/+90 | |
| * | | Renamed event functions | James Booth | 2015-04-28 | 10 | -237/+237 | |
| * | | Removed commented code | James Booth | 2015-04-28 | 1 | -26/+0 | |
* | | | Merge branch 'master' into pgp | James Booth | 2015-04-27 | 4 | -73/+89 | |
|\| | | ||||||
| * | | Moved otr message send event to otr module | James Booth | 2015-04-27 | 3 | -33/+43 | |
| * | | Removed server_events dependency on libotr headers | James Booth | 2015-04-27 | 3 | -40/+46 | |
| * | | Renamed incoming otr message | James Booth | 2015-04-27 | 1 | -6/+6 | |
* | | | Merge branch 'master' into pgp | James Booth | 2015-04-23 | 5 | -60/+79 | |
|\| | | ||||||
| * | | Tidied account login | James Booth | 2015-04-23 | 5 | -60/+79 | |
* | | | Merge branch 'master' into pgp | James Booth | 2015-04-22 | 3 | -109/+132 | |
|\| | | ||||||
| * | | Moved login events to client events module | James Booth | 2015-04-22 | 3 | -98/+121 | |
| * | | Tidy execute alias code | James Booth | 2015-04-21 | 1 | -11/+11 | |
* | | | Merge branch 'master' into pgp | James Booth | 2015-04-21 | 7 | -61/+87 | |
|\| | | ||||||
| * | | Moved new chat win events to client events module | James Booth | 2015-04-21 | 7 | -61/+87 | |
* | | | Merge branch 'master' into pgp | James Booth | 2015-04-21 | 3 | -50/+57 | |
|\| | | ||||||
| * | | Moved all message sending to client events module | James Booth | 2015-04-21 | 3 | -50/+57 | |
* | | | Merge branch 'master' into pgp | James Booth | 2015-04-21 | 1 | -5/+0 | |
|\| | | ||||||
| * | | Removed unused otr check | James Booth | 2015-04-19 | 1 | -5/+0 | |
* | | | Merge branch 'master' into pgp | James Booth | 2015-04-19 | 3 | -77/+130 | |
|\| | | ||||||
| * | | Added client_events module, reuse message sending code for all commands | James Booth | 2015-04-19 | 3 | -77/+130 | |
* | | | Merge branch 'master' into pgp | James Booth | 2015-04-19 | 7 | -209/+209 | |
|\| | | ||||||
| * | | Renamed server event functions | James Booth | 2015-04-19 | 7 | -207/+207 | |
* | | | Merge branch 'master' into pgp | James Booth | 2015-04-19 | 8 | -7/+7 | |
|\| | | ||||||
| * | | Moved server_events to event/ | James Booth | 2015-04-19 | 8 | -7/+7 | |
* | | | Merge branch 'master' into pgp | James Booth | 2015-04-12 | 12 | -21/+109 | |
|\| | | ||||||
| * | | Added option to show jids in occupants panel | James Booth | 2015-04-12 | 12 | -21/+109 | |
* | | | Merge branch 'master' into pgp | James Booth | 2015-04-11 | 3 | -9/+29 | |
|\| | | ||||||
| * | | Autogenerate room name with UUID for /join with no args | James Booth | 2015-04-11 | 3 | -9/+29 | |
* | | | Fixed message sending when not PGP key found | James Booth | 2015-04-05 | 1 | -0/+2 | |
* | | | Merge branch 'master' into pgp | James Booth | 2015-03-29 | 6 | -10/+40 | |
|\| | | ||||||
| * | | Use password for chat room invites | James Booth | 2015-03-29 | 6 | -10/+40 | |
* | | | Merge branch 'master' into pgp | James Booth | 2015-03-29 | 3 | -4/+10 | |
|\| | | ||||||
| * | | Added password to direct invites | James Booth | 2015-03-29 | 3 | -4/+10 | |
* | | | Merge branch 'master' into pgp | James Booth | 2015-03-29 | 10 | -29/+195 | |
|\| | | ||||||
| * | | Add callback data to room disco info response handler | James Booth | 2015-03-29 | 5 | -34/+102 | |
| * | | Set members only property when getting room features | James Booth | 2015-03-29 | 5 | -3/+25 | |
| * | | Added check members only room to send mediated invites | James Booth | 2015-03-28 | 6 | -1/+77 | |
* | | | Decrypt incoming messages | James Booth | 2015-03-25 | 3 | -5/+63 | |
* | | | Send encrypted messages | James Booth | 2015-03-24 | 5 | -19/+109 | |
* | | | Added signature verification, /pgp fps command | James Booth | 2015-03-24 | 6 | -13/+121 | |
* | | | Added check for HAVE_LIBGPGME in presence.c | James Booth | 2015-03-23 | 1 | -0/+4 | |
* | | | Fixed tabs | James Booth | 2015-03-23 | 1 | -13/+13 | |
* | | | Fixed tabs | James Booth | 2015-03-23 | 1 | -36/+36 | |
* | | | Added pgpkeyid account setting, send signed presence | James Booth | 2015-03-23 | 11 | -5/+166 | |
* | | | Added Id and fingerprint to pgp key list | James Booth | 2015-03-22 | 3 | -5/+36 | |
* | | | Added /pgp libver command | James Booth | 2015-03-22 | 4 | -5/+28 | |
* | | | Fixed whitespace | James Booth | 2015-03-22 | 1 | -1/+1 | |
* | | | Added pgp key list command | James Booth | 2015-03-22 | 7 | -2/+179 | |
|/ / | ||||||
* | | Added individual options to send and request delivery receipts | James Booth | 2015-03-19 | 8 | -21/+73 | |
* | | Merge remote-tracking branch 'origin/master' | James Booth | 2015-03-18 | 1 | -1/+1 | |
|\ \ |