about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | fixed several memory leaks in command.c and jid.cDmitry Podgorny2013-07-312-40/+63
| * | | | | | Merge branch 'master' into nextdevJames Booth2013-07-311-1/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into nextdevJames Booth2013-07-301-2/+2
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'master' into nextdevJames Booth2013-07-222-7/+9
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into nextdevJames Booth2013-07-214-10/+22
| |\ \ \ \ \ \ \ \
| * | | | | | | | | 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
| | * | | | | | | | | improved autojoin logicDmitry Podgorny2013-07-141-15/+49
| | * | | | | | | | | Merge branch 'master' into bookmarksDmitry Podgorny2013-07-1412-130/+248
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | use get_unique_id for bookmarksDmitry Podgorny2013-07-144-26/+15
| * | | | | | | | | | | Merge branch 'master' into nextdevJames Booth2013-07-149-112/+275
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextdevJames Booth2013-07-091-10/+0
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextdevJames Booth2013-07-098-86/+207
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextdevJames Booth2013-07-031-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'dmitry/bookmarks' into nextdevJames Booth2013-07-017-0/+204
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | initial support of autojoin for MUCDmitry Podgorny2013-06-307-0/+204
* | | | | | | | | | | | | | | | Fixed window refresh on presenceJames Booth2013-08-201-2/+8
* | | | | | | | | | | | | | | | Console module get console from windowsJames Booth2013-08-201-4/+23
* | | | | | | | | | | | | | | | Initial code refactor for growable window listJames Booth2013-08-207-548/+841
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fixed /who in chat room highlighting consoleJames Booth2013-08-191-1/+1
* | | | | | | | | | | | | | | Fix message for /account when account doesn't existJames Booth2013-08-191-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | 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 r...James Booth2013-08-041-2/+4
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | fixed null pointer dereference in /join commandDmitry Podgorny2013-07-311-1/+6
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | 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
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fixed typo on /invite helpJames Booth2013-07-201-1/+1
* | | | | | | | Fix freetext arguments with quotesJames Booth2013-07-201-5/+5
* | | | | | | | 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