|
|
|
@59ccef5
|
2016-12-26T00:20:09Z |
dx |
purple: Call imcb_buddy_nick_change() on a few whitelisted plugins
…
|
|
|
@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
|
|
|
@6908ab7
|
2016-12-26T00:18:55Z |
dx |
Add 'plugins info' subcommand, only show plugin details there
|
|
|
@1999fe5
|
2016-12-26T00:18:55Z |
dx |
Misc documentation updates
- Remove a bunch of mentions of yahoo
- …
|
|
|
@15a8c94
|
2016-12-26T00:18:55Z |
dx |
genhelp: Slightly improve error messages on xml parse error
|
|
|
@df291a6
|
2016-12-26T00:18:55Z |
dx |
Remove "Cleaning up channel, bye!" message
|
|
|
@90254d0
|
2016-12-26T00:18:55Z |
dx |
Add nick_lowercase and nick_underscores settings
|
|
|
@0483e1e
|
2016-11-28T19:26:16Z |
dx |
Fix some compiler warnings
warn_unused_result on write() is …
|
|
|
@2a1c27f
|
2016-11-28T18:20:34Z |
dx |
Include debug symbols in non-debug builds, disable stripping by …
|
|
|
@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
|
|
|
@fca4683
|
2016-11-12T03:38:34Z |
dx |
word_wrap: truncate utf8 safely
|
|
|
@727a68b
|
2016-11-12T03:05:53Z |
dx |
tests: don't require pam and ldap to test
|
|
|
@30093fa
|
2016-11-12T02:30:32Z |
dx |
otr: word_wrap long system messages ("unencrypted message received")
|
|
|
@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
|
|
|
@b7fec48
|
2016-10-18T06:57:41Z |
dx |
Support motd.txt files bigger than 2048 chars
By using …
|
|
|
@f95e606
|
2016-10-17T04:37:45Z |
dx |
chat list: Fix alignment/truncation when utf8 characters are present
…
|
|
|
@4466e3e
|
2016-10-17T04:34:11Z |
dx |
misc: Add str_pad_and_truncate() helper function
Useful for tables. …
|
|
|
@399d65a
|
2016-10-17T02:46:33Z |
dx |
jabber: Implement chat list command
Also applies to hipchat.
|
|
|
@2906268
|
2016-10-16T06:58:19Z |
dx |
lib/sha1: Refactor sha1_hmac into a generic b_hmac function
|
|
|
@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 …
|
|
|
@82e55d2
|
2016-09-29T17:53:41Z |
dx |
ssl_openssl: Allow TLS versions newer than 1.0
Another victim of …
|
|
|
@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)
…
|
|
|
@35401cd
|
2016-09-21T03:02:29Z |
dx |
debian: check if sysv script exists before calling invoke-rc.d
In the …
|
|
|
@028ca92
|
2016-09-21T02:48:14Z |
dx |
doc: some 'chat list' related help improvements
|
|
|
@7e4f439c
|
2016-09-20T03:39:05Z |
jgeboski |
Do not try to list chatrooms if account is offline
|
|
|
@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 …
|
|
|
@88cde4e
|
2016-08-08T19:13:22Z |
digitalcircuit36939 |
help: Fix missing spaces due to genhelp parsing
Add manual spaces to …
|
|
|
@be23a64
|
2016-08-08T18:37:08Z |
digitalcircuit36939 |
help: Briefly mention meaning of 'special'
Add a small note to …
|
|
|
@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 …
|
|
|
@9ae8f82
|
2016-07-25T23:42:31Z |
dx |
configure: improve error message on missing pkg-config
|
|
|
@f60dc5c
|
2016-07-09T01:01:15Z |
dx |
Merge branch 'develop'
|
|
|
@60d6c03
|
2016-06-14T07:30:09Z |
dx |
debian: add #DEBHELPER# tag to maintscripts
So that the systemd …
|
|
|
@ad5a907
|
2016-06-14T06:16:02Z |
dx |
systemd: Stop murdering the whole control group on stop
With this …
|
|
|
@5dbf66e
|
2016-06-13T00:55:26Z |
dx |
purple: add $plugindir/purple to the plugin search path
This allows …
|
|
|
@7949d5a
|
2016-06-12T21:58:03Z |
wilmer |
3.4.2-1 as just uploaded.
|
|
|
@135271c
|
2016-06-12T08:34:56Z |
dx |
debian: install systemd units and use dh_systemd
I'm using the …
|
|
|
@235b51a
|
2016-06-11T20:40:33Z |
dx |
Use correct error when no schemes are supported (#78)
This will make …
|
|
|
@e9a3e8c
|
2016-05-30T13:37:26Z |
Jelmer Vernooij |
Use dh_prep rather than deprecated 'dh_clean -k'.
|
|
|
@0375dba
|
2016-05-30T13:37:26Z |
Jelmer Vernooij |
Unicodify my lastname.
|
|
|
@ae6e855
|
2016-05-30T13:37:26Z |
Jelmer Vernooij |
Bump standards version to 3.9.8 (no changes).
|
|
|
@5ac5658
|
2016-05-30T13:37:26Z |
Jelmer Vernooij |
Don't start synopsis with an article.
|
|
|
@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 …
|
|
|
@21f450c
|
2016-05-26T00:15:15Z |
dx |
configure: add 'arch' variable again, needed for portability
It was …
|
|
|
@d3b99b6
|
2016-05-15T18:36:09Z |
Jelmer Vernooij |
Fix Vcs-* control headers after migration to Git.
|
|
|
@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 …
|
|
|
@72d48b6
|
2016-05-01T03:27:28Z |
dx |
unix.c: Move log_link() calls before plugin initialization
This …
|
|
|
@720f7a9
|
2016-05-01T01:46:21Z |
dx |
ssl_gnutls: Replace GNUTLS_STUPID_CAST with (long)
That's what the …
|
|
|
@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'
|
|
|
@c9603a3
|
2016-04-06T18:08:41Z |
marius.h |
Ignore CAP END when received multiple times
This fixes a segfault …
|
|
|
@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.
|
|
|
@64b4263
|
2016-03-26T12:30:34Z |
marius.h |
Fix use of un-initialized value
|
|
|
@50bb490
|
2016-03-25T18:07:53Z |
dennis |
ldap authentication backend
We only support the openldap scheme for …
|
|
|
@a6005da
|
2016-03-25T18:07:53Z |
dennis |
Linux pam authentication backend
This backend authenticates users …
|
|
|
@8e6ecfe
|
2016-03-25T18:07:53Z |
dennis |
Authentication: scaffolding for multiple authentication backends
…
|
|
|
@fb62f132
|
2016-03-23T20:23:36Z |
nick |
Honour twitter's mutes and "hide retweets from this user" settings.
|
|
|
@446a23e
|
2016-03-23T06:44:13Z |
dennis |
Add a setting to disable 'account add'
In a locked down bitlbee …
|
|
|
@e41ba05
|
2016-03-23T06:44:13Z |
dennis |
Allow individual settings to be locked down
This allows a site admin …
|
|
|
@3ac6d9f
|
2016-03-23T06:44:13Z |
dennis |
Support for locked-down accounts
In certain situations, e.g. when …
|
|
|
@d701547
|
2016-03-20T04:08:21Z |
dx |
CHANGES: fix the year of the 3.4.2 release
lol
|
|
|
@f892236
|
2016-03-20T03:58:05Z |
dx |
Send new away message when message changes
Send new away message when …
|
|
|
@4e0e590
|
2016-03-20T03:58:05Z |
dx |
Remove vestiges of storage_text
It was removed in ba7d16f, but this …
|
|
|
@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
|
|
|
@b1634a8
|
2016-03-20T03:58:05Z |
dx |
Don't send 301 RPL_AWAY when talking to contacts through &bitlbee
…
|
|
|
@82b0295
|
2016-03-20T03:58:05Z |
dx |
jabber: Properly handle rejected file transfers
|
|
|
@3c3b916
|
2016-03-20T03:58:05Z |
dx |
irc_channel_add_user: Don't call update_ops if not needed
It only …
|
|
|
@8f8a56f
|
2016-03-20T03:58:05Z |
dx |
jabber: Check for other resources before removing someone from a chat
…
|
|
|