Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into otr | James Booth | 2013-08-30 | 1 | -0/+2 |
|\ | |||||
| * | Merge branch 'master' into windows | James Booth | 2013-08-25 | 1 | -0/+2 |
| |\ | |||||
| * | | Initial code refactor for growable window list | James Booth | 2013-08-20 | 1 | -0/+2 |
* | | | Merge branch 'master' into otr | 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 |
* | | | Added libotr | James Booth | 2013-08-13 | 1 | -1/+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 |
* | Renamed history modules | James Booth | 2013-01-28 | 1 | -3/+3 |
* | Renamed history.c -> command_history.c | James Booth | 2013-01-28 | 1 | -2/+2 |
* | Renamed UI related files | James Booth | 2013-01-28 | 1 | -3/+3 |
* | Renamed stanza.c -> xmpp_stanza.c | James Booth | 2013-01-28 | 1 | -1/+1 |
* | Renamed capabilities.c -> xmpp_caps.c | James Booth | 2013-01-28 | 1 | -1/+1 |
* | Renamed iq.c -> xmpp_iq.c | James Booth | 2013-01-28 | 1 | -1/+1 |
* | Renamed connection.c -> xmpp_conn.c | James Booth | 2013-01-28 | 1 | -1/+1 |
* | Renamed jabber.h -> xmpp.h | James Booth | 2013-01-28 | 1 | -1/+1 |
* | Got rid of old naming convention on prof_autocomplete | James Booth | 2013-01-25 | 1 | -3/+3 |
* | Removed iq.h | James Booth | 2013-01-24 | 1 | -1/+1 |
* | Split jabber module | James Booth | 2013-01-24 | 1 | -2/+2 |
* | Added capabilities module | James Booth | 2013-01-20 | 1 | -1/+1 |
* | Added jid datatype | James Booth | 2013-01-12 | 1 | -2/+3 |
* | Renamed room_chat module to muc | James Booth | 2013-01-12 | 1 | -2/+2 |
* | Moved logins to accounts module | James Booth | 2012-12-02 | 1 | -1/+1 |