aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeLines
* Merged with upstream r328ulim2008-02-15-2/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wilmer van der Gaast 2008-02-11 Got rid of some noise at startup: complaining when the default configuration Wilmer van der Gaast 2008-02-10 Added support for password-protected Jabber chatrooms. Wilmer van der Gaast 2008-02-10 Making AI_ADDRCONFIG optional, it doesn't exist on at least NetBSD and Wilmer van der Gaast 2008-02-09 Restored "add -tmp". A bit hackish, but it will do for now. Wilmer van der Gaast 2008-02-07 Fixed getnameinfo() calls, this fixes Solaris stability issues. Thanks to Wilmer van der Gaast 2008-02-04 Added bogus G_GNUC_MALLOC to restore GLib 2.4 compatibility (hopefully). Wilmer van der Gaast 2008-02-03 Messages from the user are also included in backlogs when joining a Jabber Wilmer van der Gaast 2008-02-03 Disabling "Unknown command" warnings since they're very noisy and pretty Wilmer van der Gaast 2008-02-03 Implemented XEP-0115. This adds some info to the <presence/> tags so Wilmer van der Gaast 2008-02-03 Saner garbage collection of cached packets in the Jabber module. Now Wilmer van der Gaast 2008-02-02 Added help_free() and cleaned up some very stale help-related stuff I Wilmer van der Gaast 2008-01-30 Fixed handling of OSCAR multi-part messages... They're not arrays, they're Wilmer van der Gaast 2008-01-24 Keeping track of valid Jabber connections so _connected() events will be Wilmer van der Gaast 2008-01-24 Fixed two valgrind warnings (partially uninitialized "struct tm" vars.) Wilmer van der Gaast 2008-01-20 The Jabber module now uses imcb_chat_log() instead of imcb_log() where Wilmer van der Gaast 2008-01-20 Added imcb_chat_log() for chatroom system messages, so they can be Wilmer van der Gaast 2008-01-20 GET_BUDDY_FIRST wasn't actually implemented, even though it was in use Wilmer van der Gaast 2008-01-19 Using test -f instead of test -e. This breaks if the include files are Wilmer van der Gaast 2008-01-19 Added byte swapping code to the new MD5 checksumming code to make it work Wilmer van der Gaast 2008-01-18 Moving imcb_chat_new() to a saner location (no code changes) and fixing Wilmer van der Gaast 2008-01-17 Apparently ext_yahoo_got_im can be called with msg=NULL, so it should be Wilmer van der Gaast 2008-01-17 Fixing some Solaris compiler warnings (u_int->uint, adding some typecasts Wilmer van der Gaast 2008-01-13 Fixed handing of failed groupchat joins. Wilmer van der Gaast 2008-01-13 Fixed "Conditional jump or move depends on uninitialised value(s)" at Wilmer van der Gaast 2008-01-13 Fixed quickstart2. (Bug #349.) Wilmer van der Gaast 2008-01-13 Different handling of charset mismatches before login time. Ignoring a Wilmer van der Gaast 2008-01-12 When a switchboard connection dies (at the TCP level) and there are still Wilmer van der Gaast 2008-01-12 Killed info_string_append() and now showing the IP address of ICQ users Wilmer van der Gaast 2008-01-11 Fixing bug #344, now away states should always be correct, even when people Wilmer van der Gaast 2008-01-11 Adding own handle to protocol name in blist output for people with multiple Wilmer van der Gaast 2008-01-10 Now setting odata->icq properly again, this got lost some time ago, which Wilmer van der Gaast 2008-01-06 More consistency in error/warning errors. Until now "WARNING:" was usually Wilmer van der Gaast 2008-01-06 Changed warning message about unsent MSN messages. It should show the actual Wilmer van der Gaast 2008-01-05 Added "mail_notifications" setting. Who needs those notifications anyway? Wilmer van der Gaast 2008-01-05 Build fix from vmiklos. Wilmer van der Gaast 2008-01-05 Added handling of MSN switchboard NAK messages. Untested, but hey, it Wilmer van der Gaast 2008-01-05 Removed closure->result. I was planning to add some more stuff, but will Miklos Vajna 2007-12-31 encode: md5.c is no longer in protocols/, it's in lib/ Wilmer van der Gaast 2007-12-28 Fixed return value check in proxy_connect(), since on some systems Wilmer van der Gaast 2007-12-28 Added missing return in jabber_login(). Wilmer van der Gaast 2007-12-16 Implemented XEP-0199 (patch from misc@mandriva.org). Wilmer van der Gaast 2007-12-12 Checking conn->xcred before trying to clean it up since GnuTLS doesn't Wilmer van der Gaast 2007-12-12 Killed the <server> parameter to "account add" and changed the default Wilmer van der Gaast 2007-12-12 Fixed sockerr_again() usage in Jabber module to (hopefully) fix a 100% CPU Wilmer van der Gaast 2007-12-10 Don't allow nicks that start with a number. Wilmer van der Gaast 2007-12-10 Fixed "set xxx" syntax (it showed all settings instead of just xxx). Wilmer van der Gaast 2007-12-09 If I keep forgetting to credit people in commit msgs I should probably add Wilmer van der Gaast 2007-12-09 Added /invite support for Jabber chatrooms (and fixed the argument order
| * Fixed quickstart2. (Bug #349.)Wilmer van der Gaast2008-01-13-2/+2
| |
| * Added "mail_notifications" setting. Who needs those notifications anyway?Wilmer van der Gaast2008-01-05-0/+11
| | | | | | | | | | Closes: #338.
| * Killed the <server> parameter to "account add" and changed the defaultWilmer van der Gaast2007-12-12-8/+8
| | | | | | | | | | | | | | server for OSCAR to what both login.icq.com and login.oscar.aol.com resolve to these days. There's no need to specify a server anymore so why bother. And cleaned up the docs (removed all references to those OSCAR servers).
| * If I keep forgetting to credit people in commit msgs I should probably addWilmer van der Gaast2007-12-09-0/+1
| | | | | | | | | | them to doc/CREDITS. Shouldn't be using bzr uncommit all the time. ;-(
* | Merged in 280..288 from upstream (e.g. PING)kenobi2007-12-19-8/+9
| |
* | Intermediate commit. Sending seems to work. TODOs:ulim2007-12-03-0/+43
|/ | | | | | | | | | | | * move from out_of_data to is_writable, eliminate buffers * implement "transfers reject [id]" * documentation in commands.xml * implement throughput and cummulative throughput boundaries * feature discovery before sending * implement sending over a proxy (proxy discovery, socks5 client handshake for sending, activate message) * integrate toxik-mek-ft
* 1.1.1dev (Although the CHANGES change isn't in there).1.1.1Wilmer van der Gaast2007-11-24-0/+2
|
* Changelog update.Wilmer van der Gaast2007-11-19-2/+4
|
* Merging Jabber groupchat support.Wilmer van der Gaast2007-11-19-0/+17
|\
| * Merging from devel/Jelmer.Wilmer van der Gaast2007-11-14-1/+1
| |\
| * | Added "xmlconsole" setting so it can be enabled at login time already.Wilmer van der Gaast2007-11-14-0/+13
| | |
| * | Merge from devel.Wilmer van der Gaast2007-10-12-1/+26
| |\ \
| * | | Added join_chat command to the "help groupchat" information.Wilmer van der Gaast2007-07-15-0/+4
| | | |
* | | | Added (account) set -del.Wilmer van der Gaast2007-11-17-3/+7
| |_|/ |/| |
* | | Fixed a typo in "help join_chat".Wilmer van der Gaast2007-10-14-1/+1
| |/ |/|
* | Made the netsplit-like quit messages optional.Wilmer van der Gaast2007-10-10-0/+10
| |
* | Added 1.0.4 changes to doc/CHANGES.Wilmer van der Gaast2007-10-10-1/+16
|/
* Added help information for the join_chat command and its five arguments,Wilmer van der Gaast2007-06-30-10/+10
| | | | | | which were completely undocumented so far. Also removed the import_buddies information because that command doesn't exist anymore anyway.
* Forgot to credit Greg for the update, and sorry to infamous41md for havingWilmer van der Gaast2007-04-15-1/+3
| | | | | your nick misspelled in the CREDITS file for so long!
* Little fix copied from Jelmer's integration branch, want to import the restWilmer van der Gaast2007-02-18-0/+1
| | | | | | after doing this devel release because there are quite a lot of changes in it.
* Added the right version tag.Wilmer van der Gaast2007-02-18-1/+1
|
* Little doc/help update.Wilmer van der Gaast2007-02-18-14/+14
|
* Fixed Makefiles (make distclean was completely broken).Wilmer van der Gaast2007-02-18-1/+1
|
* Merging new Jabber module. See the massive changelog for all the coolWilmer van der Gaast2007-02-18-9/+65
|\ | | | | | | | | improvements. :-)
| * Added Jabber info to CHANGES.Wilmer van der Gaast2006-12-03-0/+20
| |
| * Merge from main tree.Wilmer van der Gaast2006-10-22-0/+74
| |\
| * \ Merging from main development tree.Wilmer van der Gaast2006-10-15-3/+5
| |\ \
| * | | Documentation updates.Wilmer van der Gaast2006-10-15-9/+45
| | | |
* | | | Fix xslt with newer (more pedantic) XSLT processors.Jelmer Vernooij2006-12-05-0/+3
| |_|/ |/| |
* | | Copied 1.0.x changelogs, disabled LDAP support in configure (because theWilmer van der Gaast2006-10-22-3/+58
| | | | | | | | | | | | | | | | | | code just doesn't work yet) and added GLib version detection. (GLib 2.4 and up *should* work.)
* | | Filled in the user changelog a bit more.Wilmer van der Gaast2006-10-16-0/+19
| |/ |/|
* | Small documentation fix (closes #208).Wilmer van der Gaast2006-10-15-3/+5
|/
* Added information about the new file format to CHANGES.Wilmer van der Gaast2006-08-14-0/+24
|
* Updated the note about encryption in the README file.Wilmer van der Gaast2006-08-14-12/+22
|
* Added help information for the web_aware setting.Wilmer van der Gaast2006-08-13-0/+14
|
* Added some (more) comments to .h files in lib/ and some minor fixes/cleanups.Wilmer van der Gaast2006-07-19-0/+4
|
* More documentation updates: Added a Scope: line for every setting (forWilmer van der Gaast2006-07-14-40/+46
| | | | | | per-account and global settings) and leaving out the Default: line when there is no default specified in XML (like with the display_name setting).
* Fixed a memory leak, added a check for valid Jabber handles, and updatedWilmer van der Gaast2006-07-14-98/+167
| | | | | | documentation (added information about "account set" and sorted the list of settings because it was a bit too random).
* Use unique OID's and include BitlBee's OID (25873)Jelmer Vernooij2006-06-03-15/+6
|
* [merge] WilmerJelmer Vernooij2006-06-03-6/+16
|\
| * Require GLib 2Jelmer Vernooij2006-05-26-1/+1
| |
| * Slightly different wording for add -tmp.Wilmer van der Gaast2006-05-07-1/+1
| |
| * Added add -tmp to the docs.Wilmer van der Gaast2006-05-05-0/+5
| |
| * Better xinetd file, thanks to friedman@splode.com (#129).Wilmer van der Gaast2006-05-05-3/+8
| |
| * Closing #132.Wilmer van der Gaast2006-05-05-1/+1
| |
| * Got rid of some old e-mail addresses.Wilmer van der Gaast2006-04-07-1/+1
| |
* | Start working on LDAP schema (OID's still need to be filled in)Jelmer Vernooij2006-03-24-11/+54
| |
* | [merge] WilmerJelmer Vernooij2006-03-24-0/+9
|\|
| * Updated documentation for the new block/allow syntax. Yes, it's slightlyWilmer van der Gaast2006-03-21-0/+9
| | | | | | | | | | ambiguous now, but it shouldn't cause problems.