about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'master' into pgpJames Booth2015-04-219-67/+102
|\|
| * Moved new chat win events to client events moduleJames Booth2015-04-219-67/+102
| |
* | Merge branch 'master' into pgpJames Booth2015-04-213-50/+57
|\|
| * Moved all message sending to client events moduleJames Booth2015-04-213-50/+57
| |
* | Merge branch 'master' into pgpJames Booth2015-04-211-5/+0
|\|
| * Removed unused otr checkJames Booth2015-04-191-5/+0
| |
* | Merge branch 'master' into pgpJames Booth2015-04-194-77/+132
|\|
| * Added client_events module, reuse message sending code for all commandsJames Booth2015-04-194-77/+132
| |
* | Merge branch 'master' into pgpJames Booth2015-04-198-223/+223
|\| | | | | | | | | Conflicts: src/xmpp/message.c
| * Renamed server event functionsJames Booth2015-04-198-221/+221
| |
* | Merge branch 'master' into pgpJames Booth2015-04-1910-10/+10
|\|
| * Moved server_events to event/James Booth2015-04-1910-10/+10
| |
* | Merge branch 'master' into pgpJames Booth2015-04-1216-23/+113
|\|
| * Added option to show jids in occupants panelJames Booth2015-04-1216-23/+113
| |
* | Merge branch 'master' into pgpJames Booth2015-04-121-1/+1
|\| | | | | | | | | Conflicts: .travis.yml
| * Updated travis build to include uuid-dev dependencyJames Booth2015-04-121-1/+1
| |
* | Merge branch 'master' into pgpJames Booth2015-04-117-28/+32
|\|
| * Autogenerate room name with UUID for /join with no argsJames Booth2015-04-117-28/+32
| |
* | Merge branch 'master' into pgpJames Booth2015-04-111-0/+1
|\|
| * Updated CHANGELOGJames Booth2015-04-111-0/+1
| |
* | Fixed message sending when not PGP key foundJames Booth2015-04-051-0/+2
| |
* | Merge branch 'master' into pgpJames Booth2015-03-297-17/+47
|\|
| * Use password for chat room invitesJames Booth2015-03-297-17/+47
| |
* | Merge branch 'master' into pgpJames Booth2015-03-293-4/+10
|\|
| * Added password to direct invitesJames Booth2015-03-293-4/+10
| |
* | Merge branch 'master' into pgpJames Booth2015-03-2911-30/+196
|\|
| * Add callback data to room disco info response handlerJames Booth2015-03-296-35/+103
| |
| * Set members only property when getting room featuresJames Booth2015-03-296-4/+26
| |
| * Added check members only room to send mediated invitesJames Booth2015-03-286-1/+77
| |
* | Decrypt incoming messagesJames Booth2015-03-253-5/+63
| |
* | Send encrypted messagesJames Booth2015-03-245-19/+109
| |
* | Added signature verification, /pgp fps commandJames Booth2015-03-247-14/+130
| |
* | Added check for HAVE_LIBGPGME in presence.cJames Booth2015-03-231-0/+4
| |
* | Fixed tabsJames Booth2015-03-231-13/+13
| |
* | Fixed tabsJames Booth2015-03-231-36/+36
| |
* | Added pgpkeyid account setting, send signed presenceJames Booth2015-03-2316-19/+182
| |
* | Added Id and fingerprint to pgp key listJames Booth2015-03-224-5/+40
| |
* | Added /pgp libver commandJames Booth2015-03-225-5/+34
| |
* | Fixed whitespaceJames Booth2015-03-221-1/+1
| |
* | Added pgp key list commandJames Booth2015-03-2212-4/+210
|/
* Added individual options to send and request delivery receiptsJames Booth2015-03-198-21/+73
|
* Merge remote-tracking branch 'origin/master'James Booth2015-03-181-1/+1
|\
| * Fix buffer entry freeJames Booth2015-03-171-1/+1
| |
* | Added keybindings for rxvtJames Booth2015-03-181-6/+13
|/
* Tidy cmd_tinyJames Booth2015-03-161-33/+44
|
* Added static function for sending otr tagged messagesJames Booth2015-03-161-17/+20
|
* Added otr_tag_message, removed commands.c dependency on libotrJames Booth2015-03-164-11/+23
|
* Use static functions in cmd_msgJames Booth2015-03-161-21/+8
|
* Removed window checks before logging in cmd_msgJames Booth2015-03-161-9/+3
|
* Added static functions to commands.c for sending messagesJames Booth2015-03-162-31/+35
|
#n816'>816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005