Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | free titlebar_ac autocompleter | Dmitry Podgorny | 2013-08-24 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'master' into nextdev | James Booth | 2013-08-19 | 1 | -2/+2 | |
|\ | ||||||
| * | Fixed /who in chat room highlighting console | James Booth | 2013-08-19 | 1 | -1/+1 | |
| | | | | | | | | fixes #184 | |||||
| * | Fix message for /account when account doesn't exist | James Booth | 2013-08-19 | 1 | -1/+1 | |
| | | ||||||
* | | removed sizeof(char) | Dmitry Podgorny | 2013-08-03 | 1 | -1/+1 | |
| | | | | | | | | sizeof(char) == 1 according to standard | |||||
* | | Merge remote-tracking branch 'dmitry/memleaks' into nextdev | James Booth | 2013-07-31 | 1 | -18/+41 | |
|\ \ | ||||||
| * | | fixed several memory leaks in command.c and jid.c | Dmitry Podgorny | 2013-07-31 | 1 | -18/+41 | |
| | | | ||||||
* | | | Merge branch 'master' into nextdev | James Booth | 2013-07-31 | 1 | -1/+6 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | fixed null pointer dereference in /join command | Dmitry Podgorny | 2013-07-31 | 1 | -1/+6 | |
| |/ | | | | | | | Command /join @/ leads to crash because jid_create("@/") returns NULL | |||||
* | | Merge branch 'master' into nextdev | James Booth | 2013-07-21 | 1 | -3/+3 | |
|\| | ||||||
| * | Fixed typo on /invite help | James Booth | 2013-07-20 | 1 | -1/+1 | |
| | | ||||||
| * | Merge remote-tracking branch 'dmitry/fixes' | James Booth | 2013-07-14 | 1 | -2/+2 | |
| |\ | ||||||
| | * | fixed typos in command.c | Dmitry Podgorny | 2013-07-14 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'dmitry/bookmarks' into nextdev | James Booth | 2013-07-14 | 1 | -1/+125 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | draft of bookmarks implementation | Dmitry Podgorny | 2013-07-14 | 1 | -1/+125 | |
| |/ | | | | | | | '/bookmark add' and '/bookmark remove' ain't finished | |||||
* / | Moved functions to parser.c, moved parser to tools | James Booth | 2013-07-11 | 3 | -305/+1 | |
|/ | ||||||
* | Fix autocompletion of quoted strings - WIP | James Booth | 2013-07-09 | 1 | -4/+14 | |
| | | | | | | | Needs some refactoring Need to use unicode functions in: parser.c autocomplete.c | |||||
* | 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 | |
| | | ||||||
* | | 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 | 1 | -56/+63 | |
| | | | | closes #139 | |||||
* | Changed help for /help command | James Booth | 2013-06-25 | 1 | -8/+8 | |
| | ||||||
* | Restructured help | James Booth | 2013-06-25 | 2 | -150/+158 | |
| | ||||||
* | 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 | |
| | ||||||
* | Autocomplete /group add and /group remove contact paramater | James Booth | 2013-06-23 | 1 | -0/+9 | |
| | | | | closes #193 | |||||
* | Start chat session on /msg with no message parameter | James Booth | 2013-06-20 | 1 | -0/+14 | |
| | | | | fixes #173 | |||||
* | Changed help | Kieran Thandi | 2013-06-07 | 1 | -1/+1 | |
| | ||||||
* | Implemented /group command with no args (list groups) | James Booth | 2013-06-02 | 1 | -1/+13 | |
| | ||||||
* | Refactor specific autocomplete functions | James Booth | 2013-06-02 | 1 | -53/+13 | |
| | ||||||
* | Refactor autocompleters | James Booth | 2013-06-02 | 1 | -334/+301 | |
| | ||||||
* | Changed autocomplete for /group and /who | James Booth | 2013-06-02 | 1 | -3/+54 | |
| | ||||||
* | 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 | 1 | -1/+59 | |
| | ||||||
* | Updated help for /roster command | James Booth | 2013-06-02 | 1 | -6/+13 | |
| | ||||||
* | Added autocomplete for /roster remove | James Booth | 2013-06-02 | 1 | -0/+2 | |
| | ||||||
* | Added /roster remove command | James Booth | 2013-06-02 | 1 | -0/+17 | |
| | ||||||
* | Added /roster add command | James Booth | 2013-06-01 | 1 | -25/+43 | |
| | ||||||
* | Added roster list when using /roster with no args | James Booth | 2013-06-01 | 1 | -21/+35 | |
| | ||||||
* | Added autocomplete to /sub deny | James Booth | 2013-06-01 | 1 | -0/+14 | |
| | ||||||
* | Added /leave command | James Booth | 2013-05-30 | 1 | -0/+33 | |
| | ||||||
* | Use nickname to jid mapping when sending room invites | James Booth | 2013-05-30 | 1 | -1/+5 | |
| |