aboutsummaryrefslogtreecommitdiffstats
path: root/irc.c
Commit message (Expand)AuthorAgeLines
...
| | * | | Moved all IRC commands to separate functions in irc_commands.c. At least the ...Wilmer van der Gaast2006-01-14-581/+0
| * | | | Imported changes from main tree.Wilmer van der Gaast2006-01-14-15/+0
| |\| | |
| * | | | IPC code (by no means final)Wilmer van der Gaast2006-01-13-0/+4
* | | | | irc_abort() does logging (including a reason) now.Wilmer van der Gaast2006-01-20-4/+34
| |_|_|/ |/| | |
* | | | Merging changes from laptop: Now tries to empty sendbuffer before closing the...Wilmer van der Gaast2006-01-18-2/+16
|\ \ \ \ | | |_|/ | |/| |
| * | | BitlBee now tries to empty sendbuffer before closing the connection.Wilmer van der Gaast2006-01-18-2/+16
| | |/ | |/|
* / | The MOTD is not a socket...Wilmer van der Gaast2006-01-16-1/+1
|/ /
* / Removed send-flood protection code completely.Wilmer van der Gaast2006-01-10-15/+0
|/
* Better handling of IPv4 connections in IPv6 mode. (Wrapping/Unwrapping of ::f...Wilmer van der Gaast2006-01-04-2/+3
* IPv6 socket improvements. Daemon mode can now also listen on IPv6 sockets.Wilmer van der Gaast2005-12-27-21/+29
* Fixed that security hole, and added mode +R (don't know if that's the right o...Wilmer van der Gaast2005-12-26-7/+9
* Added OperPassword and RunMode = ForkDaemon settings. Oper stuff isWilmer van der Gaast2005-12-26-2/+11
* *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 actua...Wilmer van der Gaast2005-12-18-1/+1
* 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
* | | | | | 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