aboutsummaryrefslogtreecommitdiffstats
path: root/irc.c
Commit message (Expand)AuthorAgeLines
* Use helper functions rather then the backends directly. This will be Jelmer Vernooij2005-12-10-1/+1
* Clearer seperation between crypting and generic password codeJelmer Vernooij2005-12-08-2/+16
* Merge some fixes from my integration branchJelmer Vernooij2005-12-08-0/+7
|\
| * Move some crypting-unrelated codeJelmer Vernooij2005-12-08-0/+7
* | Simplify storage API a bitJelmer Vernooij2005-12-08-1/+1
* | Add abstraction layer for storageJelmer Vernooij2005-12-08-1/+1
|/
* do_error_dialog shouldn't do NULL dereferences anymore, and TYPING notificati...Wilmer van der Gaast2005-12-04-1/+1
* Self-NOTICEs now come back as a NOTICE, not a PRIVMSG.Wilmer van der Gaast2005-11-20-1/+1
* Oops, even BitlBee didn't know yet that channel names can start with &. Now i...Wilmer van der Gaast2005-11-19-3/+3
* Quit messages should appear again, at least on crashes. (And when running in ...Wilmer van der Gaast2005-11-18-5/+17
* HTML stripping is optional again (but still safer than before 0.93), but now ...Wilmer van der Gaast2005-11-18-1/+1
* Closing #14: Milisecond precision is now possible for the buddy_sendbuffer.Wilmer van der Gaast2005-11-17-3/+8
* Got rid of raw ^B's in source,Wilmer van der Gaast2005-11-16-1/+1
* Fix GLib errors when sending QUIT. Jelmer Vernooij2005-11-09-7/+7
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+1573