Timeline
2015-11-15:
- 23:19 Changeset [0d8a9bb0] by
- irc_send_whois: Refactor out a get_status_message() function Because …
- 00:31 Ticket #5 (Apply Hanji AIM patches) closed by
- fixed: You what?
- 00:05 Ticket #5 (Apply Hanji AIM patches) reopened by
2015-11-09:
- 12:21 Changeset [d6e2aa8] by
- Nuke imcb_clean_handle(), which was merging handles accidentally …
2015-11-08:
- 08:16 Changeset [d63f37c] by
- IRCv3 extended-join capability Not very useful for the account …
- 08:14 Changeset [37c9653] by
- Update twitter's "help set mode" to mention that DMs are now fetched
- 00:21 Changeset [3d365b4] by
- otr_filter_colors: Also remove \x02 (irc bold)
- 00:19 Changeset [0a5d03c] by
- Do not use NOTICE for OTR messages for a given user Because they are …
2015-11-07:
- 11:06 Ticket #1234 (Multiple jabber accounts for one channel) closed by
- invalid: Not much to do here, closing! Also please use irc the next time for …
- 11:05 BadContent edited by
- beep boop (diff)
2015-11-03:
- 11:43 Changeset [c467adc] by
- sighandler_crash: Mark irc socket as blocking before writing Just to …
2015-11-01:
- 21:30 Ticket #231 (Clean up _connected() event handler when closing a socket) closed by
- fixed: I think this shouldn't happen anymore with proxy_disconnect()
- 21:29 Ticket #1235 (Cyrilic names and warnings) closed by
- invalid: Yay! It's false because technically speaking it's an IRC protocol …
- 20:30 Ticket #1123 (Messages are not received correctly) closed by
- notmyfault: Skype's api is half-broken. I don't get private messages at all with …
- 08:02 Ticket #513 (Random number of add-friend requests are sent (oscar)) reopened by
- Actually nevermind. Not the same thing. Sorry for the noise.
- 08:00 Ticket #513 (Random number of add-friend requests are sent (oscar)) closed by
- duplicate: Duplicate of #478
- 07:54 Ticket #796 (PyICQt transport nickname convention violation) closed by
- notmyfault: This looks like it was fixed on the pyicqt side, judging from the source.
- 07:46 Ticket #917 (Client-side buddy list support missing for certain libpurple protocols ...) closed by
- fixed: This stuff was applied months ago, forgot to close it.
2015-10-31:
- 15:19 Ticket #1235 (Cyrilic names and warnings) created by
- Imagine i have 600 contacts on a protocol with cyrilic names so i …
- 11:37 Ticket #885 (segmentation fault when connecting to icq) closed by
- obsolete: Somehow, I didn't see this bug before. Looks interesting but I can't …
- 00:48 Ticket #1234 (Multiple jabber accounts for one channel) created by
- how to ?
2015-10-30:
- 13:15 Changeset [abf4717] by
- Remove some dust from the old (very old) doc/README There were some …
- 13:13 Changeset [b5cc87e] by
- A bunch of completely arbitrary changes to the README
- 10:44 Changeset [9516bb6] by
- tests: Define a stub sighandler_shutdown_setup() to allow linking I'm …
- 10:31 Changeset [2e99039] by
- Avoid propagating shutdown signal to all subprocesses This was a …
- 10:31 Changeset [ad8a810] by
- jabber: Don't reply XEP-0184 receipts sent over MUCs XEP-0184 section …
- 10:31 Changeset [129e282] by
- ipc: Fix strict aliasing warnings Turned out to be as simple as just …
- 10:31 Changeset [0edc2fb] by
- log: Refactor log_link() to be less redundant. "I didn't feel like …
- 10:28 Changeset [884577f] by
- MSN: self message support This is straightforward, like receiving a …
- 10:28 Changeset [fb2338d] by
- jabber: Self message handling (echo removal) in MUCs XMPP MUCs always …
- 10:27 Changeset [345577b] by
- IRC self-message support (messages sent by yourself from other …
- 09:54 Ticket #1198 (There's no way to interrupt proxy_connect() before reaching the ...) closed by
- fixed: Fixed with this: https://github.com/bitlbee/bitlbee/pull/54 Mainly …
2015-10-26:
- 08:28 Changeset [0db6618] by
- Use proxy_disconnect() in http, ssl, jabber, oscar Twitter and MSN …
- 03:42 Changeset [4e365ce] by
- Add proxy_disconnect() to interrupt possibly pending connections …
- 03:42 Changeset [f710673] by
- proxy: Turn phb_close() into phb_free(), use it for all g_free(phb) …
2015-10-25:
- 22:37 Changeset [5756890] by
- proxy: Use an array of function pointers for proxy_connect_* Just cleanup.
- 05:16 Changeset [e4c3041] by
- purple: Fix certificate cache dir after changing user dir This fixes …
- 03:17 Changeset [d7969a1] by
- Update 'help set show_users' to mention special and the new default …
2015-10-23:
- 20:38 Ticket #1033 (gtalk shows '<< BitlBee - Message with subject:...' with every message) closed by
- obsolete: Well, I can't find the "reply as chat" feature anymore in gmail. …
- 17:09 Ticket #566 (Does not support Cyrillic (Russian) and possibly any non-ASCII ...) closed by
- fixed: This was fixed around the 3.2.1 release (two years ago) with the …
2015-10-22:
- 20:23 Ticket #649 (IRC Actions should be sent as "*blah*" rather than "/me blah" on ...) closed by
- wontfix: Replying to wilmer: > I'd prefer a setting for this since …
- 08:05 Changeset [b0da3b8] by
- check_jabber_util: adapt to new behavior of GET_BUDDY_EXACT I can't …
2015-10-21:
- 14:45 Ticket #1233 (OSCAR (AIM) not working) closed by
- notmyfault: Yay
- 13:23 Ticket #995 (socks4a proxy type) closed by
- fixed: Implemented in …
- 13:14 Changeset [12f041d] by
- socks4a proxy support (like socks4 with remote DNS) Fixes trac ticket …
- 11:46 Ticket #1111 (Opportunistic OTR tries to establish an OTR session with _xmlconsole) closed by
- fixed: Fixed with …
- 11:40 Changeset [3314ced] by
- jabber: set BEE_USER_NOOTR flag to _xmlconsole Fixes trac ticket …
- 11:40 Changeset [09f7ec1] by
- Add a per-user version of OPT_NOOTR, BEE_USER_NOOTR
- 11:31 Ticket #465 (Incorrectly reporting "Invalid channel name" for jabber chat) closed by
- fixed: I guess this was fixed when ui-fix was merged (3.0). Just tested and …
- 11:26 Ticket #342 (In GTALK, setting a user to never show up removes them completely from ...) closed by
- notabug: Replying to dx: > Huh, this still applies. It's the server …
- 11:19 Ticket #512 (mobile aim users) closed by
- worksforme: This is old but it's not an issue anymore.
- 10:28 Ticket #1233 (OSCAR (AIM) not working) created by
- OSCAR seems not to be working with server login.messaging.aol.com …
- 10:25 Ticket #1145 ("imcb_buddy_status() for unknown handle" after removing buddy) closed by
- duplicate: Looks like the same issue as #633
- 09:50 Changeset [2b0c05c] by
- yahoo: call callback on connect error to fix memleak Passing NULL as …
- 09:39 Ticket #1041 (Jabber account connects, hangs after "Authentication Finished") closed by
- moreinfo: Can't do anything with this one without more info. This one didn't get …
- 09:05 Ticket #1065 (Members of group chats appearing in separate PM windows) closed by
- duplicate: I think this is the same thing as #911, which is fixed already. > …
- 08:53 Ticket #135 (Yahoo reconnection trouble with socks proxy.) closed by
- fixed: Fixed in …
- 08:46 Changeset [72d661e] by
- yahoo: Fix handling of proxy connection failures Fixes trac ticket …
- 06:49 Ticket #1143 (XEP85 detection (typing) seems to fail between two bitlbee users) closed by
- fixed: Fixed in …
- 06:24 Changeset [5307e88] by
- jabber: Fix XEP85 detection (typing) between two bitlbee users Fixes …
- 06:05 Changeset [0c78bb7] by
- jabber: Fix outgoing google talk typing notifications Since bare JIDs …
- 06:05 Changeset [e4145d9] by
- jabber: Fix incoming google talk typing notifications …
2015-10-20:
- 05:57 Ticket #1205 (Groupchats may create users with utf8 nicks when utf8_nicks is disabled) closed by
- worksforme: I never managed to reproduce this issue or contact this guy again. …
2015-10-19:
- 06:56 BadContent edited by
- VERY IMPORTANT THINGS TO NOTE WHEN BUYING BAGS!!!! (diff)
Note: See TracTimeline
for information about the timeline view.