source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Date Author Log Message
(edit) @56244c0   2010-03-12T00:38:40Z wilmer Added set_eval_list which I will need for the Purple module now to …
(edit) @fdba6bc   2010-03-08T01:25:53Z wilmer Merging in ' fix.
(edit) @b52e478   2010-03-08T01:25:10Z wilmer Added ' HTML entity since we're sure getting that one a lot with …
(edit) @bab1c86   2010-03-08T01:21:08Z wilmer Mail notifications, partially from …
(edit) @52cae01   2010-03-07T23:08:40Z wilmer Set the ACC_FLAG_*_MESSAGE flags correctly depending on the prpl.
(edit) @279607e   2010-03-07T22:35:00Z wilmer Fixed purple module to work with the new away interface.
(edit) @fb020ac   2010-03-07T18:43:23Z wilmer Merging in mainline, including improved away/status stuff.
(edit) @c32f492   2010-03-07T18:41:45Z wilmer Merging in improved away/status message code.
(edit) @0e99548   2010-03-07T18:37:23Z wilmer Doc update.
(edit) @63770b4   2010-03-07T18:32:31Z wilmer Changed formatting of Jabber buddy info response.
(edit) @68198e9   2010-03-07T00:31:34Z wilmer Two more fixes in OSCAR to avoid NULL pointers being passed to …
(edit) @58adb7e   2010-03-07T00:22:33Z wilmer Added global and per-account settings "away" and "status" so the user …
(edit) @34fbbf9   2010-03-06T18:22:20Z wilmer Adapted nogaim.c. Pretty nice cleanup of away state alias handling, mostly.
(edit) @be915f5   2010-03-06T18:19:31Z wilmer Yahoo! fixes. Turns out the protocol really is somewhat odd.
(edit) @0714d51   2010-03-06T17:41:01Z wilmer Put AWY at the beginning of the list since it's used as a fallback.
(edit) @4049061   2010-03-06T17:10:32Z wilmer Fixed up Yahoo! I'll have to do some more thorough testing of this …
(edit) @17f9522   2010-03-06T16:17:23Z wilmer OSCAR cleanup.
(edit) @b051d39   2010-03-06T15:44:46Z wilmer MSN module updated to deal with the new API. Not many changes since it …
(edit) @2bc8ac0   2010-03-06T14:55:12Z wilmer Away with this stupid GAIM_AWAY_CUSTOM constant. Let's see what still …
(edit) @840bba8   2010-03-06T14:50:52Z wilmer The Jabber part of the change. Also made representation of not-away a …
(edit) @d1ad6f0   2010-03-06T14:15:14Z wilmer Preparing for per-account status/away messages. Convert some #defines …
(edit) @1c2eaa3   2010-02-17T00:17:04Z wilmer Also disable Yahoo! module if SSL support is missing since it also …
(edit) @e08e53c   2010-01-04T12:16:18Z wilmer Fixed build system: Run pkg-config at configure-time instead of just …
(edit) @a19ea7a   2009-12-26T15:14:52Z wilmer Use purple_buddy_get_name, not purple_buddy_get_contact_alias. Makes …
(edit) @ccba980   2009-12-17T00:42:25Z wilmer A few fixes for bugs that caused coredumps on testing.bitlbee.org (or …
(edit) @ec29351   2009-12-07T22:11:40Z wilmer Committing some >1y old change. This seems to fix a small leak in the …
(edit) @5674207   2009-11-28T19:51:39Z wilmer Reshuffled initialization sequence a little bit. Most important …
(edit) @3e7b640   2009-11-28T00:47:20Z wilmer Look up a buddy in the contact list on incoming msgs. This seems to be …
(edit) @487f555   2009-11-26T00:04:40Z wilmer Support for sending zomg-im-typing notifications.
(edit) @e5d8d21   2009-11-25T00:45:27Z wilmer Added in-memory help info, which I wanted to implement for ages …
(edit) @0ac1a375   2009-11-25T00:19:45Z wilmer Added enough code to handle one class of queries (action-based), …
(edit) @45a19e5   2009-11-23T23:38:31Z wilmer Oops, forgot to change one protocol name string pointer..
(edit) @cd741d8   2009-11-23T23:23:37Z wilmer Fixed compatibility with non-libpurple version: oscar is now …
(edit) @4e04194   2009-11-23T23:00:54Z wilmer Merging BitlBee 1.2.4+
(edit) @b3117f2   2009-11-23T22:58:20Z wilmer Adding/removing contacts now works.
(edit) @36cf9fd   2009-11-12T11:41:54Z wilmer Proper detection of a usable libresolv.so or libresolv.a. glibc 2.9 …
(edit) @fb51d85   2009-10-23T23:57:41Z wilmer "chat add", not chat_add
(edit) @4cf80bb   2009-10-23T10:43:15Z wilmer Shuffling a few more #includes. Much more shuffling will be needed.
(edit) @b75acf6   2009-10-22T21:55:23Z wilmer Don't include chat.h from bitlbee.h. make install-dev doesn't install …
(edit) @2e44b1f   2009-10-17T15:43:12Z wilmer Hah. Forgot to update the version number in bitlbee.h. I really … 1.2.4
(edit) @3650088   2009-10-17T15:25:41Z wilmer I call you BitlBee 1.2.4. I hope. :-)
(edit) @74349eb   2009-10-17T15:13:40Z wilmer If you can't find what you expect in an IQ packet, it doesn't mean …
(edit) @57d8421   2009-10-17T15:04:30Z wilmer Document password-protected rooms.
(edit) @99c8f13   2009-10-17T14:48:21Z wilmer Valgrind pointed me at some memory leaks in the Yahoo! codek, …
(edit) @6967d01   2009-10-14T21:36:09Z wilmer I think daemon mode and libpurple won't go together very well for now …
(edit) @e71cfbc   2009-10-13T22:33:12Z wilmer Turns out I *did* implement HTTPS auth for Yahoo! myself already, but …
(edit) @4524f66   2009-10-12T22:37:28Z wilmer Store real names in /whois.
(edit) @e248c7f   2009-10-12T22:23:49Z wilmer Automatically try prpl-$proto if $proto doesn't exist, and disable …
(edit) @dd0d57b1   2009-10-12T22:19:41Z wilmer Oops, forgot to drop a printf() of all away states for debugging.
(edit) @ec5e57d   2009-10-12T00:00:24Z wilmer Support for setting away states. Somewhat hackish but this stuff is …
(edit) @b74b287   2009-10-11T21:08:26Z wilmer Fixed account cleanup (use remove, not destroy) and now using user's …
(edit) @0f7ee7e5   2009-10-11T12:57:29Z wilmer Copy all the string/bool/int account settings with their defaults to …
(edit) @db4cd40   2009-10-11T12:22:23Z wilmer Some valgrind cleaning/type safety fixes.
(edit) @4f103ea   2009-10-11T11:26:09Z wilmer Added handing of away states/messages of contacts.
(edit) @4164e62   2009-10-11T10:40:40Z wilmer Fixing a few compiler warnings and cleaning up the last remains of …
(edit) @c5c18c1   2009-10-10T23:57:26Z wilmer Hacked up a B_EV_FLAG_FORCE_REPEAT event handler flag to make …
(edit) @e046390   2009-10-10T23:25:54Z wilmer Make purple use BitlBee's event handling API. Since the APIs never …
(edit) @7ea8697   2009-10-10T15:00:16Z wilmer Setting Yahoo! away states works again.
(edit) @037b66a   2009-10-10T14:57:05Z wilmer Fixed an ugly bug in the write handler that may have caused many weird …
(edit) @ba16895   2009-10-10T13:48:44Z wilmer More Yahoo! fixes: Adding and removing buddies works, and for the …
(edit) @fa295e36   2009-10-10T13:39:51Z wilmer Added imcb_ask_auth() instead of reimplementing authorization requests …
(edit) @0cbef26   2009-10-07T23:37:32Z wilmer Added some debugging stuff and handling (better said, ignoring) of …
(edit) @389f7be   2009-10-06T22:55:46Z wilmer Support for sending messages.
(edit) @d250b2a   2009-10-06T22:26:01Z wilmer Receive messages.
(edit) @7da726b   2009-10-06T21:49:42Z wilmer Getting a contact list and online status now. Time to handle messages.
(edit) @860ba6a   2009-10-05T23:32:34Z wilmer Moved some stuff around, got something that logs in and reports status now.
(edit) @796da03   2009-10-04T23:28:11Z wilmer Something that compiles and runs, but otherwise utterly useless. Added …
(edit) @e59b4f6   2009-10-04T19:00:53Z wilmer Fixed embarassing early free() bug that sat in the WATCH command …
(edit) @bdad407   2009-10-04T18:28:41Z wilmer Fixing a crash bug that causes crashes only with buggy Jabber …
(edit) @c3e349e   2009-10-03T22:25:36Z wilmer Cleaned up Yahoo! fix: Error handling, and also not crashing when the …
(edit) @4fefb77   2009-10-03T19:27:50Z wilmer Yahoo! can log in again. This code still needs major cleanups, use it …
(edit) @0182773   2009-07-20T13:42:11Z wilmer Fixed fd leak in ini.c. How could I miss this one.. :-(
(edit) @2ea8736   2009-06-24T21:48:44Z wilmer Fixed another crash bug (this one was triggered by just typing "chat set").
(edit) @8a08d92   2009-06-24T21:44:39Z wilmer Fixed crash on setting an unknown setting.
(edit) @b9369b5   2009-06-17T23:17:15Z wilmer Fixed compatibility with AIM mobile messages. Should work according to …
(edit) @19176513   2009-06-03T16:10:36Z wilmer Fixed a bug that caused crashes when joining certain kinds of Google …
(edit) @9e768da   2009-01-13T18:59:28Z wilmer Fixed an embarassing typo that even fooled me into believing BitlBee …
(edit) @489f996   2008-12-25T11:05:11Z wilmer Simplified ini parser code a bit more. Not using strtok() after all …
(edit) @72b6783e   2008-12-24T09:00:42Z wilmer First version of new ini parser. Will just attempt to simplify code a bit.
(edit) @5469952   2008-12-14T15:04:48Z wilmer Detect disconnects caused by concurrent logins or rate limiting, and …
(edit) @71d45c2   2008-12-14T13:39:02Z wilmer Dropping warnings about unknown JIDs since they're spammy (mostly show …
(edit) @ac46218   2008-12-14T10:40:17Z wilmer Removed a double g_free() in proxy.c (that couldn't actually ever be …
(edit) @c0c43fb   2008-12-14T10:31:49Z wilmer Fixed ic->away leaking memory. This var is only used by OSCAR and …
(edit) @939370c   2008-12-14T10:19:41Z wilmer events_libevent now detects when the event currently being handled is …
(edit) @e1720ce   2008-12-14T01:38:59Z wilmer Fixed a bug in the IRC parser where lines that start with a colon and …
(edit) @6d5eb72   2008-12-14T01:14:55Z wilmer Added more chat.c sanity checks that were (embarassingly) missing so far.
(edit) @549545b   2008-12-13T20:02:55Z wilmer Checking if acc->prpl->chat_join actually exists before using it. :-/
(edit) @77fc000c   2008-12-13T19:46:56Z wilmer Added argument count check to "add -tmp" to prevent NULL dereference.
(edit) @de49316   2008-12-13T12:08:05Z wilmer Killed the test for setting non-existing variables since I killed …
(edit) @c05eb5b   2008-09-29T21:53:05Z wilmer Checking account setting's flags again before changing them.
(edit) @fb98634   2008-09-28T13:09:36Z wilmer Fixed crappy memory management in http_client.
(edit) @b2c062d   2008-09-28T11:21:55Z wilmer Adding the password to the right part of the <presence> stanza so …
(edit) @94acdd0   2008-09-28T11:18:19Z wilmer Restored support for password-protected chatrooms (for now only by …
(edit) @e180c59   2008-09-28T10:56:46Z wilmer Fixed irc_cmd_join(). Giving a more proper response to invalid channel …
(edit) @2bebe15   2008-09-28T00:18:21Z wilmer Fixed one crash bug in Yahoo! chatroom invitation handling.
(edit) @ced1e17   2008-09-07T14:34:50Z wilmer Merging BitlBee 1.2.3 release.
(edit) @ba3a8a5   2008-09-07T14:24:16Z wilmer Finished BitlBee 1.2.3 1.2.3
(edit) @76b6521   2008-09-07T13:03:51Z wilmer Switched docs to UTF-8, using XHTML DocBook template instead of old …
(edit) @15d1469   2008-09-06T23:10:47Z wilmer Really removing the gstdio.h include now to fully fix GLib 2.4 …
(edit) @3183c21   2008-09-06T22:59:32Z wilmer Completely reviewed all uses of irc->password, irc_setpass() and …
Note: See TracRevisionLog for help on using the revision log.