about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into inp-utf8James Booth2015-01-1628-458/+317
|\
| * Simplified autocompleters and command historyJames Booth2015-01-1628-457/+316
| |
* | Merge branch 'master' into inp-utf8James Booth2015-01-163-96/+96
|\| | | | | | | | | Conflicts: src/ui/inputwin.c
| * Removed static function arguments in inputwin.cJames Booth2015-01-161-97/+100
| |
| * Renamed inp_get_char->inp_readJames Booth2015-01-153-3/+3
| |
* | Merge branch 'master' into inp-utf8James Booth2015-01-156-26/+26
|\| | | | | | | | | Conflicts: src/ui/inputwin.c
| * Moved input line to inputwinJames Booth2015-01-156-26/+26
| |
* | Merge branch 'master' into inp-utf8James Booth2015-01-153-29/+28
|\| | | | | | | | | Conflicts: src/ui/inputwin.c
| * Pass pointers to inp_get_charJames Booth2015-01-153-28/+27
| |
| * Renamed input->lineJames Booth2015-01-151-3/+3
| |
* | Merge branch 'master' into inp-utf8James Booth2015-01-153-62/+61
|\| | | | | | | | | Conflicts: src/ui/inputwin.c
| * Moved input size to inputwinJames Booth2015-01-153-66/+65
| |
* | Merge branch 'master' into inp-utf8James Booth2015-01-154-17/+27
|\|
| * Moved input to ui module, renamed ui_readlineJames Booth2015-01-154-17/+27
| |
* | Merge branch 'master' into inp-utf8James Booth2015-01-151-10/+9
|\|
| * Tidy main loopJames Booth2015-01-151-10/+9
| |
* | Merge branch 'master' into inp-utf8James Booth2015-01-153-59/+72
|\|
| * Moved process_input to cmd_process_inputJames Booth2015-01-153-59/+72
| |
* | Merge branch 'master' into inp-utf8James Booth2015-01-154-10/+10
|\|
| * Moved input size variable to ui moduleJames Booth2015-01-154-10/+10
| |
* | Merge branch 'master' into inp-utf8James Booth2015-01-154-11/+15
|\|
| * Moved string termination out of main loopJames Booth2015-01-152-1/+4
| |
| * Removed ch from main loopJames Booth2015-01-154-10/+11
| |
* | Merge branch 'master' into inp-utf8James Booth2015-01-154-53/+64
|\|
| * Tidy profanity.cJames Booth2015-01-151-10/+12
| |
| * Moved remimder notification code out of main loopJames Booth2015-01-154-43/+52
| |
| * Renamed notify remind timerJames Booth2015-01-151-4/+4
| |
* | Merge branch 'master' into inp-utf8James Booth2015-01-156-146/+139
|\|
| * Moved win_handle_page to window moduleJames Booth2015-01-153-113/+115
| |
| * Inlined ui_handle_special_keysJames Booth2015-01-153-15/+6
| |
| * Removed result from main loopJames Booth2015-01-144-9/+9
| |
| * Pass value rather than address of ch during main loopJames Booth2015-01-144-24/+24
| |
* | Calculate input win display size includes wide charactersJames Booth2015-01-141-12/+22
|/
* Merge remote-tracking branch 'incertia/fixleak'James Booth2015-01-141-1/+1
|\
| * fix yet another potential leakWill Song2015-01-141-1/+1
| |
* | Don't free default account name until it has been lowercasedJames Booth2015-01-141-2/+2
|/
* Merge remote-tracking branch 'savar/fix_fix_memory_leak'James Booth2015-01-141-1/+3
|\
| * fix the fix (memory leak)Simon Effenberg2015-01-141-1/+3
| | | | | | | | | | the "fix a potential leak" from Will Song is not fully addressing the issue.. so now the "def" variable should definitely being freed
* | Updated gitignoreJames Booth2015-01-141-0/+1
|/
* Fixed segfault on eval_password due to moving popen callJames Booth2015-01-141-0/+8
|
* Merge remote-tracking branch 'incertia/eval_pass-fixes'James Booth2015-01-143-14/+22
|\
| * fix a potential leakWill Song2015-01-121-3/+3
| |
| * add a memory check just in caseWill Song2015-01-121-0/+4
| |
| * fix testsWill Song2015-01-122-1/+2
| |
| * eval_password code is now in cmd_connect so that it can be changedWill Song2015-01-122-11/+14
| | | | | | | | | | without clearing it. eval_password errors are also now ignored, along with pclosing the popened eval_password.
* | Merge remote-tracking branch 'peterlvilim/keyring'James Booth2015-01-133-1/+75
|\ \ | |/ |/|
| * Add unit tests for eval_passwordPeter Vilim2015-01-123-1/+75
| |
* | Updated CHANGELOGJames Booth2015-01-131-0/+1
| |
* | Show eval_password if exists on /account showJames Booth2015-01-131-8/+10
| |
* | Removed unused include, free eval_passwordJames Booth2015-01-132-1/+1
| |
' href='#n888'>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 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092