about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Showing history from current log in chat windowsJames Booth2012-10-146-18/+127
* | Merge branch 'master' into type_outJames Booth2012-10-092-37/+91
|\|
| * Recipient logs now in own subdirectoriesJames Booth2012-10-091-38/+38
| * Refactored creating new logsJames Booth2012-10-091-66/+54
| * Roll log if day changes whilst runningJames Booth2012-10-081-5/+62
| * Removed time date from dated logsJames Booth2012-10-082-4/+4
| * Added datestamped logsJames Booth2012-10-081-4/+10
| * Added comments to new window openJames Booth2012-10-081-0/+3
* | Added sent to chat sessionsJames Booth2012-10-062-0/+20
* | Merge branch 'master' into devJames Booth2012-10-069-59/+146
|\|
| * Decreased non blocking delayJames Booth2012-10-061-1/+1
| * Fixed memory leakJames Booth2012-10-061-1/+2
| * Set no blocking delay to 100msJames Booth2012-10-052-3/+5
| * Decreased non blocking input delayJames Booth2012-10-051-1/+1
| * Only show offline warning onceJames Booth2012-10-041-7/+10
| * Use colour prefs for offline message warningJames Booth2012-10-041-0/+8
| * Show warning when sending message to offline contactJames Booth2012-10-041-3/+10
| * Now checks for exitence of contact before sending messageJames Booth2012-10-044-12/+44
| * Added argument to /who command to specify statusJames Booth2012-10-043-44/+101
| * Removed /ros commandJames Booth2012-10-042-33/+1
| * Users added to contact list when no precense notificationJames Booth2012-10-042-0/+6
| * Offline contacts presence notifications now in contact listJames Booth2012-10-042-36/+39
* | Basic chat session statesJames Booth2012-10-042-30/+27
* | Started work on chat session, and chat statesJames Booth2012-10-033-0/+144
|/
* Tidied up message remind period on prefs outputJames Booth2012-10-031-10/+8
* Made usage of cons_show vargsJames Booth2012-10-033-45/+15
* cons_show now uses vargsJames Booth2012-10-033-3/+16
* Automatically open window with /msg commandJames Booth2012-10-031-1/+3
* Moved chat logging to profanity moduleJames Booth2012-10-023-15/+29
* Tidy up jabber module, removed unused code, made local functions privateJames Booth2012-10-024-85/+88
* Refactored profanity moduleJames Booth2012-10-023-111/+109
* Removed jabber module dependency on ui moduleJames Booth2012-10-021-1/+0
* Moved roster output handling to profanity moduleJames Booth2012-10-023-17/+56
* Added status handler code to profanity moduleJames Booth2012-10-023-12/+26
* Moved login attempt handler code to profanity moduleJames Booth2012-10-013-21/+40
* Moved incoming message code to profanity moduleJames Booth2012-10-013-4/+18
* Handle notification errorsJames Booth2012-09-241-1/+7
* Init and uninit libnotifyJames Booth2012-09-241-11/+23
* Tidy libnotify codeJames Booth2012-09-241-55/+23
* Made periodic message reminders a user optionJames Booth2012-09-235-16/+74
* Now sends desktop notification periodically to remind of unread messagesJames Booth2012-09-233-13/+55
* 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
* Added unread message count to chat windowsJames Booth2012-09-232-2/+22
* Shutdown now correctly handles connectionJames Booth2012-09-237-11/+5
* Created shutdown init function to initiate and wait for shutdownJames Booth2012-09-115-38/+73
* Started work on closing stream on quitJames Booth2012-09-113-11/+25
* Added stdlib header to windows.c to avoid compiler warning on cygwinJames Booth2012-09-101-0/+1
* Added -Wall to GCC optionsJames Booth2012-09-106-26/+16
* Comments now kept when writing to config fileJames Booth2012-09-091-1/+2