about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | The user is added from the roster
* Offline contacts presence notifications now in contact listJames Booth2012-10-041-1/+1
| | | | Can send messages to offline contacts
* Made usage of cons_show vargsJames Booth2012-10-031-10/+4
|
* Moved chat logging to profanity moduleJames Booth2012-10-021-0/+9
| | | | Removed jabber modules dependency on chat log
* Tidy up jabber module, removed unused code, made local functions privateJames Booth2012-10-021-1/+1
|
* Refactored profanity moduleJames Booth2012-10-021-100/+101
| | | | Now has simple run method and event handlers
* 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
| | | | For standards compliance
* 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
| | | | Added shortcut functions for prof logging levels
* 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