aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeLines
* Fix Skype typo: the in-tree config has a .dist suffixMiklos Vajna2011-11-24-1/+1
|
* Switch order of linker arguments for building otr.so which should fix theWilmer van der Gaast2011-10-17-1/+1
| | | | | | plugin with new toolchain versions (affecting Ubuntu Oneiric and possibly others).
* Merging OTR fixes from pesco. Fixes #690 and possibly others.Wilmer van der Gaast2011-07-31-0/+1
|\
| * fix possible segfault(s) when changing otr statusSven Moritz Hallberg2011-06-26-0/+1
| |
* | Merging Skype plugin. Many thanks to Miklos Vajna for all his work on this,Wilmer van der Gaast2011-07-24-1/+22
|\ \ | |/ |/| | | | | | | having this distributed together with BitlBee will hopefully make up for the fact that BitlBee has poor binary API backward compatibility.
| * Install skyped documentation if skype is enabledunknown2011-07-03-0/+9
| |
| * Install skyped if skype is enabledunknown2011-07-03-0/+4
| |
| * Add build system support for building the skype pluginMiklos Vajna2011-04-12-1/+9
| |
* | honor LDFLAGS in otr.so make ruleSven Moritz Hallberg2011-05-01-1/+1
|/
* fakeroot is now known as fuckroot; it changes $UID but $USER is stillWilmer van der Gaast2011-03-19-1/+1
| | | | | | non-root. And make only passes through $USER, not $UID. So we end up shelling out to id to figure out if we're root. :-/
* Added init/ subdir and make clean.Wilmer van der Gaast2011-03-18-1/+1
|
* systemd stuff (bug #738)Wilmer van der Gaast2011-03-18-3/+21
|
* Don't use xargs -r in distclean (fixes OS X compatibility, #688).Wilmer van der Gaast2010-12-04-1/+1
|
* Allow building OTR support as a plugin. Fairly simple, let's hope I can getWilmer van der Gaast2010-09-29-4/+14
| | | | | away with doing this without libtool (eep).
* Merge mainline stuff.Wilmer van der Gaast2010-08-31-1/+6
|\
| * Use nifty gcc -MD feature to automatically track .h dependencies of all CWilmer van der Gaast2010-08-27-1/+6
| | | | | | | | | | | | | | | | | | | | files, this finally gives proper dependencies, which means the end of getting broken binaries around headerfile changes, etc. Sure, this may not work on obscurux with superawesomeincompatiblecc while autoconf does, but at least BitlBee's configure script still runs in <1s. :-)
* | It compiles, including otr.c. Time to hook it up with the rest again.Wilmer van der Gaast2010-08-26-1/+1
|/
* OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen <dam@opencsw.org>Wilmer van der Gaast2010-08-07-1/+0
| | | | | with some changes.
* Bump up the version number, and also copy bee.h to the public includeWilmer van der Gaast2010-08-02-1/+1
| | | | | | directory. This should fix compatibility with the Skype module (together with some changes there).
* Install all new/moved header files in install-dev so bitlbee-skype andWilmer van der Gaast2010-07-27-1/+1
| | | | | possibly other plugins become somewhat buildable again.
* Merging killerbee stuff, bringing all the bleeding-edge stuff together.Wilmer van der Gaast2010-06-07-5/+5
|\
| * install-* targets should also work now. Let's see how this works out in a deb.Wilmer van der Gaast2010-05-25-4/+5
| |
| * Allow one to run the configure script from a different directory and put allWilmer van der Gaast2010-05-25-1/+1
| | | | | | | | | | | | build files in there. I need this to properly make Debian package variants (i.e. libpurple and native).
| * Merging killerbee. (The non-libpurple stuff currently doesn't compile.)Wilmer van der Gaast2010-05-25-2/+2
| |\
| * \ Merging stuff from mainline (1.2.6).Wilmer van der Gaast2010-04-24-0/+5
| |\ \
* | \ \ Merging loads of stuff from mainline.Wilmer van der Gaast2010-04-14-1/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Make compiling on BSD less painful: mktemp really does need a template onWilmer van der Gaast2010-04-10-0/+5
| | | | | | | | | | | | | | | | | | | | some machines, and warn the user about make vs. gmake at configure time.
* | | | Restored query/ask stuff.Wilmer van der Gaast2010-04-11-2/+2
| | | |
* | | | Including DCC stuff again, with a wonderful extra layer of abstraction.Wilmer van der Gaast2010-04-11-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Some hooks are missing so sending files doesn't work yet. Receiving also still seems to have some issues. On the plus side, at least the MSN/Jabber modules work again.
* | | | Restore the storage module.Wilmer van der Gaast2010-04-10-1/+1
| | | |
* | | | nogaim.c is close to doing something useful again without speaking any IRCWilmer van der Gaast2010-03-31-1/+1
| | | | | | | | | | | | | | | | | | | | itself.
* | | | Added privmsg handlers to users/channels. root commands are coming back.Wilmer van der Gaast2010-03-27-1/+1
| | | |
* | | | Simple IRC channel interface, use it to represent the control channel.Wilmer van der Gaast2010-03-26-1/+1
| | | |
* | | | One total mess that doesn't do much yet, but reorganised some stuff andWilmer van der Gaast2010-03-26-1/+2
| |_|/ |/| | | | | | | | | | | untying the IRC and the core parts a little bit. Lots of work left to do.
* | | Now seems like a pretty good time to finally kill crypting.c and storage_text.Wilmer van der Gaast2010-03-24-2/+2
| |/ |/| | | | | | | | | | | | | This means people won't be able to upgrade from BitlBee 1.0 to this version anymore but only via 1.2. 1.0 is old enough that I don't really expect this to be a problem.
* | Merging mainline.Wilmer van der Gaast2010-03-17-7/+1
|\|
| * Replaced obsolete (useless for the current .xml files) encode/decode toolsWilmer van der Gaast2010-03-08-7/+1
| | | | | | | | | | | | with a few command-line options to the BitlBee binary. Type "bitlbee -x" for more info.
* | Merging head.Wilmer van der Gaast2009-12-07-3/+3
|\|
| * Added chat.c to keep track of chatrooms the user cares about.Wilmer van der Gaast2008-08-30-1/+1
| |
| * Also leave out .bzrignore from the tarballs.Wilmer van der Gaast2008-08-26-1/+1
| |
* | Added conf entries and lib/ftutil.[ch].ulim2008-08-12-1/+1
| | | | | | | | | | | | | | | | | | | | ft_listen = <IP-A>:<Port-A>;<IP-B>:<Port-B> to specify listening addresses for the bitlbee<->client connection and the bitlbee<->IM peer connection, respectively. ft_max_size should be obvious. ft_max_kbps should limit the kilobits per second per transfer (not implemented yet).
* | merged in upstream r410.ulim2008-08-04-2/+12
|\| | | | | | | | | Only conflict was the correction of jabber normalization which I had already done.
| * Move OUTFILE determination to Makefile rather than configure.Jelmer Vernooij2008-06-10-0/+2
| |
| * Update docs, remove obsolete win32-related utilities.Jelmer Vernooij2008-06-10-0/+2
| |
| * Use system lib directories and pkg-config directory from target when specified.Jelmer Vernooij2008-06-09-1/+1
| |
| * Merge trunk.Jelmer Vernooij2008-04-02-5/+17
| |\
| * \ [merge] WilmerJelmer Vernooij2006-05-25-1/+13
| |\ \
| * \ \ [merge] WilmerJelmer Vernooij2006-03-01-1/+1
| |\ \ \
| * \ \ \ Merge WilmerJelmer Vernooij2006-01-10-1/+1
| |\ \ \ \
| * | | | | Fix win32 build using mingw32 on linux (no ssl and yahoo yet though)Jelmer Vernooij2005-12-17-2/+2
| | | | | |