aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* support for edited messagesVMiklos2007-09-04-2/+11
|
* update TODOVMiklos2007-09-04-2/+0
|
* handle the case when the input is a multiline messageVMiklos2007-09-04-5/+17
|
* HACKING: updateVMiklos2007-09-03-2/+12
|
* Merge branch 'master' of ↵VMiklos2007-09-03-1/+1
|\ | | | | | | vmiklos@git.frugalware.org:/home/ftp/pub/other/people/vmiklos/bitlbee-skype
| * use permalinksVMiklos2007-09-02-1/+1
| |
* | skype_read_callback(): ignore empty messagesVMiklos2007-09-03-1/+1
|/ | | | | skype itself does the same
* updates for 0.1.2VMiklos2007-08-31-1/+4
|
* README: no more patches are required, wilmer merged them :)VMiklos2007-08-31-11/+1
|
* one more ideaVMiklos2007-08-29-0/+2
|
* two new ideasVMiklos2007-08-29-0/+4
|
* add group chat to TODOVMiklos2007-08-22-1/+2
|
* mention the tarballsVMiklos2007-08-22-0/+3
|
* bind to 0.0.0.0, not to localhostVMiklos2007-08-22-1/+1
|
* send a notice when a call is missedVMiklos2007-08-22-1/+30
|
* fix repo urlVMiklos2007-08-22-1/+1
|
* skype_read_callback(): add notification about callsVMiklos2007-08-22-0/+20
|
* oops, missing chmod +xVMiklos2007-08-22-0/+6
|
* Merge branch 'master' of ↵VMiklos2007-08-22-0/+4
|\ | | | | | | vmiklos@git.frugalware.org:/home/ftp/pub/other/people/vmiklos/bitlbee-skype
| * add a .gitignoreVMiklos2007-08-22-0/+4
| |
* | document the vnc server setupVMiklos2007-08-22-2/+41
|/
* updates for 0.1.1VMiklos2007-08-22-2/+2
|
* skyped: fix a warningVMiklos2007-08-22-1/+4
|
* skyped: added daemon codeVMiklos2007-08-22-8/+63
|
* import NEWSVMiklos2007-08-22-0/+5
|
* document 3db5410VMiklos2007-08-21-1/+2
|
* skyped: automatically reconnect if skype is restartedVMiklos2007-08-21-3/+10
| | | | | | well, not 100% perfect because we detect the error when we send something. but far better than writing to devnull forever ;)
* more todoVMiklos2007-08-21-0/+2
|
* mention the fpmsVMiklos2007-08-21-0/+4
|
* erm, now reallyVMiklos2007-08-21-3/+2
|
* fix dist targetVMiklos2007-08-21-0/+1
|
* do not more the generated tarball/signatureVMiklos2007-08-21-1/+0
|
* update changelog target to include tagsVMiklos2007-08-21-1/+1
|
* added new dist and release targetsVMiklos2007-08-21-0/+17
|
* make install installs skypedVMiklos2007-08-21-3/+9
|
* update documentation for buildsystem changesVMiklos2007-08-21-2/+4
|
* added an install targetVMiklos2007-08-21-1/+6
|
* import configure.ac and config.mak.inVMiklos2007-08-21-0/+24
|
* new prepare and distclean targetsVMiklos2007-08-21-3/+11
|
* add a simple skyped client for testing purposesVMiklos2007-08-21-0/+45
|
* skyped: added copyright headerVMiklos2007-08-21-0/+26
|
* HACKINGVMiklos2007-08-21-0/+8
|
* link the api docsVMiklos2007-08-21-0/+3
|
* cleanup in struct skype_dataVMiklos2007-08-21-3/+1
|
* typoVMiklos2007-08-21-1/+1
|
* prefaceVMiklos2007-08-21-0/+9
|
* mention a bit more patchesVMiklos2007-08-21-6/+6
|
* cosmeticsVMiklos2007-08-21-37/+66
| | | | | | | - add copyright header - beautify comments - remove debug printf()s
* block/allow commands needs 0 protocl-specific implementation ;)VMiklos2007-08-21-2/+0
|
* remove question about imcb_remove_buddy()VMiklos2007-08-21-3/+0
| | | | | | | | quoting jabber/iq.c: /* Don't have any API call for this yet! So let's just try to handle this as well as we can. */ and we already do this (setting userstatus to offline)