|
|
|
@7a80925
|
2014-02-13T08:48:37Z |
wilmer |
Update json-parser code to git rev …
|
|
|
@e76cf26
|
2014-02-08T13:46:30Z |
wilmer |
Fix "Unusuable" typo.
|
|
|
@c239fff
|
2014-02-07T16:00:40Z |
pesco |
close otr connections on quit, add 'otr disconnect *' command
|
|
|
@71004a3
|
2014-02-06T22:51:19Z |
wilmer |
Merging OTR fixes from pesco.
|
|
|
@329f9fe
|
2014-02-02T00:31:49Z |
pesco |
use OTRL_INSTAG_BEST instead of _RECENT to work around a segfault in libotr
|
|
|
@367ea3c
|
2014-02-01T23:59:00Z |
pesco |
work around libotr 4 not sending outgoing plaintext messages
|
|
|
@cc17b76
|
2014-01-20T22:00:53Z |
wilmer |
Merging fix from Flexo for #1109.
|
|
|
@4dda9e4
|
2013-12-20T18:58:41Z |
wilmer |
Fix building of debug binaries (partially broken by changeset:devel,253).
|
|
|
@cb16fe9
|
2013-12-19T00:16:26Z |
wilmer |
3.2.1-1 Debian package.
3.2.1+otr4-13.2.1-1
|
|
|
@48b75f1
|
2013-12-07T17:48:52Z |
wilmer |
Update debian/changelog for 3.2.1.
|
|
|
@a8aa823
|
2013-12-07T12:49:28Z |
wilmer |
Ugly: Bogus dependency on libotr2-dev, but adding a warning to the …
|
|
|
@434a2d0
|
2013-12-05T09:20:22Z |
wilmer |
Exchange libotr 2.x compatibility for libotr 3.x compatibility, …
|
|
|
@943bda7
|
2013-12-05T09:19:04Z |
wilmer |
Fix BITLBEE_VERSION_CODE which I stupidly forgot to update for the …
|
|
|
@08224f5
|
2013-11-27T22:54:03Z |
wilmer |
3.2.1. About time, since Twitter have already deprecated HTTP/1.0 …
3.2.1
|
|
|
@e73e165
|
2013-11-11T22:46:36Z |
pesco |
merge upstream
|
|
|
@d4a4f1a
|
2013-10-14T16:02:04Z |
wilmer |
Don't save the "type" channel setting, it's an XML attribute already. …
|
|
|
@51f937e
|
2013-08-03T13:36:53Z |
pesco |
log OTR heartbeats if set verbose
|
|
|
@e4752a6
|
2013-08-03T13:06:30Z |
pesco |
cleanup and docs
|
|
|
@e65039a
|
2013-08-03T12:49:03Z |
pesco |
persist instags (also works around "malformed message" bug)
|
|
|
@fbcb481
|
2013-08-02T21:59:43Z |
pesco |
do 'otr connect' with the proper query message (generated by libotr)
|
|
|
@c347a12
|
2013-08-02T20:55:16Z |
pesco |
timer cleanup and "other instance" error message
|
|
|
@f93e01c
|
2013-08-02T18:31:44Z |
pesco |
some more instag updates
|
|
|
@37ed402
|
2013-08-02T18:08:34Z |
pesco |
use INSTAG_RECENT for outgoing messages
|
|
|
@fa9478e
|
2013-08-02T15:30:11Z |
pesco |
better workaround for libotr's NULL opdata bug
|
|
|
@22ec21d
|
2013-08-02T11:52:22Z |
pesco |
regularly call otrl_message_poll
|
|
|
@6d9f0ba
|
2013-08-02T11:15:21Z |
pesco |
implement otr_error_message callback
|
|
|
@b939cff
|
2013-08-02T10:48:03Z |
pesco |
work around libotr bugs
|
|
|
@090c9b7
|
2013-08-01T20:39:49Z |
pesco |
implement handle_msg_event
|
|
|
@352a6b0
|
2013-08-01T19:32:24Z |
pesco |
update smp event handling
|
|
|
@5d2bc9d
|
2013-08-01T18:17:02Z |
pesco |
move html coding and coloring into convert callback
|
|
|
@81265e0
|
2013-08-01T15:47:48Z |
pesco |
make otr compile with libotr 4.0.0, minimal functionality
|
|
|
@a685409
|
2013-07-13T18:49:13Z |
wilmer |
Update to deal with a not-so-recent regression in the Twitter URL …
|
|
|
@c92ee728
|
2013-07-01T22:43:02Z |
wilmer |
Use account tag instead of protocol/network name for generating hostmasks.
|
|
|
@ea166fe
|
2013-05-25T10:54:09Z |
wilmer |
Reformat MOTD a little bit. #1056
|
|
|
@7e84168
|
2013-06-22T21:50:15Z |
wilmer |
#1067: Restore nickname truncation.
|
|
|
@2f9027c
|
2013-06-16T17:33:58Z |
wilmer |
Fix cleanup failure on Twitter timeouts.
|
|
|
@1a2c1c0
|
2013-06-16T12:42:39Z |
wilmer |
Merging utf8-nicks branch. This adds a utf8_nicks setting which …
|
|
|
@ab19567
|
2013-06-16T12:15:15Z |
wilmer |
Merging HTTP/1.1 branch. This implements HTTP/1.1 support in …
|
|
|
@dd7b931
|
2013-06-16T00:14:11Z |
wilmer |
Use HTTP/1.1 by default in the Twitter module, and stick to the …
|
|
|
@777461b
|
2013-06-15T23:33:53Z |
wilmer |
Turn off fetch_mentions by default for identi.ca connections since …
|
|
|
@ca8037e
|
2013-06-09T21:17:45Z |
wilmer |
Add better handling of HTTP/1.1 and/or keepalive connections. This …
|
|
|
@41a94dd
|
2013-06-01T23:58:55Z |
wilmer |
Define _GNU_SOURCE via the command line instead of bitlbee.h (which …
|
|
|
@aed00f8
|
2013-06-01T00:18:18Z |
wilmer |
NULL initialisation, fixes crash on trying to load configs from …
|
|
|
@f2d8aa2
|
2013-06-01T00:09:52Z |
wilmer |
Emit a warning when the user wants to do OAuth with a …
|
|
|
@420ddc00
|
2013-05-25T12:39:42Z |
wilmer |
Fix double free() in ssl_nss.c. #1038
|
|
|
@c153808
|
2013-05-25T10:36:34Z |
wilmer |
Fix OAuth2 error reporting.
|
|
|
@be9f3f1
|
2013-05-23T21:46:54Z |
wilmer |
Apparently Twitter API 1.1 is SSL-only. *sigh*
|
|
|
@a7e6ba9
|
2013-05-19T07:33:54Z |
wilmer |
Install JSON header files.
|
|
|
@af496d8
|
2013-05-06T15:13:49Z |
wilmer |
Use UCS-2BE instead of UNICODEBIG as the UTF16 charset used by the …
|
|
|
@f539d6e
|
2013-05-01T18:55:50Z |
wilmer |
Merge from vmiklos.
|
|
|
@5cb9461
|
2013-04-23T16:28:10Z |
wilmer |
Documentation for utf8_nicks setting.
|
|
|
@c608891
|
2013-04-23T16:20:06Z |
wilmer |
Simple (and possibly still fragile) support for UTF-8 nicknames.
|
|
|
@c2a863d
|
2013-04-23T08:06:10Z |
Miklos Vajna |
skype: fix build
|
|
|
@0a7a7e9
|
2013-04-21T19:39:39Z |
Miklos Vajna |
skype: clean up installing section of README
These were the …
|
|
|
@57b534b
|
2013-04-21T19:39:39Z |
Miklos Vajna |
skype: ignore empty username (#1045)
|
|
|
@505fdaa
|
2013-04-21T19:39:39Z |
Miklos Vajna |
test skype_group_by_name()
|
|
|
@3d1b06f
|
2013-04-21T19:39:39Z |
Miklos Vajna |
test skype_chat_topic()
|
|
|
@e2ac666
|
2013-04-21T19:39:39Z |
Miklos Vajna |
test skype_chat_msg()
|
|
|
@500419b
|
2013-04-21T19:39:39Z |
Miklos Vajna |
skype: avoid fake MBERS buddy in groupchats
|
|
|
@b201c68
|
2013-04-21T19:39:39Z |
Miklos Vajna |
test skype_set_away()
|
|
|
@a016221
|
2013-04-21T19:39:39Z |
Miklos Vajna |
skyped: missing newline in log
|
|
|
@e277e80
|
2013-04-20T22:50:31Z |
wilmer |
Add irc_t* argument to all relevant nick_*() functions.
|
|
|
@dd95ce4
|
2013-04-20T13:17:22Z |
wilmer |
Const is hard, let's go hacking.
|
|
|
@e31e5b8
|
2013-04-20T13:05:55Z |
wilmer |
Merging "storage" branch which I wrote long ago. It separates …
|
|
|
@9b2a8c1
|
2013-03-17T13:03:25Z |
wilmer |
Merge from vmiklos.
|
|
|
@215e171
|
2013-03-16T20:31:32Z |
Miklos Vajna |
skype: improve support for reading bookmarked chats (#1037)
|
|
|
@6f360a0
|
2013-03-16T20:25:35Z |
Miklos Vajna |
skype: in groupchats, handle ACTIVEMEMBERS as MEMBERS (#1037)
|
|
|
@2363cca
|
2013-03-07T15:45:31Z |
Miklos Vajna |
skyped: fix non-gobject mode (#1035)
|
|
|
@f4eb3fc
|
2013-03-06T20:50:15Z |
Miklos Vajna |
test skype_chat_leave()
|
|
|
@83c246e
|
2013-03-06T20:21:13Z |
Miklos Vajna |
skype: enough questions about if skype 4.x works or not
|
|
|
@52ceb4b
|
2013-03-06T19:56:19Z |
Miklos Vajna |
skyped: prefix debug messages with source location
|
|
|
@8407e25
|
2013-03-06T19:41:18Z |
Miklos Vajna |
skyped: fix typo when not finding config file
|
|
|
@ed3ff43
|
2013-03-03T14:48:59Z |
wilmer |
Merging Skype changes.
|
|
|
@b2b7f52
|
2013-03-01T10:28:44Z |
Miklos Vajna |
#978 fix Mac build of the Skype plugin
|
|
|
@36f6ab3
|
2013-02-28T07:15:49Z |
Miklos Vajna |
skype: add support for fetching full names of buddies
|
|
|
@c440320
|
2013-02-25T20:38:05Z |
Miklos Vajna |
skyped.py: also sanitize log file output
|
|
|
@0e788f5
|
2013-02-21T19:15:59Z |
wilmer |
I'm still bored on a long flight. Wrote a script to automatically …
|
|
|
@f3fce53
|
2013-02-21T19:03:55Z |
wilmer |
Make the manpage look just a little less stale.
|
|
|
@03886fc
|
2013-02-21T18:37:06Z |
wilmer |
Keep settings lists sorted. It's already sorted somewhat, but in …
|
|
|
@a5c6ebd
|
2013-02-21T18:09:19Z |
wilmer |
! modified for control channel fill_by setting to for example create a …
|
|
|
@06eef80
|
2013-02-21T14:03:15Z |
wilmer |
For the lazy among us: When adding a Jabber/MSN contact within the …
|
|
|
@12f500f
|
2013-02-21T13:16:26Z |
wilmer |
Merge from vmiklos. Mostly Skype stuff and further deprecating a …
|
|
|
@9754c2f
|
2013-02-18T08:42:30Z |
Miklos Vajna |
Clean up set_my_name API implementations
|
|
|
@94d9511
|
2013-02-17T19:51:11Z |
Miklos Vajna |
skype tests: run all tests with a single skyped config
This makes …
|
|
|
@130f7b8
|
2013-02-17T19:51:11Z |
Miklos Vajna |
test skype_set_mood_text()
|
|
|
@3a92020
|
2013-02-17T13:06:51Z |
Miklos Vajna |
test skype_buddy_action_list()
|
|
|
@c7336ba
|
2013-02-16T14:03:56Z |
Miklos Vajna |
skype_buddy_action_list: fix missing hangup in help output
|
|
|
@78e103e
|
2013-02-16T13:33:46Z |
Miklos Vajna |
test skype_add_buddy()
|
|
|
@3bf9f71
|
2013-02-16T13:27:45Z |
Miklos Vajna |
skyped: print again the config file path
|
|
|
@33ed455
|
2013-02-16T13:23:11Z |
Miklos Vajna |
skype: rename these tests, these are about we are added, not about we add
|
|
|
@61d2eabb
|
2013-02-14T15:20:00Z |
Miklos Vajna |
skype: check for truncated commands on receiving
|
|
|
@b6ab05b
|
2013-02-11T12:56:04Z |
Miklos Vajna |
skype: handle only socket errors in send()
|
|
|
@4da4e9b
|
2013-02-11T12:56:04Z |
Miklos Vajna |
skype: handle socket errors during tls session negotiation in a …
|
|
|
@5a4f22e
|
2013-02-11T12:56:04Z |
Miklos Vajna |
skype: don't do retries on send() on socket errors with gobject
As …
|
|
|
@8e166ae
|
2013-02-11T12:56:04Z |
Miklos Vajna |
skype: cleanup of the send() code
Use socket.sendall(), as send() is …
|
|
|
@5a0ffa2
|
2013-02-11T12:56:03Z |
Miklos Vajna |
skype: add newline to all the lines emitted
|
|
|
@3e23850
|
2013-02-11T12:56:03Z |
Miklos Vajna |
skype: add ATTACH_GDB env flag, extend hacking instructions with info …
|
|
|
@7e5b4bd
|
2013-02-11T12:56:03Z |
Miklos Vajna |
skype: add --dont-start-skype option
For cases when case skype …
|
|
|
@b56c76c
|
2013-02-11T12:56:03Z |
Miklos Vajna |
skype: use argparse instead of getopt for CLI in skyped
|
|
|
@ee3bccd
|
2013-02-11T12:56:03Z |
Miklos Vajna |
skype: make chdirs work more reliably between tests
|
|
|