aboutsummaryrefslogtreecommitdiffstats
path: root/irc.c
Commit message (Collapse)AuthorAgeLines
...
* Added OperPassword and RunMode = ForkDaemon settings. Oper stuff isWilmer van der Gaast2005-12-26-2/+11
| | | | | *INSECURE* because users can just do /mode +o to become operator.
* *Oops* The 005 reply sent % as the prefix for voiced people instead of +...Wilmer van der Gaast2005-12-18-1/+1
|
* Crashbug fix in new MSN Passport code (plus a fix to make the 005 reply ↵Wilmer van der Gaast2005-12-18-1/+1
| | | | actually work).
* BitlBee now sends a (hopefully correct) 005 reply on connect.Wilmer van der Gaast2005-12-17-0/+1
|
* Merge my pluginable branchJelmer Vernooij2005-12-14-1/+1
|\
| * Merge from WilmerJelmer Vernooij2005-12-04-1/+1
| |\
| * \ Merge from WilmerJelmer Vernooij2005-11-28-1/+1
| |\ \
| * \ \ Merge WilmerJelmer Vernooij2005-11-19-13/+30
| |\ \ \
| * \ \ \ Merge changes from WilmerJelmer Vernooij2005-11-15-7/+7
| |\ \ \ \
| * | | | | Migrate my pluginable branch to use Wilmers' branch as parentJelmer Vernooij2005-11-07-1/+1
| | | | | |
* | | | | | Add support for 'primary' and 'migrate' account storages.Jelmer Vernooij2005-12-14-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix two bugs in the text storage backend that were introduced by my previous changes.
* | | | | | Use helper functions rather then the backends directly. This will be Jelmer Vernooij2005-12-10-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | used for transparent upgrade support later on.
* | | | | | 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 ↵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