source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Date Author Log Message
(edit) @4eb4c0f   2008-02-16T17:15:31Z sm merge in upstream changes
(edit) @8961950   2008-02-16T16:25:24Z sm read root's welcome message from a file (like tho MOTD)
(edit) @903a2fc   2008-02-16T16:24:38Z sm remove (broken) 'otr forget key' command again
(edit) @ca60550   2008-02-16T15:58:22Z wilmer Merge from Jelmer.
(edit) @fc5cf88   2008-02-16T15:45:12Z Jelmer Vernooij Fix lcov dependencies.
(edit) @1221ef0   2008-02-16T15:28:08Z sm show keys being generated in 'otr info'
(edit) @3064ea4   2008-02-16T15:20:58Z sm rework keygen messages and add some notices
(edit) @dc9797f   2008-02-16T13:24:44Z sm keep track of which keys are queued for generation
(edit) @af97b23   2008-02-16T13:17:52Z wilmer Improved sasl_get_part() to deal with whitespace in challenge strings, …
(edit) @2799ff9   2008-02-16T12:20:03Z wilmer Fixed broken check in check_arc.c
(edit) @27db433   2008-02-15T17:36:18Z sm implement background keygen via child process
(edit) @522a00f   2008-02-15T09:27:26Z sm remove thread-based keygen replace it with a process-based stub
(edit) @6c91e6e   2008-02-15T00:45:21Z sm otr_load error handling + stonedcoder copyright notice
(edit) @f3597a1   2008-02-14T21:01:21Z sm revert keygen behaviour to old (lax) behavior
(edit) @ef93a2f   2008-02-14T18:48:34Z sm chmod 0600 otr save files
(edit) @a161d33   2008-02-14T18:43:47Z sm interpret '
(edit) @1a1faa0   2008-02-13T19:05:21Z sm fix a bug in set_eval_mode_buddies
(edit) @1c18ce1   2008-02-12T02:09:57Z sm update settings documentation
(edit) @f5ac0fb   2008-02-12T01:32:28Z sm document otr commands
(edit) @3ffc53e   2008-02-12T00:25:41Z sm add a blurb about OTR to the README
(edit) @0529a7f   2008-02-12T00:08:43Z sm bugfix for compiling with otr disabled
(edit) @e2b15bb   2008-02-12T00:01:35Z sm - add global policy setting - add copyright and author notices to …
(edit) @5f4eede   2008-02-11T23:16:23Z sm - add nonfunctional 'otr forget key' implementation - add …
(edit) @8bd697c   2008-02-11T21:53:10Z sm query_add: allow NULL for ic and pass irc to handler in that case
(edit) @c595308   2008-02-11T21:20:35Z sm - use a recursive otr_mutex - implement 'otr forget fingerprint' and …
(edit) @d6fdf44   2008-02-11T20:58:33Z sm pass the im_connection as first argument to yes/no handlers
(edit) @e6cb110   2008-02-11T20:31:27Z sm allow NULL for yes/no handlers
(edit) @3b8e8109   2008-02-11T15:16:14Z sm honor voice/op/halfop buddies in chats
(edit) @7f4016b   2008-02-11T15:14:57Z sm display ops/halfops/voices correctly in /names
(edit) @8c2b1c3   2008-02-11T14:36:19Z sm honor simulate_netsplit for encrypted/trusted mode changes
(edit) @2a2db6f   2008-02-11T14:33:53Z sm announce that we support halfops
(edit) @eeb85a8   2008-02-11T12:35:01Z wilmer Got rid of some noise at startup: complaining when the default …
(edit) @5bf5edf   2008-02-10T21:54:28Z sm log out all accounts when going into keygen
(edit) @5d62040   2008-02-10T21:12:13Z sm remove cleartext fallbacks during keygen
(edit) @94e7eb3   2008-02-10T17:56:59Z sm add 'otr keygen' command
(edit) @3038e47   2008-02-10T17:11:06Z wilmer Added support for password-protected Jabber chatrooms.
(edit) @8521b02   2008-02-10T16:46:10Z sm - rename request/abort commands to connect/disconnect - support 'otr …
(edit) @52e6e17   2008-02-10T13:36:43Z sm Support halfops for 'notaway' status etc.
(edit) @1ecff5e   2008-02-10T11:12:35Z wilmer Making AI_ADDRCONFIG optional, it doesn't exist on at least NetBSD and …
(edit) @7adc657   2008-02-09T23:54:09Z wilmer Restored "add -tmp". A bit hackish, but it will do for now.
(edit) @f55cfe9   2008-02-09T22:24:39Z sm remove old away_devoice stuff
(edit) @5a71d9c   2008-02-09T17:58:13Z sm - add support for setting ops/voice according to OTR msgstate - add …
(edit) @c84e31a   2008-02-07T21:25:18Z wilmer Fixed getnameinfo() calls, this fixes Solaris stability issues. Thanks …
(edit) @a13855a   2008-02-06T16:42:23Z sm use peernicks and try to guess max message size
(edit) @69ac78c   2008-02-04T23:54:08Z wilmer Added bogus G_GNUC_MALLOC to restore GLib 2.4 compatibility (hopefully).
(edit) @63075d7   2008-02-03T23:33:18Z wilmer Messages from the user are also included in backlogs when joining a …
(edit) @3c80a9d   2008-02-03T22:28:13Z sm otr: check some error conditions
(edit) @764c7d1   2008-02-03T21:30:03Z sm OTR support, first checkin
(edit) @8ff0a61   2008-02-03T17:11:15Z wilmer Disabling "Unknown command" warnings since they're very noisy and …
(edit) @8c1eb80   2008-02-03T16:59:39Z wilmer Implemented XEP-0115. This adds some info to the <presence/> tags so …
(edit) @979cfb4   2008-02-03T13:54:19Z wilmer Saner garbage collection of cached packets in the Jabber module. Now …
(edit) @0fbda193   2008-02-02T21:48:09Z wilmer Added help_free() and cleaned up some very stale help-related stuff I …
(edit) @f774e01   2008-01-30T23:05:52Z wilmer Fixed handling of OSCAR multi-part messages... They're not arrays, …
(edit) @b5c8a34   2008-01-24T22:49:47Z wilmer Keeping track of valid Jabber connections so _connected() events will …
(edit) @613cc55   2008-01-24T22:22:46Z wilmer Fixed two valgrind warnings (partially uninitialized "struct tm" vars.)
(edit) @a882d6c   2008-01-20T11:15:40Z wilmer The Jabber module now uses imcb_chat_log() instead of imcb_log() where …
(edit) @31e5846   2008-01-20T00:17:57Z wilmer Added imcb_chat_log() for chatroom system messages, so they can be …
(edit) @0adce21   2008-01-20T00:01:31Z wilmer GET_BUDDY_FIRST wasn't actually implemented, even though it was in use …
(edit) @003553b   2008-01-19T18:23:56Z wilmer Using test -f instead of test -e. This breaks if the include files are …
(edit) @bea1305   2008-01-19T12:36:30Z wilmer Added byte swapping code to the new MD5 checksumming code to make it …
(edit) @83ba3e5   2008-01-18T13:20:37Z wilmer Moving imcb_chat_new() to a saner location (no code changes) and …
(edit) @ac4adf9   2008-01-17T22:48:32Z wilmer Apparently ext_yahoo_got_im can be called with msg=NULL, so it should …
(edit) @52744f8   2008-01-17T22:06:55Z wilmer Fixing some Solaris compiler warnings (u_int->uint, adding some …
(edit) @13857c6   2008-01-13T17:13:45Z wilmer Fixed handing of failed groupchat joins.
(edit) @dded27d   2008-01-13T14:48:32Z wilmer Fixed "Conditional jump or move depends on uninitialised value(s)" at …
(edit) @07ff8a2   2008-01-13T14:45:51Z wilmer Fixed quickstart2. (Bug #349.)
(edit) @fc0cf92   2008-01-13T00:15:12Z wilmer Different handling of charset mismatches before login time. Ignoring a …
(edit) @59f527b6   2008-01-12T17:24:38Z wilmer When a switchboard connection dies (at the TCP level) and there are …
(edit) @e64de00   2008-01-12T00:24:46Z wilmer Killed info_string_append() and now showing the IP address of ICQ …
(edit) @e7f8838   2008-01-11T13:17:11Z wilmer Fixing bug #344, now away states should always be correct, even when …
(edit) @e731120   2008-01-11T00:45:18Z wilmer Adding own handle to protocol name in blist output for people with …
(edit) @181e47a   2008-01-10T00:31:38Z wilmer Now setting odata->icq properly again, this got lost some time ago, …
(edit) @fc82be6   2008-01-06T20:01:25Z Jelmer Vernooij Add Debian watch file.
(edit) @43462708   2008-01-06T12:37:55Z wilmer More consistency in error/warning errors. Until now "WARNING:" was …
(edit) @46dca11   2008-01-06T12:32:27Z wilmer Changed warning message about unsent MSN messages. It should show the …
(edit) @1febf5c   2008-01-05T21:15:32Z wilmer Added "mail_notifications" setting. Who needs those notifications …
(edit) @6e68a52   2008-01-05T19:56:34Z wilmer Build fix from vmiklos.
(edit) @3585c5a   2008-01-05T19:03:02Z wilmer Added handling of MSN switchboard NAK messages. Untested, but hey, it …
(edit) @f394500   2008-01-05T15:00:15Z wilmer Removed closure->result. I was planning to add some more stuff, but …
(edit) @debc281   2007-12-30T23:40:59Z Miklos Vajna encode: md5.c is no longer in protocols/, it's in lib/ Fix build failure.
(edit) @6f7ac17   2007-12-28T23:27:45Z wilmer Fixed return value check in proxy_connect(), since on some systems a …
(edit) @fb4ebcc5   2007-12-28T23:26:44Z wilmer Added missing return in jabber_login().
(edit) @529078a   2007-12-16T16:35:38Z wilmer Implemented XEP-0199 (patch from misc@…).
(edit) @3e79889   2007-12-12T23:57:49Z wilmer Checking conn->xcred before trying to clean it up since GnuTLS doesn't …
(edit) @30ce1ce   2007-12-12T23:30:51Z wilmer Killed the <server> parameter to "account add" and changed the default …
(edit) @d52111a   2007-12-12T21:36:33Z wilmer Fixed sockerr_again() usage in Jabber module to (hopefully) fix a 100% …
(edit) @0f47613   2007-12-10T22:57:13Z wilmer Don't allow nicks that start with a number.
(edit) @71dc854   2007-12-10T22:33:08Z wilmer Fixed "set xxx" syntax (it showed all settings instead of just xxx).
(edit) @3f2bc2d   2007-12-09T23:23:03Z wilmer If I keep forgetting to credit people in commit msgs I should probably …
(edit) @c058ff9   2007-12-09T23:19:35Z wilmer Added /invite support for Jabber chatrooms (and fixed the argument …
(edit) @de03374   2007-12-04T22:59:59Z wilmer Fixing jabber_login/_logout for better (non-crashing) cleanup on early …
(edit) @aaf92a9   2007-12-02T23:18:25Z wilmer Imported setuid() patch from Simo Leone <simo@archlinux...> with some …
(edit) @80e9db9   2007-12-02T23:14:49Z wilmer Forgot to return something in jabber_chat_join_failed().
(edit) @fc5d06d   2007-12-02T17:27:46Z wilmer Merging a change I should've pulled before committing three other changes.
(edit) @5bd21df   2007-12-02T17:25:57Z wilmer Handling of presence-error packets (only useful for groupchats now), …
(edit) @911cc4f   2007-12-02T17:24:46Z wilmer Defining DEBUG via CFLAGS so that it'll always be there, even when a …
(edit) @4306d8b   2007-12-02T16:43:57Z wilmer Removed retarded printf() (ARGH) and moved the event handling handling …
(edit) @94d52d64   2007-12-02T11:00:15Z wilmer Added charset checks on incoming msgs (from the IRC side) to prevent …
(edit) @9ff5737   2007-11-29T21:55:14Z wilmer printf() in daemons considered harmful.
(edit) @b6a2373   2007-11-28T23:24:26Z wilmer Fixed the epoll+ForkDaemon combination. The libevent event handling …
Note: See TracRevisionLog for help on using the revision log.