aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Remove admin tool (now in a seperate branch)Jelmer Vernooij2005-11-28-1573/+0
|
* Merge WilmerJelmer Vernooij2005-11-19-2313/+265
|\
| * Merge WilmerJelmer Vernooij2005-11-19-2313/+265
| |\
| | * Oops, even BitlBee didn't know yet that channel names can start with &. Now ↵Wilmer van der Gaast2005-11-19-4/+4
| | | | | | | | | | | | it should.
| | * There is more to ignore!Wilmer van der Gaast2005-11-19-2/+3
| | |
| | * Applied AIM typing notification patch from Hanji.Wilmer van der Gaast2005-11-19-1/+118
| | |
| | * ChangeLog updateWilmer van der Gaast2005-11-19-0/+3
| | |
| | * Updated the installation notes (more xinetd information, etc)Wilmer van der Gaast2005-11-18-11/+29
| | |
| | * Put some more emphasis on the fact that daemon mode is pretty much unsupported.Wilmer van der Gaast2005-11-18-1/+1
| | |
| | * Quit messages should appear again, at least on crashes. (And when running in ↵Wilmer van der Gaast2005-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 Gaast2005-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 Gaast2005-11-18-2232/+22
| | | | | | | | | | | | enabled by default.
| | * Added user guide and helpfile to .bzrignore because they're generated.Wilmer van der Gaast2005-11-18-0/+3
| | |
| | * Renamed #bitlbee to &bitlbee to avoid confusion with the channel on OFTCWilmer van der Gaast2005-11-18-1/+2
| | |
| | * Closing #14: Milisecond precision is now possible for the buddy_sendbuffer.Wilmer van der Gaast2005-11-17-8/+18
| | |
| | * Removed the note about version control from the FAQWilmer van der Gaast2005-11-17-15/+0
| | |
| | * Some more formatting changes in the auth. request messagesWilmer van der Gaast2005-11-16-6/+4
| | |
| | * Hmmm, why are these 0-byte files still there?Wilmer van der Gaast2005-11-16-0/+0
| | |
| | * And an updated CHANGES file. :-) And never mind about superscript in [18]. :-)Wilmer van der Gaast2005-11-16-0/+1
| | |
| | * Got rid of raw ^B's in source,Wilmer van der Gaast2005-11-16-34/+41
| | | | | | | | | | | | | | | | | | | | | | | | Replaced most irc_usermsg() calls in nogaim.c with serv_got_crap(), Slightly clearer handling of buddy add requests. Thanks to timing for the patch.
* | | Merge from other branch.Jelmer Vernooij2005-11-15-93/+19
|\| |
| * | Merge from JelmerJelmer Vernooij2005-11-15-93/+19
| |\|
| | * Remove handle_cmp() replacing it by a protocol-specific function.Jelmer Vernooij2005-11-15-52/+9
| | |
| | * Ignore tags filesJelmer Vernooij2005-11-15-0/+1
| | |
| | * Remove some unused code in oscarJelmer Vernooij2005-11-15-41/+9
| | |
* | | Merge new changes from pluginable and WilmerJelmer Vernooij2005-11-15-2091/+80
|\| |
| * | Merge changes from WilmerJelmer Vernooij2005-11-15-2091/+80
| |\|
| | * Added references to the BTS to the documentation.Wilmer van der Gaast2005-11-14-51/+50
| | |
| | * Fixed inconsistency (in fact stupidity) in do_error_dialog().Wilmer van der Gaast2005-11-12-1/+1
| | |
| | * Fixed make references (s/make/$(MAKE)/), mainly necessary for archs whereWilmer van der Gaast2005-11-12-2/+2
| | | | | | | | | | | | | | | GNU make isn't the default make (like BSD).
| | * Updates copyright headers of files that were changed in 2005 too.Wilmer van der Gaast2005-11-12-9/+9
| | | | | | | | | | | | | | | (IOW, needed to change something to test the post-rsync hook. ;-))
| | * Added debian/ to .bzrignoreWilmer van der Gaast2005-11-12-0/+1
| | |
| | * Let's not keep debian/ in bzr.Wilmer van der Gaast2005-11-09-1835/+0
| | |
| | * Forgot to modify CHANGES again, and removed some more debugging code we don'tWilmer van der Gaast2005-11-09-112/+40
| | | | | | | | | | | | | | | need anymore (and didn't want to have in a release in the first place...)
| | * QUIT now works before logging in tooWilmer van der Gaast2005-11-09-9/+10
| | |\
| | | * Fix GLib errors when sending QUIT. Jelmer Vernooij2005-11-09-7/+7
| | | | | | | | | | | | | | | | | | | | Allow sending QUIT before registering.
| | | * Make another function static.Jelmer Vernooij2005-11-08-2/+3
| | | |
| | * | Forgot to commit :-PWilmer van der Gaast2005-11-09-0/+5
| | | |
| | * | Got rid of some debugging code we tried to use to track the 100% CPU bug.Wilmer van der Gaast2005-11-07-111/+1
| | |/ | | | | | | | | | | | | Turned out it was very suitable DoS code. :-)
* | | More work on config managerJelmer Vernooij2005-11-07-808/+586
| | |
* | | Import work on services-based Win32 portJelmer Vernooij2005-11-07-140/+145
| | |
* | | Import win32 branchJelmer Vernooij2005-11-07-1/+3382
|/ /
* | Add very simple example pluginJelmer Vernooij2005-11-07-0/+13
| |
* | Migrate my pluginable branch to use Wilmers' branch as parentJelmer Vernooij2005-11-07-167/+220
|/
* Timing moved his siteWilmer van der Gaast2005-11-07-3/+3
| | | | | make tar exludes .bzr now
* config.h is a conffile tooWilmer van der Gaast2005-11-06-0/+1
|
* Jelmurrr!Wilmer van der Gaast2005-11-06-0/+2
|\
| * Ignore autogenerated filesJelmer Vernooij2005-11-06-0/+2
|/
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+66522