about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Moved roster output handling to profanity moduleJames Booth2012-10-021-0/+36
* Added status handler code to profanity moduleJames Booth2012-10-021-0/+20
* Moved login attempt handler code to profanity moduleJames Booth2012-10-011-0/+34
* Moved incoming message code to profanity moduleJames Booth2012-10-011-0/+14
* Made periodic message reminders a user optionJames Booth2012-09-231-2/+2
* Now sends desktop notification periodically to remind of unread messagesJames Booth2012-09-231-5/+3
* Only remind when period != 0 seconds and more than 0 messagesJames Booth2012-09-231-4/+7
* Added logging of unread messages to testJames Booth2012-09-231-0/+15
* Shutdown now correctly handles connectionJames Booth2012-09-231-4/+1
* Created shutdown init function to initiate and wait for shutdownJames Booth2012-09-111-4/+22
* Started work on closing stream on quitJames Booth2012-09-111-5/+0