source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Date Author Log Message
(edit) @a7b5925   2007-10-07T20:42:37Z wilmer Renaming RC4 to ArcFour (possible trademark issues).
(edit) @9334cc2   2007-09-25T08:08:56Z wilmer Fixed NULL pointer dereference in "account set" command. That command …
(edit) @8d32b9e   2007-09-01T21:57:22Z wilmer Made UTF-8 the new default charset. This is the default on pretty much …
(edit) @60c1a4e   2007-08-30T22:30:27Z wilmer Changed the order in which things are loaded a little bit so …
(edit) @8ad90fb   2007-08-30T22:23:07Z wilmer From vmiklos: More verbose error message on plugin load failures.
(edit) @f2b171d   2007-08-30T22:22:43Z wilmer From vmiklos: Fixed list of header files in Makefile.
(edit) @2abfbc5   2007-08-30T22:17:51Z wilmer From vmiklos: Added --plugins= option to configure script.
(edit) @a8a0b4c   2007-07-14T23:54:18Z wilmer Merge from Jelmer (making GCC4 happy by sanitizing some typecasting …
(edit) @1da00b1   2007-07-14T23:47:38Z wilmer Hiding LDAP support because it doesn't actually work at all ATM.
(edit) @cbaac62   2007-07-14T17:20:18Z wilmer Adding an epoch to "spoofed" version numbers to make sure apt doesn't …
(edit) @b9e4ab5   2007-07-07T17:21:12Z Jelmer Vernooij Fix ssl_bogus.
(edit) @3b6eadc   2007-07-07T17:19:28Z Jelmer Vernooij Fix some warnings in storage.c.
(edit) @c4f2c6a   2007-07-06T08:11:13Z wilmer Removed MPL from debian/copyright because the old Jabber module is …
(edit) @19a8088   2007-07-05T23:36:48Z wilmer Adding debian/ tree to the repository again. Updated it to include all …
(edit) @ae3c4fa   2007-07-01T14:52:45Z wilmer Merge from Jelmer (mainly unit testing things).
(edit) @f7b44f2   2007-06-30T21:52:44Z wilmer Added help information for the join_chat command and its five …
(edit) @05bcd20   2007-04-28T05:20:56Z wilmer s/Gender: Unknown in OSCAR profile info. If we don't know, just …
(edit) @c737ba7   2007-04-22T02:15:36Z wilmer join_chat root command works for AIM chats now. (Was trivial to add …
(edit) @df1fb67   2007-04-21T05:18:40Z wilmer Consistency; Using OPT_T(YP|HINK)ING for outgoing typing notfication …
(edit) @17fa798   2007-04-21T05:02:05Z wilmer Jabber module should always send the status information of the primary …
(edit) @d11dd2f   2007-04-21T04:22:44Z wilmer Added G_GNUC_PRINTF() to imcb_(log|error) to keep an eye on fmt string …
(edit) @f6c963b   2007-04-21T04:13:21Z wilmer Renamed some more prpl functions.
(edit) @b0eaa5b   2007-04-21T03:23:39Z wilmer No auto reconnect when the user does "account off" (in fact this auto …
(edit) @61ae52c   2007-04-20T05:19:06Z wilmer Renamed/slightly changed syntax of groupchat callback functions.
(edit) @d323394c   2007-04-20T04:49:30Z wilmer New code to use nicknames stored in ICQ contact lists.
(edit) @f0cb961   2007-04-19T06:03:43Z wilmer More API changes: buddy list management. imcb_add_buddy() is now a …
(edit) @33dc261   2007-04-18T02:49:49Z wilmer Fixed NULL pointer dereference in Jabber code.
(edit) @9624fdf   2007-04-17T04:49:17Z wilmer API cleanup pretty much complete. Fixed pretty much everything except …
(edit) @717e3bf   2007-04-17T03:57:30Z wilmer Hopefully improved Yahoo! "markup" stripping.
(edit) @b3cae44   2007-04-16T04:44:08Z wilmer Forgot to credit Greg for the update, and sorry to infamous41md for …
(edit) @cfc8d58   2007-04-16T04:31:52Z wilmer Updating the Yahoo! module. This seems to fix handling of incoming …
(edit) @6bbb939   2007-04-16T04:01:13Z wilmer Split serv_got_update() into imcb_buddy_(status|times). (Well, the …
(edit) @84b045d   2007-04-16T01:03:08Z wilmer s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a …
(edit) @c2fb3809   2007-04-15T22:39:35Z wilmer Cleaned up struct im_connection. No more username/password stuff since …
(edit) @cd4723c   2007-04-15T21:59:52Z wilmer More format string problems.
(edit) @552e641   2007-04-06T05:34:23Z wilmer Now that all these functions take format strings, I have to make sure …
(edit) @aef4828   2007-04-06T05:20:31Z wilmer More cleanups, mainly in the callbacks. Replaced things like …
(edit) @0da65d5   2007-03-31T05:40:45Z wilmer s/gaim_connection/im_connection/ and some other minor API changes. The …
(edit) @fa29d093   2007-03-28T05:53:11Z wilmer Preparing for Jabber conference room support.
(edit) @723e611   2007-02-26T04:46:35Z wilmer Removed boolean code from set_getint() and added bits of help to set.h.
(edit) @b6423a09   2007-02-18T23:57:12Z wilmer Little fix copied from Jelmer's integration branch, want to import the …
(edit) @6cfcfdf   2007-02-18T23:48:02Z wilmer Added the right version tag.
(edit) @d4589cb   2007-02-18T23:47:17Z wilmer Little doc/help update.
(edit) @21782b3   2007-02-18T22:52:48Z wilmer Silencing some (hopefully) bogus warnings because too many people will …
(edit) @dcf0f3e   2007-02-18T22:46:50Z wilmer Fixed Makefiles (make distclean was completely broken).
(edit) @34337a7   2007-02-18T22:46:21Z wilmer Fixed a possible issue with corrupted .nicks files in text_load().
(edit) @0f4c1bb5   2007-02-18T22:45:39Z wilmer Added Jabber server port number restrictions.
(edit) @0fd8559   2007-02-18T17:48:04Z wilmer Merging new Jabber module. See the massive changelog for all the cool …
(edit) @8de63c3   2007-02-18T17:37:54Z wilmer AIX fixup. See #230.
(edit) @46af107   2007-02-18T17:34:19Z wilmer Fixed uninitialized memory issue in bitlbee.c listen socket setup …
(edit) @f959495   2007-02-18T17:19:01Z wilmer Preventing infinite loop while cleaning up accounts in irc_free(). …
(edit) @7e0af53   2007-02-18T17:10:14Z wilmer configure --pidfile= actually works now.
(edit) @5c5a586   2007-02-18T17:05:29Z wilmer configure script tweaks.
(edit) @348c11b   2007-01-22T09:42:55Z Jelmer Vernooij Add lcov target
(edit) @7738014   2007-01-21T22:08:56Z Jelmer Vernooij Add tests for set
(edit) @8c073a6   2007-01-21T21:38:50Z Jelmer Vernooij Add testsuite for crypting.
(edit) @ed5df81   2007-01-21T21:17:11Z Jelmer Vernooij Add unit testing for user code
(edit) @7bee5af   2006-12-24T21:47:18Z Jelmer Vernooij Add tests for set_url(). Fixed a bug where the default port wasn't …
(edit) @c227706   2006-12-24T19:35:13Z Jelmer Vernooij Refactor the help code to take a filename rather than using the global …
(edit) @9225e08   2006-12-24T01:47:20Z Jelmer Vernooij Fix check for non-debug builds.
(edit) @a3a3778   2006-12-22T17:17:08Z wilmer Merging trees.
(edit) @a51be64   2006-12-06T14:16:56Z Jelmer Vernooij Fix gcov.
(edit) @7bcdde3   2006-12-06T13:57:25Z Jelmer Vernooij Some simple tests for irc_*()
(edit) @3b4cc8f   2006-12-06T13:34:15Z Jelmer Vernooij Support arguments passed to tests/check to enable verbose logging or …
(edit) @6a90967   2006-12-06T13:26:22Z Jelmer Vernooij Add tests for md5.
(edit) @2c7df62   2006-12-06T12:15:09Z Jelmer Vernooij Fix testsuite.
(edit) @7740c4c   2006-12-05T22:57:02Z Jelmer Vernooij Fix xslt with newer (more pedantic) XSLT processors.
(edit) @d8d63a2   2006-12-05T20:40:17Z Jelmer Vernooij [merge] wilmer
(edit) @c7d0f41   2006-12-03T17:57:31Z wilmer Added Jabber info to CHANGES.
(edit) @cb6a6f4   2006-12-03T17:57:17Z wilmer Fixed use of already free()d variable.
(edit) @55078f5   2006-11-25T09:20:29Z wilmer Forgot to pass O_CREAT to open() which can cause problems if there's a …
(edit) @dfc8a46   2006-11-24T19:39:59Z wilmer Bye bye lilo. I've never been a fan of yours, but let's not make fun …
(edit) @25984f2   2006-11-23T18:46:09Z wilmer Fixed me. ;-) This seems to be correct already.
(edit) @9bcbe48   2006-11-23T09:34:18Z wilmer Fixed some (possible) NULL-pointer dereferences. THANKS FOR NOTHING to …
(edit) @16b5f86   2006-11-13T10:38:23Z wilmer Added handling of GET_BUDDY_* flags.
(edit) @0d3f30f   2006-11-12T23:06:08Z wilmer Improved handling of JIDs: Bare JIDs are allowed (*sigh*) and case …
(edit) @bbb6ffb   2006-10-31T08:35:36Z wilmer Disabling little optimization in irc.c because it can't be done safely …
(edit) @47d3ac4   2006-10-31T08:25:41Z wilmer Added #defines for XML namespaces.
(edit) @abbd8ed   2006-10-28T20:54:40Z wilmer Added handling of roster pushes. This means your local buddy list will …
(edit) @62d0c14   2006-10-24T19:04:52Z wilmer Forgot about one possible NULL pointer dereference in jabber_pkt_message().
(edit) @bd28e6a   2006-10-24T10:40:28Z wilmer MSN message packets are now sent at once instead of separately. …
(edit) @f0071b7   2006-10-23T20:01:19Z wilmer Better handling of <message/> packets. (Headlines, JIDs without …
(edit) @e8a6211   2006-10-22T17:00:15Z wilmer Merge from main tree.
(edit) @6237ded   2006-10-22T13:58:32Z wilmer set_eval_int() was pretty broken…
(edit) @28eda86   2006-10-22T13:53:55Z wilmer Fixed #181. (Using wrong (static) variable in error messages.)
(edit) @670204f   2006-10-22T12:43:40Z wilmer Copied 1.0.x changelogs, disabled LDAP support in configure (because …
(edit) @2087159   2006-10-22T09:24:55Z wilmer Away devoices are done by the server instead of by root now. This …
(edit) @66f783f   2006-10-21T21:40:06Z wilmer Complete fix (or mostly a work-around) for nested calls to signoff(). …
(edit) @4b0d805   2006-10-21T21:12:30Z wilmer Can't hurt to at least try one compile before running bzr commit…
(edit) @91bd910   2006-10-21T20:56:21Z wilmer Fixed #139. (Wrong Gender description)
(edit) @35f6677   2006-10-21T20:48:44Z wilmer Proper detections of errors from *_connect() and added a "Connecting" …
(edit) @2a29eac   2006-10-21T19:49:57Z wilmer "Restructured" msn_login() a little bit.
(edit) @3b3cd693   2006-10-20T19:58:09Z wilmer Added backwards compatibility with the old "account add" syntax for …
(edit) @dfa41a4   2006-10-20T19:12:14Z wilmer Now all IQ packets get an ID and cached packets get a "special" ID. …
(edit) @f920d9e   2006-10-19T07:51:35Z wilmer Added starttls code to ssl_openssl.c so GnuTLS isn't the only …
(edit) @1991be6   2006-10-18T17:47:08Z wilmer get_info() now displays vCard information too.
(edit) @e727608   2006-10-16T08:21:03Z wilmer hash_hex buffer for IQ digest authentication missed one byte…
(edit) @a5ac9f9   2006-10-15T22:25:59Z wilmer Filled in the user changelog a bit more.
(edit) @aaaed5e   2006-10-15T21:42:28Z wilmer A *working* fix for a memory access violation in cmd_remove().
(edit) @d74c644   2006-10-15T20:46:22Z wilmer Merge from devel.
Note: See TracRevisionLog for help on using the revision log.