about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Added libotrJames Booth2013-08-135-4/+85
|
* Set status to 0.4.0 developmentJames Booth2013-08-111-2/+2
|
* Set status to releaseJames Booth2013-08-111-1/+1
|
* Use patched version of apt-cygJames Booth2013-08-111-1/+2
|
* Fix ctrl + arrow keys for fedoraJames Booth2013-08-101-2/+2
|
* Fixed cygwin expat dependency for new versionsJames Booth2013-08-091-1/+1
|
* Added TODO and plugins/ to .gitignoreJames Booth2013-08-061-0/+2
|
* Free JidJames Booth2013-08-051-0/+1
|
* Undo change to stanza check for nick change return valueJames Booth2013-08-053-28/+12
|
* Refactor MUC self presence checksJames Booth2013-08-051-12/+18
|
* Handle when servers dont send status 101 or jid for MUC nick changesJames Booth2013-08-055-16/+72
|
* Added patch from Dmitry to fix crash on delayed message from contact not in ↵James Booth2013-08-041-2/+4
| | | | | | roster fixes #219
* fixed null pointer dereference in /join commandDmitry Podgorny2013-07-311-1/+6
| | | | Command /join @/ leads to crash because jid_create("@/") returns NULL
* Updated install-all.sh with new libstrophe urlJames Booth2013-07-221-2/+2
|
* Updated man pageJames Booth2013-07-221-2/+8
|
* Removed escaping XML as handled by libstropheJames Booth2013-07-221-5/+1
| | | | https://github.com/metajack/libstrophe/commit/4ad21c9283ceae9109ea71860aa27814222c9ee3
* Fixed typo on /invite helpJames Booth2013-07-201-1/+1
|
* Fix freetext arguments with quotesJames Booth2013-07-201-5/+5
| | | | fixes #203
* Added test for quoted freetext in parserJames Booth2013-07-201-0/+13
|
* 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
| |
* | Remaining parser function unicode compatibleJames Booth2013-07-141-30/+29
| |
* | Added parser testsJames Booth2013-07-142-2/+131
| |
* | 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-133-3/+11
|\|
| * Down arrow adds current line to history and shows empty lineJames Booth2013-07-133-3/+11
| |
* | 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-116-83/+88
|/
* Removed debugJames Booth2013-07-091-10/+0
|
* 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
|
* 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
| |
* | Merge pull request #197 from SamWhited/patch-1James Booth2013-06-301-1/+1
|\ \ | |/ |/| Fix a small typo
| * 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
|
* Fixed roster testsJames Booth2013-06-231-70/+68
|