about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Showing history from current log in chat windowsJames Booth2012-10-141-1/+1
* 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
* 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
* Moved create_config_dir function to profanity.cJames Booth2012-08-261-1/+12
* Tidied all includesJames Booth2012-08-261-12/+8
* Refactored logJames Booth2012-08-261-6/+6
* Merge common and utilJames Booth2012-08-231-0/+1
* Moved input processing to profanity.cJames Booth2012-08-231-1/+42
* Refactored setting boolean preferencesJames Booth2012-08-231-1/+1
* Added some logging and updated man pageJames Booth2012-08-221-5/+10
* Customisable logging levelsJames Booth2012-08-191-2/+19
* Basic log levels settingsJames Booth2012-08-191-1/+1
* Removed tinyurl_initJames Booth2012-08-101-1/+0
* Cleaning up memory allocated by ncurses padsJames Booth2012-07-311-1/+2
* Added tiny commandJames Booth2012-07-281-0/+2
* Function signatures across linesJames Booth2012-07-241-3/+6
* Added simple chat logJames Booth2012-07-221-0/+3
* Log location ~/.profanity/log/profanity.logJames Booth2012-07-191-0/+2
* Create config directoryJames Booth2012-07-191-0/+1
* Fixed delete when going off left side of screenJames Booth2012-07-091-1/+1
* Added autobuild toolsJames Booth2012-07-011-0/+82