aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* merge autogen cleanup patch from DebianMiklos Vajna2010-08-10-8/+1
|
* t/livetest-bitlbee: redirect bitlbee's stderr to a logfile, not useful to ↵Miklos Vajna2010-08-03-1/+2
| | | | see that as long as it works
* build for <1.3Miklos Vajna2010-08-03-3/+3
|
* updates for 0.8.3Miklos Vajna2010-08-03-1/+4
|
* checkpatch fixMiklos Vajna2010-08-03-1/+1
|
* fix up testcases for ui-fixMiklos Vajna2010-08-03-5/+5
|
* tests: don't generate new certs all the time if not neededMiklos Vajna2010-08-03-1/+6
| | | | | | this is a hack, looks like openssl-1.0 generates something which is not compatible with python-gnutls, let's reuse what we have for now
* remove #if BITLBEE_VERSION_CODE >= BITLBEE_VER(1, 2, 6)Miklos Vajna2010-08-03-4/+0
| | | | | that's always true as such macro did not exist before
* BitlBee 1.3.0 compatibility patchWilmer van der Gaast2010-08-03-5/+30
|
* update skype api linkMiklos Vajna2010-08-02-1/+2
|
* Typo fix: --debug was --daemonMiklos Vajna2010-06-25-1/+1
| | | | | From: Arthaey Angosii <arthaey@gmail.com>
* doc: 1.2.6 has this BITLBEE_VERSION_CODE macroMiklos Vajna2010-05-29-2/+3
| | | | | so hopefully we can stay compatible with it for a long time
* update bitlbee versionMiklos Vajna2010-05-29-1/+1
|
* cosmeticsMiklos Vajna2010-04-20-2/+1
|
* doc update, stop recommending 0.5.1Miklos Vajna2010-04-20-2/+2
|
* update for 1.2.6Miklos Vajna2010-04-20-5/+1
| | | | | | | | | also a bit of cleanup. you can still build for 1.2.5 using '-DBITLBEE_VER(a,b,c)'='(((a) << 16) + ((b) << 8) + (c))' if you really want, though.
* copyrightMiklos Vajna2010-04-18-2/+2
|
* fix for 1.2.5Miklos Vajna2010-04-14-2/+6
|
* updates for 0.8.2Miklos Vajna2010-04-14-1/+6
|
* include mood text in whois output as wellMiklos Vajna2010-04-14-2/+15
|
* add new setting to show mood textsMiklos Vajna2010-04-14-1/+9
|
* use imcb_chat_name_hint() if it's availableMiklos Vajna2010-04-14-1/+7
|
* skyped: use os.path.expanduser for file paths in configMiklos Vajna2010-04-12-4/+5
| | | | | Requested-by: ilf <ilf@gmx.net>
* use fake user/passMiklos Vajna2010-04-12-2/+2
| | | | | | the only problem that can happen this case is that we can talk to ourselves, but that's not a big problem.
* tests: use the echo123 test account instead of an external oneMiklos Vajna2010-04-12-6/+8
| | | | | | now that we have a config option allowing to do so, make use of it, it's more reliable
* Revert "checkpatch fixes"Miklos Vajna2010-04-07-43/+40
| | | | | | | | | This reverts commit a65ec8c459813c84ed9ca57872b0df9add83a049. 17:35 < macmaN> vmiklos: im getting all my groupchat messages as private querys now 17:35 < macmaN> the other direction works 18:48 < macmaN> vmiklos: i've verified it, i went back before that commit and group chats work again
* clean: remove the manpage as wellMiklos Vajna2010-04-07-1/+1
|
* install the manpageMiklos Vajna2010-04-06-0/+6
|
* add test_join settingMiklos Vajna2010-04-06-3/+13
|
* Debian: s/experimental/unstable/gMiklos Vajna2010-04-05-1/+1
|
* make building documentation optionalMiklos Vajna2010-04-05-2/+17
|
* checkpatch fixesMiklos Vajna2010-03-19-40/+43
|
* updates for 0.8.1Miklos Vajna2010-03-17-6/+6
|
* BitlBee 1.2.5 compatibility patchWilmer van der Gaast2010-03-17-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Heya, Just to make sure people don't get screwed by BitlBee 1.2.5, here's a diff to make stuff work smoothly. I think without this patch they'll see crashes, sorry about that. :-( Running the plugin on my desktop now. I'd test it but I have absolutely no friends on Skype apparently. But the debugging console looks like setting away states works: /away busy 2010-03-17 14:43:55: >> SET USERSTATUS DND 2010-03-17 14:43:55: << USERSTATUS DND 2010-03-17 14:43:56: << USER lintux ONLINESTATUS DND 2010-03-17 14:43:56: << USERSTATUS DND /away something 2010-03-17 14:43:59: >> SET USERSTATUS AWAY 2010-03-17 14:43:59: << USERSTATUS AWAY 2010-03-17 14:44:00: << USER lintux ONLINESTATUS AWAY 2010-03-17 14:44:00: << USERSTATUS AWAY /away 2010-03-17 14:44:01: >> SET USERSTATUS ONLINE 2010-03-17 14:44:01: << USERSTATUS ONLINE 2010-03-17 14:44:04: << USER lintux ONLINESTATUS ONLINE 2010-03-17 14:44:04: << USERSTATUS ONLINE
* next testemonialMiklos Vajna2010-03-08-0/+4
|
* fix up two testsMiklos Vajna2010-03-08-4/+4
|
* skyped: fix a typeerrorMiklos Vajna2010-03-08-1/+1
|
* checkpatch fixesMiklos Vajna2010-03-08-6/+8
|
* cleanup, set_add accepts NULL for the evaluator callbackMiklos Vajna2010-03-08-6/+1
|
* update skype versionMiklos Vajna2010-03-07-1/+1
|
* make the edit_prefix configurableMiklos Vajna2010-03-07-2/+15
|
* Prefix the edited messages with "EDIT:"Miklos Vajna2010-03-07-3/+14
|
* Fix handling of edited messages.Miklos Vajna2010-03-07-2/+3
|
* update skype versionMiklos Vajna2009-12-23-1/+1
|
* make skype_write() parameters mimic write()'s oneMiklos Vajna2009-12-12-3/+2
|
* introduce skype_printfMiklos Vajna2009-12-12-175/+82
|
* 1024 -> IRC_LINE_SIZEMiklos Vajna2009-12-12-29/+30
|
* configure.ac: add freebsdMiklos Vajna2009-12-12-1/+1
|
* document how to build plugins for 1.2.4Miklos Vajna2009-12-09-1/+5
|
* handle Gentoo's automake wrapper when searching for automakeMiklos Vajna2009-12-09-0/+5
|