aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber
Commit message (Expand)AuthorAgeLines
...
| * | | | | | | | | | | | Merging head.Wilmer van der Gaast2009-12-07-22/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Added conf entries and lib/ftutil.[ch].ulim2008-08-12-71/+16
| * | | | | | | | | | | | merged in upstream r410.ulim2008-08-04-49/+94
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | moved some stuff around in preperation for MSN merge.ulim2008-08-04-22/+19
| * | | | | | | | | | | | Added an account setting 'proxy'.ulim2008-07-22-32/+93
| * | | | | | | | | | | | added a #define for AI_NUMERICSERV in s5bytestream.c (missing in ulibc).ulim2008-06-02-0/+4
| * | | | | | | | | | | | Added textual SOCKS5 error messages.ulim2008-06-02-2/+21
| * | | | | | | | | | | | some changes for sending.ulim2008-05-10-10/+102
| * | | | | | | | | | | | fix bug in new kb/s display for transfers of less than one second.ulim2008-05-07-1/+1
| * | | | | | | | | | | | timeout of transfers after 120 seconds of no progress (bytes received/sent).ulim2008-05-06-1/+2
| * | | | | | | | | | | | SOCKS5 bytestream related changes.ulim2008-05-06-4/+22
| * | | | | | | | | | | | ulibc support, fixes "Invalid SOCKS5 Connect message" problemulim2008-05-04-3/+18
| * | | | | | | | | | | | merged in upstream r379 (somewhere after 1.2-3).ulim2008-04-14-702/+63
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | more verbose error loggingulim2008-04-14-5/+6
| * | | | | | | | | | | | | some fixes related to connection timeoutulim2008-02-20-3/+21
| * | | | | | | | | | | | | Removes the word "dcc" from 2 comments and one message. Thanks to vmiklos for...ulim2008-02-17-1/+1
| * | | | | | | | | | | | | Merged with upstream r328ulim2008-02-15-66/+178
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merged:kenobi2007-12-19-2/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Merged in 280..288 from upstream (e.g. PING)kenobi2007-12-19-4/+51
| * | | | | | | | | | | | | | | sending via proxykenobi2007-12-18-76/+410
| * | | | | | | | | | | | | | | Follow rename of jabber_chat_by_jid from upstremulim2007-12-04-1/+1
| * | | | | | | | | | | | | | | Merged in current develulim2007-12-04-49/+89
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Send and receive seems to work now! Also adopted the new buffering strategy,ulim2007-12-04-75/+88
| * | | | | | | | | | | | | | | | Intermediate commit. Sending seems to work. TODOs:ulim2007-12-03-604/+1111
| * | | | | | | | | | | | | | | | Initial import of jabber file receive and DCC send support. This introducesulim2007-11-28-22/+911
* | | | | | | | | | | | | | | | | Merging in Jabber resource selection fix. This adds the activity_timeoutWilmer van der Gaast2010-03-18-47/+58
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fixed a bug that caused full JIDs to get lost sometimes with the new wayWilmer van der Gaast2010-03-18-6/+5
| * | | | | | | | | | | | | | | | Fixed jabber_util unittest. It passes, yet something still seems to beWilmer van der Gaast2010-03-12-1/+1
| * | | | | | | | | | | | | | | | Merging mainline.Wilmer van der Gaast2010-03-12-21/+27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Restoring some logic that seemed broken but was important with handlingWilmer van der Gaast2009-11-19-1/+6
| * | | | | | | | | | | | | | | | Fixed a facepalm kind of NULL pointer dereference bug.Wilmer van der Gaast2009-11-19-4/+5
| * | | | | | | | | | | | | | | | resource_select now defaults to activity instead of priority. Also, addingWilmer van der Gaast2009-11-19-48/+54
| | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Set resource_select to activity by default since priority has always been1.2.5Wilmer van der Gaast2010-03-17-1/+1
* | | | | | | | | | | | | | | | Oops.. Today's Jabber fix could get stuck in a somewhat infinite loop if aWilmer van der Gaast2010-03-15-17/+3
| |_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Don't send bind and session requests at the same time when logging inWilmer van der Gaast2010-03-14-31/+34
* | | | | | | | | | | | | | | Don't send a <?xml> stream start after starttls since it upsets certainWilmer van der Gaast2010-03-14-3/+6
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Changed formatting of Jabber buddy info response.Wilmer van der Gaast2010-03-07-4/+5
* | | | | | | | | | | | | | The Jabber part of the change. Also made representation of not-away a bitWilmer van der Gaast2010-03-06-17/+22
|/ / / / / / / / / / / / /
* | | | | | | | | | | | / Shuffling a few more #includes. Much more shuffling will be needed.Wilmer van der Gaast2009-10-23-1/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | If you can't find what you expect in an IQ packet, it doesn't mean it'sWilmer van der Gaast2009-10-17-2/+3
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
* | | | | | | | | | | Fixing a crash bug that causes crashes only with buggy Jabber conferenceWilmer van der Gaast2009-10-04-6/+9
* | | | | | | | | | | Fixed a bug that caused crashes when joining certain kinds of Google TalkWilmer van der Gaast2009-06-03-2/+4
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Dropping warnings about unknown JIDs since they're spammy (mostly show upWilmer van der Gaast2008-12-14-4/+6
* | | | | | | | | | Adding the password to the right part of the <presence> stanza so joiningWilmer van der Gaast2008-09-28-1/+1
* | | | | | | | | | Restored support for password-protected chatrooms (for now only by acceptingWilmer van der Gaast2008-09-28-3/+3
* | | | | | | | | | Added SET_INVALID, which set evaluators should now return instead of NULLWilmer van der Gaast2008-08-24-3/+3
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | From the department of over-engineering, now cached packet IDs are fullWilmer van der Gaast2008-06-22-19/+31
* | | | | | | | | Now preserving case in JID resources, and handling them with case sensitivityWilmer van der Gaast2008-06-22-15/+18
* | | | | | | | | Added jabber_util unittests (buddy_add/_by_jid only ATM).Wilmer van der Gaast2008-06-22-1/+3
* | | | | | | | | Using a port list instead of a single range for the allowed Jabber portWilmer van der Gaast2008-06-15-9/+27