aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge branch 'master' of https://github.com/bitlbee/bitlbee into patched-masterMarius Halden2016-08-09-3/+3
|\
| * help: Fix missing spaces due to genhelp parsingShane Synan2016-08-08-2/+2
| | | | | | | | | | | | | | Add manual spaces to fix genhelp.py leaving out the space after <emphasis> tags when immediately followed by a new-line. Real fix may lie somewhere in the depths of the NORMALIZE_RE reg-ex.
| * help: Briefly mention meaning of 'special'Shane Synan2016-08-08-2/+2
| | | | | | | | | | | | Add a small note to "show_users" explaining what's so special about special. Unfortunately, as it's protocol-specific, all we can really say is that it's protocol-specific.
* | Set NULL_OK for sets with NULL as defaultMarius Halden2016-08-02-0/+2
| |
* | Add autosave after 30 secMarius Halden2016-08-02-0/+43
| |
* | Code de-dupeMarius Halden2016-08-01-68/+25
| |
* | Turn some lists into hashtablesMarius Halden2016-08-01-48/+34
| |
* | Ignore dm from blocked usersMarius Halden2016-08-01-2/+6
| |
* | Basic support for blocksMarius Halden2016-08-01-3/+120
| |
* | Add commands to enable/disable rts for userMarius Halden2016-08-01-0/+21
| |
* | Add dm commandMarius Halden2016-08-01-0/+7
| |
* | Add setting to only use tags in imcb_log and otherMarius Halden2016-07-27-10/+15
| |
* | Merge branch 'master' into patched-masterMarius Halden2016-07-26-1/+23
|\|
| * twitter: don't hard-fail with mutes or noretweets (for "identica")dequis2016-07-25-0/+10
| | | | | | | | | | | | Fixes trac ticket 1254 Kinda dirty but better than keeping it broken.
| * purple: Don't try to init module if it's already initializeddequis2016-07-25-0/+6
| | | | | | | | | | This only happens if the user has used / forced daemon mode (for example, when debugging with BITLBEE_DEBUG=1)
| * configure: improve error message on missing pkg-configdequis2016-07-25-1/+7
| |
* | Chatlist complain not logged inMarius Halden2016-07-26-1/+7
| |
* | Merge remote-tracking branch 'upstream/jgeboski/chatlist' into patched-masterMarius Halden2016-07-20-37/+16
|\ \
| * | purple: added room listing supportjgeboski2016-07-19-0/+134
| | |
| * | Added an interface for the listing of existing chatroomsjgeboski2016-07-19-6/+102
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several protocols can provide a list of existing chatrooms that a user is able join. This is crucial for the usage of several protocols, most notably Purple and Facebook. Plugins wishing to support this extended functionality must implement the new prpl->chat_list() function. This implemented function will in most cases send a remote request for the list of chatrooms. Once the list of chatrooms is obtained, a bee_chat_info_t GSList must be created and assigned to the im_connection->chatlist field. Then a call to the bee_chat_list_finish() is needed to display the list to the user. The chat list is maintained entirely by the plugin, so it is important to ensure all pointers related to the chat list remain valid until the chat list is set to NULL. This list is used internally by bitlbee to calculate indexes, which then allows the user to join a chat with an index, rather than some random identifier. It also important to ensure the list is properly freed whenever it is updated, or when the account is disconnect via the prpl->logout() function. On the user interface side of things, the 'chat list' subcommand was recommissioned. For a user to list the existing chat rooms: chat list <account id> Afterwards a user can join a chatroom in the list with its index. This extends the functionality of the 'chat add' subcommand by adding in support for the exclamation point operator to denote an index. chat add <account id> !<index> [channel]
* | Rename long_ids to id_lengthMarius Halden2016-07-20-3/+3
| |
* | Merge branch 'twitter_log' into patched-masterMarius Halden2016-07-20-24/+23
|\ \
| * | Add support for long tweet idsMarius Halden2016-07-20-10/+33
| |/
* | purple: added room listing supportjgeboski2016-07-13-0/+147
| |
* | Added an interface for the listing of existing chatroomsjgeboski2016-07-13-6/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several protocols can provide a list of existing chatrooms that a user is able join. This is crucial for the usage of several protocols, most notably Purple and Facebook. Plugins wishing to support this extended functionality must implement the new prpl->chat_list() function. This implemented function will in most cases send a remote request for the list of chatrooms. Once the list of chatrooms is obtained, a bee_chat_info_t GSList must be created and assigned to the im_connection->chatlist field. Then a call to the bee_chat_list_finish() is needed to display the list to the user. The chat list is maintained entirely by the plugin, so it is important to ensure all pointers related to the chat list remain valid until the chat list is set to NULL. This list is used internally by bitlbee to calculate indexes, which then allows the user to join a chat with an index, rather than some random identifier. It also important to ensure the list is properly freed whenever it is updated, or when the account is disconnect via the prpl->logout() function. On the user interface side of things, the 'chat list' subcommand was recommissioned. For a user to list the existing chat rooms: chat list <account id> Afterwards a user can join a chatroom in the list with its index. This extends the functionality of the 'chat add' subcommand by adding in support for the exclamation point operator to denote an index. chat add <account id> !<index> [channel]
* | Revert "Added an interface for the listing of existing chatrooms"Marius Halden2016-07-13-110/+6
| | | | | | | | This reverts commit 659df4e333f2f524350dd131e430faaeb66dd91a.
* | Revert "purple: added room listing support"Marius Halden2016-07-13-131/+0
| | | | | | | | This reverts commit e83d450ef16d9a3783f5daff632c4ac57ceb8fec.
* | Merge branch 'master' into patched-masterMarius Halden2016-07-09-18/+28
|\|
| * Merge branch 'develop'dequis2016-07-08-18/+28
| |\
| | * debian: add #DEBHELPER# tag to maintscriptsdequis2016-06-14-17/+10
| | | | | | | | | | | | | | | So that the systemd debhelper stuff can do its job. Also fixes a lintian warning.
| | * systemd: Stop murdering the whole control group on stopdequis2016-06-14-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | With this change, restarting or upgrading bitlbee doesn't kill child processes anymore, keeping the behavior of sysv scripts. This is desirable in public servers, where you probably want to upgrade the master process without disconnecting everyone.
| | * purple: add $plugindir/purple to the plugin search pathdequis2016-06-12-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows adding bitlbee-specific purple plugins in a directory controlled by the user who starts bitlbee (as it can be defined in bitlbee.conf, PluginDir). Pidgin and finch have something similar allowing users to place plugins in ~/.purple/plugins: path = g_build_filename(purple_user_dir(), "plugins", NULL); The direct equivalent would be to use our config dir, but i'd rather not put executable modules there.
| | * debian: install systemd units and use dh_systemddequis2016-06-12-1/+13
| | | | | | | | | | | | | | | | | | I'm using the debhelper version (9.20131227) to avoid depending on dh_systemd for debian wheezy and ubuntu precise. If it's older than that, it's probably a distro without dh_systemd.
* | | Merge branch 'scram' into patched-masterMarius Halden2016-07-06-42/+48
|\ \ \
| * | | Remove cb stuff and some cleanupscramMarius Halden2016-07-06-83/+23
| | | |
| * | | Use saslprep, more cb stuffMarius Halden2016-07-06-23/+89
| | | |
| * | | Merge branch 'scram' of git.lden.org:bitlbee into scramMarius Halden2016-07-03-0/+0
| |\ \ \
| | * | | Follow c89/90Marius Halden2016-06-20-2/+2
| | | | |
| * | | | purple: added room listing supportjgeboski2016-06-29-0/+131
| | | | |
| * | | | Added an interface for the listing of existing chatroomsjgeboski2016-06-29-6/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several protocols can provide a list of existing chatrooms that a user is able join. This is crucial for the usage of several protocols, most notably Purple and Facebook. Plugins wishing to support this extended functionality must implement the new prpl->chat_list() function. This implemented function will in most cases send a remote request for the list of chatrooms. Once the list of chatrooms is obtained, a bee_chat_info_t GSList must be created and assigned to the im_connection->chatlist field. Then a call to the bee_chat_list_finish() is needed to display the list to the user. The chat list is maintained entirely by the plugin, so it is important to ensure all pointers related to the chat list remain valid until the chat list is set to NULL. This list is used internally by bitlbee to calculate indexes, which then allows the user to join a chat with an index, rather than some random identifier. It also important to ensure the list is properly freed whenever it is updated, or when the account is disconnect via the prpl->logout() function. On the user interface side of things, the 'chat list' subcommand was recommissioned. For a user to list the existing chat rooms: chat list <account id> Afterwards a user can join a chatroom in the list with its index. This extends the functionality of the 'chat add' subcommand by adding in support for the exclamation point operator to denote an index. chat add <account id> !<index> [channel]
| * | | | Follow c89/90Marius Halden2016-06-26-2/+2
| | | | |
| * | | | Add support for SCRAM-SHA-256Marius Halden2016-06-26-4/+20
| | | | | | | | | | | | | | | | | | | | With this aproach it will be simple to add any hash to the scram implementation with some simple boilerplate.
| * | | | Disable SCRAM if username/password contains non-ascii characters as saslprep ↵Marius Halden2016-06-26-0/+19
| | | | | | | | | | | | | | | | | | | | is not yet used
| * | | | Add initial support for SCRAM-SHA-1Marius Halden2016-06-26-13/+231
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'upstream/jgeboski/chatlist' into patched-masterMarius Halden2016-07-03-0/+0
|\ \ \ \
| * | | | purple: added room listing supportjgeboski2016-06-29-0/+131
| | | | |
| * | | | Added an interface for the listing of existing chatroomsjgeboski2016-06-29-6/+110
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several protocols can provide a list of existing chatrooms that a user is able join. This is crucial for the usage of several protocols, most notably Purple and Facebook. Plugins wishing to support this extended functionality must implement the new prpl->chat_list() function. This implemented function will in most cases send a remote request for the list of chatrooms. Once the list of chatrooms is obtained, a bee_chat_info_t GSList must be created and assigned to the im_connection->chatlist field. Then a call to the bee_chat_list_finish() is needed to display the list to the user. The chat list is maintained entirely by the plugin, so it is important to ensure all pointers related to the chat list remain valid until the chat list is set to NULL. This list is used internally by bitlbee to calculate indexes, which then allows the user to join a chat with an index, rather than some random identifier. It also important to ensure the list is properly freed whenever it is updated, or when the account is disconnect via the prpl->logout() function. On the user interface side of things, the 'chat list' subcommand was recommissioned. For a user to list the existing chat rooms: chat list <account id> Afterwards a user can join a chatroom in the list with its index. This extends the functionality of the 'chat add' subcommand by adding in support for the exclamation point operator to denote an index. chat add <account id> !<index> [channel]
* | | | purple: added room listing supportjgeboski2016-06-29-0/+131
| | | |
* | | | Added an interface for the listing of existing chatroomsjgeboski2016-06-29-6/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several protocols can provide a list of existing chatrooms that a user is able join. This is crucial for the usage of several protocols, most notably Purple and Facebook. Plugins wishing to support this extended functionality must implement the new prpl->chat_list() function. This implemented function will in most cases send a remote request for the list of chatrooms. Once the list of chatrooms is obtained, a bee_chat_info_t GSList must be created and assigned to the im_connection->chatlist field. Then a call to the bee_chat_list_finish() is needed to display the list to the user. The chat list is maintained entirely by the plugin, so it is important to ensure all pointers related to the chat list remain valid until the chat list is set to NULL. This list is used internally by bitlbee to calculate indexes, which then allows the user to join a chat with an index, rather than some random identifier. It also important to ensure the list is properly freed whenever it is updated, or when the account is disconnect via the prpl->logout() function. On the user interface side of things, the 'chat list' subcommand was recommissioned. For a user to list the existing chat rooms: chat list <account id> Afterwards a user can join a chatroom in the list with its index. This extends the functionality of the 'chat add' subcommand by adding in support for the exclamation point operator to denote an index. chat add <account id> !<index> [channel]
* | | | Follow c89/90Marius Halden2016-06-20-2/+2
| | | |