felipec / msn-pecan
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (21)
- Wiki (1)
- Graphs
-
Tree:
692e178
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Jul 13 14:08:04 -0700 2008 | |
| |
AUTHORS | Sat Jan 17 08:40:03 -0800 2009 | |
| |
COPYING | Mon Jun 16 16:17:08 -0700 2008 | |
| |
COPYRIGHT | ||
| |
Makefile | ||
| |
README | Thu Feb 05 11:39:06 -0800 2009 | |
| |
TODO | ||
| |
ab/ | ||
| |
adium/ | ||
| |
cmd/ | ||
| |
cvr/ | ||
| |
directconn.c | ||
| |
directconn.h | ||
| |
fix_purple.c | ||
| |
fix_purple.h | ||
| |
fix_purple/ | ||
| |
fix_purple_win32.h | ||
| |
get-version.sh | ||
| |
io/ | ||
| |
lib/ | ||
| |
msn.c | ||
| |
msn.h | ||
| |
nexus.c | ||
| |
nexus.h | ||
| |
notification.c | ||
| |
notification.h | ||
| |
page.c | ||
| |
page.h | ||
| |
pecan_config.h | ||
| |
pecan_error.c | ||
| |
pecan_error.h | ||
| |
pecan_locale.h | ||
| |
pecan_log.c | ||
| |
pecan_log.h | ||
| |
pecan_oim.c | ||
| |
pecan_oim.h | ||
| |
pecan_oim_private.h | ||
| |
pecan_printf.c | ||
| |
pecan_printf.h | ||
| |
pecan_siren7.c | ||
| |
pecan_siren7.h | ||
| |
pecan_status.c | ||
| |
pecan_status.h | ||
| |
pecan_ud.c | ||
| |
pecan_ud.h | ||
| |
pecan_util.c | ||
| |
pecan_util.h | ||
| |
po/ | ||
| |
session.c | ||
| |
session.h | ||
| |
session_private.h | ||
| |
switchboard.c | ||
| |
switchboard.h | ||
| |
sync.c | ||
| |
sync.h | ||
| |
tests/ | ||
| |
utils/ | ||
| |
win32/ |
README
This is an alternative implementation of the MSN protocol plug-in for libpurple. It's based on the code from 2.2.2 but slowly becoming a completely different code. Compared to Pidgin's official MSN plug-in: * Faster log-in * Fewer connection issues * Experimental direct connection support (fast file transfers) * Server-side storage for display names (private alias) * Support for handwritten messages (read-only) * Support for voice clips (receive-only) * Support for Plus! sounds (receive-only) * Option to hide Plus! tags Other features: * Support for personal status messages * Support for offline messaging (read-only) * Send custom emoticons (Pidgin >= 2.5) Future plans: * Complete direct connection (fast file-transfers) * MSNP15 support * Complete GObjectification For questions, comments or patches contact: http://groups.google.com/group/msn-pecan

