aboutsummaryrefslogtreecommitdiffstats
path: root/irc.c
Commit message (Collapse)AuthorAgeLines
* do_error_dialog shouldn't do NULL dereferences anymore, and TYPING ↵Wilmer van der Gaast2005-12-04-1/+1
| | | | notifications are always direct PRIVMSGs.
* 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 ↵Wilmer van der Gaast2005-11-19-3/+3
| | | | it should.
* Quit messages should appear again, at least on crashes. (And when running in ↵Wilmer van der Gaast2005-11-18-5/+17
| | | | | | | inetd mode.) The logging system needs some more work to complete this, maybe.
* HTML stripping is optional again (but still safer than before 0.93), but now ↵Wilmer van der Gaast2005-11-18-1/+1
| | | | enabled by default.
* 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
| | | | | | | | Replaced most irc_usermsg() calls in nogaim.c with serv_got_crap(), Slightly clearer handling of buddy add requests. Thanks to timing for the patch.
* Fix GLib errors when sending QUIT. Jelmer Vernooij2005-11-09-7/+7
| | | | | Allow sending QUIT before registering.
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+1573