| Commit message (Expand) | Author | Age | Lines |
* | cygwin: add a missing mkdir of libdir to the makefile | dequis | 2017-05-18 | -0/+1 |
* | cygwin: Export a "libbitlbee.dll.a" to allow plugins to link to it | dequis | 2017-05-13 | -0/+7 |
* | Add --verbose configure option to control verbose build output | Tim Harder | 2017-03-12 | -6/+6 |
* | Include debug symbols in non-debug builds, disable stripping by default | dequis | 2016-11-28 | -1/+1 |
* | Authentication: scaffolding for multiple authentication backends | Dennis Kaarsemaker | 2016-03-25 | -1/+1 |
* | Move CAP commands to irc_cap.c; use enum for flags | dequis | 2015-09-30 | -1/+1 |
* | Makefile: suggest users to run "make install-dev" after install | dequis | 2015-08-26 | -2/+6 |
* | Makefile: don't call 'doc' target of skype... | dequis | 2015-05-28 | -3/+0 |
* | Minor fixes before 3.4 release.3.4 | Wilmer van der Gaast | 2015-03-25 | -1/+1 |
* | Add --doc= configure option to disable helpfile generation | dequis | 2015-02-23 | -0/+6 |
* | Add git specific stuff! | dequis | 2015-01-25 | -1/+1 |
* | Two minor build fixes. | dequis | 2014-09-28 | -5/+3 |
* | RIP native win32 support (use cygwin instead) | dequis | 2014-09-27 | -10/+2 |
* | Makefile: Use wildcard for headers to avoid missing files | dequis | 2014-09-27 | -1/+1 |
* | Add missing dependency of install-systemd on systemd. | Jelmer Vernooij | 2014-09-21 | -1/+1 |
* | Allow LDFLAGS to be provided in the environment and consistently use $(LDFLAGS) | Jelmer Vernooij | 2014-07-20 | -3/+3 |
* | Nope, do not install systemd stuff by default. Remove it from the install: | Wilmer van der Gaast | 2014-07-05 | -1/+4 |
* | Two small fixes to make Debian builds work again. | Wilmer van der Gaast | 2014-07-01 | -3/+4 |
* | Makefile: use $(MAKE) for skype install (Ticket #1099) | radhermit | 2014-02-28 | -1/+1 |
* | Makefile: Use $INSTALL instead of the hardcoded command (Ticket #725) | Robert Scheck | 2014-02-27 | -14/+14 |
* | Install JSON header files. | Wilmer van der Gaast | 2013-05-19 | -1/+1 |
* | #978 fix Mac build of the Skype plugin | Miklos Vajna | 2013-03-01 | -1/+1 |
* | skype: remove unused build system targets, references to git | Miklos Vajna | 2013-01-01 | -0/+3 |
* | Allow building position-independent executables. #981, patch from brainsmoke. | Wilmer van der Gaast | 2012-09-15 | -2/+2 |
* | Fix systemd service files | Miklos Vajna | 2012-02-22 | -2/+2 |
* | Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIR | Wilmer van der Gaast | 2012-02-11 | -9/+9 |
* | Update help text for "set oauth" with what's supported now. Also adding a | Wilmer van der Gaast | 2011-12-19 | -3/+12 |
* | Skype module packaging. | Wilmer van der Gaast | 2011-12-10 | -5/+10 |
* | Fix Skype typo: the in-tree config has a .dist suffix | Miklos Vajna | 2011-11-24 | -1/+1 |
* | Switch order of linker arguments for building otr.so which should fix the | Wilmer van der Gaast | 2011-10-17 | -1/+1 |
* | Merging OTR fixes from pesco. Fixes #690 and possibly others. | Wilmer van der Gaast | 2011-07-31 | -0/+1 |
|\ |
|
| * | fix possible segfault(s) when changing otr status | Sven Moritz Hallberg | 2011-06-26 | -0/+1 |
* | | Merging Skype plugin. Many thanks to Miklos Vajna for all his work on this, | Wilmer van der Gaast | 2011-07-24 | -1/+22 |
|\ \
| |/
|/| |
|
| * | Install skyped documentation if skype is enabled | unknown | 2011-07-03 | -0/+9 |
| * | Install skyped if skype is enabled | unknown | 2011-07-03 | -0/+4 |
| * | Add build system support for building the skype plugin | Miklos Vajna | 2011-04-12 | -1/+9 |
* | | honor LDFLAGS in otr.so make rule | Sven Moritz Hallberg | 2011-05-01 | -1/+1 |
|/ |
|
* | fakeroot is now known as fuckroot; it changes $UID but $USER is still | Wilmer van der Gaast | 2011-03-19 | -1/+1 |
* | Added init/ subdir and make clean. | Wilmer van der Gaast | 2011-03-18 | -1/+1 |
* | systemd stuff (bug #738) | Wilmer van der Gaast | 2011-03-18 | -3/+21 |
* | Don't use xargs -r in distclean (fixes OS X compatibility, #688). | Wilmer van der Gaast | 2010-12-04 | -1/+1 |
* | Allow building OTR support as a plugin. Fairly simple, let's hope I can get | Wilmer van der Gaast | 2010-09-29 | -4/+14 |
* | Merge mainline stuff. | Wilmer van der Gaast | 2010-08-31 | -1/+6 |
|\ |
|
| * | Use nifty gcc -MD feature to automatically track .h dependencies of all C | Wilmer van der Gaast | 2010-08-27 | -1/+6 |
* | | It compiles, including otr.c. Time to hook it up with the rest again. | Wilmer van der Gaast | 2010-08-26 | -1/+1 |
|/ |
|
* | OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen <dam@opencsw.org> | Wilmer van der Gaast | 2010-08-07 | -1/+0 |
* | Bump up the version number, and also copy bee.h to the public include | Wilmer van der Gaast | 2010-08-02 | -1/+1 |
* | Install all new/moved header files in install-dev so bitlbee-skype and | Wilmer van der Gaast | 2010-07-27 | -1/+1 |
* | Merging killerbee stuff, bringing all the bleeding-edge stuff together. | Wilmer van der Gaast | 2010-06-07 | -5/+5 |
|\ |
|
| * | install-* targets should also work now. Let's see how this works out in a deb. | Wilmer van der Gaast | 2010-05-25 | -4/+5 |