Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Handle idle time from contacts | James Booth | 2012-12-09 | 1 | -1/+2 |
| | |||||
* | Added server property to accounts | James Booth | 2012-12-07 | 1 | -1/+1 |
| | |||||
* | Handling commands after /disconnect | James Booth | 2012-11-19 | 1 | -0/+2 |
| | |||||
* | Moved disconnect code to profanity module | James Booth | 2012-11-19 | 1 | -0/+1 |
| | |||||
* | Handle room broadcasts | James Booth | 2012-11-19 | 1 | -0/+2 |
| | |||||
* | Handle room member presence | James Booth | 2012-11-19 | 1 | -0/+3 |
| | |||||
* | Show message when own nickname changed in chat rooms | James Booth | 2012-11-18 | 1 | -0/+2 |
| | |||||
* | Handle nick changes from other users | James Booth | 2012-11-18 | 1 | -0/+2 |
| | |||||
* | Set correct window type on private messages | James Booth | 2012-11-14 | 1 | -2/+3 |
| | |||||
* | add subscription support | Dmitry Podgorny | 2012-11-11 | 1 | -0/+3 |
| | |||||
* | Handle subject from room | James Booth | 2012-11-10 | 1 | -0/+2 |
| | |||||
* | Tidy up leaving room | James Booth | 2012-11-10 | 1 | -0/+1 |
| | |||||
* | Show delayed time on messages received whilst offline | James Booth | 2012-11-08 | 1 | -0/+1 |
| | | | | Also do not show chat state notifications received whilst offline | ||||
* | Basic chat room handling of presence | James Booth | 2012-11-08 | 1 | -0/+4 |
| |