lp://staging/~lericson/bitlbee/bitlbee-toxik
BitlBee with patches and changes that I consider neat. Note that this branch isn't going to be updated other than merging mek-ft every now and then.
- Get this branch:
- bzr branch lp://staging/~lericson/bitlbee/bitlbee-toxik
Branch merges
Updating branch...
Launchpad is processing new changes to this branch which will be available in a few minutes. Reload to see the changes.
Recent revisions
- 197. By Ludvig Ericson <email address hidden>
-
* msn_sb_spare now returns NULL if no spares are to be used at all.
* When disconnecting, now flag the SB as unavailable.
* Fixed error counter mechanism that would increment for every D/C'd
SB. - 196. By Ludvig Ericson <email address hidden>
-
Added msn_sb_disconnect() which just sends an OUT command, and added use of this when switchboard is about to be spare in no-spares-mode, so as to fix previous bug where BitlBee freed rxq and tried to write to it, and died. No-spares-mode now works fine.
- 195. By Ludvig Ericson <email address hidden>
-
Fixed configure script, now doesn't define MSN_NO_SPARES twice. Silly me.
- 193. By Ludvig Ericson <email address hidden>
-
Implement --msnnospares with ./configure to disable SB spare behavior.