source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Date Author Log Message
(edit) @e900442   2007-07-05T23:39:47Z wilmer Merging from devel. Added documentation for the join_chat command, …
(edit) @19a8088   2007-07-05T23:36:48Z wilmer Adding debian/ tree to the repository again. Updated it to include all …
(edit) @9da0bbf   2007-07-02T22:12:03Z wilmer Added (and using) jabber_chat_free() for better memory management, …
(edit) @5d7dc00   2007-07-02T21:24:04Z wilmer Stripping of unwanted characters (@ and =) in channel nicknames.
(edit) @1962ac1   2007-07-02T21:07:43Z wilmer Fixed nick hint function to only set the nick if it's different from …
(edit) @c377417   2007-07-02T09:30:48Z wilmer Cleaning up groupchats when shutting down the Jabber connection. The …
(edit) @9c9b37c   2007-07-01T19:58:23Z wilmer Keeping an original (not normalized) copy of the user's nickname. This …
(edit) @b9f8b87   2007-07-01T16:29:21Z wilmer Better handling of private messages via groupchats.
(edit) @2758cfe   2007-07-01T15:22:42Z wilmer Properly updating away state info if one resource goes down while …
(edit) @ae3c4fa   2007-07-01T14:52:45Z wilmer Merge from Jelmer (mainly unit testing things).
(edit) @40ef702   2007-07-01T13:08:47Z wilmer Less copy-pasting in the service discovery reply and added MUC support …
(edit) @7bf4326   2007-07-01T12:20:23Z wilmer Better groupchat channel name generation/verification.
(edit) @f7b44f2   2007-06-30T21:52:44Z wilmer Added help information for the join_chat command and its five …
(edit) @a3d5766   2007-06-19T23:28:45Z wilmer Not calling imcb_remove_buddy() right after removing the XML console …
(edit) @bdda9e9   2007-06-13T23:32:56Z wilmer Fixed irc_chat_by_channel() to not break if using multiple IM accounts …
(edit) @998b103   2007-06-13T23:31:39Z wilmer Added imcb_remove_buddy() so deletions in Jabber roster pushes …
(edit) @43d8cc5   2007-06-13T23:31:18Z wilmer Fixed a memory management problem that caused some strange nickname issues.
(edit) @7e9dc74   2007-06-13T23:30:59Z wilmer Fixed the duplicate-nick problem. Very very very stupid bug... :-(
(edit) @c570c86   2007-06-04T15:56:09Z wilmer Calling imcb_add_buddy() before setting the nickname. This is the only …
(edit) @e0e2a71   2007-06-04T13:36:51Z wilmer Fixed retarded use of strcpy() and no longer using Jabber fullnames …
(edit) @d06eabf   2007-06-04T13:22:05Z wilmer Added imcb_buddy_nick_hint so the Jabber conference module can suggest …
(edit) @54f2f55   2007-06-04T11:45:33Z wilmer Now anonymous rooms should really work. This makes sure the self-join …
(edit) @bb95d43   2007-06-04T11:32:37Z wilmer Added a real XML-console to the Jabber module! Add the handle …
(edit) @05bcd20   2007-04-28T05:20:56Z wilmer s/Gender: Unknown in OSCAR profile info. If we don't know, just …
(edit) @6286f80   2007-04-26T04:41:34Z wilmer Prepared the Jabber module for anonymous rooms, but the BitlBee core …
(edit) @2d317bb   2007-04-23T05:18:47Z wilmer Fixes: handling of being kicked, now sending <presence/> tags to all …
(edit) @0e7ab64   2007-04-23T02:58:44Z wilmer Got rid of one HORRIBLE stupidity called chat_by_channel(), which …
(edit) @43671b9   2007-04-22T23:39:37Z wilmer You can send messages too now. But it's still very kludgy and doesn't …
(edit) @e35d1a1   2007-04-22T20:44:27Z wilmer Read-only support for Jabber conferences (non-anonymous rooms only). …
(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(). …
Note: See TracRevisionLog for help on using the revision log.