Menu

Tree [617f55] master /
 History

HTTPS access


File Date Author Commit
 CHANGELOG 2009-10-13 Arnold Noronha Arnold Noronha [617f55] changelog for previous commit.
 COPYING 2007-10-25 arnstein87 arnstein87 [2b8800] r1192@...: arnold | 2007-10-25 14:09:35 +0530
 FontParser.cpp 2009-08-12 Arnold Noronha Arnold Noronha [be1cc5] Added cstdio to more files.
 FontParser.h 2009-06-08 Arnold Noronha Arnold Noronha [54ae7f] Added copyright notice to each file.
 Makefile.am 2009-01-25 arnstein87 arnstein87 [afa643] r2731@...: arnold | 2009-01-25 11:24:43 -0500
 PurpleAsyncConnHandler.h 2009-06-08 Arnold Noronha Arnold Noronha [54ae7f] Added copyright notice to each file.
 README 2009-03-23 Arnold Noronha Arnold Noronha [c0511c] its => it's.
 RObject.cpp 2009-06-09 Arnold Noronha Arnold Noronha [a0f18b] fair debugging info.
 RObject.h 2009-06-09 Arnold Noronha Arnold Noronha [d6f568] removed the last bit of the pretentious "validi...
 avatar.cpp 2009-09-13 Arnold Noronha Arnold Noronha [5b5081] Made robust against badly formed avatar strings...
 configure.ac 2009-09-20 Arnold Noronha Arnold Noronha [afa1d6] Version bump for new release.
 conn.cpp 2009-09-20 Arnold Noronha Arnold Noronha [1d3040] Fixes issues with informing libpurple when a co...
 conn.h 2009-09-20 Arnold Noronha Arnold Noronha [1d3040] Fixes issues with informing libpurple when a co...
 encode.cpp 2009-08-12 Arnold Noronha Arnold Noronha [330bd2] * encode.cpp should #include <cstdio>
 encode.h 2009-06-08 Arnold Noronha Arnold Noronha [54ae7f] Added copyright notice to each file.
 messagebuffer.cpp 2009-06-09 Arnold Noronha Arnold Noronha [edcac5] string.length returns uint.
 messagebuffer.h 2009-06-08 Arnold Noronha Arnold Noronha [54ae7f] Added copyright notice to each file.
 rediffbol.cpp 2009-10-03 Arnold Noronha Arnold Noronha [89c9ea] Fix segmentation fault when a login error is en...
 rediffbol.h 2009-10-13 Arnold Noronha Arnold Noronha [909c09] fix the useragent string to match that of Redif...
 rediffbol_chatroom.cpp 2009-06-08 Arnold Noronha Arnold Noronha [54ae7f] Added copyright notice to each file.
 rediffbol_init.cpp 2009-06-09 Arnold Noronha Arnold Noronha [1ef6ca] normalize should return a const string.
 request.h 2009-06-08 Arnold Noronha Arnold Noronha [54ae7f] Added copyright notice to each file.
 response.h 2009-06-08 Arnold Noronha Arnold Noronha [54ae7f] Added copyright notice to each file.
 util.cpp 2009-06-08 Arnold Noronha Arnold Noronha [54ae7f] Added copyright notice to each file.
 util.h 2009-06-08 Arnold Noronha Arnold Noronha [54ae7f] Added copyright notice to each file.

Read Me

Rediffbol-prpl

--------
OVERVIEW
--------

Rediffbol is an IM service used by some people in India.

Rediffbol-prpl is a Rediffbol protocol-plugin for libpurple, used by
IM-clients such as Pidgin and Adium.
 
-----------------------
BUILDING AND INSTALLING
-----------------------

Rediffbol-prpl now uses the standard GNU build system. 

First make sure you have the development files for libpurple installed.
You could either have got this by installing from source or installing
the respective package. E.g. in ubuntu do 
    sudo apt-get install libpurple-dev

Note that rediffbol-prpl requires libpurple >= 2.3.0. 

To build just run :
	./configure && make && sudo make install 
To uninstall just run
	sudo make uninstall

It is possible to install the plugin _without_ administrative permissions.
For this do
	./configure && make && make local-install
And uninstall using 
	make local-uninstall


Windows: I am pretty confident it's possible to build this for Windows
too, but you'll have to do some hacking to the Makefile. Since I
don't use Windows, I can't do this myself. Send me whatever is required
if you manage to do it :)

------------
PROJECT PAGE
------------

http://rediffbol-prpl.sourceforge.net

----------
KNOWN BUGS
----------

eh?

-------
AUTHORS
-------

Arnold "arnstein" Noronha <arnstein87@users.sourceforge.net, 
	arn_2000@rediffmail.com>

----------------
ACKNOWLEDGEMENTS
----------------

Many thanks to Binu Paul <binu_paul AT users DOT sourceforge DOT net>
for his help, and for reverse-engineering the Rbol protocol.

----------
DISCLAIMER
----------

The author, and anybody who is associated with this project, is in
no way associated with (and would perhaps not like to be associated with)
Rediff Inc. Rediff and RediffBol are trademarks of Rediff Inc.
We only mean good for the company.

Please contact my lawyer <I_do_not_exist@nowhere.com> for legal 
issues. 
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.