Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of https://github.com/pasis/profanity | James Booth | 2012-10-16 | 1 | -0/+8 |
|\ | |||||
| * | jabber: fix crash when disconnection timeout is reached | Dmitry Podgorny | 2012-10-17 | 1 | -7/+8 |
| | | |||||
* | | Attempted fix at causing segfault by freeing connection | James Booth | 2012-10-16 | 1 | -7/+11 |
|/ | |||||
* | Users added to contact list when no precense notification | James Booth | 2012-10-04 | 1 | -0/+1 |
| | | | | The user is added from the roster | ||||
* | Moved chat logging to profanity module | James Booth | 2012-10-02 | 1 | -15/+0 |
| | | | | Removed jabber modules dependency on chat log | ||||
* | Tidy up jabber module, removed unused code, made local functions private | James Booth | 2012-10-02 | 1 | -76/+80 |
| | |||||
* | Removed jabber module dependency on ui module | James Booth | 2012-10-02 | 1 | -1/+0 |
| | |||||
* | Moved roster output handling to profanity module | James Booth | 2012-10-02 | 1 | -17/+14 |
| | |||||
* | Added status handler code to profanity module | James Booth | 2012-10-02 | 1 | -12/+4 |
| | |||||
* | Moved login attempt handler code to profanity module | James Booth | 2012-10-01 | 1 | -21/+3 |
| | |||||
* | Moved incoming message code to profanity module | James Booth | 2012-10-01 | 1 | -4/+2 |
| | |||||
* | Shutdown now correctly handles connection | James Booth | 2012-09-23 | 1 | -2/+0 |
| | |||||
* | Created shutdown init function to initiate and wait for shutdown | James Booth | 2012-09-11 | 1 | -31/+46 |
| | |||||
* | Started work on closing stream on quit | James Booth | 2012-09-11 | 1 | -5/+22 |
| | | | | For standards compliance | ||||
* | Tidied all includes | James Booth | 2012-08-26 | 1 | -5/+5 |
| | |||||
* | Refactored log | James Booth | 2012-08-26 | 1 | -9/+9 |
| | | | | Added shortcut functions for prof logging levels | ||||
* | Merge common and util | James Booth | 2012-08-23 | 1 | -1/+1 |
| | |||||
* | Added some logging and updated man page | James Booth | 2012-08-22 | 1 | -0/+6 |
| | |||||
* | Basic log levels settings | James Booth | 2012-08-19 | 1 | -6/+39 |
| | |||||
* | Moved functions in jabber.c | James Booth | 2012-08-19 | 1 | -9/+6 |
| | |||||
* | Removed log reference from jabber.c | James Booth | 2012-08-19 | 1 | -3/+0 |
| | |||||
* | Send active stanza in messages | James Booth | 2012-08-16 | 1 | -1/+6 |
| | | | | To continue receiving typing notifications | ||||
* | Added typing notifications and related preferences | James Booth | 2012-08-16 | 1 | -7/+11 |
| | |||||
* | Simple incoming typing notification | James Booth | 2012-08-15 | 1 | -1/+13 |
| | |||||
* | Function signatures across lines | James Booth | 2012-07-24 | 1 | -18/+32 |
| | |||||
* | Added chlog preference for chat logging | James Booth | 2012-07-22 | 1 | -11/+13 |
| | |||||
* | Basic chat log per user | James Booth | 2012-07-22 | 1 | -2/+4 |
| | |||||
* | Formatting of jids in chat log | James Booth | 2012-07-22 | 1 | -2/+8 |
| | |||||
* | Added simple chat log | James Booth | 2012-07-22 | 1 | -0/+5 |
| | |||||
* | Merge branch 'master' into build | James Booth | 2012-07-04 | 1 | -1/+7 |
| | |||||
* | Added autobuild tools | James Booth | 2012-07-01 | 1 | -0/+410 |