summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Update Wocky snapshot for new error wrangling codeWill Thompson2010-02-151-0/+0
|
* Update wocky snapshotSjoerd Simons2010-01-271-0/+0
|
* Merge branch 'decloak-api'Simon McVittie2010-01-221-19/+3
|\ | | | | | | | | | | | | Reviewed-by: Vivek Dasmohapatra Conflicts: extensions/all.xml tests/twisted/Makefile.am
| * lm_connection_register_message_handler: comment assertion that differs from LMSimon McVittie2010-01-111-0/+3
| |
| * lm_connection_register_message_handler: remove bogus de-duplicationSimon McVittie2010-01-111-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | It is incorrect to register the same twice: it won't work with this implementation, and if done after connecting, it'll cause an assertion failure. However, the current code silently ignores these double-registrations if they happen before the connection is connected, and omits the second and subsequent use from the list of delayed registrations. This patch causes both code paths to lead to the assertion failure, which means we'll at least spot it if someone gets it wrong again :-)
* | Update wocky (openssl backend now offers deflate compression)Vivek Dasmohapatra2010-01-211-0/+0
| |
* | fd.o #26027: gibber, loudmouth, src: remove unused rules for *-enumtypes.hSimon McVittie2010-01-132-36/+0
| | | | | | | | | | If/when we resurrect these, we should use static pattern rules rather than implicit rules, to avoid the bug described in fd.o #26027.
* | fd.o#26027-related: update wocky to have less magic in *-enumtypes.hSimon McVittie2010-01-131-0/+0
| |
* | Update wocky for working gtkdoc and better enumtypes.h generationSimon McVittie2010-01-131-0/+0
|/
* Update to a wocky snapshot with initial muc supportSjoerd Simons2010-01-081-0/+0
|
* Update Wocky to ship test certs in out-of-tree buildsWill Thompson2009-12-281-0/+0
| | | | This makes Gabble distcheck successfully if you build out-of-tree.
* Update wocky snapshotSjoerd Simons2009-12-221-0/+0
|
* Updating the wocky snapshotSjoerd Simons2009-12-211-0/+0
|
* Update wocky snapshotSjoerd Simons2009-12-201-0/+0
|
* Update wocky snapshotSjoerd Simons2009-12-181-0/+0
|
* If there is a destroy notify, call itSjoerd Simons2009-12-181-1/+5
|
* Also unref the LmMessageHandler in error casesSjoerd Simons2009-12-181-1/+3
|
* Initialize the buffer used in a cmsg to zeroSjoerd Simons2009-12-181-1/+2
| | | | | Initializing the buffer the zero prevents false positives from valgrind. Also fixed a small code consistency issue
* Update wocky to fix OpenSSL infinite pseudo-read loop.Vivek Dasmohapatra2009-12-081-0/+0
|
* Update wocky to include openssl deadlock and build fixes.Vivek Dasmohapatra2009-12-071-0/+0
|
* Remove various bits that were only used for GibberResolverSjoerd Simons2009-12-074-1668/+3
|
* Merge remote branch 'maiku/gresolver'Sjoerd Simons2009-12-075-1551/+0
|\
| * Remove gibber-resolver.Mike Ruprecht2009-11-205-1551/+0
| |
* | Merge branch 'coverity'Will Thompson2009-11-251-0/+1
|\ \ | | | | | | | | | Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
| * | Document a deliberate switch fall-throughWill Thompson2009-11-251-0/+1
| |/
* | Update wocky snapshotSjoerd Simons2009-11-251-0/+0
|/
* Update wocky (changes to make the SASL challnge parser more robust).Vivek Dasmohapatra2009-11-031-0/+0
|
* libloudmouth.la was linked against libwocky.la but did not depend on it.Vivek Dasmohapatra2009-10-231-0/+9
| | | | This broken dependency meant symbols from stale copies of libwocky.a could end up linked into the telepathy-gabble and telepathy-gabble-debug binaries, which could be very misleading during the patch/build/test cycle.
* Update wocky to pull in porter-disconnect bug fixes.Vivek Dasmohapatra2009-10-231-0/+0
| | | | Fixes the "undead dbus names" bug correctly, previous [gabble] fix was masking the symptom but not addressing the underling bug (actully an interaction of three bugs) in wocky.
* Update wocky (allow manual ssl backend selection)Vivek Dasmohapatra2009-10-071-0/+0
|
* Update wocky to include openssl support + latest certtool build dep fixes.Vivek Dasmohapatra2009-10-051-0/+0
|
* Update Wocky.Dafydd Harries2009-09-291-0/+0
| | | | This fixes distcheck.
* Update wocky.Jonny Lamb2009-09-291-0/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Move from shave to automake 1.11's silent rules.Jonny Lamb2009-09-293-15/+11
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Sync WockyGuillaume Desmottes2009-09-251-0/+0
|
* Sync WockyGuillaume Desmottes2009-09-241-0/+0
| | | | WOCKY_PORTER_ERROR_FORCE_CLOSING has been renamed to WOCKY_PORTER_ERROR_FORCIBLY_CLOSED
* Update WockyGuillaume Desmottes2009-09-231-0/+0
|
* Update wocky.Jonny Lamb2009-09-211-0/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Upgrade WockyGuillaume Desmottes2009-09-211-0/+0
|
* Sync with wocky masterSjoerd Simons2009-09-201-0/+0
|
* build Gibber with fno-strict-aliasing so asyncns.c build with new gcc (fd.o ↵Guillaume Desmottes2009-09-161-1/+1
| | | | #23685)
* Sync Wocky with masterGuillaume Desmottes2009-09-151-0/+0
|
* Sync WockyGuillaume Desmottes2009-09-141-0/+0
|
* Only make clean in wocky if neededSjoerd Simons2009-09-111-2/+3
|
* Sync wocky masterSjoerd Simons2009-09-111-0/+0
|
* add lib/ext/Makefile.am to build wocky automaticallyGuillaume Desmottes2009-09-112-1/+10
|
* Add wocky as a git submodule to lib/extGuillaume Desmottes2009-09-111-0/+0
|
* fix phrasing of some commentsGuillaume Desmottes2009-09-112-2/+2
|
* lm-message-node: copy_attribute: wocky added a 'prefix' argGuillaume Desmottes2009-09-111-0/+1
|
* lm-connection: assert than connection and porter are not NULL when sending ↵Guillaume Desmottes2009-09-111-1/+10
| | | | messages