Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Remove unused function prototype | James Booth | 2016-07-25 | 1 | -3/+0 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -0/+1 |
| | |||||
* | Moved chat state handling code to chat_state.c | James Booth | 2016-07-24 | 1 | -5/+0 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Implement XEP-0363: HTTP File Upload | Dominik Heidler | 2016-04-26 | 1 | -0/+4 |
| | |||||
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | ||||
| * | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | | |||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -2/+1 |
|/ | |||||
* | Allow /quit during TLS certificate verification prompt | James Booth | 2015-11-10 | 1 | -0/+2 |
| | |||||
* | Removed --disable-tls command line option | James Booth | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| | |||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Implemented basic running of alias commands | James Booth | 2014-01-23 | 1 | -0/+2 |
| | |||||
* | Refactored roster add/update | James Booth | 2014-01-05 | 1 | -1/+0 |
| | |||||
* | Removed prof_handle group functions | James Booth | 2014-01-05 | 1 | -2/+0 |
| | |||||
* | Removed unused function prototype | James Booth | 2014-01-05 | 1 | -1/+0 |
| | |||||
* | Removed unused function prototype | James Booth | 2014-01-05 | 1 | -1/+0 |
| | |||||
* | Removed prof_handle_disconnect | James Booth | 2014-01-05 | 1 | -1/+0 |
| | |||||
* | Removed unused function prototype | James Booth | 2014-01-05 | 1 | -1/+0 |
| | |||||
* | Moved roster handlers to server_events | James Booth | 2014-01-05 | 1 | -3/+0 |
| | |||||
* | Moved presence handlers to server_events | James Booth | 2014-01-05 | 1 | -18/+0 |
| | |||||
* | Moved messages handlers to server_events | James Booth | 2014-01-05 | 1 | -17/+0 |
| | |||||
* | Moved handle_room_list and handle_disco_items to server_events | James Booth | 2014-01-05 | 1 | -2/+0 |
| | |||||
* | Moved handle_disco_info to server_events | James Booth | 2014-01-05 | 1 | -2/+0 |
| | |||||
* | Moved handle_software_version_result to server_events | James Booth | 2014-01-05 | 1 | -3/+0 |
| | |||||
* | Moved handle_lost_connection and handle_failed_login to server_events | James Booth | 2014-01-05 | 1 | -4/+0 |
| | |||||
* | Connect to an account on start-up | Tomás Senart | 2013-10-14 | 1 | -1/+1 |
| | | | | | | | | This commit enables connecting to an account on startup which enables the use case of having different pre-configured scripts which start different profanity processes for different accounts. This only makes sense in the light of not supporting many accounts connected per process. | ||||
* | Show messages on /group add and /group remove | James Booth | 2013-06-23 | 1 | -0/+2 |
| | | | | | closes #189 closes #190 | ||||
* | Show message when removing contact from group when not in group | James Booth | 2013-06-23 | 1 | -1/+2 |
| | |||||
* | Show message when contact already in group | James Booth | 2013-06-23 | 1 | -0/+1 |
| | |||||
* | Added message in console on /roster remove | James Booth | 2013-06-02 | 1 | -0/+1 |
| | |||||
* | Added message in console on /roster add | James Booth | 2013-06-02 | 1 | -0/+1 |
| | |||||
* | Added /duck command to perform searches using duckduckgo chat bot | James Booth | 2013-05-05 | 1 | -0/+2 |
| | |||||
* | Show message in console when receiving chat room invites | James Booth | 2013-03-24 | 1 | -0/+3 |
| | |||||
* | Implemented output for /disco info | James Booth | 2013-03-14 | 1 | -0/+2 |
| | |||||
* | Added output for /disco items | James Booth | 2013-03-14 | 1 | -0/+1 |
| | |||||
* | Added basic /rooms command to get chat room list | James Booth | 2013-03-13 | 1 | -0/+1 |
| | |||||
* | Colour title on /caps and /software output | James Booth | 2013-02-17 | 1 | -1/+2 |
| | |||||
* | Added autocomplete for /software command | James Booth | 2013-02-17 | 1 | -0/+2 |
| | |||||
* | Simple default resource hanlding on presence | James Booth | 2013-02-14 | 1 | -2/+3 |
| | |||||
* | Added xmpp subdir to source | James Booth | 2013-02-02 | 1 | -1/+1 |
| | |||||
* | Renamed jabber.h -> xmpp.h | James Booth | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | Added client to /info command in chat rooms | James Booth | 2013-01-20 | 1 | -2/+3 |
| | |||||
* | Added retrieval of caps string from presence | James Booth | 2013-01-19 | 1 | -1/+1 |
| | |||||
* | Updated copyright | James Booth | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | Handle logins using accounts | James Booth | 2012-12-09 | 1 | -0/+1 |
| |