view PLUGIN_HOWTO @ 17151:3e463ddf18f7

Periodically refresh the authentication info required to automatically log in to Hotmail. I spent far too long trying to figure out what was a suitable period for this only to find it was magic number 26. 26 is the smallest non-palindromic number whose square is palindromic (676) 26 is equal to the sum of the digits of its cube: 26^3 = 17,576 26, together with 11, cannot be represented as the sum of less than 6 hexagonal numbers from the sequence 1 6 15 28 45 ... Fixes #934
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 19 May 2007 01:00:35 +0000
parents 83ec0b408926
children db5a58aabe38
line wrap: on
line source

For information on writing a plugin for Purple, Pidgin or Finch, go
http://developer.pidgin.im and click on API.  From there, see the HOWTOs in the
"Related Pages" section.

You can also generate this documentation locally by installing
doxygen and graphviz dot, then running "make docs" in the
source tree.  The documentation will be in the docs/html directory.