Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
Scott Oster | 36 (94.7%) | 2307 (100.1%) | 5278 (98.4%) | 64.08 |
Will Gorman | 2 (5.3%) | -2 (-0.1%) | 86 (1.6%) | -1.00 |
Date | Author | File/Message |
---|---|---|
9/18/05 3:10 PM | Scott Oster | clean up and prep for 1.4 release
(1 Files changed,
1 Lines changed) |
9/18/05 2:34 PM | Scott Oster | cleaned up a few things after running findbugs
(1 Files changed,
1 Lines changed) |
8/25/05 9:42 PM | Scott Oster | remove saveConfig (automatically done in TOC2) fixed state parsing problem in buddy groups (now default to default group if saved group was invalid) (3 Files changed, 99 Lines changed) |
8/25/05 7:50 PM | Scott Oster | added ability to permit/deny through bot module and rolled into useradminmodule
(2 Files changed,
25 Lines changed) |
8/25/05 6:38 PM | Scott Oster | removed autosetting of permit mode on deny/permit... need to think how bot should handle this
(1 Files changed,
1 Lines changed) |
8/25/05 6:24 PM | Scott Oster | *** empty log message ***
(1 Files changed,
10 Lines changed) |
8/25/05 1:39 PM | Scott Oster | migrated to TOC2 (AOL just droped TOC1 support) added code to attempt to get status updates for buddys that we think are offline but might not be (greater than max number of AOL permited buddies) (2 Files changed, 1533 Lines changed) src/com/levelonelabs/aim/AIMClient.java 1.14
(+1533
-1567)
|
3/18/05 2:10 PM | Scott Oster | *** empty log message ***
(1 Files changed,
0 Lines changed) |
3/18/05 2:08 PM | Scott Oster | fixed reconnection problem caused by permit/deny
(1 Files changed,
24 Lines changed) |
3/15/05 10:44 AM | Scott Oster | fixed for 1.5
(1 Files changed,
1 Lines changed) |
11/22/04 4:20 PM | Scott Oster | added BuddyManagementModule added bot.enforceUser property added Groups to AIMBuddy (corresponds to AOL's Groups) *** roled in that patch ??? made constants for Roles now try all of AOl's login host ips to workaround them having broken DNS entries (5 Files changed, 1669 Lines changed) src/com/levelonelabs/aim/AIMClient.java 1.11
(+1584
-953)
|
8/9/03 12:53 PM | Scott Oster | Finished Task: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=75710&group_id=76339&group_project_id=27618 added bot.nonuser.response string. Had to add this to constructor of AIMCLient. Lib should still be forwards compatible with old programs using library. (1 Files changed, 22 Lines changed) |
7/9/03 5:01 PM | Scott Oster | delay info probably isnt important enough to be an info message
(1 Files changed,
2 Lines changed) |
5/14/03 8:08 PM | Scott Oster | message to and from "banned" buddies are simply ignored.
(1 Files changed,
10 Lines changed) |
5/8/03 9:55 PM | Will Gorman | moved persistence into module and out of AIMBuddy class
(1 Files changed,
1 Lines changed) |
5/7/03 10:05 PM | Will Gorman | added Reminder Module
(1 Files changed,
85 Lines changed) |
5/1/03 10:52 PM | Scott Oster | now collecting buddies warn level using bots own updates for actual warning level (2 Files changed, 32 Lines changed) |
5/1/03 10:12 PM | Scott Oster | expiremental! added a more conservative delay added exponential cost to send when higher warning rate TODO: update warning rate without getting warned (1 Files changed, 30 Lines changed) |
4/24/03 8:26 PM | Scott Oster | significantly reduced the number of messages set during sign on by sending buddies 1000 char at a time
(1 Files changed,
10 Lines changed) |
4/23/03 11:23 PM | Scott Oster | minor logic correction
(1 Files changed,
1 Lines changed) |