summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 0.3.2telepathy-salut_0.3.2Guillaume Desmottes2008-04-091-2/+2
* add a NEWS entry for 0.3.1 releaseGuillaume Desmottes2008-04-091-0/+6
* salut-connection: no need to get the DBus proxy when disposingGuillaume Desmottes2008-04-071-3/+0
* muc-channel: add debug info about membership managementGuillaume Desmottes2008-03-281-4/+16
* GibberRMulticastCausalTransport: When reconnecting after a reset, reset the r...Sjoerd Simons2008-03-201-0/+1
* continous-failure.py: Update test to send messages on a regular basis to see ...Sjoerd Simons2008-03-201-3/+19
* While resetting just drop messages, don't send it through to a lower transportSjoerd Simons2008-03-201-0/+6
* contact-manager: use the service name and not the activity name when removing...Guillaume Desmottes2008-03-181-1/+1
* Fix some small coding style issuesSjoerd Simons2008-02-291-3/+4
* GibberRMulticastSender: Don't assume that all packets between ->first_packet,...Sjoerd Simons2008-02-291-12/+8
* GibberRMulticastSender: Fix repairing when the node has moved to pending_removalSjoerd Simons2008-02-291-3/+2
* GibberRMulticastSenderGroup: WHOIS_REQUEST senders should be looked up by who...Sjoerd Simons2008-02-291-1/+1
* GibberRMulticastSenderGroup: Fixed a silly bug where the condition in the for...Sjoerd Simons2008-02-291-1/+1
* GibberRMulticast: Don't keep pending removals in the main hash, but put them ...Sjoerd Simons2008-02-293-139/+290
* GibberRMulticastTransport: Ensure we wait for nodes to finish their failure p...Sjoerd Simons2008-02-281-1/+6
* GibberRMulticastTransport: reset the timeout to zero when the gathering phase...Sjoerd Simons2008-02-281-0/+1
* GibberRMulticastSender: Set the pending removal state before checking the que...Sjoerd Simons2008-02-281-1/+2
* If we're resetting because the join failed, return JOIN_FAILED immediatelySjoerd Simons2008-02-281-0/+1
* Better debugging of sender garbage collectionSjoerd Simons2008-02-281-1/+6
* GibberRMulticast: Add more clear debugging informationSjoerd Simons2008-02-282-2/+4
* bytestream-muc: set state to closing before closedGuillaume Desmottes2008-02-211-0/+1
* bytestream-ibb: set status to closing before closedGuillaume Desmottes2008-02-211-0/+2
* bytestream-ibb: add a explanation about the current status of this bytestreamGuillaume Desmottes2008-02-211-0/+3
* bytestream-obb: remove redundant disconnect signalsGuillaume Desmottes2008-02-211-2/+0
* bystream-oob: always go trought the closing state before the closed oneGuillaume Desmottes2008-02-211-4/+7
* bytestream-obb: add a closing state and disconnect the transport when closing...Guillaume Desmottes2008-02-202-59/+93
* bytestream-oob: be sure the buffer is flushed before disconnect the transportGuillaume Desmottes2008-02-201-2/+21
* gibber-fd-transport: emit the buffer-empthy signal when all the data are dire...Guillaume Desmottes2008-02-201-0/+1
* add gibber_transport_emit_buffer_empty and use it instead of g_signal_emit_by...Guillaume Desmottes2008-02-203-1/+9
* gibber-transport: assert buffer_is_empty is implementedGuillaume Desmottes2008-02-201-0/+1
* tube-stream: wait the buffer is empty before remove the transportGuillaume Desmottes2008-02-201-8/+40
* gibber-fd-transport: implement the buffer_is_empty methodGuillaume Desmottes2008-02-201-0/+14
* gibber-fd-transport: emit the "buffer-empty" signal when neededGuillaume Desmottes2008-02-201-0/+1
* gibber-transport: add gibber_transport_buffer_is_empty abstract methodGuillaume Desmottes2008-02-202-0/+13
* gibber-transport: add a "empty-buffer" signalGuillaume Desmottes2008-02-201-0/+11
* Reference the wiki page about CliqueSimon McVittie2008-02-181-1/+2
* Fix up README for current Salut. Also s/Gabble/Salut/ and mention XEP-0174 in...Simon McVittie2008-02-181-4/+6
* Use -Wno-portability now we explicitly require GNU Make (fd.o #14020)Simon McVittie2008-02-181-1/+1
* Add READMESimon McVittie2008-02-181-0/+76
* version 0.3.1Guillaume Desmottes2008-02-151-1/+1
* version 0.3.1telepathy-salut_0.3.1Guillaume Desmottes2008-02-151-2/+2
* configure.ac: readd lost enable_ssl variableLaurent Bigonville2008-02-051-2/+2
* configure.ac: add a flag to control openssl supportLaurent Bigonville2008-02-021-3/+11
* add Salut 0.3.1 release notesGuillaume Desmottes2008-02-151-0/+9
* src/Makefile.am: use POSIX character classes instead of rangesMarco Barisione2008-02-121-1/+1
* lib/gibber/Makefile.am: use POSIX character classes instead of rangesMarco Barisione2008-02-121-1/+1
* src/Makefile.am: allow digits in type names while generating marshallersMarco Barisione2008-02-121-1/+1
* lib/gibber/Makefile.am: allow digits in type names while generating marshallersMarco Barisione2008-02-121-1/+1
* SalutMucManager: If setting up a resolver fails then we can get into a situat...Sjoerd Simons2008-02-071-1/+5
* gibber-bytestream-muc: actually close the muc before announce it as closedGuillaume Desmottes2008-02-011-2/+2