aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | * | 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
| | | |
| | * | skyped: cleanupMiklos Vajna2009-12-09-2/+0
| | | |
| | * | new skype4py releaseMiklos Vajna2009-10-04-1/+1
| | | |
| | * | updates for 0.8.0Miklos Vajna2009-09-27-1/+5
| | | |
| | * | add a manpageMiklos Vajna2009-09-27-2/+80
| | | |
| | * | skyped: let the error message suggest placing the config file under ~/.skypedMiklos Vajna2009-08-31-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so the new error message will be like: $ python skyped.py -d -n Can't find configuration file at '/home/vmiklos/.skyped/skyped.conf'. Use the -c option to specify an alternate one.
| | * | add -fPIC to CFLAGSMiklos Vajna2009-08-31-1/+1
| | | | | | | | | | | | | | | | | | | | see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532917
| | * | update HACKINGMiklos Vajna2009-08-31-1/+1
| | | |
| | * | dprint() now timestamps debug messagesLeho Kraav2009-08-18-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it's good to know when exactly a problem occurs. [ mv: minor rewording of the commit message and filter pointless mode change ]
| | * | add a mailmapMiklos Vajna2009-08-18-0/+1
| | | |
| | * | add reference to experimental, as requested on IRCMiklos Vajna2009-08-03-0/+2
| | | |
| | * | cosmetics: twm -> blackboxMiklos Vajna2009-06-07-1/+1
| | | |
| | * | bitlebee-skype is now part of Debian experimentalMiklos Vajna2009-06-06-8/+4
| | | |
| | * | add filetransfer bugMiklos Vajna2009-04-29-1/+4
| | | |
| | * | updates for 0.7.2Miklos Vajna2009-04-29-1/+5
| | | |
| | * | add support for user-wide config filesMiklos Vajna2009-04-29-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | in the past the config file was expected in /etc/skyped, change this to ~/.skyped, and just fall back to the previous path if it's not available.
| | * | testemonialMiklos Vajna2009-04-24-0/+6
| | | |
| | * | if we are at it, refer to python-skype as wellMiklos Vajna2009-04-19-2/+2
| | | |
| | * | fix Debian makedepsSebastian Ramacher2009-04-19-1/+1
| | | | | | | | | | | | | | | | | | | | From: Sebastian Ramacher <s.ramacher@gmail.com>
| | * | grammarMiklos Vajna2009-03-13-1/+1
| | | |
| | * | new testemonialMiklos Vajna2009-03-13-0/+11
| | | |
| | * | skyped: add logfile optionMiklos Vajna2009-02-18-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | using this option messages are not lost when not running in foreground mode
| | * | t: add summary to the endMiklos Vajna2009-02-18-0/+1
| | | |
| | * | add test for the info commandMiklos Vajna2009-02-18-0/+11
| | | |
| | * | t: autogen skyped.confMiklos Vajna2009-02-18-1/+16
| | | |
| | * | add testcase for sending and receiving messagesMiklos Vajna2009-02-18-0/+11
| | | |