Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | | Less copy-pasting in the service discovery reply and added MUC support to | Wilmer van der Gaast | 2007-07-01 | -22/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that list. And adding some const stuff in the xmltree functions. | ||||
| * | | | | | Better groupchat channel name generation/verification. | Wilmer van der Gaast | 2007-07-01 | -2/+5 | |
| | | | | | | |||||
| * | | | | | Not calling imcb_remove_buddy() right after removing the XML console buddy | Wilmer van der Gaast | 2007-06-20 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | anymore. | ||||
| * | | | | | Fixed irc_chat_by_channel() to not break if using multiple IM accounts | Wilmer van der Gaast | 2007-06-14 | -3/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | where some of them are down. | ||||
| * | | | | | Added imcb_remove_buddy() so deletions in Jabber roster pushes actually | Wilmer van der Gaast | 2007-06-14 | -7/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | work. This also solves the issue of underscores appearing and disappearing in their nicknames when people leave/join a chat. | ||||
| * | | | | | Fixed a memory management problem that caused some strange nickname issues. | Wilmer van der Gaast | 2007-06-14 | -2/+7 | |
| | | | | | | |||||
| * | | | | | Fixed the duplicate-nick problem. Very very very stupid bug... :-( | Wilmer van der Gaast | 2007-06-14 | -1/+1 | |
| | | | | | | |||||
| * | | | | | Calling imcb_add_buddy() before setting the nickname. This is the only | Wilmer van der Gaast | 2007-06-04 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | way to set the nickname in time before BitlBee sends the JOIN. | ||||
| * | | | | | Fixed retarded use of strcpy() and no longer using Jabber fullnames for | Wilmer van der Gaast | 2007-06-04 | -6/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nickname generation. IM fullnames and IRC nicknames are just *different*. | ||||
| * | | | | | Added imcb_buddy_nick_hint so the Jabber conference module can suggest sane | Wilmer van der Gaast | 2007-06-04 | -26/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nicknames for chatroom participants. There'll probably be a lot of underscores now, but this is by far the cleanest way to implement this, I think. At least now whispers will work properly. Also using this function call to set names for ICQ contacts in a slightly saner way. | ||||
| * | | | | | Now anonymous rooms should really work. This makes sure the self-join will | Wilmer van der Gaast | 2007-06-04 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | actually be recognized properly. This is running on my work machine for a few days already. | ||||
| * | | | | | Added a real XML-console to the Jabber module! Add the handle "xmlconsole" | Wilmer van der Gaast | 2007-06-04 | -12/+63 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (without any @server part) to your contact list and you'll see all XMPP traffic going in and out, and messages sent to the buddy will be sent as packets to the server. | ||||
| * | | | | | Prepared the Jabber module for anonymous rooms, but the BitlBee core | Wilmer van der Gaast | 2007-04-25 | -16/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doesn't deal with it very well, and I don't really know yet how I'll solve this... :-( | ||||
| * | | | | | Fixes: handling of being kicked, now sending <presence/> tags to all | Wilmer van der Gaast | 2007-04-22 | -4/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conferences the user's in. | ||||
| * | | | | | Got rid of one HORRIBLE stupidity called chat_by_channel(), which still | Wilmer van der Gaast | 2007-04-22 | -28/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | used the GLOBAL IM connections list, allowing user A to interfere with user B's groupchats if running in daemon mode. I can't believe this was still there... | ||||
| * | | | | | You can send messages too now. But it's still very kludgy and doesn't work | Wilmer van der Gaast | 2007-04-22 | -13/+82 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with anonymous rooms (ie about 95% of all available Jabber chatrooms?). | ||||
| * | | | | | Read-only support for Jabber conferences (non-anonymous rooms only). | Wilmer van der Gaast | 2007-04-22 | -41/+341 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just don't use this, you're really not going to like it. :-) | ||||
* | | | | | | Added (account) set -del. | Wilmer van der Gaast | 2007-11-17 | -16/+48 | |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Removed some debugging stuff that shouldn't have been here for a long time | Wilmer van der Gaast | 2007-11-14 | -14/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | already. | ||||
* | | | | | Handing of multipart messages in OSCAR (usually from mobiles), this fixes | Wilmer van der Gaast | 2007-11-10 | -1/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | bug #88, at last. | ||||
* | | | | | Merging from Jelmer. | Wilmer van der Gaast | 2007-11-05 | -141/+82 | |
|\ \ \ \ \ | |||||
| * | | | | | Fix indentation. | Jelmer Vernooij | 2007-10-18 | -21/+21 | |
| | | | | | | |||||
| * | | | | | Use standard functions for dealing with both IPv6 and IPv4. | Jelmer Vernooij | 2007-10-18 | -175/+61 | |
| | | | | | | |||||
| * | | | | | Merge upstream. | Jelmer Vernooij | 2007-10-18 | -1/+1 | |
| |\ \ \ \ \ | |||||
| * | | | | | | Fix another warning. | Jelmer Vernooij | 2007-10-12 | -3/+3 | |
| | | | | | | | |||||
| * | | | | | | Fix GCC warning. | Jelmer Vernooij | 2007-10-12 | -2/+2 | |
| | | | | | | | |||||
| * | | | | | | Add GCC attributes. | Jelmer Vernooij | 2007-10-12 | -6/+6 | |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | s/FAQ's/FAQs/ | Wilmer van der Gaast | 2007-10-30 | -1/+1 | |
| | | | | | | |||||
* | | | | | | debian/ specific: Changed "rm help.txt at upgrade" hack to not remove the | Wilmer van der Gaast | 2007-10-22 | -2/+16 | |
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | file but rename it and rename it back in postinst in case we were doing a dpkg-reconfigure instead of an upgrade. | ||||
* | | | | | Fixed a typo in "help join_chat". | Wilmer van der Gaast | 2007-10-14 | -1/+1 | |
|/ / / / | |||||
* | | | | Added word_wrap() function to misc.c and using it at the right places so | Wilmer van der Gaast | 2007-10-12 | -33/+121 | |
| | | | | | | | | | | | | | | | | | | | | | | | | that long messages in groupchats also get wrapped properly (instead of truncated). | ||||
* | | | | configure script now allows one to override CFLAGS. (Bug #171) | Wilmer van der Gaast | 2007-10-10 | -2/+3 | |
| | | | | |||||
* | | | | Made the netsplit-like quit messages optional. | Wilmer van der Gaast | 2007-10-10 | -3/+26 | |
| | | | | |||||
* | | | | Added 1.0.4 changes to doc/CHANGES. | Wilmer van der Gaast | 2007-10-10 | -1/+16 | |
| | | | | |||||
* | | | | Added some comments to nogaim.h (Thanks to Miklos Vajna). | Wilmer van der Gaast | 2007-10-10 | -1/+2 | |
|\| | | | |||||
* | | | | Merge http://code.bitlbee.org/bitlbee/. | Miklos Vajna | 2007-10-08 | -65/+175 | |
|\ \ \ \ | |||||
| * | | | | "Changed" the ArcFour implementation. I'm afraid this was a waste of time, | Wilmer van der Gaast | 2007-10-07 | -6/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | but at least I added a neat unittest... | ||||
| * | | | | Adding test for arc.c so that I can now safely replace the RC4 code with a | Wilmer van der Gaast | 2007-10-07 | -1/+100 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | (compatible) ArcFour implementation. | ||||
| * | | | | Renaming RC4 to ArcFour (possible trademark issues). | Wilmer van der Gaast | 2007-10-07 | -59/+62 | |
| | | | | | |||||
* | | | | | Improve comments in nogaim.h so that writing support for new protocols will be | Miklos Vajna | 2007-10-08 | -6/+88 | |
|/ / / / | | | | | | | | | | | | | | | | | easier. | ||||
* | | | | Fixed NULL pointer dereference in "account set" command. That command | Wilmer van der Gaast | 2007-09-25 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | indeed does have a slightly confusing syntax. | ||||
* | | | | Made UTF-8 the new default charset. This is the default on pretty much every | Wilmer van der Gaast | 2007-09-01 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | recent machin. | ||||
* | | | | Changed the order in which things are loaded a little bit so | Wilmer van der Gaast | 2007-08-30 | -7/+6 | |
| | | | | | | | | | | | | | | | | | | | | global.conf->plugindir is actually filled in before we call nogaim_init(). | ||||
* | | | | From vmiklos: More verbose error message on plugin load failures. | Wilmer van der Gaast | 2007-08-30 | -1/+1 | |
| | | | | |||||
* | | | | From vmiklos: Fixed list of header files in Makefile. | Wilmer van der Gaast | 2007-08-30 | -1/+1 | |
| | | | | |||||
* | | | | From vmiklos: Added --plugins= option to configure script. | Wilmer van der Gaast | 2007-08-30 | -0/+8 | |
| | | | | |||||
* | | | | Merge from Jelmer (making GCC4 happy by sanitizing some typecasting mess | Wilmer van der Gaast | 2007-07-15 | -18/+25 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | around the RC4/B64 code). | ||||
| * | | | | Fix ssl_bogus. | Jelmer Vernooij | 2007-07-07 | -0/+5 | |
| | | | | | |||||
| * | | | | Fix some warnings in storage.c. | Jelmer Vernooij | 2007-07-07 | -18/+22 | |
| | | | | | |||||
* | | | | | Hiding LDAP support because it doesn't actually work at all ATM. | Wilmer van der Gaast | 2007-07-15 | -2/+0 | |
| |_|_|/ |/| | | |