Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved functions to parser.c, moved parser to tools | James Booth | 2013-07-11 | 6 | -83/+88 |
| | |||||
* | Removed debug | James Booth | 2013-07-09 | 1 | -10/+0 |
| | |||||
* | Fix autocompletion of quoted strings - WIP | James Booth | 2013-07-09 | 2 | -23/+104 |
| | | | | | | | Needs some refactoring Need to use unicode functions in: parser.c autocomplete.c | ||||
* | Coloured contact and subscription in /roster and /group output | James Booth | 2013-07-03 | 6 | -63/+103 |
| | |||||
* | Fixed naming clash for roster help | James Booth | 2013-07-03 | 1 | -2/+2 |
| | |||||
* | Tidied help | James Booth | 2013-06-30 | 1 | -33/+31 |
| | |||||
* | Merge pull request #196 from pasis/memleaks | James Booth | 2013-06-30 | 1 | -3/+4 |
|\ | | | | | Fixed memory leaks in command.c | ||||
| * | fixed memory leaks in command.c | Dmitry Podgorny | 2013-06-30 | 1 | -3/+4 |
| | | |||||
* | | Merge pull request #197 from SamWhited/patch-1 | James Booth | 2013-06-30 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix a small typo | ||||
| * | Fix a small typo | Sam Whited | 2013-06-30 | 1 | -1/+1 |
|/ | | | (`Invalud' -> `Invalid') | ||||
* | Still show usage with current setting | James Booth | 2013-06-25 | 1 | -0/+1 |
| | |||||
* | Show current setting with settings commands | James Booth | 2013-06-25 | 3 | -93/+235 |
| | | | | closes #139 | ||||
* | Changed help for /help command | James Booth | 2013-06-25 | 1 | -8/+8 |
| | |||||
* | Changed client type to 'console' as per ↵ | James Booth | 2013-06-25 | 1 | -1/+1 |
| | | | | http://xmpp.org/registrar/disco-categories.html#client | ||||
* | Restructured help | James Booth | 2013-06-25 | 3 | -226/+169 |
| | |||||
* | Renamed commands array | James Booth | 2013-06-24 | 1 | -3/+3 |
| | |||||
* | Sorted command prototypes | James Booth | 2013-06-23 | 1 | -42/+42 |
| | |||||
* | Renamed _cmd_set commands | James Booth | 2013-06-23 | 1 | -57/+57 |
| | |||||
* | Moved /account, /prefs and /theme to settings commands | James Booth | 2013-06-23 | 1 | -64/+65 |
| | |||||
* | Fixed roster tests | James Booth | 2013-06-23 | 1 | -70/+68 |
| | |||||
* | Show messages on /group add and /group remove | James Booth | 2013-06-23 | 9 | -8/+130 |
| | | | | | closes #189 closes #190 | ||||
* | Show message when removing contact from group when not in group | James Booth | 2013-06-23 | 5 | -6/+27 |
| | |||||
* | Show message when contact already in group | James Booth | 2013-06-23 | 5 | -0/+21 |
| | |||||
* | Autocomplete /group add and /group remove contact paramater | James Booth | 2013-06-23 | 3 | -0/+67 |
| | | | | closes #193 | ||||
* | Start chat session on /msg with no message parameter | James Booth | 2013-06-20 | 1 | -0/+14 |
| | | | | fixes #173 | ||||
* | Moved stophe references in message send | James Booth | 2013-06-20 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'dmitry/captcha-2' into captcha | James Booth | 2013-06-16 | 2 | -0/+13 |
|\ | |||||
| * | added support of captcha in a MUC | Dmitry Podgorny | 2013-06-09 | 2 | -0/+13 |
| | | |||||
* | | fixed memory leaks in presence.c | Dmitry Podgorny | 2013-06-09 | 2 | -7/+37 |
| | | |||||
* | | fixed several memory leaks | Dmitry Podgorny | 2013-06-09 | 3 | -21/+64 |
|/ | | | | And infinity loop in stanza_destroy_form(). | ||||
* | Changed help | Kieran Thandi | 2013-06-07 | 1 | -1/+1 |
| | |||||
* | deb packaging files (tested on debian unstable) and rpm spec file | Florent Peterschmitt | 2013-06-05 | 6 | -0/+67 |
| | |||||
* | Implemented /group command with no args (list groups) | James Booth | 2013-06-02 | 3 | -1/+20 |
| | |||||
* | Refactor specific autocomplete functions | James Booth | 2013-06-02 | 1 | -53/+13 |
| | |||||
* | Refactor autocompleters | James Booth | 2013-06-02 | 3 | -334/+366 |
| | |||||
* | Changed autocomplete for /group and /who | James Booth | 2013-06-02 | 3 | -3/+61 |
| | |||||
* | Seperated roster group management to /group command | James Booth | 2013-06-02 | 1 | -58/+104 |
| | |||||
* | Use freetext parser for /who | James Booth | 2013-06-02 | 1 | -1/+1 |
| | |||||
* | Added group argument to /who | James Booth | 2013-06-02 | 1 | -12/+52 |
| | |||||
* | Added 'any' to /who command | James Booth | 2013-06-02 | 1 | -3/+5 |
| | |||||
* | Added group add and group remove to /roster command | James Booth | 2013-06-02 | 7 | -1/+220 |
| | |||||
* | Updated help for /roster command | James Booth | 2013-06-02 | 1 | -6/+13 |
| | |||||
* | Added message in console on /roster remove | James Booth | 2013-06-02 | 5 | -0/+17 |
| | |||||
* | Added message in console on /roster add | James Booth | 2013-06-02 | 6 | -4/+29 |
| | |||||
* | Added autocomplete for /roster remove | James Booth | 2013-06-02 | 1 | -0/+2 |
| | |||||
* | Added /roster remove command | James Booth | 2013-06-02 | 5 | -0/+56 |
| | |||||
* | Added /roster add command | James Booth | 2013-06-01 | 3 | -25/+54 |
| | |||||
* | Added roster list when using /roster with no args | James Booth | 2013-06-01 | 5 | -21/+86 |
| | |||||
* | Include subscription states of "both" and "to" in /who output | James Booth | 2013-06-01 | 1 | -1/+2 |
| | |||||
* | Added autocomplete to /sub deny | James Booth | 2013-06-01 | 1 | -0/+14 |
| |