felipec / msn-pecan
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (21)
- Wiki (1)
- Graphs
-
Tree:
3ca1814
commit 3ca18140149aede5ae9b55dc590b4335ff9402b5
tree 65fa32cc1eca371107d84d0bc742d848bae55016
parent 779ea2ea4aa0dbf57be42af064afc2e627b08562
tree 65fa32cc1eca371107d84d0bc742d848bae55016
parent 779ea2ea4aa0dbf57be42af064afc2e627b08562
| 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 | |
| |
Makefile | ||
| |
README | Thu Feb 05 11:39:06 -0800 2009 | |
| |
TODO | Sat Jul 04 15:36:07 -0700 2009 | |
| |
ab/ | ||
| |
adium/ | ||
| |
cmd/ | ||
| |
cvr/ | ||
| |
directconn.c | ||
| |
directconn.h | ||
| |
doc/ | Sun Jul 05 11:56:58 -0700 2009 | |
| |
fix_purple.c | Sun Jun 21 08:44:55 -0700 2009 | |
| |
fix_purple.h | Sat Jun 20 13:14:43 -0700 2009 | |
| |
fix_purple/ | Thu Jun 12 15:00:51 -0700 2008 | |
| |
fix_purple_win32.h | Sat Jun 20 13:14:43 -0700 2009 | |
| |
get-version.sh | Fri Jun 27 15:35:17 -0700 2008 | |
| |
io/ | ||
| |
lib/ | Sat Jan 17 09:00:18 -0800 2009 | |
| |
msn.c | ||
| |
nexus.c | ||
| |
nexus.h | Sat Jun 20 13:14:43 -0700 2009 | |
| |
notification.c | ||
| |
notification.h | Sat Jul 04 15:36:08 -0700 2009 | |
| |
page.c | Sat Jun 20 13:14:43 -0700 2009 | |
| |
page.h | Sat Jun 20 13:14:43 -0700 2009 | |
| |
pidgin-copyright | Sat Jun 20 13:14:43 -0700 2009 | |
| |
pn_dp_manager.c | ||
| |
pn_dp_manager.h | ||
| |
pn_error.c | Sat Jul 04 15:09:54 -0700 2009 | |
| |
pn_error.h | Sat Jul 04 15:01:55 -0700 2009 | |
| |
pn_global.h | Sat Jul 04 15:21:31 -0700 2009 | |
| |
pn_locale.h | ||
| |
pn_log.c | ||
| |
pn_log.h | ||
| |
pn_oim.c | ||
| |
pn_oim.h | ||
| |
pn_printf.c | ||
| |
pn_printf.h | ||
| |
pn_siren7.c | ||
| |
pn_siren7.h | Sat Jul 04 15:33:32 -0700 2009 | |
| |
pn_status.c | ||
| |
pn_status.h | Sat Jul 04 15:33:11 -0700 2009 | |
| |
pn_util.c | ||
| |
pn_util.h | ||
| |
po/ | Mon Jun 15 16:23:23 -0700 2009 | |
| |
session.c | ||
| |
session.h | ||
| |
session_private.h | ||
| |
switchboard.c | ||
| |
switchboard.h | ||
| |
sync.c | ||
| |
sync.h | ||
| |
tests/ | ||
| |
win32/ | Fri Jun 19 05:22:50 -0700 2009 |
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

