source: protocols

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @952e264   2017-04-11T23:44:58Z dx twitter: experimental support for place_id
(edit) @65d0dfd   2017-03-12T04:16:58Z dx Add --verbose configure option to control verbose build output …
(edit) @30d598c   2017-01-29T22:40:09Z dx purple: Fix crash on ft requests from unknown contacts Followup to …
(edit) @3b8e4be6   2017-01-03T06:30:38Z dx purple: show self-messages in groupchat backlogs (before join) That …
(edit) @188b75e   2017-01-03T03:32:37Z dx oscar: fix checkdisallowed condition, which was breaking login. …
(edit) @2e8523b   2016-12-31T20:40:09Z dx Use NI_MAXHOST rather than HOST_NAME_MAX for host lengths. This …
(edit) @7801298   2016-12-27T17:24:50Z dx Per-account handle_unknown Credit for the idea goes to russian XMPP …
(edit) @c11b68a   2016-12-27T00:37:50Z dx purple: fix -Werror=format-string in chat settings code This one was …
(edit) @faa7abb6   2016-12-27T00:29:30Z dx purple: hack to keep the purple-line auth token in the config
(edit) @1882b70   2016-12-26T23:52:24Z dx purple: add support for extra groupchat settings (helps with SIPE) …
(edit) @a04705b   2016-12-26T23:07:56Z dx jabber: Workaround for servers (like slack) that send echoes without …
(edit) @d57484d   2016-12-26T22:39:18Z dx Change some asserts into g_return_if_fail() Because crashing asserts …
(edit) @90a45b8   2016-12-26T22:38:32Z dx Fix some clang static analyzer warnings Nothing interesting.
(edit) @59ccef5   2016-12-26T00:20:09Z dx purple: Call imcb_buddy_nick_change() on a few whitelisted plugins …
(edit) @6d212f4   2016-12-26T00:20:09Z dx purple: include purple plugins in the 'plugins' command list
(edit) @7486853   2016-12-26T00:20:09Z dx Refactor: Split plugin info stuff from load_plugin() into two functions
(edit) @0483e1e   2016-11-28T19:26:16Z dx Fix some compiler warnings warn_unused_result on write() is …
(edit) @87872c7   2016-11-28T05:53:50Z dx purple: Use roomlist_room_serialize, fixes joining jabber chats The …
(edit) @ed1f5e8d   2016-11-27T13:01:33Z wilmer Expand each (media) URL only once. Twitter likes duplication. #1275.
(edit) @f8c9347   2016-11-23T23:41:22Z wilmer Heh, oops, some error in the Twitter module still mentioned XML. …
(edit) @5a8afc3   2016-11-21T06:58:47Z dx Manual merge with wilmer's approach to handling missing protocols …
(edit) @11d4123   2016-11-19T08:10:48Z dx protocols/unknown: Fix format-security warning Which is -Werror'd in …
(edit) @66b7741   2016-11-19T08:05:32Z dx ...of course, i had to forget to add unknown.c
(edit) @a7baf40   2016-11-19T07:59:14Z dx Remove yahoo (the old protocol). Use funyahoo++ instead. RIP The …
(edit) @b4f496e   2016-11-19T07:32:48Z dx Improve handling of unknown protocols / missing plugins Instead of …
(edit) @9f03c47   2016-11-14T00:37:14Z dx Improve support for protocols which don't require a password This …
(edit) @ea90275   2016-11-13T20:10:17Z dx purple: fix file transfer memory management This means cancelling …
(edit) @701ab812   2016-11-13T19:52:43Z dx imcb_file_send_start: handle ft attempts from non-existing users
(edit) @fecdd71   2016-11-04T23:48:52Z dx purple: hack to pass server parameter to jabber's input request …
(edit) @50988d1   2016-10-31T00:38:32Z dx purple: fix icq login when the protocol name is "oscar" Which happens …
(edit) @c94e208   2016-10-18T07:00:24Z dx oscar: remove some dead code
(edit) @399d65a   2016-10-17T02:46:33Z dx jabber: Implement chat list command Also applies to hipchat.
(edit) @6e991a9   2016-10-16T06:51:53Z dx Turn purple_chatlist_free() into a imcb_chat_list_free() I found …
(edit) @a08b2db   2016-10-16T06:51:53Z dx Rename bee_chat_list_finish() to imcb_chat_list_finish() …
(edit) @9698fc0   2016-10-12T08:12:41Z dx jabber: Don't pass a readonly empty string to imcb_chat_topic() Fixes …
(edit) @01d56c0   2016-10-08T06:39:05Z dx purple: Fix handling of empty, immediate roomlist results Two issues …
(edit) @58d285a   2016-10-03T00:56:35Z dx twitter: fix quoted tweet expansion in extended tweets The outermost …
(edit) @ff468a7   2016-09-28T03:56:39Z dx Fix crash when setting away in protocols with null away_states list …
(edit) @1a8875f   2016-09-25T03:07:25Z dx purple: Fix another issue where /join results in two channels Follow …
(edit) @985d66d   2016-09-25T02:21:59Z dx twitter: don't count filter stream reply as valid pongs Twitter …
(edit) @524e931   2016-09-24T14:53:52Z dx purple: support setting chat room topics (#84)
(edit) @ad54149   2016-09-21T03:03:15Z dx twitter: extended tweet support (AKA avoid showing truncated ones) …
(edit) @725f942   2016-09-20T03:39:05Z jgeboski purple: added room listing support
(edit) @a33ee0f   2016-09-20T03:39:05Z jgeboski Added an interface for the listing of existing chatrooms Several …
(edit) @67ea361   2016-08-30T20:40:19Z dx hipchat: Add basic support for personal oauth tokens Fixes trac …
(edit) @2dc394c   2016-08-24T00:02:20Z dx jabber: handle nulls in jabber_compare_jid As far as I can see this …
(edit) @dc45a85   2016-07-25T23:42:32Z dx twitter: don't hard-fail with mutes or noretweets (for "identica") …
(edit) @57f81ec   2016-07-25T23:42:32Z dx purple: Don't try to init module if it's already initialized This …
(edit) @5dbf66e   2016-06-13T00:55:26Z dx purple: add $plugindir/purple to the plugin search path This allows …
(edit) @235b51a   2016-06-11T20:40:33Z dx Use correct error when no schemes are supported (#78) This will make …
(edit) @59a7dc5   2016-05-26T04:08:05Z dx Twitter: add "like" as an alias for favourite. This will allow a user …
(edit) @35712b7   2016-05-26T02:48:08Z jgeboski Only load plugins with the right file extension Plugins which use …
(edit) @808825e   2016-05-26T02:48:08Z jgeboski Show the enabled/disabled protocols in the 'plugins' command output
(edit) @d28fe1c4   2016-05-26T02:48:08Z jgeboski Implemented plugin information for external plugins As of now, …
(edit) @0e48e54   2016-05-26T00:29:14Z dx purple: strdup the message instead of casting to char * Fixes trac …
(edit) @2e78f75   2016-05-15T17:16:38Z Jelmer Vernooij Remove the ARCH / CPU defines. These only reflect on what arch/cpu …
(edit) @4fe91a1   2016-05-06T16:28:10Z dx load_plugin: Improve g_module_open error message The previous one …
(edit) @a244877   2016-04-17T09:32:27Z dx twitter: Fix a couple of leaks of mutes_ids and retweets_ids Just …
(edit) @991c75f   2016-04-16T17:21:33Z dx Merge remote-tracking branch 'bitlbee/pr/70'
(edit) @166a571   2016-04-01T18:06:15Z nick Avoid adding an id twice to the mutes list. Twitter doesn't error if …
(edit) @0d581bd   2016-03-31T22:25:49Z nick Receive mute/unmute notifications from the stream.
(edit) @9cf63ac   2016-03-31T18:49:52Z nick Add mute and unmute commands.
(edit) @fb62f132   2016-03-23T20:23:36Z nick Honour twitter's mutes and "hide retweets from this user" settings.
(edit) @3ac6d9f   2016-03-23T06:44:13Z dennis Support for locked-down accounts In certain situations, e.g. when …
(edit) @3320d6d   2016-03-20T03:58:05Z dx jabber: Add "always_use_nicks" setting, for non-anonymous MUCs …
(edit) @63825d6   2016-03-20T03:58:05Z dx jabber: Fix leak in jabber_si_set_proxies
(edit) @82b0295   2016-03-20T03:58:05Z dx jabber: Properly handle rejected file transfers
(edit) @8f8a56f   2016-03-20T03:58:05Z dx jabber: Check for other resources before removing someone from a chat …
(edit) @a42fda4   2016-03-20T03:58:05Z dx Add imcb_buddy_nick_change(), like nick_hint but stronger nick_hint …
(edit) @b1d9c06   2016-03-13T00:10:14Z dx jabber: return XT_ABORT after failed IQ auth attempts
(edit) @0843bbe   2016-02-26T18:25:17Z dennis twitter.c: Squelch an unused variable warning 9456255 made the …
(edit) @9456255   2016-02-10T02:05:55Z dx Change twitter url length to 23 instead of 22
(edit) @eee7294   2016-01-24T13:07:09Z dx jabber: Mark messages from other resources as OPT_SELFMESSAGE too The …
(edit) @1239d05   2016-01-21T06:29:20Z dx purple: Also show 'title' and 'primary' messages for input requests …
(edit) @7e68015   2016-01-21T06:15:44Z dx Revert "hipchat: Implement their own variant of self-messages […]" …
(edit) @c0db0d3   2015-12-30T05:22:47Z dx msn: Fix ADL/RML (add/remove from list) throwing server errors
(edit) @cdd1ded   2015-12-30T05:04:40Z dx msn: Don't truncate passwords to 16 chars anymore. This was needed …
(edit) @ba7618d   2015-12-27T04:39:17Z dx purple: Show self-messages for private messages only Those are …
(edit) @98d46d5   2015-12-26T03:18:53Z dx purple: document original names of uiops next to them
(edit) @f66425d   2015-12-18T17:54:40Z dx oscar: Add prefixes to all functions that may conflict with purple …
(edit) @d11ccbf   2015-12-16T15:35:04Z dx hipchat: Implement their own variant of self-messages (not working …
(edit) @3a620ff   2015-12-16T01:02:12Z dx jabber: Add message processing hints to OTR messages (XEP-0334/0364) …
(edit) @4c29622   2015-12-11T02:41:35Z esainane+github Remove nonexistent forward declaration imcb_find_buddy is mentioned …
(edit) @977a9d5   2015-12-09T07:58:59Z dx Revert "imc_away_send_update: Fix leak of away_states linked list" …
(edit) @459dec8   2015-12-06T04:41:32Z dx purple: fix crash when doing 'chat with' with skypeweb It was passing …
(edit) @ed431c3   2015-12-05T16:06:54Z dx imc_away_send_update: Fix leak of away_states linked list
(edit) @ac68733a   2015-12-05T15:53:02Z dx If imc_away_state_find() fails, try again finding "away" Fixes trac …
(edit) @9b02bab   2015-12-05T01:52:48Z dx Remove facebook XMPP code, show error pointing at the new plugin …
(edit) @48b5fef   2015-12-01T05:30:45Z dx purple: assume HTML for all protocols, fixes random <> for some …
(edit) @05aba55   2015-12-01T04:55:21Z dx purple: Implement PurpleNotifyUiOps.notify_message Which has no …
(edit) @03df717   2015-12-01T04:45:20Z dx Add 'log' UI function, to avoid direct calls to irc_rootmsg from …
(edit) @398a139   2015-12-01T04:36:53Z dx purple/ft: remove prplcb_xfer_dbg entries with mismatching signatures …
(edit) @5bb5ee3   2015-12-01T02:54:23Z dx purple: avoid warnings in the PURPLE_INPUT_* enum checks Also turn …
(edit) @64b8c9f   2015-11-29T14:42:07Z dx msn: remove suggestion to use the official client, which is dead I …
(edit) @e61f9d1   2015-11-28T18:32:21Z dx msn: Send VER/CVR/USR together in the first request for faster login
(edit) @4e4616a   2015-11-28T15:59:34Z dx msn: Buffer writes a bit to send several commands with a single …
(edit) @1ec454c   2015-11-26T02:32:54Z dx purple: fix a bunch of small leaks Most of them related to channel …
(edit) @a3019499   2015-11-26T02:14:34Z dx purple: fix /join #channel, which joined a different channel When …
(edit) @7554702   2015-11-25T15:56:09Z dx jabber: Reply unknown IQs with service-unavailable instead It was …
(edit) @5b01e1a   2015-11-24T15:05:41Z dx jabber: Fix detection of away state in choose_priority() Thanks to …
Note: See TracRevisionLog for help on using the revision log.