Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Apr 15, 2007, 8:02:28 AM (17 years ago)
- Author:
-
ecoffey
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v12
|
v13
|
|
5 | 5 | == Mono Loader SoC Development Notes == |
6 | 6 | |
7 | | '''SoC Goals and Milestones''' |
| 7 | === SoC Goals and Milestones === |
8 | 8 | * Completely wrap libpurple API in .NET bindings. |
9 | 9 | * Fix the Mysterious Seg Fault On Exit (tm). |
… |
… |
|
12 | 12 | * Right now delegates are invoked and just given an array of their data. Would be nice if we could explicitly state what they expect, e.g. {{{ OnBuddyStatusChanged(Buddy b, Status s) }}} |
13 | 13 | |
14 | | '''Mentor Goals/Objectives ([http://guifications.org/trac/wiki/grim grim])''' |
| 14 | === Mentor Goals/Objectives ([http://guifications.org/trac/wiki/grim grim]) === |
15 | 15 | * Implement signal chaining in Mono so Pidgin's signal handling doesn't get eaten up by the Mono runtime. See [http://bugzilla.ximian.com/show_bug.cgi?id=75990 Mono Bug 75990]. |
16 | 16 | * Fix the build system so that make can be run successfully with multiple jobs. |
17 | 17 | |
18 | | '''Loader Internals:''' |
| 18 | === Loader Internals: === |
19 | 19 | * There must be a better way for having the loader handle signals on behalf of .net plugins (will document the current implementation here). |
20 | 20 | |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!