aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | * | | Initial support for reading buddy groupsMiklos Vajna2011-01-02-4/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What works: if you have a few buddies in <group>, then /j &<group> will show just those buddies. What does not: - If you later move buddies using Skype UI, BitlBee is not yet notified. - You cannot move buddies using /invite yet. What won't work in the near future: only the first group of each buddy is parsed.
| | * | | Parse the user list of each groupMiklos Vajna2011-01-02-1/+91
| | | | |
| | * | | Read list of groups on startupMiklos Vajna2011-01-01-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is just the begining, we do not - store it - store the list of users in a group nor the name of the group - track changes after the user logged in - don't write this info
| | * | | Update doc: skyped on Windows should work nowMiklos Vajna2010-12-29-3/+3
| | | | |
| | * | | Contact another bot: echo123 never answersPhilippe Crama2010-12-29-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On my setup (Skype 5.0.0.152), echo123 doesn't answer any chat attempts: even if I use the official client, I get no answer, so this test fails but not for a reason linked to the bitlbee-skype plugin.
| | * | | Update doc: gobject is no longer required.Miklos Vajna2010-12-29-3/+0
| | | | |
| | * | | Clean up some leftover debug messagesMiklos Vajna2010-12-29-10/+9
| | | | |
| | * | | Merge remote branch 'pcrama/windows-skyped2'Miklos Vajna2010-12-29-36/+129
| | |\ \ \
| | | * | | Close connection when going offlinePhilippe Crama2010-12-28-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the user disconnects from bitlbee (either by quitting or by logging out "account skype off"), skyped should close its connection and wait for a new connection. This change is useful to make the test cases pass as otherwise, skyped would not notice that the first test was done and that the second test was trying to connect, thus leading to a failure in the second test.
| | | * | | Check that connection is still valid before sending/retryingPhilippe Crama2010-12-28-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since another thread might close the socket, make sure after the lock is acquired that the connection is still valid. Add global declaration for completeness
| | | * | | Add locking to ensure only one thread accesses the socketunknown2010-12-24-16/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Skype API calls the OnNotify callback in a separate thread: see http://skype4py.sourceforge.net/doc/html/Skype4Py.utils.EventHandlingBase-class.html Tested informally (chatting with another person for > 15 min)
| | | * | | Bugfixes: when skipping PINGing bitlbee, update PONG timestamp, watch input ↵Philippe Crama2010-12-22-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | socket for exceptional situations
| | | * | | Make skyped restart itselfPhilippe Crama2010-12-20-19/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now skyped.py detects broken sockets and restarts itself waiting for a new connection: this sould help with passing the tests (see branch NetBSD-test-suite)
| | | * | | More debugging ouput to make sure the skype daemon is not deadPhilippe Crama2010-12-19-0/+2
| | | | | |
| | | * | | Remove dependency on gobject and use select standard modulePhilippe Crama2010-12-17-10/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a restart of the windows-skyped branch based on the updated bitlbee-skype using the builtin SSL libs of Python. This version connects, but hangs for long times... to be continued
| | * | | | Add OpenBSD supportLaurent Ghigonis2010-12-24-1/+1
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it is great !!! thank you so much :) being able to run skype on a server relieves me from that virtual machine pain :p i run bitbee with your module on my openbsd laptop and it works nicely.
| | * | | new testcaseMiklos Vajna2010-12-13-2/+34
| | | | |
| | * | | Drop <3.0 compatibilityMiklos Vajna2010-12-13-54/+8
| | | | |
| | * | | Adding /ctcp call|hangup supportMiklos Vajna2010-12-13-24/+72
| | | | |
| | * | | Cleanup, now we handle certs generated by openssl-1.0Miklos Vajna2010-12-11-11/+2
| | | | |
| | * | | update READMEMiklos Vajna2010-12-11-2/+3
| | | | |
| | * | | Use internal ssl module instead of pyopenssl or python-gnutlsMiklos Vajna2010-12-11-42/+9
| | | | | | | | | | | | | | | | | | | | | | | | | This results in shorter code and is available on Windows as well.
| | * | | updates for 0.8.4Miklos Vajna2010-12-08-2/+6
| | | | |
| | * | | silence -Wunused-parameter warningsMiklos Vajna2010-12-08-0/+34
| | | | |
| | * | | t: cleanupMiklos Vajna2010-12-08-14/+2
| | | | |
| | * | | Merge branch 'NetBSD-plugin' of git://github.com/pcrama/bitlbee-skypeMiklos Vajna2010-12-08-2/+2
| | |\ \ \
| | | * | | Minor modifications to make it compile/run under NetBSD/pkgsrcPhilippe Crama2010-12-05-2/+2
| | | | | |
| | * | | | Do not crash when failing to connect to skypedCarlo Wood2010-12-07-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi, when the skype plugin fails to connect to skyped, it crashes. Not crashing is nicer, because that results in an neat error message that connecting to the server failed (and subsequent retries). The attached patch fixes this crash.
| | * | | | configure: use python2.7Miklos Vajna2010-11-29-1/+1
| | |/ / /
| | * | | update README for bitlbee-3.0Miklos Vajna2010-11-17-13/+13
| | | | |
| | * | | skyped: change it to python2.7 just in case python would be python3k alreadyMiklos Vajna2010-10-25-1/+1
| | | | |
| | * | | typoMiklos Vajna2010-08-18-3/+3
| | | | |
| | * | | add tip on how to avoid generating ssl certsMiklos Vajna2010-08-18-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | can be useful for openssl-1.0 users where i don't know what cmdline to suggest atm
| | * | | merge skyped default config patch from DebianMiklos Vajna2010-08-10-2/+5
| | | | |
| | * | | 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.