Timeline
2015-05-05:
- 22:39 Changeset [8563fe7] by
- Make my fork of parson non-JSON-compliant. I don't care that …
- 19:32 Ticket #1211 (Twitter: DMs from non followers are displayed in bitlbee control channel) closed by
- alreadydoingthat: help set handle_unknown or if you're brave enough, just go straight …
- 15:14 Changeset [2d93f113] by
- irc_send_join: send topic before names Also don't send modes - …
- 15:05 Changeset [cc8cf75] by
- events_glib: fix parameter type warnings in event_debug() calls
- 15:04 Changeset [31169ee] by
- Remove some compatibility macros that referenced nonexistent functions
- 15:04 Ticket #1211 (Twitter: DMs from non followers are displayed in bitlbee control channel) created by
- Since some weeks you can opt in to receive direct messages from …
- 14:58 Ticket #1097 (Support IRC like channels with twitter) closed by
- duplicate: Closing this as duplicate of #597 since the patch that closed that one …
- 14:57 Ticket #597 (Search channel support for Twitter) closed by
- fixed: This is now applied and is part of the 3.4 release, see the "filter …
- 14:53 Ticket #1172 (Gtalk messages not relayed from other devices) closed by
- UNPOSSIBLE: Okay, pretty sure this isn't possible at all. What I said earlier …
- 14:46 Ticket #1210 (The 3.4 release tarball requires xmlto/xsltproc, even with the ...) created by
- Also that dependency check should hard-fail, it's too confusing atm
2015-05-04:
- 22:35 Changeset [5726a0d] by
- Catch up on parson upstream. Now at rev …
- 21:58 Changeset [b1dc403] by
- Catch up with master.
- 21:56 Changeset [531eabd] by
- Some more logging at RPC init time. Through the logging subsystem …
- 21:21 Changeset [5ca1416] by
- Merge branch 'wilmer-twitter'
- 10:21 Ticket #1209 (Link embedded images from protected accounts to direct media file) created by
- When a protected account twitters an image, I can only see it in the …
2015-05-03:
- 22:43 Changeset [70ec7ab] by
- configure: change version number format, add --dump-version
- 17:04 Ticket #909 (Add configurable timeout *before* messages are displayed as an ...) closed by
- not-feasible
- 16:53 Ticket #1208 (Twitter "url" command) closed by
- fixed: This is done, will merge it soon.
- 16:47 Changeset [c43146d] by
- Make replies to self work in Twitter. Difficult because there's no …
2015-05-02:
- 22:26 Changeset [cd60710] by
- Parsing of "retweets with comment". Not documented by Twitter so good …
- 21:03 Changeset [9ed8175] by
- Add "url" command to Twitter module to get web URL for a Tweet.
- 08:47 Ticket #1208 (Twitter "url" command) created by
- Add a "url" command to the Twitter module which takes a Tweet ID and …
2015-04-29:
- 20:56 Ticket #1207 (Ubuntu Vivid) closed by
- fixed: Yeah I was doing that as you wer efiling this ticket. Also, Debian Jessie.
- 15:17 Ticket #1207 (Ubuntu Vivid) created by
- Another Ubuntu release, another request to build packages for it: …
2015-04-28:
- 13:47 Changeset [40cfbc5] by
- hipchat: Basic implementation: Auth, profile and mention names This …
2015-04-25:
- 14:51 Ticket #1206 (otr trust fingerprint representation) created by
- Currently, "otr trust" needs input as "otr trust <nick> <fp1> <fp2> …
2015-04-24:
- 20:52 Changeset [1493c4b] by
- oauth: fix use-after-free of the ->next of the list Third time's the …
2015-04-22:
- 02:19 Ticket #1205 (Groupchats may create users with utf8 nicks when utf8_nicks is disabled) created by
- Adding this here to not forget about it Issue first seen here: …
2015-04-21:
- 04:04 Changeset [356e2dd] by
- Merge branch 'develop' into feat/hip-cat
- 03:47 Changeset [71074ac] by
- jabber: Register "hipchat" protocol (only minimal support for now) …
2015-04-19:
- 06:13 Changeset [2fe8297] by
- msn: don't prevent reconnections on OUT OTH The servers send them for …
2015-04-13:
- 22:21 Changeset [291c49b] by
- Set hipchat server with set_setstr so set_eval_account gets called
- 22:00 Changeset [1aacef41] by
- irc_im: fix parameter passed to irc_channel_name_gen
2015-04-12:
- 21:24 Ticket #7 (Non-local account/settings storage) reopened by
- Nope! :-) But let's change the title to not mention LDAP since that …
- 19:19 Ticket #1204 (Fix the logging subsystem) created by
- The logging subsystem was introduced together with daemon mode back in …
- 18:57 Ticket #1203 (RPC interface to write protocol plugins in a different language) created by
- I'm working on this and have a bunch of code written already by now, …
- 15:27 Changeset [951aefd] by
- msn/gw.c: ensure that the im_connection still exists in callbacks
- 15:04 Changeset [f15553d] by
- Common set evaluator that sends updates to the RPC server if online.
- 13:46 Changeset [c5a7b8d] by
- Away states/messages, account flags, error reporting, some comments.
2015-04-11:
- 23:27 Changeset [f3af614] by
- Whole bunch of changes: Added some more settings-related stuff and …
- 19:36 Changeset [5fbf815] by
- msn: rename all old 'handler' variables to 'md' for consistency I …
- 18:20 Changeset [002fede] by
- msn: handle NOT command payload length
2015-04-10:
- 17:10 Changeset [e59eec0] by
- msn: switch to long polling http
- 17:10 Changeset [cd5fdcf] by
- msn: handle NFY PUT (presence notifications), refactor a bit
- 17:10 Changeset [3058c30] by
- msn_set_away: fix strcmp check for idle
- 17:10 Changeset [73b1a8e] by
- get_rfc822_header: allow headers at the end of a string
- 17:10 Changeset [913a663] by
- msn: implement the rest of the http gateway support, enable by default
- 17:10 Changeset [a4be2f6] by
- msn: add msn_queue_feed(), move read() out of msn_handler()
- 17:10 Changeset [3b09b38] by
- msn: remove msn_linesplit, use g_strsplit_set instead
- 17:10 Changeset [cfeadc3] by
- msn: start of the http gateway code
- 17:10 Changeset [d550358] by
- msn: remove unsupported commands, OIMs and dead code
- 17:10 Changeset [d80822c] by
- msn: implement PUT /user to set status as online
- 17:10 Changeset [11e42dc] by
- msn: removed switchboards, implemented SDG message
- 17:10 Changeset [254a4da] by
- msn: start update to msnp21 - bump protocol version - update CVR …
- 17:10 Changeset [693aca0] by
- msn: colorful debug
2015-04-09:
- 21:39 Ticket #1201 (Add online status of user to query topic) closed by
- invalid: The only way to modify a hostmask atm, in a clean way, is quit/join, …
- 18:39 Ticket #1202 (Twitter: tweets with embedded tweets sometimes(?) not shown) created by
- Sometimes tweets with embedded tweets (= link to a tweet inside) don't …
- 11:27 Ticket #1201 (Add online status of user to query topic) created by
- Hi, it would be a nice feature, if bitlbee would display the online …
2015-04-06:
- 17:07 Changeset [0fb32dd] by
- Merge branch 'develop' into feat/hip-cat Conflicts: irc.h irc_channel.c
- 17:01 Changeset [a9b1e0e] by
- irc_channel: use irc_t instead of bee_t Fixes the test suite. I guess …
- 16:22 Changeset [8bcd160] by
- msn: remove old/broken/unused msnftp stuff (requires distclean!) …
- 12:35 Changeset [e3e2059] by
- irc: split bee_irc_chat_name_hint in a few functions Also split …
- 11:56 Changeset [b3ebb3a] by
- another attempt at g_convert_with_fallback in irc_channel_name_gen
- 11:27 Changeset [d16e951] by
- i bet this is seirl's fault
- 02:26 Changeset [1522faf] by
- Merge branch 'develop' into feat/hip-cat Conflicts: irc_im.c …
- 01:12 Changeset [16652e9] by
- More improvements: Settings, methods list in init.
2015-04-05:
- 22:47 Changeset [71f87ba] by
- Adapt old subprotocol checks to the last commit
- 21:44 Changeset [9dc67f4] by
- jabber: Register "hipchat" protocol (only minimal support for now) …
- 21:44 Changeset [ac6855b3] by
- Revert "Add the concept of jabber sub-protocols" This reverts commit …
- 14:10 Changeset [69982f8] by
- CHANGES: use utf-8 instead of latin1 It's not 2003 anymore
- 14:09 Changeset [71abe93] by
- proxy: minor refactor, simplify error handling
Note: See TracTimeline
for information about the timeline view.