Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' into otr | James Booth | 2013-12-15 | 1 | -6/+37 | |
|\| | | | | | | | | | Conflicts: src/command/command.c | |||||
| * | Seperated command functions into module | James Booth | 2013-12-15 | 1 | -0/+2 | |
| | | ||||||
| * | Mocked account preferences and tested cmd_rooms | James Booth | 2013-12-14 | 1 | -1/+2 | |
| | | ||||||
| * | Removed commented setion from Makefile.am | James Booth | 2013-12-14 | 1 | -22/+0 | |
| | | ||||||
| * | Tidied Makefile.am | James Booth | 2013-12-14 | 1 | -2/+4 | |
| | | ||||||
| * | Added roster_list tests to cmocka | James Booth | 2013-12-14 | 1 | -0/+1 | |
| | | ||||||
| * | Added parser tests to cmocka | James Booth | 2013-12-14 | 1 | -0/+1 | |
| | | ||||||
| * | Added history and jid tests to cmocka | James Booth | 2013-12-14 | 1 | -0/+2 | |
| | | ||||||
| * | Moved autocomplete tests to cmocka | James Booth | 2013-12-14 | 1 | -0/+1 | |
| | | ||||||
| * | Moved common tests to cmocka | James Booth | 2013-12-14 | 1 | -2/+4 | |
| | | ||||||
| * | Added simple mock test, refactored roster | James Booth | 2013-12-14 | 1 | -6/+46 | |
| | | ||||||
| * | Added muc_window | James Booth | 2013-10-06 | 1 | -0/+1 | |
| | | ||||||
* | | Added libotr | James Booth | 2013-11-08 | 1 | -1/+2 | |
|/ | ||||||
* | Removed FORCE target from Makefile.am | James Booth | 2013-09-17 | 1 | -4/+1 | |
| | ||||||
* | Force git revision update on make | James Booth | 2013-09-17 | 1 | -1/+4 | |
| | ||||||
* | Include git revision with -v output | James Booth | 2013-09-17 | 1 | -1/+1 | |
| | ||||||
* | Added git branch and revision to development builds | James Booth | 2013-09-17 | 1 | -30/+35 | |
| | ||||||
* | Merge branch 'master' into windows | James Booth | 2013-08-25 | 1 | -0/+2 | |
|\ | ||||||
| * | Merge branch 'master' into nextdev | James Booth | 2013-07-14 | 1 | -4/+4 | |
| |\ | ||||||
| * | | initial support of autojoin for MUC | Dmitry Podgorny | 2013-06-30 | 1 | -0/+2 | |
| | | | ||||||
* | | | Initial code refactor for growable window list | James Booth | 2013-08-20 | 1 | -0/+2 | |
| |/ |/| | ||||||
* | | Moved functions to parser.c, moved parser to tools | James Booth | 2013-07-11 | 1 | -4/+4 | |
|/ | ||||||
* | Removed contact_list, moved roster logic to xmpp/roster module | James Booth | 2013-05-06 | 1 | -8/+30 | |
| | ||||||
* | Renamed contact_list_ functions to roster_ | James Booth | 2013-05-06 | 1 | -1/+1 | |
| | ||||||
* | Created roster module, moved roster iq's | James Booth | 2013-05-06 | 1 | -0/+1 | |
| | ||||||
* | Added notifier module | James Booth | 2013-04-21 | 1 | -1/+1 | |
| | ||||||
* | Renamed windows.c -> core.c | James Booth | 2013-04-21 | 1 | -1/+1 | |
| | ||||||
* | Moved cons_show_login_success() to console module | James Booth | 2013-04-21 | 1 | -1/+1 | |
| | ||||||
* | Added ui/console module | James Booth | 2013-04-20 | 1 | -0/+1 | |
| | ||||||
* | Fixed error clearing contact list | James Booth | 2013-02-10 | 1 | -1/+2 | |
| | ||||||
* | Added resource.c | James Booth | 2013-02-09 | 1 | -0/+1 | |
| | ||||||
* | Moved private xmpp functions to connection.h | James Booth | 2013-02-03 | 1 | -1/+1 | |
| | ||||||
* | Fixed tests | James Booth | 2013-02-02 | 1 | -3/+3 | |
| | ||||||
* | Removed files.c | James Booth | 2013-02-02 | 1 | -2/+1 | |
| | ||||||
* | Added config dir to source | James Booth | 2013-02-02 | 1 | -7/+9 | |
| | ||||||
* | Added command and tools subdirs to source | James Booth | 2013-02-02 | 1 | -9/+13 | |
| | ||||||
* | Removed caps functions from xmpp.h | James Booth | 2013-02-02 | 1 | -0/+1 | |
| | ||||||
* | Removed presence functions from xmpp.h | James Booth | 2013-02-02 | 1 | -1/+1 | |
| | ||||||
* | Removed iq functions from xmpp.h | James Booth | 2013-02-02 | 1 | -1/+1 | |
| | ||||||
* | Removed message handler function from xmpp.h | James Booth | 2013-02-02 | 1 | -1/+1 | |
| | ||||||
* | Removed stanza functions from xmpp.h | James Booth | 2013-02-02 | 1 | -0/+1 | |
| | ||||||
* | Added ui subdir to source | James Booth | 2013-02-02 | 1 | -10/+10 | |
| | ||||||
* | Added xmpp subdir to source | James Booth | 2013-02-02 | 1 | -9/+8 | |
| | ||||||
* | Added xmpp_message.c | James Booth | 2013-01-29 | 1 | -1/+1 | |
| | ||||||
* | Added xmpp_presence.c | James Booth | 2013-01-28 | 1 | -1/+1 | |
| | ||||||
* | Joined log and chat_log modules | James Booth | 2013-01-28 | 1 | -2/+2 | |
| | ||||||
* | Moved release module into common | James Booth | 2013-01-28 | 1 | -1/+1 | |
| | ||||||
* | Flattened files.c and xdg_base.c | James Booth | 2013-01-28 | 1 | -2/+2 | |
| | ||||||
* | Renamed parser.c -> command_parser.c | James Booth | 2013-01-28 | 1 | -2/+2 | |
| | | | | Included in command.h | |||||
* | Renamed history modules | James Booth | 2013-01-28 | 1 | -3/+3 | |
| |