Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | minor bugfixes | Sven Moritz Hallberg | 2008-07-16 | -2/+2 |
| | ||||
* | fix "purple background" bug *sigh* :P | Sven Moritz Hallberg | 2008-02-18 | -1/+1 |
| | ||||
* | fix "purple message" bug ;) | Sven Moritz Hallberg | 2008-02-18 | -4/+4 |
| | ||||
* | tabidy some indentation | Sven Moritz Hallberg | 2008-02-17 | -5/+5 |
| | ||||
* | remove gthread dependency | Sven Moritz Hallberg | 2008-02-17 | -2/+2 |
| | ||||
* | don't unnecessarily duplicate otr userstate in keygen slave | Sven Moritz Hallberg | 2008-02-17 | -10/+3 |
| | ||||
* | fix an uninitialized value | Sven Moritz Hallberg | 2008-02-17 | -0/+1 |
| | ||||
* | fix compilation without otr support | Sven Moritz Hallberg | 2008-02-17 | -1/+1 |
| | ||||
* | remove debugging output | Sven Moritz Hallberg | 2008-02-17 | -53/+0 |
| | ||||
* | more upstream changes | Sven Moritz Hallberg | 2008-02-17 | -4/+32 |
|\ | ||||
| * | Added help_free() test, and fixed compiler warning in SASL test. | Wilmer van der Gaast | 2008-02-16 | -3/+6 |
| | | ||||
| * | Added callback on Jabber add-to-roster requests so buddies get added to the | Wilmer van der Gaast | 2008-02-16 | -1/+26 |
| | | | | | | | | | | | | | | internal buddy list a little bit earlier. This should deal better with Jabber servers that send presence information of a new buddy before the roster push. | |||
* | | add TODO note about erasing forgotten keys | Sven Moritz Hallberg | 2008-02-17 | -0/+3 |
| | | ||||
* | | put 'otr forget key' back in, which now works | Sven Moritz Hallberg | 2008-02-17 | -1/+39 |
| | | ||||
* | | free query strings after query_add | Sven Moritz Hallberg | 2008-02-17 | -0/+3 |
| | | ||||
* | | explicitly initialize ssl in order to avoid gnutls and libotr fighting over ↵ | Sven Moritz Hallberg | 2008-02-17 | -19/+58 |
| | | | | | | | | the global state of libgcrypt | |||
* | | indent fingerprints in 'otr info <buddy>' | Sven Moritz Hallberg | 2008-02-16 | -3/+3 |
| | | ||||
* | | merge in upstream changes | Sven Moritz Hallberg | 2008-02-16 | -125/+332 |
|\| | ||||
| * | Merge from Jelmer. | Wilmer van der Gaast | 2008-02-16 | -7/+8 |
| |\ | ||||
| | * | Fix lcov dependencies. | Jelmer Vernooij | 2008-02-16 | -7/+6 |
| | | | ||||
| | * | Add Debian watch file. | Jelmer Vernooij | 2008-01-06 | -0/+2 |
| | | | ||||
| * | | Improved sasl_get_part() to deal with whitespace in challenge strings, as | Wilmer van der Gaast | 2008-02-16 | -9/+143 |
| | | | | | | | | | | | | | | | described in RFC 2831 secion 7.1 (the #rule description). Closes bug #362. | |||
| * | | Fixed broken check in check_arc.c | Wilmer van der Gaast | 2008-02-16 | -2/+3 |
| | | | ||||
| * | | Got rid of some noise at startup: complaining when the default configuration | Wilmer van der Gaast | 2008-02-11 | -31/+33 |
| | | | | | | | | | | | | | | | | | | file couldn't be found while the user specified an alternative location with the -c option, and double complaints about /var/lib/bitlbee/ permissions. | |||
| * | | Added support for password-protected Jabber chatrooms. | Wilmer van der Gaast | 2008-02-10 | -0/+2 |
| | | | ||||
| * | | Making AI_ADDRCONFIG optional, it doesn't exist on at least NetBSD and | Wilmer van der Gaast | 2008-02-10 | -1/+5 |
| | | | | | | | | | | | | | | | (IIRC) OpenBSD systems. | |||
| * | | Restored "add -tmp". A bit hackish, but it will do for now. | Wilmer van der Gaast | 2008-02-09 | -5/+6 |
| | | | ||||
| * | | Fixed getnameinfo() calls, this fixes Solaris stability issues. Thanks to | Wilmer van der Gaast | 2008-02-07 | -2/+2 |
| | | | | | | | | | | | | | | | Logan O'Sullivan Bruns for the report. | |||
| * | | Added bogus G_GNUC_MALLOC to restore GLib 2.4 compatibility (hopefully). | Wilmer van der Gaast | 2008-02-04 | -4/+7 |
| | | | ||||
| * | | Messages from the user are also included in backlogs when joining a Jabber | Wilmer van der Gaast | 2008-02-03 | -7/+16 |
| | | | | | | | | | | | | | | | | | | chatroom. Until now they were ignored, which might make backlogs a little bit confusing. | |||
| * | | Disabling "Unknown command" warnings since they're very noisy and pretty | Wilmer van der Gaast | 2008-02-03 | -2/+2 |
| | | | | | | | | | | | | | | | pointless. | |||
| * | | Implemented XEP-0115. This adds some info to the <presence/> tags so | Wilmer van der Gaast | 2008-02-03 | -3/+35 |
| | | | | | | | | | | | | | | | | | | clients interested in capabilities can cache discovery info, so they don't have to ask about it every time you/they log in. | |||
| * | | Saner garbage collection of cached packets in the Jabber module. Now | Wilmer van der Gaast | 2008-02-03 | -10/+11 |
| | | | | | | | | | | | | | | | | | | cached packets are removed after about ten minues instead of something between one and two minutes. Closes one issue in #354. | |||
| * | | Added help_free() and cleaned up some very stale help-related stuff I | Wilmer van der Gaast | 2008-02-02 | -37/+53 |
| | | | | | | | | | | | | | | | wasn't even aware of. This closes bug #352. | |||
| * | | Fixed handling of OSCAR multi-part messages... They're not arrays, they're | Wilmer van der Gaast | 2008-01-30 | -4/+6 |
| | | | | | | | | | | | | | | | linked lists! | |||
* | | | read root's welcome message from a file (like tho MOTD) | Sven Moritz Hallberg | 2008-02-16 | -4/+45 |
| | | | ||||
* | | | remove (broken) 'otr forget key' command again | Sven Moritz Hallberg | 2008-02-16 | -45/+1 |
| | | | ||||
* | | | show keys being generated in 'otr info' | Sven Moritz Hallberg | 2008-02-16 | -2/+9 |
| | | | ||||
* | | | rework keygen messages and add some notices | Sven Moritz Hallberg | 2008-02-16 | -9/+38 |
| | | | ||||
* | | | keep track of which keys are queued for generation | Sven Moritz Hallberg | 2008-02-16 | -78/+198 |
| | | | ||||
* | | | implement background keygen via child process | Sven Moritz Hallberg | 2008-02-15 | -28/+153 |
| | | | ||||
* | | | remove thread-based keygen | Sven Moritz Hallberg | 2008-02-15 | -168/+44 |
| | | | | | | | | | | | | | | | replace it with a process-based stub | |||
* | | | otr_load error handling + stonedcoder copyright notice | Sven Moritz Hallberg | 2008-02-15 | -3/+10 |
| | | | ||||
* | | | revert keygen behaviour to old (lax) behavior | Sven Moritz Hallberg | 2008-02-14 | -15/+21 |
| | | | ||||
* | | | chmod 0600 otr save files | Sven Moritz Hallberg | 2008-02-14 | -0/+2 |
| | | | ||||
* | | | interpret ' | Sven Moritz Hallberg | 2008-02-14 | -0/+1 |
| | | | ||||
* | | | fix a bug in set_eval_mode_buddies | Sven Moritz Hallberg | 2008-02-13 | -0/+2 |
| | | | ||||
* | | | update settings documentation | Sven Moritz Hallberg | 2008-02-12 | -5/+83 |
| | | | ||||
* | | | document otr commands | Sven Moritz Hallberg | 2008-02-12 | -0/+149 |
| | | | ||||
* | | | add a blurb about OTR to the README | Sven Moritz Hallberg | 2008-02-12 | -2/+6 |
| | | |