about summary refs log tree commit diff stats
path: root/src/command
Commit message (Collapse)AuthorAgeFilesLines
* Allow users to set default muc service and nickname per accountJames Booth2013-09-121-15/+24
| | | | | | | | See #238 Conflicts: src/config/accounts.c
* Added /win command to access unlimited windowsJames Booth2013-08-291-0/+22
|
* Fixed /close commandJames Booth2013-08-281-14/+9
|
* Changes to status bar for unlimited windows - WIPJames Booth2013-08-281-2/+2
|
* Removed limit on number of windows, WIPJames Booth2013-08-271-15/+0
|
* Removed all freeing of ui_current_recipient, data is owned by windowsJames Booth2013-08-271-17/+0
|
* Fixed freeing recipient after /tinyJames Booth2013-08-271-3/+0
|
* Refactor _cmd_closeJames Booth2013-08-261-19/+2
|
* Removed whitespace in command.cJames Booth2013-08-261-1/+0
|
* Use Jid struct to get barejid in subscriptionsJames Booth2013-08-261-22/+21
|
* Fixed freeing of recipient after message sentJames Booth2013-08-261-2/+0
|
* removed strdup in autocomplete callsDmitry Podgorny2013-08-261-72/+72
|
* free titlebar_ac autocompleterDmitry Podgorny2013-08-241-0/+1
|
* Merge branch 'master' into nextdevJames Booth2013-08-191-2/+2
|\
| * Fixed /who in chat room highlighting consoleJames Booth2013-08-191-1/+1
| | | | | | | | fixes #184
| * Fix message for /account when account doesn't existJames Booth2013-08-191-1/+1
| |
* | removed sizeof(char)Dmitry Podgorny2013-08-031-1/+1
| | | | | | | | sizeof(char) == 1 according to standard
* | Merge remote-tracking branch 'dmitry/memleaks' into nextdevJames Booth2013-07-311-18/+41
|\ \
| * | fixed several memory leaks in command.c and jid.cDmitry Podgorny2013-07-311-18/+41
| | |
* | | Merge branch 'master' into nextdevJames Booth2013-07-311-1/+6
|\ \ \ | | |/ | |/|
| * | fixed null pointer dereference in /join commandDmitry Podgorny2013-07-311-1/+6
| |/ | | | | | | Command /join @/ leads to crash because jid_create("@/") returns NULL
* | Merge branch 'master' into nextdevJames Booth2013-07-211-3/+3
|\|
| * Fixed typo on /invite helpJames Booth2013-07-201-1/+1
| |
| * Merge remote-tracking branch 'dmitry/fixes'James Booth2013-07-141-2/+2
| |\
| | * fixed typos in command.cDmitry Podgorny2013-07-141-2/+2
| | |
* | | Merge remote-tracking branch 'dmitry/bookmarks' into nextdevJames Booth2013-07-141-1/+125
|\ \ \ | |/ / |/| |
| * | draft of bookmarks implementationDmitry Podgorny2013-07-141-1/+125
| |/ | | | | | | '/bookmark add' and '/bookmark remove' ain't finished
* / Moved functions to parser.c, moved parser to toolsJames Booth2013-07-113-305/+1
|/
* Fix autocompletion of quoted strings - WIPJames Booth2013-07-091-4/+14
| | | | | | | Needs some refactoring Need to use unicode functions in: parser.c autocomplete.c
* Fixed naming clash for roster helpJames Booth2013-07-031-2/+2
|
* Tidied helpJames Booth2013-06-301-33/+31
|
* Merge pull request #196 from pasis/memleaksJames Booth2013-06-301-3/+4
|\ | | | | Fixed memory leaks in command.c
| * fixed memory leaks in command.cDmitry Podgorny2013-06-301-3/+4
| |
* | Fix a small typoSam Whited2013-06-301-1/+1
|/ | | (`Invalud' -> `Invalid')
* Still show usage with current settingJames Booth2013-06-251-0/+1
|
* Show current setting with settings commandsJames Booth2013-06-251-56/+63
| | | | closes #139
* Changed help for /help commandJames Booth2013-06-251-8/+8
|
* Restructured helpJames Booth2013-06-252-150/+158
|
* Renamed commands arrayJames Booth2013-06-241-3/+3
|
* Sorted command prototypesJames Booth2013-06-231-42/+42
|
* Renamed _cmd_set commandsJames Booth2013-06-231-57/+57
|
* Moved /account, /prefs and /theme to settings commandsJames Booth2013-06-231-64/+65
|
* Autocomplete /group add and /group remove contact paramaterJames Booth2013-06-231-0/+9
| | | | closes #193
* Start chat session on /msg with no message parameterJames Booth2013-06-201-0/+14
| | | | fixes #173
* Changed helpKieran Thandi2013-06-071-1/+1
|
* Implemented /group command with no args (list groups)James Booth2013-06-021-1/+13
|
* Refactor specific autocomplete functionsJames Booth2013-06-021-53/+13
|
* Refactor autocompletersJames Booth2013-06-021-334/+301
|
* Changed autocomplete for /group and /whoJames Booth2013-06-021-3/+54
|
* Seperated roster group management to /group commandJames Booth2013-06-021-58/+104
|
kkartik/mu/commit/html/subx/053new-segment.subx.html?h=main&id=52daf0722f7f4ad9d3f29e3cbbbaddde066f49f3'>52daf072 ^
34c84469 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154