Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | hipchat: Basic implementation: Auth, profile and mention names | dequis | 2015-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 Gaast | 2012-09-15 | -1/+1 |
| | ||||
* | Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIR | Wilmer van der Gaast | 2012-02-11 | -3/+3 |
| | | | | | unexpectedly being set to something already. | |||
* | Use nifty gcc -MD feature to automatically track .h dependencies of all C | Wilmer van der Gaast | 2010-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 Gaast | 2010-08-07 | -1/+0 |
| | | | | | with some changes. | |||
* | Allow one to run the configure script from a different directory and put all | Wilmer van der Gaast | 2010-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'm | Wilmer van der Gaast | 2009-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). | ulim | 2008-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 the | Wilmer van der Gaast | 2008-02-16 | -1/+1 |
| | | | | | | | | | | Jabber module. | |||
| * | Fix lcov dependencies. | Jelmer Vernooij | 2008-02-16 | -1/+1 |
| | | ||||
* | | Intermediate commit. Sending seems to work. TODOs: | ulim | 2007-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 introduces | ulim | 2007-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, adding | Wilmer van der Gaast | 2007-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 Gaast | 2007-07-01 | -0/+1 |
| |\ | ||||
| | * | Add lcov target | Jelmer Vernooij | 2007-01-22 | -0/+1 |
| | | | ||||
* | | | Read-only support for Jabber conferences (non-anonymous rooms only). | Wilmer van der Gaast | 2007-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 cool | Wilmer van der Gaast | 2007-02-18 | -1/+1 |
|\ \ | |/ |/| | | | | | improvements. :-) | |||
| * | Basic SASL (PLAIN only ATM) authentication code. Doesn't log in completely | Wilmer van der Gaast | 2006-09-22 | -1/+1 |
| | | | | | | | | | | yet. | |||
| * | It can send a valid (pre-XMPP) login packet. Lots of work to do, still... | Wilmer van der Gaast | 2006-09-20 | -1/+1 |
| | | ||||
| * | Added some pretty empty files. | Wilmer van der Gaast | 2006-09-20 | -1/+1 |
| | | ||||
| * | Removed old Jabber module, started to fill in the new stuff. (xmltree | Wilmer van der Gaast | 2006-09-20 | -1/+1 |
| | | | | | | | | | | developed outside this tree) | |||
* | | Fix gcov. | Jelmer Vernooij | 2006-12-06 | -0/+2 |
| | | ||||
* | | Add support for checking test suite coverage using gcov. | Jelmer Vernooij | 2006-07-07 | -0/+1 |
|/ | ||||
* | Changed filenames of IM modules (jabberr, msnn, etc, didn't really make sense) | Wilmer van der Gaast | 2005-12-17 | -4/+4 |
| | ||||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+37 |