#431 closed enhancement (fixed)
small cleanups: char* -> const char*; quoted headers
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | 1.2.1 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Linux |
OS version/distro: |
Description
There were some clashes with headers, and non-const strings noticed when I was developing libmsn support.
Attachments (1)
Change History (7)
Changed at 2008-07-01T08:59:20Z by
Attachment: | bitlbee.cleanups.patch added |
---|
comment:1 Changed at 2008-07-01T09:03:31Z by
comment:2 Changed at 2008-07-01T11:41:56Z by
Oh, well, lets reply here too. libmsn ( http://sourceforge.net/projects/libmsn ) is a C++ library that implements MSNP15 (which includes offline messages). Be sure to check the svn.
comment:3 Changed at 2010-03-14T17:56:57Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Late thanks for these BTW, I finally committed this patch. Surprisingly with only two conflicts.
libmsn is C++, how well did integrating that with BitlBee work out BTW?
comment:4 Changed at 2010-03-14T20:43:02Z by
Woohoo! ;-)
Well... libmsn + bitlbee didn't work out. I had it made till it "worked" as a proof of concept, but then something distracted me, and I gave up, I guess.
comment:5 Changed at 2010-03-15T00:00:13Z by
So you managed to wrap C++ code into C-based BitlBee?
I guess there's no reason it shouldn't be possible, but it sounds like a glorious hack. Cool. :-D
What's a libmsn?