Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Oops... :-(1.0 | Wilmer van der Gaast | 2005-12-04 | -1/+1 |
| | ||||
* | bitlbee.h for 1.0! \o/ | Wilmer van der Gaast | 2005-12-04 | -1/+1 |
| | ||||
* | Terribly stupid bug in the DoS fix. | Wilmer van der Gaast | 2005-12-04 | -1/+1 |
| | ||||
* | ChangeLog update, this should cover all important changes in 1.0. Also ↵ | Wilmer van der Gaast | 2005-12-04 | -5/+15 |
| | | | | updated the FAQ a bit more. | |||
* | Cleaned up configure script a bit. | Wilmer van der Gaast | 2005-12-04 | -7/+2 |
| | ||||
* | README additions | Wilmer van der Gaast | 2005-12-04 | -6/+11 |
| | ||||
* | Fixes potential DoS attack. | Wilmer van der Gaast | 2005-12-04 | -1/+9 |
| | ||||
* | This is not quite the initial release! :-) | Wilmer van der Gaast | 2005-12-04 | -1/+4 |
| | ||||
* | do_error_dialog shouldn't do NULL dereferences anymore, and TYPING ↵ | Wilmer van der Gaast | 2005-12-04 | -3/+10 |
| | | | | notifications are always direct PRIVMSGs. | |||
* | Removed FDL text from User Guide. | Wilmer van der Gaast | 2005-12-04 | -14/+0 |
| | ||||
* | Removed reference to doc/TODO from FAQ | Wilmer van der Gaast | 2005-12-03 | -17/+2 |
| | ||||
* | Oops... | Wilmer van der Gaast | 2005-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 Gaast | 2005-12-02 | -2/+7 |
| | ||||
* | The Jabber module now only accepts a limited range of ports (5222 and 5223), | Wilmer van der Gaast | 2005-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 the | Wilmer van der Gaast | 2005-12-01 | -7/+10 |
| | | | | | beginning) and too trigger-happy. | |||
* | jabber.c:542: warning: `gjc' might be used uninitialized in this function | Wilmer van der Gaast | 2005-12-01 | -3/+3 |
| | ||||
* | Renamed no_one_calls in proxy.c to something that makes more sense to me. | Wilmer van der Gaast | 2005-11-30 | -2/+2 |
| | ||||
* | Got rid of the config.h includes in IM-code. Now that HAVE_CONFIG_H is | Wilmer van der Gaast | 2005-11-30 | -20/+0 |
| | | | | | defined, they started to cause problems. | |||
* | Forgot some CHANGES entries.. | Wilmer van der Gaast | 2005-11-29 | -0/+3 |
| | ||||
* | Updated the user-changelog (should we forget about that one and ↵ | Wilmer van der Gaast | 2005-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 Gaast | 2005-11-29 | -5/+5 |
| | | | | broken Jabber/SSL connections). | |||
* | Add HAVE_CONFIG_H define so other platforms can build without config.h | Jelmer Vernooij | 2005-11-28 | -0/+4 |
| | ||||
* | Messages specific to a connection only mention the handle now if necessary ↵ | Wilmer van der Gaast | 2005-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 Gaast | 2005-11-26 | -10/+13 |
| | | | | to split on spaces, if possible). Should close #29. | |||
* | Doc fixes from Jelmer | Wilmer van der Gaast | 2005-11-26 | -1/+6 |
|\ | ||||
| * | Fix missing space after actions. | Jelmer Vernooij | 2005-11-26 | -1/+1 |
| | | ||||
| * | Build docs by default in .bzr checkouts | Jelmer Vernooij | 2005-11-26 | -0/+5 |
| | | ||||
* | | Accidentally used ^A instead of ^B for bold tags in the topic. | Wilmer van der Gaast | 2005-11-25 | -1/+1 |
| | | ||||
* | | Little code cleanup in Jabber module, added support for Jabber headline ↵ | Wilmer van der Gaast | 2005-11-23 | -95/+52 |
| | | | | | | | | messages. | |||
* | | distclean target in Makefile uses find-exec instead of xargs now, as | Wilmer van der Gaast | 2005-11-23 | -1/+1 |
|/ | | | | | requested by the Cygwin maintainer. | |||
* | Changed all documentation references to the control channel from #bitlbee to ↵ | Wilmer van der Gaast | 2005-11-21 | -12/+23 |
| | | | | &bitlbee. | |||
* | There were some evil non-printable characters in CONTROL_TOPIC :-) | Wilmer van der Gaast | 2005-11-21 | -1/+1 |
| | ||||
* | BITLBEE_VERSION was still set to 0.99 | Wilmer van der Gaast | 2005-11-21 | -1/+1 |
| | ||||
* | Incoming typing notices are now sent as a CTCP. Better consistency. | Wilmer van der Gaast | 2005-11-20 | -1/+1 |
| | | | | | Don't forget to upgrade your typing notice script. | |||
* | Self-NOTICEs now come back as a NOTICE, not a PRIVMSG. | Wilmer van der Gaast | 2005-11-20 | -1/+1 |
| | ||||
* | Remove OFT and rendez-vous support (not used anyway and implemented | Jelmer Vernooij | 2005-11-20 | -2309/+42 |
| | | | | | in a way too complicated way) | |||
* | Oops, even BitlBee didn't know yet that channel names can start with &. Now ↵ | Wilmer van der Gaast | 2005-11-19 | -4/+4 |
| | | | | it should. | |||
* | There is more to ignore! | Wilmer van der Gaast | 2005-11-19 | -2/+3 |
| | ||||
* | Applied AIM typing notification patch from Hanji. | Wilmer van der Gaast | 2005-11-19 | -1/+118 |
| | ||||
* | ChangeLog update | Wilmer van der Gaast | 2005-11-19 | -0/+3 |
| | ||||
* | Updated the installation notes (more xinetd information, etc) | Wilmer van der Gaast | 2005-11-18 | -11/+29 |
| | ||||
* | Put some more emphasis on the fact that daemon mode is pretty much unsupported. | Wilmer van der Gaast | 2005-11-18 | -1/+1 |
| | ||||
* | Quit messages should appear again, at least on crashes. (And when running in ↵ | Wilmer van der Gaast | 2005-11-18 | -10/+22 |
| | | | | | | | inetd mode.) The logging system needs some more work to complete this, maybe. | |||
* | Reviewed/tested the xinetd file and added some comments, received too many ↵ | Wilmer van der Gaast | 2005-11-18 | -2/+9 |
| | | | | complaints about it lately. | |||
* | HTML stripping is optional again (but still safer than before 0.93), but now ↵ | Wilmer van der Gaast | 2005-11-18 | -2232/+22 |
| | | | | enabled by default. | |||
* | Added user guide and helpfile to .bzrignore because they're generated. | Wilmer van der Gaast | 2005-11-18 | -0/+3 |
| | ||||
* | Renamed #bitlbee to &bitlbee to avoid confusion with the channel on OFTC | Wilmer van der Gaast | 2005-11-18 | -1/+2 |
| | ||||
* | Closing #14: Milisecond precision is now possible for the buddy_sendbuffer. | Wilmer van der Gaast | 2005-11-17 | -8/+18 |
| | ||||
* | Removed the note about version control from the FAQ | Wilmer van der Gaast | 2005-11-17 | -15/+0 |
| | ||||
* | Some more formatting changes in the auth. request messages | Wilmer van der Gaast | 2005-11-16 | -6/+4 |
| |