aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Improved typing notification support. (from f0rked)Wilmer van der Gaast2005-12-14-11/+37
|\
| * Implements solution to typing notifications in ticket #45Matt Sparks2005-12-04-11/+37
| |
* | More work on the storage abstraction layer from Jelmer.Wilmer van der Gaast2005-12-14-67/+187
|\ \
| * \ Merge my storage fixesJelmer Vernooij2005-12-14-67/+187
| |\ \
| | * | Add support for 'primary' and 'migrate' account storages.Jelmer Vernooij2005-12-14-24/+134
| | | | | | | | | | | | | | | | | | | | | | | | Fix two bugs in the text storage backend that were introduced by my previous changes.
| | * | Simplify obfuscation functions - make them a bit more bitlbee-independentJelmer Vernooij2005-12-13-47/+23
| | | |
| | * | Use helper functions rather then the backends directly. This will be Jelmer Vernooij2005-12-10-5/+38
| | | | | | | | | | | | | | | | | | | | used for transparent upgrade support later on.
* | | | Boo!Wilmer van der Gaast2005-12-13-1/+1
| | | |
* | | | AIM groupchat support, thanks to Hanji (Nelson Elhage)!Wilmer van der Gaast2005-12-13-37/+213
|\ \ \ \ | |/ / / |/| | |
| * | | Merging the Hanji groupchat patchNelson Elhage2005-12-04-37/+213
| | | |
* | | | Use more GLib functionsJelmer Vernooij2005-12-10-8/+7
| | | |
* | | | Merge my storage abstraction changesJelmer Vernooij2005-12-09-311/+512
|\ \ \ \ | | |/ / | |/| |
| * | | Ignore decode/encode utilitiesJelmer Vernooij2005-12-08-0/+2
| | | |
| * | | Clearer seperation between crypting and generic password codeJelmer Vernooij2005-12-08-30/+28
| | | |
| * | | Couple of small bugfixesJelmer Vernooij2005-12-08-14/+12
| | | |
| * | | Merge some fixes from my integration branchJelmer Vernooij2005-12-08-50/+31
| |\ \ \ | |/ / / |/| | |
* | | | Move some crypting-unrelated codeJelmer Vernooij2005-12-08-12/+7
| | | |
* | | | Add some constJelmer Vernooij2005-12-08-27/+24
| | | |
* | | | Add some constJelmer Vernooij2005-12-06-17/+7
| |/ / |/| |
| * | Add check_pass functionJelmer Vernooij2005-12-08-1/+16
| | |
| * | Simplify storage API a bitJelmer Vernooij2005-12-08-84/+86
| | |
| * | Add abstraction layer for storageJelmer Vernooij2005-12-08-262/+449
|/ /
* | Oops... :-(1.0Wilmer van der Gaast2005-12-04-1/+1
| |
* | bitlbee.h for 1.0! \o/Wilmer van der Gaast2005-12-04-1/+1
| |
* | Terribly stupid bug in the DoS fix.Wilmer van der Gaast2005-12-04-1/+1
| |
* | ChangeLog update, this should cover all important changes in 1.0. Also ↵Wilmer van der Gaast2005-12-04-5/+15
| | | | | | | | updated the FAQ a bit more.
* | Cleaned up configure script a bit.Wilmer van der Gaast2005-12-04-7/+2
| |
* | README additionsWilmer van der Gaast2005-12-04-6/+11
| |
* | Fixes potential DoS attack.Wilmer van der Gaast2005-12-04-1/+9
| |
* | This is not quite the initial release! :-)Wilmer van der Gaast2005-12-04-1/+4
|/
* do_error_dialog shouldn't do NULL dereferences anymore, and TYPING ↵Wilmer van der Gaast2005-12-04-3/+10
| | | | notifications are always direct PRIVMSGs.
* Removed FDL text from User Guide.Wilmer van der Gaast2005-12-04-14/+0
|
* Removed reference to doc/TODO from FAQWilmer van der Gaast2005-12-03-17/+2
|
* Oops...Wilmer van der Gaast2005-12-03-1/+1
| | | | | | | | | A very small typo caused very weird problems in the line splitting code.
* Modified CHANGES, and extended the allowed port range a bit.Wilmer van der Gaast2005-12-02-2/+7
|
* The Jabber module now only accepts a limited range of ports (5222 and 5223),Wilmer van der Gaast2005-12-02-0/+5
| | | | | | so it can't be abused as a portscanner. Thanks to Peter van Dijk (Habbie) for the report.
* Disabling send flood protection, too many bugs (that were there from theWilmer van der Gaast2005-12-01-7/+10
| | | | | beginning) and too trigger-happy.
* jabber.c:542: warning: `gjc' might be used uninitialized in this functionWilmer van der Gaast2005-12-01-3/+3
|
* Renamed no_one_calls in proxy.c to something that makes more sense to me.Wilmer van der Gaast2005-11-30-2/+2
|
* Got rid of the config.h includes in IM-code. Now that HAVE_CONFIG_H isWilmer van der Gaast2005-11-30-20/+0
| | | | | defined, they started to cause problems.
* Forgot some CHANGES entries..Wilmer van der Gaast2005-11-29-0/+3
|
* Updated the user-changelog (should we forget about that one and ↵Wilmer van der Gaast2005-11-29-40/+5
| | | | auto-generate one from bzr logs after 1.0?), removed doc/TODO
* This should fix a crash bug in Jabber module (NULL pointer dereference on ↵Wilmer van der Gaast2005-11-29-5/+5
| | | | broken Jabber/SSL connections).
* Add HAVE_CONFIG_H define so other platforms can build without config.hJelmer Vernooij2005-11-28-0/+4
|
* Messages specific to a connection only mention the handle now if necessary ↵Wilmer van der Gaast2005-11-26-2/+14
| | | | (i.e. if there is more than one connection to that IM-network). Should close #26.
* Lowered the line splitting limit a bit (and made it a bit prettier by trying ↵Wilmer van der Gaast2005-11-26-10/+13
| | | | to split on spaces, if possible). Should close #29.
* Doc fixes from JelmerWilmer van der Gaast2005-11-26-1/+6
|\
| * Fix missing space after actions.Jelmer Vernooij2005-11-26-1/+1
| |
| * Build docs by default in .bzr checkoutsJelmer Vernooij2005-11-26-0/+5
| |
* | Accidentally used ^A instead of ^B for bold tags in the topic.Wilmer van der Gaast2005-11-25-1/+1
| |