aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/oscar.c
Commit message (Collapse)AuthorAgeLines
...
| | * Silenced all compiler warnings that appeared after previous commit.Wilmer van der Gaast2006-05-23-1/+1
| | |
| | * Trying to fix charset issues with outgoing AIM chat messages.Wilmer van der Gaast2006-05-22-2/+7
| | |
| | * Modified oscar.c headers.Wilmer van der Gaast2006-05-21-0/+2
| |/
* / Moved everything to the BitlBee event handling API.Wilmer van der Gaast2006-05-10-41/+58
|/
* Y2K! ;-)Wilmer van der Gaast2006-04-17-1/+1
|
* Cleaned up two more functions from nogaim.Wilmer van der Gaast2006-04-13-2/+0
|
* Added/Fixed calls to show_got_added() in all IM-modules, now to fill in thatWilmer van der Gaast2006-04-03-1/+2
| | | | | call. (It should ask the user if he/she wants to add a buddy to his/her list.)
* Added a special +b usermode for easier parseability of some things.Wilmer van der Gaast2006-03-21-1/+1
| | | | | (For now blist and qlist, but more should come)
* Small code cleanup, got rid of some functions in nogaim.c that we never needed.Wilmer van der Gaast2006-03-15-8/+3
|
* Fixed read() error handling in Jabber module.Wilmer van der Gaast2006-01-19-0/+1
|
* IPv6 socket improvements. Daemon mode can now also listen on IPv6 sockets.Wilmer van der Gaast2005-12-27-1/+1
| | | | | | Also, when reverse lookup fails, BitlBee now correctly falls back to an ASCII-formatted IP instead of "localhost.".
* Merged Jelmer's pluginable tree (mainly useful for the Win32 port).Wilmer van der Gaast2005-12-15-8/+5
|\
| * Merge my pluginable branchJelmer Vernooij2005-12-14-8/+5
| |\
| | * Merge from WilmerJelmer Vernooij2005-11-28-45/+39
| | |\
| | * \ Merge WilmerJelmer Vernooij2005-11-19-1/+29
| | |\ \
| | * \ \ Merge from JelmerJelmer Vernooij2005-11-15-5/+2
| | |\ \ \
| | * | | | Migrate my pluginable branch to use Wilmers' branch as parentJelmer Vernooij2005-11-07-7/+5
| | | | | |
* | | | | | Moved variable declarations to the right place to make older compilers happy.Wilmer van der Gaast2005-12-15-10/+9
|/ / / / /
* | | | | Improved typing notification support. (from f0rked)Wilmer van der Gaast2005-12-14-4/+14
|\ \ \ \ \
| * | | | | Implements solution to typing notifications in ticket #45Matt Sparks2005-12-04-4/+14
| | |_|_|/ | |/| | |
* / | | | Merging the Hanji groupchat patchNelson Elhage2005-12-04-12/+156
|/ / / /
* | | / Remove OFT and rendez-vous support (not used anyway and implemented Jelmer Vernooij2005-11-20-45/+39
| |_|/ |/| | | | | | | | | | | in a way too complicated way)
* | | Applied AIM typing notification patch from Hanji.Wilmer van der Gaast2005-11-19-1/+30
| |/ |/|
* | Remove handle_cmp() replacing it by a protocol-specific function.Jelmer Vernooij2005-11-15-5/+2
|/
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+2491