Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
Scott Oster | 23 (100.0%) | 981 (100.0%) | 2178 (100.0%) | 42.65 |
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) (1 Files changed, 0 Lines changed) |
8/25/05 7:50 PM | Scott Oster | added ability to permit/deny through bot module and rolled into useradminmodule
(1 Files changed,
207 Lines changed) src/com/levelonelabs/aimbot/BotModule.java 1.3
(+207
-149)
|
8/25/05 1:38 PM | Scott Oster | *** empty log message ***
(1 Files changed,
0 Lines changed) |
3/15/05 12:52 PM | Scott Oster | fixed persistance for 1.5
(1 Files changed,
17 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 (2 Files changed, 803 Lines changed) src/com/levelonelabs/aimbot/AIMBot.java 1.15
(+640
-570)
src/com/levelonelabs/aimbot/BotModule.java 1.2
(+163
-124)
|
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, 5 Lines changed) |
8/8/03 11:46 PM | Scott Oster | added RFE http://sourceforge.net/tracker/index.php?func=detail&aid=781110&group_id=76339&atid=546807
(1 Files changed,
5 Lines changed) |
8/8/03 11:20 PM | Scott Oster | fixed bug: http://sourceforge.net/tracker/index.php?func=detail&aid=779703&group_id=76339&atid=546804
(1 Files changed,
4 Lines changed) |
7/30/03 7:45 PM | Scott Oster | removed unused code
(1 Files changed,
5 Lines changed) |
5/1/03 10:19 PM | Scott Oster | printout anon warnings too
(1 Files changed,
1 Lines changed) |
4/22/03 11:57 PM | Scott Oster | unified the help
(1 Files changed,
3 Lines changed) |
4/17/03 7:11 PM | Scott Oster | jaimbot gets vindictive-- if an Enemy messages us later warn them again.
(1 Files changed,
12 Lines changed) |
4/16/03 4:23 PM | Scott Oster | removed the Goodnight comment
(1 Files changed,
0 Lines changed) |
4/15/03 8:05 PM | Scott Oster | fixed variable names added missing license formated (1 Files changed, 278 Lines changed) src/com/levelonelabs/aimbot/AIMBot.java 1.6
(+278
-215)
|
4/14/03 9:39 PM | Scott Oster | added some code to ignore users with Enemy Role (those who have been warned twice) its amazing how people can find nothing better to do with this than swear to it and warn it (1 Files changed, 11 Lines changed) |
3/31/03 8:42 PM | Scott Oster | updated mail lists fixed log name (1 Files changed, 5 Lines changed) |
3/30/03 4:57 PM | Scott Oster | pulled out reflection for loading mods and use the properties file refactored constructor/init process for AIMBot changed megahal think time to 3 secs (1 Files changed, 101 Lines changed) src/com/levelonelabs/aimbot/AIMBot.java 1.3
(+101
-93)
|
3/20/03 8:55 PM | Scott Oster | changed file extension for log file
(1 Files changed,
1 Lines changed) |