about summary refs log tree commit diff stats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Added cmd_account testJames Booth2013-12-151-0/+1
|
* Added mock log moduleJames Booth2013-12-151-1/+2
|
* Added cmd_connect testsJames Booth2013-12-151-1/+2
|
* Seperated command functions into moduleJames Booth2013-12-151-0/+2
|
* Mocked account preferences and tested cmd_roomsJames Booth2013-12-141-1/+2
|
* Removed commented setion from Makefile.amJames Booth2013-12-141-22/+0
|
* Tidied Makefile.amJames Booth2013-12-141-2/+4
|
* Added roster_list tests to cmockaJames Booth2013-12-141-0/+1
|
* Added parser tests to cmockaJames Booth2013-12-141-0/+1
|
* Added history and jid tests to cmockaJames Booth2013-12-141-0/+2
|
* Moved autocomplete tests to cmockaJames Booth2013-12-141-0/+1
|
* Moved common tests to cmockaJames Booth2013-12-141-2/+4
|
* Added simple mock test, refactored rosterJames Booth2013-12-141-6/+46
|
* Added muc_windowJames Booth2013-10-061-0/+1
|
* Removed FORCE target from Makefile.amJames Booth2013-09-171-4/+1
|
* Force git revision update on makeJames Booth2013-09-171-1/+4
|
* Include git revision with -v outputJames Booth2013-09-171-1/+1
|
* Added git branch and revision to development buildsJames Booth2013-09-171-30/+35
|
* Merge branch 'master' into windowsJames Booth2013-08-251-0/+2
|\
| * Merge branch 'master' into nextdevJames Booth2013-07-141-4/+4
| |\
| * | initial support of autojoin for MUCDmitry Podgorny2013-06-301-0/+2
| | |
* | | Initial code refactor for growable window listJames Booth2013-08-201-0/+2
| |/ |/|
* | Moved functions to parser.c, moved parser to toolsJames Booth2013-07-111-4/+4
|/
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-061-8/+30
|
* Renamed contact_list_ functions to roster_James Booth2013-05-061-1/+1
|
* Created roster module, moved roster iq'sJames Booth2013-05-061-0/+1
|
* Added notifier moduleJames Booth2013-04-211-1/+1
|
* Renamed windows.c -> core.cJames Booth2013-04-211-1/+1
|
* Moved cons_show_login_success() to console moduleJames Booth2013-04-211-1/+1
|
* Added ui/console moduleJames Booth2013-04-201-0/+1
|
* Fixed error clearing contact listJames Booth2013-02-101-1/+2
|
* Added resource.cJames Booth2013-02-091-0/+1
|
* Moved private xmpp functions to connection.hJames Booth2013-02-031-1/+1
|
* Fixed testsJames Booth2013-02-021-3/+3
|
* Removed files.cJames Booth2013-02-021-2/+1
|
* Added config dir to sourceJames Booth2013-02-021-7/+9
|
* Added command and tools subdirs to sourceJames Booth2013-02-021-9/+13
|
* Removed caps functions from xmpp.hJames Booth2013-02-021-0/+1
|
* Removed presence functions from xmpp.hJames Booth2013-02-021-1/+1
|
* Removed iq functions from xmpp.hJames Booth2013-02-021-1/+1
|
* Removed message handler function from xmpp.hJames Booth2013-02-021-1/+1
|
* Removed stanza functions from xmpp.hJames Booth2013-02-021-0/+1
|
* Added ui subdir to sourceJames Booth2013-02-021-10/+10
|
* Added xmpp subdir to sourceJames Booth2013-02-021-9/+8
|
* Added xmpp_message.cJames Booth2013-01-291-1/+1
|
* Added xmpp_presence.cJames Booth2013-01-281-1/+1
|
* Joined log and chat_log modulesJames Booth2013-01-281-2/+2
|
* Moved release module into commonJames Booth2013-01-281-1/+1
|
* Flattened files.c and xdg_base.cJames Booth2013-01-281-2/+2
|
* Renamed parser.c -> command_parser.cJames Booth2013-01-281-2/+2
| | | | Included in command.h