James Booth
|
a1476f1780
|
Automatically open window with /msg command
|
2012-10-03 00:03:52 +01:00 |
|
James Booth
|
a970b9ea86
|
Moved chat logging to profanity module
Removed jabber modules dependency on chat log
|
2012-10-02 22:00:05 +01:00 |
|
James Booth
|
ee8407f4a4
|
Tidy up jabber module, removed unused code, made local functions private
|
2012-10-02 21:37:55 +01:00 |
|
James Booth
|
b9ab5d9f33
|
Refactored profanity module
Now has simple run method and event handlers
|
2012-10-02 01:24:48 +01:00 |
|
James Booth
|
69fc81cd1c
|
Removed jabber module dependency on ui module
|
2012-10-02 01:06:37 +01:00 |
|
James Booth
|
28b1723876
|
Moved roster output handling to profanity module
|
2012-10-02 01:04:53 +01:00 |
|
James Booth
|
02224ea7bb
|
Added status handler code to profanity module
|
2012-10-02 00:03:53 +01:00 |
|
James Booth
|
310d712d42
|
Moved login attempt handler code to profanity module
|
2012-10-01 23:53:26 +01:00 |
|
James Booth
|
9f00ef14d2
|
Moved incoming message code to profanity module
|
2012-10-01 23:41:36 +01:00 |
|
James Booth
|
79796ca129
|
Handle notification errors
|
2012-09-24 21:03:05 +01:00 |
|
James Booth
|
ff7174db09
|
Init and uninit libnotify
|
2012-09-24 20:51:10 +01:00 |
|
James Booth
|
3ecc6433e8
|
Tidy libnotify code
|
2012-09-24 20:44:45 +01:00 |
|
James Booth
|
de1b2420d0
|
Updated man page
|
2012-09-23 22:27:17 +01:00 |
|
James Booth
|
f488200408
|
Made periodic message reminders a user option
|
2012-09-23 22:24:31 +01:00 |
|
James Booth
|
294ea2d1be
|
Now sends desktop notification periodically to remind of unread messages
|
2012-09-23 20:52:47 +01:00 |
|
James Booth
|
d888a378d3
|
Only remind when period != 0 seconds and more than 0 messages
|
2012-09-23 20:38:26 +01:00 |
|
James Booth
|
78e4524de0
|
Added logging of unread messages to test
|
2012-09-23 20:30:32 +01:00 |
|
James Booth
|
4662f21cb4
|
Added unread message count to chat windows
|
2012-09-23 20:10:03 +01:00 |
|
James Booth
|
6d329343dc
|
Shutdown now correctly handles connection
|
2012-09-23 19:26:07 +01:00 |
|
James Booth
|
d136298f96
|
Merge branch 'master' into development
|
2012-09-23 18:39:45 +01:00 |
|
James Booth
|
9d618af7fc
|
Fixed compiler warning on prof_history
|
2012-09-17 23:13:58 +01:00 |
|
James Booth
|
73a8039c27
|
Merge branch 'warns' into development
|
2012-09-17 23:07:21 +01:00 |
|
James Booth
|
37f9142769
|
Added coredump to .gitignore
|
2012-09-12 23:18:25 +01:00 |
|
James Booth
|
3ec28bde5c
|
Added recommended gcc warnings
|
2012-09-11 23:43:16 +01:00 |
|
James Booth
|
3a8229bf6a
|
Created shutdown init function to initiate and wait for shutdown
|
2012-09-11 22:55:59 +01:00 |
|
James Booth
|
1d44a8a345
|
Started work on closing stream on quit
For standards compliance
|
2012-09-11 01:30:48 +01:00 |
|
James Booth
|
07178bf3b2
|
Added stdlib header to windows.c to avoid compiler warning on cygwin
|
2012-09-10 23:11:24 +01:00 |
|
James Booth
|
c0f53cc1b4
|
Merge branch 'master' into development
|
2012-09-10 23:06:21 +01:00 |
|
James Booth
|
6b1b035d92
|
Added -Wall to GCC options
Fixed compiler warnings
|
2012-09-10 22:57:42 +01:00 |
|
James Booth
|
5df7d0cff1
|
Removed sudo from cygwin upgrade script
|
2012-09-09 22:55:28 +01:00 |
|
James Booth
|
334822122b
|
Fixed fix for last fix
|
2012-09-09 22:52:02 +01:00 |
|
James Booth
|
3f4f08ee93
|
Fixed last fix
|
2012-09-09 22:51:07 +01:00 |
|
James Booth
|
d9cc580c91
|
Fixed upgrade script to work on cygwin
|
2012-09-09 22:49:39 +01:00 |
|
James Booth
|
b7c1209744
|
Comments now kept when writing to config file
|
2012-09-09 22:32:39 +01:00 |
|
James Booth
|
f81628a466
|
Added summary info when splash enabled
|
2012-09-09 22:22:14 +01:00 |
|
James Booth
|
0f3c1e56d2
|
Fixed vargs strings in log
|
2012-09-09 16:23:33 +01:00 |
|
James Booth
|
c07afbed99
|
Fixed duplication in man page
|
2012-09-09 15:11:01 +01:00 |
|
James Booth
|
a9e7c4fe21
|
Changed to 0.1.9dev version
|
2012-09-08 20:56:52 +01:00 |
|
James Booth
|
1f171da886
|
Version 0.1.8
|
2012-09-08 20:18:24 +01:00 |
|
James Booth
|
5c97dcd78a
|
Fixed library path on cygwin
|
2012-09-08 18:35:34 +01:00 |
|
James Booth
|
8f0bc28bd4
|
Removed sudo from cygwin install
|
2012-09-08 17:58:42 +01:00 |
|
James Booth
|
24a604494d
|
Added cygwin to install script
|
2012-09-08 17:28:33 +01:00 |
|
James Booth
|
272e12a38b
|
Tidied cygwin notes
|
2012-09-08 17:13:01 +01:00 |
|
James Booth
|
8e0d8d2a86
|
Check for ncurses headers on cygwin
|
2012-09-08 16:51:09 +01:00 |
|
James Booth
|
86d1ff605c
|
Added notes on cygwin install
|
2012-09-08 16:41:50 +01:00 |
|
James Booth
|
04605a5f6a
|
Fixed debian version string
|
2012-09-08 15:07:03 +01:00 |
|
James Booth
|
cd254e9f45
|
Fixed install script
|
2012-09-08 15:02:31 +01:00 |
|
James Booth
|
7f962895bc
|
Install script now uses distribution release file
|
2012-09-08 14:54:41 +01:00 |
|
James Booth
|
c1a2443bb1
|
Removed compiler warnings from configure.ac
Fixed some error messages
|
2012-09-08 14:27:50 +01:00 |
|
James Booth
|
c343ff410c
|
Tidied chat_log module
|
2012-09-05 17:41:35 +01:00 |
|