about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into nextdevJames Booth2013-07-221-5/+1
|\
| * Removed escaping XML as handled by libstropheJames Booth2013-07-221-5/+1
| | | | | | | | https://github.com/metajack/libstrophe/commit/4ad21c9283ceae9109ea71860aa27814222c9ee3
* | Merge branch 'master' into nextdevJames Booth2013-07-213-10/+9
|\|
| * Fixed typo on /invite helpJames Booth2013-07-201-1/+1
| |
| * Fix freetext arguments with quotesJames Booth2013-07-201-5/+5
| | | | | | | | fixes #203
| * Merge remote-tracking branch 'dmitry/fixes'James Booth2013-07-142-4/+3
| |\
| | * removed useless code in autocomplete.cDmitry Podgorny2013-07-141-2/+1
| | |
| | * fixed typos in command.cDmitry Podgorny2013-07-141-2/+2
| | |
* | | Bookmarks: Move stanza pointer on in loop, check for autojoin "true"James Booth2013-07-151-2/+4
| | |
* | | Merge remote-tracking branch 'dmitry/bookmarks' into nextdevJames Booth2013-07-148-49/+330
|\ \ \
| * | | draft of bookmarks implementationDmitry Podgorny2013-07-145-30/+288
| | | | | | | | | | | | | | | | '/bookmark add' and '/bookmark remove' ain't finished
| * | | improved autojoin logicDmitry Podgorny2013-07-141-15/+49
| | | | | | | | | | | | | | | | | | | | Delete id handler after timeout (5sec) if response isn't received Auto join maximum 5 conferences
| * | | Merge branch 'master' into bookmarksDmitry Podgorny2013-07-1411-127/+245
| |\ \ \ | | | |/ | | |/|
| * | | use get_unique_id for bookmarksDmitry Podgorny2013-07-144-26/+15
| | | |
* | | | Merge branch 'master' into nextdevJames Booth2013-07-146-104/+136
|\ \ \ \ | | |_|/ | |/| |
| * | | Remaining parser function unicode compatibleJames Booth2013-07-141-30/+29
| | | |
| * | | Added parser testsJames Booth2013-07-141-2/+0
| | | |
| * | | Implemented parse_args_with_freetext with unicode compatibilityJames Booth2013-07-141-20/+26
| | | |
| * | | Implemented parse_args with unicode compatibilityJames Booth2013-07-141-4/+17
| | | |
| * | | Merge branch 'master' into unicodeJames Booth2013-07-132-0/+8
| |\ \ \ | | | |/ | | |/|
| | * | Down arrow adds current line to history and shows empty lineJames Booth2013-07-132-0/+8
| | | |
| * | | Handle unicode chars in command parserJames Booth2013-07-121-9/+14
| | | |
| * | | Removed if clause in parserJames Booth2013-07-111-2/+0
| | | |
| * | | Moved functions to parser.c, moved parser to toolsJames Booth2013-07-114-78/+83
| |/ /
* | | Merge branch 'master' into nextdevJames Booth2013-07-091-10/+0
|\| |
| * | Removed debugJames Booth2013-07-091-10/+0
| | |
* | | Merge branch 'master' into nextdevJames Booth2013-07-098-86/+207
|\| |
| * | Fix autocompletion of quoted strings - WIPJames Booth2013-07-092-23/+104
| | | | | | | | | | | | | | | | | | | | | Needs some refactoring Need to use unicode functions in: parser.c autocomplete.c
| * | Coloured contact and subscription in /roster and /group outputJames Booth2013-07-036-63/+103
| | |
* | | Merge branch 'master' into nextdevJames Booth2013-07-031-2/+2
|\| |
| * | Fixed naming clash for roster helpJames Booth2013-07-031-2/+2
| | |
* | | Merge remote-tracking branch 'dmitry/bookmarks' into nextdevJames Booth2013-07-016-0/+202
|\ \ \ | |/ / |/| / | |/
| * initial support of autojoin for MUCDmitry Podgorny2013-06-306-0/+202
| |
* | 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-253-93/+235
| | | | closes #139
* Changed help for /help commandJames Booth2013-06-251-8/+8
|
* Changed client type to 'console' as per ↵James Booth2013-06-251-1/+1
| | | | http://xmpp.org/registrar/disco-categories.html#client
* Restructured helpJames Booth2013-06-253-226/+169
|
* 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
|
* Show messages on /group add and /group removeJames Booth2013-06-239-8/+130
| | | | | closes #189 closes #190
* Show message when removing contact from group when not in groupJames Booth2013-06-235-6/+27
|
* Show message when contact already in groupJames Booth2013-06-235-0/+21
|
* Autocomplete /group add and /group remove contact paramaterJames Booth2013-06-233-0/+67
| | | | closes #193