Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | jabber: wait until full room roster received before showing | James Booth | 2012-11-07 | 1 | -3/+8 | |
| | ||||||
* | Removed jabber.c dependency on ui.h | James Booth | 2012-11-06 | 1 | -0/+21 | |
| | ||||||
* | Show message when other user <gone/> | James Booth | 2012-11-01 | 1 | -0/+7 | |
| | ||||||
* | Merge branch 'master' into chatstates | James Booth | 2012-10-30 | 1 | -35/+19 | |
|\ | | | | | | | | | Conflicts: Makefile.am | |||||
| * | Split contact add and update presence | James Booth | 2012-10-29 | 1 | -12/+18 | |
| | | ||||||
| * | Handle presence after roster request | James Booth | 2012-10-28 | 1 | -8/+14 | |
| | | ||||||
| * | Load roster before sending presence | James Booth | 2012-10-28 | 1 | -30/+2 | |
| | | ||||||
* | | Merge branch 'master' into chatstates | James Booth | 2012-10-28 | 1 | -1/+1 | |
|\| | ||||||
| * | Unified desktop notification preferences | James Booth | 2012-10-27 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into chatstates | James Booth | 2012-10-27 | 1 | -19/+4 | |
|\| | | | | | | | | | Conflicts: docs/profanity.1 | |||||
| * | Refactored disconnect | James Booth | 2012-10-27 | 1 | -9/+1 | |
| | | ||||||
| * | Renamed shutdown function | James Booth | 2012-10-27 | 1 | -3/+3 | |
| | | ||||||
| * | Added /disconnect command | James Booth | 2012-10-27 | 1 | -2/+2 | |
| | | ||||||
| * | Removed _shutdown function in profanity.c | James Booth | 2012-10-27 | 1 | -7/+0 | |
| | | ||||||
* | | Merge branch 'master' into type_out | James Booth | 2012-10-22 | 1 | -27/+48 | |
|\| | ||||||
| * | Free autocompleters on quit | James Booth | 2012-10-22 | 1 | -0/+2 | |
| | | ||||||
| * | Renamed other autocompleters | James Booth | 2012-10-21 | 1 | -2/+2 | |
| | | ||||||
| * | Removed trailing whitespace from src and tests | James Booth | 2012-10-21 | 1 | -25/+25 | |
| | | ||||||
| * | handle error messages from server | Dmitry Podgorny | 2012-10-18 | 1 | -0/+18 | |
| | | ||||||
| * | Moved jabber_free_resources call | James Booth | 2012-10-16 | 1 | -2/+1 | |
| | | ||||||
| * | Merge branch 'master' of https://github.com/pasis/profanity | James Booth | 2012-10-16 | 1 | -0/+1 | |
| |\ | ||||||
| | * | jabber: fix crash when disconnection timeout is reached | Dmitry Podgorny | 2012-10-17 | 1 | -0/+1 | |
| | | | ||||||
| * | | Attempted fix at causing segfault by freeing connection | James Booth | 2012-10-16 | 1 | -0/+1 | |
| |/ | ||||||
* | | Merge branch 'master' into type_out | James Booth | 2012-10-14 | 1 | -1/+1 | |
|\| | ||||||
| * | Showing history from current log in chat windows | James Booth | 2012-10-14 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into dev | James Booth | 2012-10-06 | 1 | -11/+9 | |
|\| | ||||||
| * | Set no blocking delay to 100ms | James Booth | 2012-10-05 | 1 | -2/+4 | |
| | | ||||||
| * | Removed /ros command | James Booth | 2012-10-04 | 1 | -10/+1 | |
| | | ||||||
| * | Users added to contact list when no precense notification | James Booth | 2012-10-04 | 1 | -0/+5 | |
| | | | | | | | | The user is added from the roster | |||||
| * | Offline contacts presence notifications now in contact list | James Booth | 2012-10-04 | 1 | -1/+1 | |
| | | | | | | | | Can send messages to offline contacts | |||||
* | | Started work on chat session, and chat states | James Booth | 2012-10-03 | 1 | -0/+2 | |
|/ | ||||||
* | Made usage of cons_show vargs | James Booth | 2012-10-03 | 1 | -10/+4 | |
| | ||||||
* | Moved chat logging to profanity module | James Booth | 2012-10-02 | 1 | -0/+9 | |
| | | | | Removed jabber modules dependency on chat log | |||||
* | Tidy up jabber module, removed unused code, made local functions private | James Booth | 2012-10-02 | 1 | -1/+1 | |
| | ||||||
* | Refactored profanity module | James Booth | 2012-10-02 | 1 | -100/+101 | |
| | | | | Now has simple run method and event handlers | |||||
* | Moved roster output handling to profanity module | James Booth | 2012-10-02 | 1 | -0/+36 | |
| | ||||||
* | Added status handler code to profanity module | James Booth | 2012-10-02 | 1 | -0/+20 | |
| | ||||||
* | Moved login attempt handler code to profanity module | James Booth | 2012-10-01 | 1 | -0/+34 | |
| | ||||||
* | Moved incoming message code to profanity module | James Booth | 2012-10-01 | 1 | -0/+14 | |
| | ||||||
* | Made periodic message reminders a user option | James Booth | 2012-09-23 | 1 | -2/+2 | |
| | ||||||
* | Now sends desktop notification periodically to remind of unread messages | James Booth | 2012-09-23 | 1 | -5/+3 | |
| | ||||||
* | Only remind when period != 0 seconds and more than 0 messages | James Booth | 2012-09-23 | 1 | -4/+7 | |
| | ||||||
* | Added logging of unread messages to test | James Booth | 2012-09-23 | 1 | -0/+15 | |
| | ||||||
* | Shutdown now correctly handles connection | James Booth | 2012-09-23 | 1 | -4/+1 | |
| | ||||||
* | Created shutdown init function to initiate and wait for shutdown | James Booth | 2012-09-11 | 1 | -4/+22 | |
| | ||||||
* | Started work on closing stream on quit | James Booth | 2012-09-11 | 1 | -5/+0 | |
| | | | | For standards compliance | |||||
* | Moved create_config_dir function to profanity.c | James Booth | 2012-08-26 | 1 | -1/+12 | |
| | ||||||
* | Tidied all includes | James Booth | 2012-08-26 | 1 | -12/+8 | |
| | ||||||
* | Refactored log | James Booth | 2012-08-26 | 1 | -6/+6 | |
| | | | | Added shortcut functions for prof logging levels | |||||
* | Merge common and util | James Booth | 2012-08-23 | 1 | -0/+1 | |
| |