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