lp://staging/~vcs-imports-ii/bitlbee/trunk
- Get this branch:
- bzr branch lp://staging/~vcs-imports-ii/bitlbee/trunk
Branch merges
Branch information
Import details
This branch is an import of the Bazaar branch at http://code.bitlbee.org/bitlbee/.
Last successful import was .
Recent revisions
- 1148. By dx
-
hipchat: Basic implementation: Auth, profile and mention names
This is enough to log in with their usernames, make 'chat add' based
groupchat joins slightly more smooth, and see mention names as nicks.All the MUC list stuff is left out intentionally since that's not as
stable as I wish. - 1147. By dx
-
oauth: fix use-after-free of the ->next of the list
Third time's the charm.
Previous attempt fixed something and broke something else. Whatever.
Definitely valgrind clean this time. - 1146. By dx
-
jabber: Register "hipchat" protocol (only minimal support for now)
Another take on the subprotocols idea that, IMO, was a failure.
Unlike the other implementation, this one doesn't touch gtalk/facebook
accounts, it just adds another copy of the "jabber" prpl called "hipchat".And, based on the protocol name:
- sets JFLAG_HIPCHAT to jabber_data
- sets the default value of the "server" setting
- only includes the oauth setting for jabber-type accountsThis is slightly more "hardcoded" but honestly facebook and gtalk are
just as hardcoded as this.Copying the prpl is needed because the meaning of the usernames is
completely different (there's no srv lookup stuff either) - 1145. By dx
-
msn: don't prevent reconnections on OUT OTH
The servers send them for other reasons nowadays, and all
non-MPOP clients are blocked, so OTH is highly unlikely
to mean "someone else logged in with your account"
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)