Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'master' into patched-master | Marius Halden | 2016-05-20 | -16/+17 |
|\ | ||||
| * | Fix Vcs-* control headers after migration to Git. | Jelmer Vernooij | 2016-05-15 | -1/+3 |
| | | ||||
| * | Remove the ARCH / CPU defines. | Jelmer Vernooij | 2016-05-15 | -15/+14 |
| | | | | | | | | | | | | | | These only reflect on what arch/cpu bitlbee was built, not on which it is running. This makes the Debian package unreproducible. See e.g. https://tests.reproducible-builds.org/rb-pkg/testing/i386/bitlbee.html | |||
* | | merge leftover from rebase | Marius Halden | 2016-05-07 | -90/+0 |
| | | ||||
* | | Add account set offline_is_away | Marius Halden | 2016-05-07 | -0/+5 |
| | | ||||
* | | Add support for per account set offline_user_quits | Marius Halden | 2016-05-07 | -1/+3 |
| | | ||||
* | | Use separate dedupe-log for filter stream and normal stream | Marius Halden | 2016-05-07 | -11/+33 |
| | | ||||
* | | Don't show message about install-dev if --devel=1 | Marius Halden | 2016-05-07 | -0/+2 |
| | | ||||
* | | Configure option for install-dev and install config sample automatically | Marius Halden | 2016-05-07 | -4/+22 |
| | | ||||
* | | Reconnect to twitter stream silently | Marius Halden | 2016-05-07 | -0/+19 |
| | | ||||
* | | Save password for purple accounts on logout if password is missing or if | Marius Halden | 2016-05-07 | -0/+14 |
| | | | | | | | | | | it has changed, this is useful for accounts using oauth e.g. purple-hangouts. | |||
* | | Only allow twitter set channel_name when offline | Marius Halden | 2016-05-07 | -0/+1 |
| | | ||||
* | | Add command to rename channels | Marius Halden | 2016-05-07 | -0/+17 |
| | | ||||
* | | Only allow set long_ids for twitter when offline | Marius Halden | 2016-05-07 | -0/+1 |
| | | ||||
* | | Add support for multiple accounts in set account | Marius Halden | 2016-05-07 | -7/+124 |
| | | | | | | | | | | | | | | | | | | The set account for control channels is now a comma separeted list of accounts instead of just one. If the user changes the tag of an accounts trough `account <id> set tag <new_tag>`, the account set will be updated to reflect this change for all relevant channels. If an account is removed trough `account <id> delete` it will be removed from the account set for all relevant channels. | |||
* | | Revert "Add support for multiple accounts in set account" | Marius Halden | 2016-05-07 | -125/+7 |
| | | | | | | | | This reverts commit 56fd7212a75237669de37589fc18e2e02444b3d2. | |||
* | | Fix build for patched-master | Marius Halden | 2016-05-07 | -0/+1 |
| | | ||||
* | | Add support for multiple accounts in set account | Marius Halden | 2016-05-07 | -7/+125 |
| | | | | | | | | | | | | | | | | | | The set account for control channels is now a comma separeted list of accounts instead of just one. If the user changes the tag of an accounts trough `account <id> set tag <new_tag>`, the account set will be updated to reflect this change for all relevant channels. If an account is removed trough `account <id> delete` it will be removed from the account set for all relevant channels. | |||
* | | Revert "Add support for multiple accounts in set account" | Marius Halden | 2016-05-07 | -65/+5 |
| | | | | | | | | This reverts commit e9352b3581c2493bec222a259d71a072ac24b762. | |||
* | | Revert "Better handling of set account" | Marius Halden | 2016-05-07 | -102/+39 |
| | | | | | | | | This reverts commit 8ad3c8517ecb1d9ac7cf04236f8634c16b9adde0. | |||
* | | Revert "Fix some errors created when changing set account to GSList" | Marius Halden | 2016-05-07 | -1/+3 |
| | | | | | | | | This reverts commit d3e3c73a4b194e666fb3a5f59a0badf6eba292ff. | |||
* | | Fix some errors created when changing set account to GSList | Marius Halden | 2016-05-07 | -3/+1 |
| | | ||||
* | | Allow purple and default plugins | Marius Halden | 2016-05-07 | -10/+10 |
| | | ||||
* | | Better handling of set account | Marius Halden | 2016-05-07 | -39/+102 |
| | | ||||
* | | Rename irc_send_msg*_tagged to irc_send_tagged_msg* and remove some code | Marius Halden | 2016-05-07 | -18/+24 |
| | | | | | | | | duplication | |||
* | | Revert "add some block/mute headers" | Marius Halden | 2016-05-07 | -8/+0 |
| | | | | | | | | This reverts commit e8ee94584cd39333aa98c2a77fca31a53735d7fb. | |||
* | | Honour twitter's mutes and "hide retweets from this user" settings. | Flexo | 2016-05-07 | -0/+90 |
| | | ||||
* | | Add authmode sasl | Marius Halden | 2016-05-07 | -1/+10 |
| | | | | | | | | | | New AuthMode sasl added, when this is used all users have to authenticate with sasl. | |||
* | | Add server-time capability | Marius Halden | 2016-05-07 | -5/+23 |
| | | ||||
* | | Add support for message tags in irc_send_msg* | Marius Halden | 2016-05-07 | -4/+44 |
| | | ||||
* | | more ssl | Marius Halden | 2016-05-07 | -8/+77 |
| | | ||||
* | | Better error checking | Marius Halden | 2016-05-07 | -2/+14 |
| | | ||||
* | | Allow custom channel names for twitter | Marius Halden | 2016-05-07 | -3/+17 |
| | | ||||
* | | Fixed typo | Marius Halden | 2016-05-07 | -1/+1 |
| | | ||||
* | | Correct strict_away logic when setting away | Marius Halden | 2016-05-07 | -2/+2 |
| | | ||||
* | | Add strict_away | Marius Halden | 2016-05-07 | -2/+11 |
| | | | | | | | | | | With strict_away enabled RPL_NOWAWAY and RPL_UNAWAY will send the exact text from RFC 1459 instead of the default. | |||
* | | Actually use ssl options in config file | Marius Halden | 2016-05-07 | -2/+2 |
| | | ||||
* | | Fix some headers for ssl | Marius Halden | 2016-05-07 | -4/+10 |
| | | ||||
* | | Fix bug with ops_mode so it will work properly | Marius Halden | 2016-05-07 | -1/+1 |
| | | ||||
* | | add some block/mute headers | Marius Halden | 2016-05-07 | -2/+6 |
| | | ||||
* | | Start adding ssl support | Marius Halden | 2016-05-07 | -0/+120 |
| | | ||||
* | | Add support for long tweet ids | Marius Halden | 2016-05-07 | -8/+27 |
| | | ||||
* | | Add support for multiple accounts in set account | Marius Halden | 2016-05-07 | -5/+65 |
| | | ||||
* | | Add support for changing root/user mode to any supported | Marius Halden | 2016-05-07 | -8/+50 |
| | | ||||
* | | Add support for owner/admin channel modes | Marius Halden | 2016-05-07 | -8/+34 |
| | | ||||
* | | Add retweet alias | Marius Halden | 2016-05-07 | -1/+2 |
|/ | ||||
* | load_plugin: Improve g_module_open error message | dequis | 2016-05-06 | -1/+1 |
| | | | | | The previous one seemed to imply a "file not found" error, which is misleading. | |||
* | unix.c: Move log_link() calls before plugin initialization | dequis | 2016-05-01 | -9/+8 |
| | | | | This ensures that plugin load errors are logged instead of thrown away | |||
* | ssl_gnutls: Replace GNUTLS_STUPID_CAST with (long) | dequis | 2016-04-30 | -7/+1 |
| | | | | | | | | That's what the gnutls code itself uses, in all platforms. There's a newer method that does this in a cleaner way, but it's not supported in all the gnutls versions that bitlbee works with, so this is simpler. | |||
* | twitter: Fix a couple of leaks of mutes_ids and retweets_ids | dequis | 2016-04-17 | -8/+10 |
| | | | | | | | Just freeing the list on logout and when removing items from them. Also remove the "checking mutes" debug which is disproportionately noisy compared to the rest of the protocol. |