source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Date Author Log Message
(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) @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) @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) @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) @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) @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) @a13855a   2008-02-06T16:42:23Z sm use peernicks and try to guess max message size
(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) @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) @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 …
(edit) @221a273   2007-11-24T19:07:22Z wilmer 1.1.1dev (Although the CHANGES change isn't in there). 1.1.1
(edit) @608f8cf   2007-11-24T18:02:39Z wilmer Added some random hash to the id= for cached XMPP packets so that …
(edit) @3a80471   2007-11-24T01:13:15Z wilmer (Hopefully) fixing one case where the Jabber module doesn't understand …
(edit) @77bfd07   2007-11-23T23:07:44Z wilmer Replaced GPL-incompatible SHA1 hashing code (and renamed the files in …
(edit) @df6d1da   2007-11-23T22:25:04Z wilmer Replaced GPL-incompatible MD5 hashing code.
(edit) @56f260a   2007-11-22T22:56:52Z wilmer Some changes to get rid of compiler warnings. (And disabling strict …
(edit) @d75597b   2007-11-20T00:13:58Z wilmer Fixed memory management issues introduced by at least the …
(edit) @3e1e11af   2007-11-19T23:41:42Z wilmer Fixed NULL pointer dereference (in printf) when connected to a …
(edit) @7df5a08   2007-11-19T23:36:57Z wilmer Changelog update.
(edit) @256899f   2007-11-19T23:16:18Z wilmer Merging Jabber groupchat support.
(edit) @ef5c185   2007-11-19T23:14:39Z wilmer Added Jabber groupchat topic support.
(edit) @50e1776   2007-11-19T22:23:58Z wilmer Merging /TOPIC code from Miklos Vajna. Untested, because I still have …
(edit) @cd428e4   2007-11-17T12:20:51Z wilmer Added (account) set -del.
(edit) @ebb95b6   2007-11-14T23:42:07Z wilmer Merging from devel/Jelmer.
(edit) @a6df0b5   2007-11-14T23:29:43Z wilmer Added "xmlconsole" setting so it can be enabled at login time already.
(edit) @1bf1ae6   2007-11-14T23:09:22Z wilmer Removed some debugging stuff that shouldn't have been here for a long …
(edit) @be68d99   2007-11-10T09:25:50Z wilmer Handing of multipart messages in OSCAR (usually from mobiles), this …
(edit) @2231302   2007-11-05T22:59:49Z wilmer Merging from Jelmer.
Note: See TracRevisionLog for help on using the revision log.