aboutsummaryrefslogtreecommitdiffstats
path: root/unix.c
Commit message (Expand)AuthorAgeLines
* unix.c: Move log_link() calls before plugin initializationdequis2016-05-01-9/+8
* Authentication: scaffolding for multiple authentication backendsDennis Kaarsemaker2016-03-25-0/+6
* sighandler_crash: Mark irc socket as blocking before writingdequis2015-11-03-0/+1
* Avoid propagating shutdown signal to all subprocessesdequis2015-10-30-9/+26
* More coverity fixes!dequis2015-05-07-4/+16
* Reindent everything to K&R style with tabsIndent2015-02-20-159/+142
* random_bytes: Use /dev/urandom only, don't bother trying /dev/randomdequis2015-01-26-2/+0
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-2/+2
* Improved signal handling to avoid deadlocksdequis2014-11-26-53/+34
* Fix the NSS init after fork bug, and clean up lies in unix.cdequis2014-07-24-9/+0
* I'm still bored on a long flight. Wrote a script to automatically updateWilmer van der Gaast2013-02-21-1/+1
* Set PACKAGE to BitlBee-LIBPURPLE for the libpurple variant, because in manyWilmer van der Gaast2012-05-02-3/+3
* Use initgroups() as well when dropping privileges. Closes bug #852.Wilmer van der Gaast2011-12-22-0/+6
* Stop calling nogaim_init() on every incoming connection (unless we'reWilmer van der Gaast2010-10-16-0/+7
* Alas, commit 700 becomes a boring "Oops, --otr=0 still doesn't build withoutWilmer van der Gaast2010-10-10-1/+4
* Merging mainline, which includes a huge msnp13 merge.Wilmer van der Gaast2010-10-02-1/+1
|\
| * Fix compiler warnings. Also fixing irc_send_motd(), which so far got awayWilmer van der Gaast2010-09-05-1/+1
* | Allow building OTR support as a plugin. Fairly simple, let's hope I can getWilmer van der Gaast2010-09-29-0/+4
* | First step in this merge. Mostly a bzr merge and then a cleanup of conflictsWilmer van der Gaast2010-08-24-0/+10
|\ \ | |/ |/|
| * merge in bitlbee 1.2.6Sven Moritz Hallberg2010-06-03-5/+8
| |\
| * \ merge in bitlbee 1.2.5Sven Moritz Hallberg2010-06-03-0/+68
| |\ \
| * | | commit updates by ashish shukla <wahjava@gmail.com>Sven Moritz Hallberg2009-03-12-9/+7
| * | | merge in latest trunkSven Moritz Hallberg2008-07-17-19/+16
| |\ \ \
| * | | | explicitly initialize ssl in order to avoid gnutls and libotr fighting over t...Sven Moritz Hallberg2008-02-17-0/+7
| * | | | merge in upstream changesSven Moritz Hallberg2008-02-16-2/+5
| |\ \ \ \
| * | | | | OTR support, first checkinSven Moritz Hallberg2008-02-03-0/+2
* | | | | | OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen <dam@opencsw.org>Wilmer van der Gaast2010-08-07-3/+6
* | | | | | Fixed shutdown sequence (could cause 100% CPU usage on SIGTERM).Wilmer van der Gaast2010-07-27-1/+1
* | | | | | Reformat nicks whenever fullname/nick/group changes (but at least for nowWilmer van der Gaast2010-07-13-0/+5
* | | | | | Merging stuff from mainline (1.2.6).Wilmer van der Gaast2010-04-24-5/+8
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Log to stderr+syslog until daemonized. Current behaviour is too confusingWilmer van der Gaast2010-04-14-5/+8
| | |_|_|/ | |/| | |
* | | | | Merging in head.Wilmer van der Gaast2010-03-14-3/+68
|\| | | |
| * | | | Document the new -x flag in one useful location and make it a bit better atWilmer van der Gaast2010-03-11-2/+4
| * | | | Replaced obsolete (useless for the current .xml files) encode/decode toolsWilmer van der Gaast2010-03-08-3/+66
| | |_|/ | |/| |
* / | | Reshuffled initialization sequence a little bit. Most important change:Wilmer van der Gaast2009-11-28-10/+11
|/ / /
* | | Merging changes from Jelmer: It's now possible to cross-compile a WindowsWilmer van der Gaast2008-06-30-0/+8
|\ \ \
| * | | Move random_bytes() back to lib/Jelmer Vernooij2008-06-10-65/+0
| * | | Merge move of random_bytes().Jelmer Vernooij2008-04-02-0/+67
| |\ \ \
| | * | | Move unix-specific random_bytes() implementation to unix.c.Jelmer Vernooij2008-04-02-0/+67
| | | |/ | | |/|
| * | | Merge trunk.Jelmer Vernooij2008-04-02-20/+33
| |\| |
| * | | [merge] WilmerJelmer Vernooij2006-03-01-1/+41
| |\ \ \
| * \ \ \ Merge WilmerJelmer Vernooij2006-01-10-4/+23
| |\ \ \ \
| * \ \ \ \ Merge WilmerJelmer Vernooij2005-12-15-6/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge new changes from pluginable and WilmerJelmer Vernooij2005-11-15-23/+0
| |\ \ \ \ \ \
| * | | | | | | Import work on services-based Win32 portJelmer Vernooij2005-11-07-0/+6
* | | | | | | | Now using an environment variable instead of a flag to pass state info whenWilmer van der Gaast2008-06-29-19/+8
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Got rid of some noise at startup: complaining when the default configurationWilmer van der Gaast2008-02-11-1/+1
* | | | | | | Added help_free() and cleaned up some very stale help-related stuff IWilmer van der Gaast2008-02-02-1/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Fixing some Solaris compiler warnings (u_int->uint, adding some typecastsWilmer van der Gaast2008-01-17-2/+2
* | | | | | Imported setuid() patch from Simo Leone <simo@archlinux...> with someWilmer van der Gaast2007-12-02-4/+17