Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge from devel. | Wilmer van der Gaast | 2007-10-12 | -133/+466 |
|\ | ||||
| * | 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 |
| | | | ||||
* | | | Not trying to handle typing notifications from unknown buddies anymore | Wilmer van der Gaast | 2007-08-08 | -1/+5 |
| | | | | | | | | | | | | | | | (NULL pointer dereference). | |||
* | | | Added jabber_error_parse() and using it for both stream- and stanza | Wilmer van der Gaast | 2007-07-30 | -24/+61 |
| | | | | | | | | | | | | | | | (only presence so far) errors. | |||
* | | | Added imcb_clean_handle() to sanitize handles properly (without putting | Wilmer van der Gaast | 2007-07-15 | -1/+36 |
| | | | | | | | | | | | | | | | | | | | | | IRC-specific stuff into the Jabber module). Only using this in the MUC code for now because this only works if the IM module can somehow convert the cleaned up handle back to the original one. | |||
* | | | Added join_chat command to the "help groupchat" information. | Wilmer van der Gaast | 2007-07-15 | -0/+4 |
| | | | ||||
* | | | Merging more debian/ changes. | Wilmer van der Gaast | 2007-07-14 | -479/+3 |
|\| | | ||||
| * | | Adding an epoch to "spoofed" version numbers to make sure apt doesn't | Wilmer van der Gaast | 2007-07-14 | -1/+1 |
| | | | | | | | | | | | | | | | stick with distro packages. | |||
| * | | Removed MPL from debian/copyright because the old Jabber module is gone | Wilmer van der Gaast | 2007-07-06 | -478/+2 |
| | | | | | | | | | | | | | | | now. | |||
* | | | Fixed imc_logout() (assigning u too early). Stupid me. | Wilmer van der Gaast | 2007-07-11 | -1/+2 |
| | | | ||||
* | | | Merging from devel. Added documentation for the join_chat command, adding | Wilmer van der Gaast | 2007-07-06 | -21/+2418 |
|\| | | | | | | | | | | | | | | a debian/ tree and a merge from Jelmer (mainly unittest stuff). | |||
| * | | Adding debian/ tree to the repository again. Updated it to include all | Wilmer van der Gaast | 2007-07-06 | -0/+1996 |
| | | | | | | | | | | | | | | | | | | 1.0.x versions and some other changes. Might soon start building snapshots again. :-) | |||
| * | | Merge from Jelmer (mainly unit testing things). | Wilmer van der Gaast | 2007-07-01 | -10/+410 |
| |\ \ | | |/ | |/| | ||||
| | * | Add lcov target | Jelmer Vernooij | 2007-01-22 | -0/+11 |
| | | | ||||
| | * | Add tests for set | Jelmer Vernooij | 2007-01-21 | -1/+139 |
| | | | ||||
| | * | Add testsuite for crypting. | Jelmer Vernooij | 2007-01-21 | -1/+52 |
| | | | ||||
| | * | Add unit testing for user code | Jelmer Vernooij | 2007-01-21 | -1/+95 |
| | | | ||||
| | * | Add tests for set_url(). Fixed a bug where the default port wasn't | Jelmer Vernooij | 2006-12-24 | -1/+72 |
| | | | | | | | | | | | | | | | set when socks5 was used. | |||
| | * | Refactor the help code to take a filename rather than using the global struct. | Jelmer Vernooij | 2006-12-24 | -10/+43 |
| | | | ||||
| | * | Fix check for non-debug builds. | Jelmer Vernooij | 2006-12-24 | -0/+2 |
| | | | ||||
| * | | Added help information for the join_chat command and its five arguments, | Wilmer van der Gaast | 2007-06-30 | -10/+10 |
| | | | | | | | | | | | | | | | | | | which were completely undocumented so far. Also removed the import_buddies information because that command doesn't exist anymore anyway. | |||
| * | | s/Gender: Unknown// in OSCAR profile info. If we don't know, just don't | Wilmer van der Gaast | 2007-04-27 | -1/+2 |
| | | | | | | | | | | | | | | | mention it, like the other vars. | |||
* | | | Added (and using) jabber_chat_free() for better memory management, fixed | Wilmer van der Gaast | 2007-07-02 | -17/+28 |
| | | | | | | | | | | | | | | | | | | channel name generation code in root_commands.c and fixed one memory leak in jabber_buddy_remove_bare(). | |||
* | | | Stripping of unwanted characters (@ and =) in channel nicknames. | Wilmer van der Gaast | 2007-07-02 | -1/+11 |
| | | | ||||
* | | | Fixed nick hint function to only set the nick if it's different from | Wilmer van der Gaast | 2007-07-02 | -7/+13 |
| | | | | | | | | | | | | | | | | | | the current one (otherwise the dedupe function will dedupe the nick against itself). | |||
* | | | Cleaning up groupchats when shutting down the Jabber connection. The | Wilmer van der Gaast | 2007-07-02 | -0/+3 |
| | | | | | | | | | | | | | | | | | | cleaning up of groupchats isn't done very well yet, but this will at least keep things sane. | |||
* | | | Keeping an original (not normalized) copy of the user's nickname. This | Wilmer van der Gaast | 2007-07-01 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | fixes a bug reported by James Teh in the monster ticket #20. There's no proper garbage collection yet in the Jabber conference code, really have to do that soon. :-( | |||
* | | | Better handling of private messages via groupchats. | Wilmer van der Gaast | 2007-07-01 | -9/+54 |
| | | | ||||
* | | | Properly updating away state info if one resource goes down while another | Wilmer van der Gaast | 2007-07-01 | -8/+17 |
| | | | | | | | | | | | | | | | | | | one's still there. Not sending offline notifications is great, but updating the away state info is even better. :-) | |||
* | | | 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 |
| | | |