aboutsummaryrefslogtreecommitdiffstats
path: root/ipc.h
Commit message (Collapse)AuthorAgeLines
* Reindent everything to K&R style with tabsIndent2015-02-20-17/+16
| | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame.
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-2/+2
|
* Merging *BSD compatibility fix from Doug Luce (include sys/uio.h evenWilmer van der Gaast2010-07-15-1/+1
|\ | | | | | | | | though the sendmsg() manpage says this isn't necessary).
| * This makes Bitlbee compile on OpenBSD.Doug Luce2010-07-14-0/+1
|/
* Cleanup. Move some code to a more appropriate location, and show the oldWilmer van der Gaast2010-07-10-0/+2
| | | | | connection a quit message instead of just breaking the connection.
* First part of the handshake, including sending a file descriptor to theWilmer van der Gaast2010-07-06-0/+6
| | | | | IPC master.
* Now using an environment variable instead of a flag to pass state info whenWilmer van der Gaast2008-06-29-2/+1
| | | | | | restarting the ForkDaemon. Preparing for a proper fallback when execv() fails. (Bug #425)
* Some saner error handling in ipc.c. One of the things I wanted to do forWilmer van der Gaast2008-03-02-0/+3
| | | | | 1.2.
*-. Merging from main development tree.Wilmer van der Gaast2006-05-26-2/+2
|\ \
| | * Added G_GNUC_PRINTF(...) to definitions of functions that take formatWilmer van der Gaast2006-05-23-2/+2
| |/ | | | | | | | | strings so GCC can detect them and complain when things don't look right.
* / Moved everything to the BitlBee event handling API.Wilmer van der Gaast2006-05-10-2/+2
|/
* Also listen for admin connections on a unix domain socket at /var/run/bitlbeeJelmer Vernooij2006-03-01-1/+1
|
* Added RESTART command (only for ForkDaemon mode) for easier upgrades.Wilmer van der Gaast2006-01-21-0/+4
|
* Renamed commands.c, got rid of return values in all command functions.Wilmer van der Gaast2006-01-20-1/+1
|
* Rehash command now also works in inetd mode. Other "IPC" commands only makeWilmer van der Gaast2006-01-19-0/+6
| | | | | sense in daemon mode.
* A bit too much for one commit, but well: Client processes didn't clean upWilmer van der Gaast2006-01-19-8/+15
| | | | | | | some master structs (bitlbee_child list) yet, and added the IPC CLIENT command to inform the master process about host- and nickname. Can be useful later.
* Added REHASH command, IPC emulation in daemon (non-forked) mode.Wilmer van der Gaast2006-01-15-0/+2
|
* Better DIE implementation, added SO_REUSEADDR to listening socket.Wilmer van der Gaast2006-01-15-0/+2
|
* Imported irc_command branch and used this addition for parsing IPC commands. ↵Wilmer van der Gaast2006-01-15-0/+40
(Implemented WALLOP and a very evil DIE.)