source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Date Author Log Message
(edit) @5df65bd   2010-11-21T16:14:03Z wilmer Don't save the global "away" settings, leave that to the IRC /AWAY …
(edit) @495d21b   2010-11-21T15:53:08Z wilmer Chop spaces from IM handles in all cases. Fixes #723.
(edit) @748bcdd   2010-11-21T15:23:54Z wilmer Time out if logging in takes too long (2m for now). Except for Twitter …
(edit) @bb151f7   2010-11-20T20:25:44Z wilmer Added irc_channel_with_user() function to find a suitable channel to …
(edit) @d68365c   2010-11-20T15:39:58Z wilmer D'oh. Obviously, only look at MSN buddies when checking the MSN …
(edit) @1074806   2010-11-20T15:18:55Z wilmer Fixed out-of-directory build support to not get confused by Eclipse. #713
(edit) @ef043d3   2010-11-20T15:13:40Z wilmer Fix up NSS SSL module.
(edit) @6d544a1   2010-11-20T11:48:04Z wilmer Restore support for joining password-protected Jabber rooms. Now using …
(edit) @4eb75b2   2010-11-20T11:31:39Z wilmer Sometimes for whatever reasons MSN adds all contacts to both the …
(edit) @10685d3   2010-11-19T21:00:14Z wilmer Fixed two doc/string typos.
(edit) @6b96de6   2010-11-15T23:00:32Z wilmer Un-deprecate login.icq.com, ICQ is back on its own server thanks to …
(edit) @ed0589c   2010-11-13T13:01:40Z wilmer Fixed issue with logging in to unverified MSN accounts.
(edit) @70d7795   2010-11-12T22:51:39Z wilmer Don't use the fd passing code in ipc.c on SunOS since it doesn't seem …
(edit) @6da18ac   2010-11-12T22:48:28Z wilmer Merging a bunch of Debian packaging fixes from AnAnt, the package …
(edit) @5258d364   2010-10-25T14:56:53Z aelmahmoudy * debian/*.config: use set -e in the body of maintainer scripts.
(edit) @9c66db0   2010-10-25T14:50:23Z aelmahmoudy * debian/bitlbee-common.init: Also stop at runlevels 0 and 6.
(edit) @920ed08   2010-10-25T14:48:46Z aelmahmoudy debian/bitlbee-common.init: Add Short-Description header.
(edit) @5020ef6   2010-10-25T14:43:20Z aelmahmoudy * debian/control: Bumped debhelper version to 6.0.7~ for dh_lintian
(edit) @295c17b   2010-10-25T14:34:04Z aelmahmoudy Escape hyphens in manpage
(edit) @279454e   2010-10-25T14:25:55Z aelmahmoudy Explicitly set source format to 1.0
(edit) @7064d28   2010-10-25T14:23:46Z aelmahmoudy Fix typo: recieve -> receive
(edit) @6c2b430   2010-10-25T14:21:29Z aelmahmoudy Added lintian overrides for bitlbee & bitlbee-libpurple
(edit) @1c12811   2010-10-25T12:42:19Z aelmahmoudy * debian/control: Moved dependency on adduser to bitlbee-common * …
(edit) @bc37983   2010-10-25T12:35:29Z aelmahmoudy * debian/{*.postinst, *.postrm}: use set -e in the body of the script.
(edit) @d1c70e7   2010-10-25T12:29:39Z aelmahmoudy * debian/*.prerm: use set -e in the body of the script.
(edit) @6e0e283   2010-10-25T12:21:23Z aelmahmoudy Added ${misc:Depends} for bitlbee & bitlbee-libpurple
(edit) @56ff331   2010-10-25T12:18:43Z aelmahmoudy * debian/control: Bumped Standards-Version to 3.9.1 * Create changelog …
(edit) @b350aad   2010-10-25T12:03:07Z aelmahmoudy Replace 'type' with 'which' to avoid bashism
(edit) @724dfce   2010-10-25T11:56:45Z aelmahmoudy Corrected short description of bitlbee-plugin-otr
(edit) @389ce9f   2010-10-24T22:20:40Z wilmer Another compatibility fix: AI_ADDRCONFIG doesn't exist on some systems.
(edit) @9a0ee1a   2010-10-23T23:29:43Z wilmer Adding bitlbee-common dependency since Lintian doesn't understand …
(edit) @f486006   2010-10-23T15:52:49Z wilmer Debian 3.0-1 packaging stuff.
(edit) @9066974   2010-10-23T03:05:48Z wilmer Fixed some still-leaky code in the MSN incoming status message handling.
(edit) @03e6c52   2010-10-22T23:46:44Z wilmer Change 704 introduced one tiny bug where a Jabber resource doesn't get …
(edit) @8d93b4a   2010-10-22T00:50:34Z wilmer Oops. Just in time I noticed the whatsnew code doesn't kick in for … 3.0
(edit) @7c5a3be5   2010-10-22T00:28:52Z wilmer There. BitlBee 3.0, it was about time. :-)
(edit) @a0626c1   2010-10-21T22:17:58Z wilmer Removed problematic include from nogaim.h. (Bug #695)
(edit) @1d19cdb   2010-10-21T22:15:00Z wilmer Fixed nick_format2 typo in help. (Bug #684)
(edit) @e1aaea4   2010-10-21T22:14:14Z wilmer Fixed Ping Timeout on connection takeover (bug #692).
(edit) @79b5c41   2010-10-21T00:11:02Z wilmer Another memory leak fix.
(edit) @83e47ec   2010-10-17T06:44:35Z wilmer Use gcrypt for 3DES encryption (used for new MSN authentication) so we …
(edit) @3fc6c32   2010-10-16T22:58:21Z wilmer Stop calling nogaim_init() on every incoming connection (unless we're …
(edit) @9c9a29c   2010-10-16T05:17:46Z wilmer Don't initialize the twitter_connections list to NULL in …
(edit) @d150a9d   2010-10-10T18:40:06Z wilmer Alas, commit 700 becomes a boring "Oops, --otr=0 still doesn't build …
(edit) @6197702   2010-10-09T18:41:19Z wilmer Merging OTR branch. It's more or less a plugin if you enable it, and …
(edit) @27b407f   2010-10-09T18:28:33Z wilmer Added Debian packaging for OTR plugin. It's built by default but this …
(edit) @23b29c6   2010-10-08T06:32:44Z wilmer Clean up ordering of free()s in msn_buddy_data_free().
(edit) @8a35d4b   2010-10-07T06:41:50Z wilmer base64-decode the msg in offline msg non-delivery reports and suppress …
(edit) @508588a   2010-10-07T06:32:06Z wilmer Merging smpq fix from pesco.
(edit) @afb9ea9   2010-10-07T06:25:35Z wilmer Silencing some (mostly whiny) compiler warnings.
(edit) @c1d40e7   2010-10-07T06:19:39Z wilmer Fixed some memory leaks.
(edit) @385fbc4   2010-10-06T08:31:15Z wilmer Fixed string handling bug with long MSN passwords.
(edit) @3ad8036   2010-10-04T21:55:18Z pesco q&a-style smp only affects trust on the asking side
(edit) @25b5a4a   2010-10-03T03:03:19Z wilmer Make sure events_*.c are fully compatible to callers so plugins built …
(edit) @04f0c10   2010-10-03T02:50:20Z wilmer At least for now, only enable OTR if the user specifically asks for …
(edit) @8e9e2b7   2010-10-03T02:45:26Z wilmer Merging mainline, which includes a huge msnp13 merge. Not 100% sure …
(edit) @2af3e23   2010-10-02T06:56:33Z wilmer Restore MSN password truncation code. MSN still can't handle passwords …
(edit) @62f53b50   2010-10-02T05:34:53Z wilmer Merging msnp13 branch which, confusingly, upgrades the msn module to …
(edit) @88de0c9   2010-10-02T05:28:43Z wilmer Merging some more fixes (dealing with incoming smpq stuff).
(edit) @04cd284   2010-10-02T05:19:27Z wilmer Export block/allow list again. The way this is done is ugly though and …
(edit) @05bf2a0   2010-10-02T04:51:19Z wilmer Force the default/first channel to be a control channel, fixing one …
(edit) @ed86165   2010-10-02T04:22:57Z wilmer Silence some debugging stuff that was still going to stdout.
(edit) @52f5e90   2010-10-02T04:21:50Z wilmer Fixed possible crash bug on removing contacts while the auth cookie …
(edit) @faa75c0e   2010-10-01T21:39:31Z pesco cosmetic: show smpq question in bold
(edit) @944d7a5   2010-10-01T21:36:44Z pesco libotr forgets to set trust when responding to smpq
(edit) @f26db4a8   2010-10-01T20:38:16Z pesco explicitly handle cheating by smp opponent
(edit) @7c91392   2010-10-01T20:14:45Z pesco give smp/smpq command handler a better name
(edit) @03e5fb7   2010-10-01T19:25:48Z pesco clarify copyright
(edit) @560129a   2010-09-30T06:30:07Z wilmer Fix use of g_convert(), thanks to an anonymous person who opened #676.
(edit) @6ce2240   2010-09-30T06:02:01Z wilmer Merging some fixes from pesco. Adds support for the SMP flavour used …
(edit) @858ea01   2010-09-30T05:50:43Z wilmer Allow building OTR support as a plugin. Fairly simple, let's hope I …
(edit) @665c24f   2010-09-30T05:28:36Z wilmer Some simple error msgs on failed Twitter commands (undo and rt).
(edit) @4752063   2010-09-19T20:12:12Z pesco bump copyright year to 2010 in the right place
(edit) @0e078a7   2010-09-19T20:04:32Z pesco complain when trying smp without an otr channel
(edit) @10d89be   2010-09-19T19:16:43Z pesco cosmetics
(edit) @9cc653c   2010-09-19T19:12:49Z pesco let 'otr smpq' only work for smp init, not reply
(edit) @2171044   2010-09-19T18:52:37Z pesco help entry for 'otr smpq'
(edit) @99a01b9   2010-09-19T18:23:05Z pesco add 'otr smpq' command for q&a-style smp authentication
(edit) @51e9a1d   2010-09-19T18:19:31Z pesco call storage_save before freeing plugins, avoids segfault in otr.c
(edit) @76e2f62   2010-09-19T17:29:10Z pesco handle SMP1Q packets (smp init with question)
(edit) @ecae65f   2010-09-10T11:45:31Z wilmer Some doc fixes, removing a % that was never supposed to be at the end …
(edit) @3c9b095   2010-09-06T09:26:39Z wilmer libpurple insists on storing its own version of reality somewhere. I …
(edit) @674a01d   2010-09-06T00:20:01Z wilmer Move whatsnew stuff into help.txt. Stop putting too much string …
(edit) @d6657ce   2010-09-05T23:30:40Z wilmer Fix NULL pointer dereference when removing nicks from groupchats.
(edit) @2c6b0f4   2010-09-05T14:09:43Z wilmer Fix auth for @msn.com accounts.
(edit) @975708a   2010-09-05T12:08:12Z wilmer Mainline merge.
(edit) @ed320e8   2010-09-05T11:48:26Z wilmer Oops. One more compiler warning. I wish GCC would give the same …
(edit) @fef7813   2010-09-05T11:31:22Z wilmer Fix compiler warnings. Also fixing irc_send_motd(), which so far got …
(edit) @41e0c00   2010-09-05T10:27:12Z wilmer Fixing handling of (Jabber) chatroom topic changes done by the user.
(edit) @52d63dc   2010-09-04T23:31:47Z wilmer Slightly better documentation of control channels and groups.
(edit) @4e1be76   2010-09-04T17:23:46Z wilmer Clean up any stuff stuck in the soap queue at disconnect time.
(edit) @27053b5   2010-09-04T17:13:55Z wilmer Finish re-authentication works. Should now work for OIMs as well.
(edit) @4aa8a04   2010-09-04T15:54:52Z wilmer This works (includes some token sabotage code to ease testing), but I …
(edit) @bae0617   2010-09-03T21:24:58Z wilmer Rearrange things a bit to support multiple NS connections. This is …
(edit) @64768d4   2010-09-02T09:15:44Z wilmer Replace msn*write functions with saner versions that accept format …
(edit) @4c737ebd   2010-09-01T23:06:56Z wilmer Fixed NULL ptr dereference when hilighting non-IM users in chatrooms.
(edit) @2dcaf9a   2010-09-01T22:35:06Z wilmer Load/save code. It'd be better if the OTR module would just save its …
(edit) @934db064   2010-09-01T22:09:27Z wilmer Do encryption and decryption. Somehow SMP and other things aren't …
(edit) @0c85c08   2010-08-31T23:18:21Z wilmer Pluginify this thing a little bit. Not so much in the dynamically …
(edit) @f5c0d8e   2010-08-31T20:06:14Z wilmer Merge mainline stuff.
Note: See TracRevisionLog for help on using the revision log.