Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Send away presence and message for /autoaway | James Booth | 2012-12-01 | 1 | -5/+35 | |
| | ||||||
* | Send away and message when idle | James Booth | 2012-11-30 | 1 | -2/+2 | |
| | ||||||
* | Use only one measure for idle | James Booth | 2012-11-30 | 1 | -5/+0 | |
| | ||||||
* | Simple output of idle/away | James Booth | 2012-11-30 | 1 | -0/+28 | |
| | ||||||
* | Implemented "/sub sent" to show outstanding sent subscription requests | James Booth | 2012-11-28 | 1 | -1/+1 | |
| | ||||||
* | Fixed some memory leaks | James Booth | 2012-11-26 | 1 | -1/+3 | |
| | ||||||
* | Further tidy up of windows.c | James Booth | 2012-11-26 | 1 | -33/+40 | |
| | ||||||
* | windows tidy up | James Booth | 2012-11-26 | 1 | -6/+6 | |
| | ||||||
* | Profanity files now use %XDG_CONFIG_HOME and %XDG_DATA_HOME | James Booth | 2012-11-25 | 1 | -11/+5 | |
| | ||||||
* | Separated colours from main preferences | James Booth | 2012-11-21 | 1 | -0/+3 | |
| | ||||||
* | Handling commands after /disconnect | James Booth | 2012-11-19 | 1 | -0/+25 | |
| | ||||||
* | Moved disconnect code to profanity module | James Booth | 2012-11-19 | 1 | -0/+9 | |
| | ||||||
* | Handle room broadcasts | James Booth | 2012-11-19 | 1 | -0/+8 | |
| | ||||||
* | Handle room member presence | James Booth | 2012-11-19 | 1 | -0/+13 | |
| | ||||||
* | Show message when own nickname changed in chat rooms | James Booth | 2012-11-18 | 1 | -0/+8 | |
| | ||||||
* | Handle nick changes from other users | James Booth | 2012-11-18 | 1 | -2/+10 | |
| | ||||||
* | Set correct window type on private messages | James Booth | 2012-11-14 | 1 | -4/+5 | |
| | ||||||
* | Merge pull request #79 from pasis/dev | James Booth | 2012-11-12 | 1 | -0/+3 | |
|\ | | | | | ignore SIGPIPE | |||||
| * | ignore SIGPIPE | Dmitry Podgorny | 2012-11-12 | 1 | -0/+3 | |
| | | | | | | | | | | | | Applications running OpenSSL over network connections may crash if SIGPIPE is not ignored. [http://svn.apache.org/repos/asf/thrift/trunk/lib/cpp/README.SSL] | |||||
* | | Clear contact list when connection lost | James Booth | 2012-11-12 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #73 from pasis/rotate | James Booth | 2012-11-11 | 1 | -1/+1 | |
|\ | | | | | introduce initial log rotate support | |||||
| * | fix spacing | Dmitry Podgorny | 2012-11-11 | 1 | -1/+1 | |
| | | ||||||
* | | Added win_page_off to subscriptions to scroll window | James Booth | 2012-11-11 | 1 | -0/+3 | |
|/ | ||||||
* | add subscription support | Dmitry Podgorny | 2012-11-11 | 1 | -0/+26 | |
| | ||||||
* | Handle subject from room | James Booth | 2012-11-10 | 1 | -0/+7 | |
| | ||||||
* | Show error text if received | James Booth | 2012-11-10 | 1 | -1/+0 | |
| | ||||||
* | Using vargs in cons_bad_show | James Booth | 2012-11-10 | 1 | -10/+4 | |
| | ||||||
* | Tidy up leaving room | James Booth | 2012-11-10 | 1 | -0/+8 | |
| | ||||||
* | Show delayed time on messages received whilst offline | James Booth | 2012-11-08 | 1 | -2/+18 | |
| | | | | Also do not show chat state notifications received whilst offline | |||||
* | Basic chat room handling of presence | James Booth | 2012-11-08 | 1 | -0/+22 | |
| | ||||||
* | windows: format room roster | James Booth | 2012-11-07 | 1 | -6/+1 | |
| | ||||||
* | 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 | |
| | |