aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/Makefile
Commit message (Collapse)AuthorAgeLines
* Add --verbose configure option to control verbose build outputTim Harder2017-03-12-2/+2
| | | | Defaults to disabled to maintain the status quo.
* hipchat: Basic implementation: Auth, profile and mention namesdequis2015-04-28-1/+1
| | | | | | | | This is enough to log in with their usernames, make 'chat add' based groupchat joins slightly more smooth, and see mention names as nicks. All the MUC list stuff is left out intentionally since that's not as stable as I wish.
* Allow building position-independent executables. #981, patch from brainsmoke.Wilmer van der Gaast2012-09-15-1/+1
|
* Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIRWilmer van der Gaast2012-02-11-3/+3
| | | | | unexpectedly being set to something already.
* Use nifty gcc -MD feature to automatically track .h dependencies of all CWilmer van der Gaast2010-08-27-0/+3
| | | | | | | | | | 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. :-)
* OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen <dam@opencsw.org>Wilmer van der Gaast2010-08-07-1/+0
| | | | | with some changes.
* Allow one to run the configure script from a different directory and put allWilmer van der Gaast2010-05-25-1/+4
| | | | | | build files in there. I need this to properly make Debian package variants (i.e. libpurple and native).
* No functional changes, just some style "fixes". Although I admit I'mWilmer van der Gaast2009-12-13-1/+1
| | | | | | | | | | somewhat growing out of my own coding style, I do try to keep things consistent at least within files. Comments are now in reviewboard: http://code.bitlbee.org/rb/r/13/
* merged in upstream r379 (somewhere after 1.2-3).ulim2008-04-14-2/+2
|\ | | | | | | | | Just one trivial conflict in the jabber Makefile, went smoothly.
| * Moved xmltree to lib/ because I want to use it from more than just theWilmer van der Gaast2008-02-16-1/+1
| | | | | | | | | | Jabber module.
| * Fix lcov dependencies.Jelmer Vernooij2008-02-16-1/+1
| |
* | Intermediate commit. Sending seems to work. TODOs:ulim2007-12-03-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * move from out_of_data to is_writable, eliminate buffers * implement "transfers reject [id]" * documentation in commands.xml * implement throughput and cummulative throughput boundaries * feature discovery before sending * implement sending over a proxy (proxy discovery, socks5 client handshake for sending, activate message) * integrate toxik-mek-ft
* | Initial import of jabber file receive and DCC send support. This introducesulim2007-11-28-1/+1
|/ | | | | | | | | | | | | | | only a few changes to bitlbees code, mainly the addition of the "transfers" command. This is known to work with Kopete, Psi, and Pidgin (formerly known as gaim). At least with Pidgin also over a proxy. DCC has only been tested with irssi. IPV6 is untested but should work. Currently, only receiving via SOCKS5BYTESREAMS is implemented. I'm not sure if the alternative(in-band bytestreams IBB) is worth implementing since I didn't see a client yet that can do it. Additionally, it is probably very slow and needs support by the server as well.
* Merging from devel. Added documentation for the join_chat command, addingWilmer van der Gaast2007-07-06-0/+1
|\ | | | | | | | | a debian/ tree and a merge from Jelmer (mainly unittest stuff).
| * Merge from Jelmer (mainly unit testing things).Wilmer van der Gaast2007-07-01-0/+1
| |\
| | * Add lcov targetJelmer Vernooij2007-01-22-0/+1
| | |
* | | Read-only support for Jabber conferences (non-anonymous rooms only).Wilmer van der Gaast2007-04-22-1/+1
|/ / | | | | | | | | Just don't use this, you're really not going to like it. :-)
* | Merging new Jabber module. See the massive changelog for all the coolWilmer van der Gaast2007-02-18-1/+1
|\ \ | |/ |/| | | | | improvements. :-)
| * Basic SASL (PLAIN only ATM) authentication code. Doesn't log in completelyWilmer van der Gaast2006-09-22-1/+1
| | | | | | | | | | yet.
| * It can send a valid (pre-XMPP) login packet. Lots of work to do, still...Wilmer van der Gaast2006-09-20-1/+1
| |
| * Added some pretty empty files.Wilmer van der Gaast2006-09-20-1/+1
| |
| * Removed old Jabber module, started to fill in the new stuff. (xmltreeWilmer van der Gaast2006-09-20-1/+1
| | | | | | | | | | developed outside this tree)
* | Fix gcov.Jelmer Vernooij2006-12-06-0/+2
| |
* | Add support for checking test suite coverage using gcov.Jelmer Vernooij2006-07-07-0/+1
|/
* Changed filenames of IM modules (jabberr, msnn, etc, didn't really make sense)Wilmer van der Gaast2005-12-17-4/+4
|
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+37