source: skype/skype.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @78d22cd0   2010-08-03T11:12:59Z Miklos Vajna BitlBee 1.3.0 compatibility patch
(edit) @3518933   2010-04-19T22:40:58Z Miklos Vajna cosmetics
(edit) @1aacc0c0   2010-04-19T22:25:33Z Miklos Vajna update for 1.2.6 also a bit of cleanup. you can still build for 1.2.5 …
(edit) @7cf146f   2010-04-18T02:44:08Z Miklos Vajna copyright
(edit) @b8c56a8   2010-04-14T00:20:14Z Miklos Vajna fix for 1.2.5
(edit) @4c674bb   2010-04-13T23:58:36Z Miklos Vajna include mood text in whois output as well
(edit) @304aa33   2010-04-13T23:26:02Z Miklos Vajna add new setting to show mood texts
(edit) @72b60c7e   2010-04-13T22:55:42Z Miklos Vajna use imcb_chat_name_hint() if it's available
(edit) @7825f58   2010-04-07T18:27:04Z Miklos Vajna Revert "checkpatch fixes" This reverts commit …
(edit) @49a3c02   2010-04-05T22:55:07Z Miklos Vajna add test_join setting
(edit) @f0493b1   2010-03-19T16:44:46Z Miklos Vajna checkpatch fixes
(edit) @4b740c2   2010-03-17T18:04:54Z Miklos Vajna BitlBee 1.2.5 compatibility patch Heya, Just to make sure people …
(edit) @5d9db76   2010-03-07T23:34:45Z Miklos Vajna checkpatch fixes
(edit) @1e3120f   2010-03-07T23:22:46Z Miklos Vajna cleanup, set_add accepts NULL for the evaluator callback
(edit) @f4d37c6   2010-03-07T19:50:39Z Miklos Vajna make the edit_prefix configurable
(edit) @d9ce18c   2010-03-07T19:09:48Z Miklos Vajna Prefix the edited messages with "EDIT:"
(edit) @d1d5b34   2010-03-07T19:04:36Z Miklos Vajna Fix handling of edited messages.
(edit) @7c300bb   2009-12-12T01:08:22Z Miklos Vajna make skype_write() parameters mimic write()'s one
(edit) @1f4fc80   2009-12-12T01:04:43Z Miklos Vajna introduce skype_printf
(edit) @c213d6b   2009-12-12T00:19:02Z Miklos Vajna 1024 -> IRC_LINE_SIZE
(edit) @d7938f9   2009-02-13T22:36:27Z Miklos Vajna g_strdup_printf("%s", foo) -> g_strdup(foo)
(edit) @bc9a9b0   2009-01-18T00:12:55Z Miklos Vajna Remove unnecessary includes
(edit) @5365f84   2009-01-07T02:40:19Z Miklos Vajna remove enum names, cleanup no, this is not about hurting wilmer, it's …
(edit) @bc744df   2009-01-07T02:36:25Z Miklos Vajna whitespace cleanup in skype_away_state_list
(edit) @62f51ee9   2009-01-07T02:29:07Z Miklos Vajna last whitespace fixes - checkpatch is now happy ;) - hit me, i also …
(edit) @6b9d22a   2009-01-07T02:10:29Z Miklos Vajna remove unnecessary big if blocks, use return instead
(edit) @9580a6f   2009-01-07T02:02:20Z Miklos Vajna whitespace, fixes checkpatch errors
(edit) @ff436ba   2009-01-07T01:56:18Z Miklos Vajna introduce the parse_map struct
(edit) @607f5e3   2009-01-07T01:35:44Z Miklos Vajna introduce skype_parse_profile()/skype_parse_ping()/skype_parse_chats() …
(edit) @2709f4c   2009-01-07T01:31:38Z Miklos Vajna introduce skype_parse_password()
(edit) @c35bf7a   2009-01-07T01:29:22Z Miklos Vajna introduce skype_parse_chat()
(edit) @e200daf   2009-01-07T01:26:08Z Miklos Vajna introduce skype_parse_filetransfer()
(edit) @9f2f25f   2009-01-07T01:23:38Z Miklos Vajna introduce skype_parse_call()
(edit) @6e14204   2009-01-07T01:20:57Z Miklos Vajna introduce skype_parse_user() and skype_parse_chatmessage()
(edit) @8bbe52a   2009-01-07T01:11:44Z Miklos Vajna cleanup in skype_parse_users()
(edit) @078b0b9   2009-01-07T01:10:13Z Miklos Vajna introduce skype_parse_users()
(edit) @359f4d9   2009-01-07T01:02:53Z Miklos Vajna do not add new typedefs
(edit) @8c09bb3   2009-01-07T00:58:15Z Miklos Vajna whitespaces fixes mainly long lines, except in skype_read_callback()
(edit) @5258dcc9   2009-01-07T00:35:14Z Miklos Vajna updates for 0.7.0
(edit) @b820226   2009-01-07T00:31:18Z Miklos Vajna add new skype/skypeconsole_receive setting for receiving raw data on …
(edit) @5adcc65   2008-12-21T20:51:12Z Miklos Vajna whitespace cleanup
(edit) @a5f4040   2008-12-21T20:08:44Z Miklos Vajna remove the 'len' parameter of skype_write()
(edit) @5acf9ab   2008-12-21T20:00:30Z Miklos Vajna support autojoin for bookmarked chats
(edit) @08a355b   2008-12-21T19:37:59Z Miklos Vajna add 'skypeconsole' feature this replaces the old client.py
(edit) @6af3e14   2008-07-12T20:11:10Z Miklos Vajna skype.c: respont with a PONG to PING
(edit) @039116a   2008-06-28T00:09:25Z Miklos Vajna add support for bitlbee-1.2.1
(edit) @bd417a1   2008-04-04T14:35:41Z Miklos Vajna new config variable: skypeout_offline for who liked the old behaviour
(edit) @d24b73f   2008-04-04T14:19:46Z Miklos Vajna skype_read_callback(): handle SKYPEOUT nicks as offline as well - you …
(edit) @b7d3dff7   2008-04-02T23:18:05Z Miklos Vajna skype_read_callback(): handle a profile's balance
(edit) @2af671a   2008-04-02T23:11:21Z Miklos Vajna new skype_set_balance() function - it triggers a query from skype for …
(edit) @76eb071   2008-04-02T23:00:57Z Miklos Vajna skype_read_callback(): mark a call ended if it failed
(edit) @b054fad   2008-04-02T22:57:17Z Miklos Vajna new skype_call_strerror() function to handle different call errors
(edit) @51dc72d   2008-04-02T22:44:01Z Miklos Vajna skype_set_call() allow calling anybody - here is the logic: we first …
(edit) @a317ba6   2008-03-31T00:20:33Z Miklos Vajna skype_set_call(): allow calling the test girl
(edit) @e0074cb   2008-02-29T02:08:14Z Miklos Vajna manage incoming calls via questions
(edit) @d87daf3   2008-02-29T01:40:12Z Miklos Vajna replace the fake SKYPE_CALL_RINGING_OUT with a proper call_out variable
(edit) @a92fb07   2008-02-29T01:10:01Z Miklos Vajna detect when the call is refused
(edit) @9fd7202   2008-02-29T00:59:51Z Miklos Vajna error out on cancelling a non-existing call
(edit) @48181f0   2008-02-29T00:49:43Z Miklos Vajna report call duration at the end
(edit) @acd9478   2008-02-29T00:43:02Z Miklos Vajna report 'finished' when call finishes till now we reported only …
(edit) @2eb4b1f   2008-02-29T00:34:31Z Miklos Vajna add support for account set -del skype/call to finish an outgoing call
(edit) @9db0234   2008-02-29T00:09:22Z Miklos Vajna finetune ringing message old: the user foo is ringing you new: you …
(edit) @b68b023   2008-02-28T23:52:41Z Miklos Vajna new account set skype/call nick command to start calls
(edit) @459160d   2008-02-28T23:52:09Z Miklos Vajna remove an unnecessary comment
(edit) @fcef6e6   2008-01-21T02:21:43Z Miklos Vajna skype_set_display_name(): set FULLNAME, not MOOD_TEXT
(edit) @c7304b2   2008-01-12T20:07:10Z Miklos Vajna auth via ssl - move the config file to sysconfdir/skyped/skyped.conf …
(edit) @a0b206b   2008-01-12T01:33:27Z Miklos Vajna skype_start_stream(): send username/password to skyped
(edit) @680920f   2008-01-10T16:48:39Z Miklos Vajna copyright update
(edit) @93dffea   2008-01-10T16:10:10Z Miklos Vajna new skype_set_display_name() function - this adds support for setting …
(edit) @6172871   2008-01-10T16:10:10Z Miklos Vajna added vim modeline
(edit) @54e6207   2008-01-10T16:10:10Z Miklos Vajna support for receiving emoted messages
(edit) @6abf3ec   2008-01-10T16:10:10Z Miklos Vajna skype_init(): cosmetics
(edit) @f5aedd91   2008-01-10T16:10:10Z Miklos Vajna added default server "localhost"
(edit) @4bbd9db   2008-01-10T16:10:09Z Miklos Vajna rename SKYPE_PORT_DEFAULT to SKYPE_DEFAULT_PORT
(edit) @969f643   2007-12-16T21:06:51Z Miklos Vajna handle the case when the birthday is unknown
(edit) @33cac97   2007-12-16T21:04:10Z Miklos Vajna add "local time" info output thanks Cristobal Palmer (tarheelcoxn) for …
(edit) @6b43dd4   2007-12-16T02:55:56Z Miklos Vajna fixed gender output woho, last fixme removed \o/
(edit) @5b9847d   2007-12-16T02:55:56Z Miklos Vajna fixed age output
(edit) @f9c3e7b   2007-12-16T02:55:56Z Miklos Vajna fixed birthday output
(edit) @191470d   2007-12-16T02:55:56Z Miklos Vajna typo fix in country output
(edit) @3c5aded   2007-12-16T02:55:56Z Miklos Vajna format last seen output properly
(edit) @bdde805   2007-12-16T02:55:56Z Miklos Vajna disable buggy "local time" field
(edit) @885efac6   2007-12-16T02:55:56Z Miklos Vajna fixed country and language format
(edit) @93052e1   2007-12-16T02:55:56Z Miklos Vajna added much more info output, need to finetune format
(edit) @67454bd   2007-12-16T02:55:55Z Miklos Vajna initial support for the info command currently it prints only the full name
(edit) @5652d43   2007-11-23T23:46:20Z Miklos Vajna warning fix in skype_chat_with() fix "when you start a group chat, a …
(edit) @de2f05e   2007-11-20T09:47:43Z Miklos Vajna fixes for the recent upstream API changes
(edit) @a5f76a2   2007-11-20T09:46:35Z Miklos Vajna if you change the topic then wait for skype to confirm that it was …
(edit) @a7af5f0   2007-10-17T22:59:41Z Miklos Vajna fix incoming multiline messages - again i broke it when adding …
(edit) @f8674db   2007-10-17T00:46:38Z Miklos Vajna show topic if it was set before join
(edit) @09e2a69   2007-10-16T23:09:22Z Miklos Vajna implement skype_chat_topic()
(edit) @d601f9b   2007-10-16T23:09:09Z Miklos Vajna use the new imcb_chat_topic() function WARNING: this is not yet in the …
(edit) @86278cd   2007-10-07T14:36:03Z Miklos Vajna implement skype_chat_with() so that '/j #nick' is possible: we can …
(edit) @760319d   2007-10-07T01:55:46Z Miklos Vajna implemented skype_chat_invite()
(edit) @86f2683   2007-10-07T01:55:17Z Miklos Vajna skype_read_callback(): sanity check
(edit) @ec159f1   2007-10-07T01:06:22Z Miklos Vajna fix unwanted rejoin after /part
(edit) @c09d327   2007-10-07T00:27:28Z Miklos Vajna avoid nicks joining to a group chat multiple times
(edit) @b01dc6c   2007-10-06T23:38:49Z Miklos Vajna implemented skype_chat_leave()
(edit) @31870ae   2007-10-06T23:12:09Z Miklos Vajna handle parts in groupchats
(edit) @2a0f99c   2007-10-06T22:23:49Z Miklos Vajna handle the topic changes in group chats correctly
Note: See TracRevisionLog for help on using the revision log.