about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Send away presence and message for /autoawayJames Booth2012-12-011-5/+35
|
* Send away and message when idleJames Booth2012-11-301-2/+2
|
* Use only one measure for idleJames Booth2012-11-301-5/+0
|
* Simple output of idle/awayJames Booth2012-11-301-0/+28
|
* Implemented "/sub sent" to show outstanding sent subscription requestsJames Booth2012-11-281-1/+1
|
* Fixed some memory leaksJames Booth2012-11-261-1/+3
|
* Further tidy up of windows.cJames Booth2012-11-261-33/+40
|
* windows tidy upJames Booth2012-11-261-6/+6
|
* Profanity files now use %XDG_CONFIG_HOME and %XDG_DATA_HOMEJames Booth2012-11-251-11/+5
|
* Separated colours from main preferencesJames Booth2012-11-211-0/+3
|
* Handling commands after /disconnectJames Booth2012-11-191-0/+25
|
* Moved disconnect code to profanity moduleJames Booth2012-11-191-0/+9
|
* Handle room broadcastsJames Booth2012-11-191-0/+8
|
* Handle room member presenceJames Booth2012-11-191-0/+13
|
* Show message when own nickname changed in chat roomsJames Booth2012-11-181-0/+8
|
* Handle nick changes from other usersJames Booth2012-11-181-2/+10
|
* Set correct window type on private messagesJames Booth2012-11-141-4/+5
|
* Merge pull request #79 from pasis/devJames Booth2012-11-121-0/+3
|\ | | | | ignore SIGPIPE
| * ignore SIGPIPEDmitry Podgorny2012-11-121-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 lostJames Booth2012-11-121-0/+1
|/
* Merge pull request #73 from pasis/rotateJames Booth2012-11-111-1/+1
|\ | | | | introduce initial log rotate support
| * fix spacingDmitry Podgorny2012-11-111-1/+1
| |
* | Added win_page_off to subscriptions to scroll windowJames Booth2012-11-111-0/+3
|/
* add subscription supportDmitry Podgorny2012-11-111-0/+26
|
* Handle subject from roomJames Booth2012-11-101-0/+7
|
* Show error text if receivedJames Booth2012-11-101-1/+0
|
* Using vargs in cons_bad_showJames Booth2012-11-101-10/+4
|
* Tidy up leaving roomJames Booth2012-11-101-0/+8
|
* Show delayed time on messages received whilst offlineJames Booth2012-11-081-2/+18
| | | | Also do not show chat state notifications received whilst offline
* Basic chat room handling of presenceJames Booth2012-11-081-0/+22
|
* windows: format room rosterJames Booth2012-11-071-6/+1
|
* jabber: wait until full room roster received before showingJames Booth2012-11-071-3/+8
|
* Removed jabber.c dependency on ui.hJames Booth2012-11-061-0/+21
|
* Show message when other user <gone/>James Booth2012-11-011-0/+7
|
* Merge branch 'master' into chatstatesJames Booth2012-10-301-35/+19
|\ | | | | | | | | Conflicts: Makefile.am
| * Split contact add and update presenceJames Booth2012-10-291-12/+18
| |
| * Handle presence after roster requestJames Booth2012-10-281-8/+14
| |
| * Load roster before sending presenceJames Booth2012-10-281-30/+2
| |
* | Merge branch 'master' into chatstatesJames Booth2012-10-281-1/+1
|\|
| * Unified desktop notification preferencesJames Booth2012-10-271-1/+1
| |
* | Merge branch 'master' into chatstatesJames Booth2012-10-271-19/+4
|\| | | | | | | | | Conflicts: docs/profanity.1
| * Refactored disconnectJames Booth2012-10-271-9/+1
| |
| * Renamed shutdown functionJames Booth2012-10-271-3/+3
| |
| * Added /disconnect commandJames Booth2012-10-271-2/+2
| |
| * Removed _shutdown function in profanity.cJames Booth2012-10-271-7/+0
| |
* | Merge branch 'master' into type_outJames Booth2012-10-221-27/+48
|\|
| * Free autocompleters on quitJames Booth2012-10-221-0/+2
| |
| * Renamed other autocompletersJames Booth2012-10-211-2/+2
| |
| * Removed trailing whitespace from src and testsJames Booth2012-10-211-25/+25
| |
| * handle error messages from serverDmitry Podgorny2012-10-181-0/+18
| |