about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Expand)AuthorAgeFilesLines
* 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 SIGPIPEDmitry Podgorny2012-11-121-0/+3
* | Clear contact list when connection lostJames Booth2012-11-121-0/+1
|/
* Merge pull request #73 from pasis/rotateJames Booth2012-11-111-1/+1
|\
| * 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
* 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
|\
| * 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
|\|
| * 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
| * Moved jabber_free_resources callJames Booth2012-10-161-2/+1
| * Merge branch 'master' of https://github.com/pasis/profanityJames Booth2012-10-161-0/+1
| |\
| | * jabber: fix crash when disconnection timeout is reachedDmitry Podgorny2012-10-171-0/+1
| * | Attempted fix at causing segfault by freeing connectionJames Booth2012-10-161-0/+1
| |/
* | Merge branch 'master' into type_outJames Booth2012-10-141-1/+1
|\|
| * Showing history from current log in chat windowsJames Booth2012-10-141-1/+1
* | Merge branch 'master' into devJames Booth2012-10-061-11/+9
|\|
| * Set no blocking delay to 100msJames Booth2012-10-051-2/+4
| * Removed /ros commandJames Booth2012-10-041-10/+1
| * Users added to contact list when no precense notificationJames Booth2012-10-041-0/+5
| * Offline contacts presence notifications now in contact listJames Booth2012-10-041-1/+1
* | Started work on chat session, and chat statesJames Booth2012-10-031-0/+2
|/
* Made usage of cons_show vargsJames Booth2012-10-031-10/+4
* Moved chat logging to profanity moduleJames Booth2012-10-021-0/+9
* Tidy up jabber module, removed unused code, made local functions privateJames Booth2012-10-021-1/+1
* Refactored profanity moduleJames Booth2012-10-021-100/+101