James Booth
|
360956cca0
|
Call plugins on /msg command
|
2014-01-12 21:42:18 +00:00 |
|
James Booth
|
5ea9dd8043
|
Merge branch 'master' into plugins
Conflicts:
.gitignore
Makefile.am
configure.ac
src/command/command.c
src/command/commands.c
src/profanity.c
src/server_events.c
|
2014-01-12 19:32:08 +00:00 |
|
James Booth
|
b2d194745d
|
Merge branch 'otr'
|
2014-01-12 17:55:35 +00:00 |
|
James Booth
|
64f6a54eb9
|
Added libotr dev packages for ubuntu and fedora in install-all.sh
|
2014-01-12 17:30:35 +00:00 |
|
James Booth
|
3f60a6a80e
|
Removed debug statements
|
2014-01-12 02:20:03 +00:00 |
|
James Booth
|
264fc55aa2
|
Added conditionals to makefile for otr support
|
2014-01-12 02:15:16 +00:00 |
|
James Booth
|
4e97c1e460
|
Merge branch 'master' into otr
|
2014-01-12 01:25:35 +00:00 |
|
James Booth
|
462e84ea82
|
Added /otr trust|untrust commands
|
2014-01-12 01:20:22 +00:00 |
|
James Booth
|
f14a9ed72d
|
Implemented write fingerprints callback
|
2014-01-12 00:27:13 +00:00 |
|
James Booth
|
43deea7c05
|
Added /otr autocompleter and updated help
|
2014-01-12 00:10:16 +00:00 |
|
James Booth
|
494aaadba4
|
Added /otr end command
|
2014-01-11 23:59:20 +00:00 |
|
James Booth
|
a3217bcf8c
|
End OTR session when user closes chat window
|
2014-01-11 23:28:11 +00:00 |
|
James Booth
|
f35e485bd4
|
Handle window creation for incoming and outgoing OTR sessions
|
2014-01-11 21:44:24 +00:00 |
|
James Booth
|
5a7eba518d
|
Show contacts fingerprint on /otr theirfp
|
2014-01-11 20:02:35 +00:00 |
|
James Booth
|
03086c0384
|
Added /otr theirfp with hardcoded fingerprint
|
2014-01-11 19:10:00 +00:00 |
|
James Booth
|
bc8532b79c
|
Renamed fingerprint command, updated help
|
2014-01-11 18:29:37 +00:00 |
|
James Booth
|
b5469e2e06
|
Added [OTR] and (trusted/untrusted) to titlebar for OTR sessions
|
2014-01-11 18:24:44 +00:00 |
|
James Booth
|
bf494b1b07
|
Refactored setting window recipient
|
2014-01-11 18:06:46 +00:00 |
|
James Booth
|
d189f7ea43
|
Use version 1 query to start OTR session
|
2014-01-11 17:15:07 +00:00 |
|
James Booth
|
9daefe170d
|
Require '/otr start' from both parties before encryption used both ways
|
2014-01-11 17:03:01 +00:00 |
|
James Booth
|
5c13538e6b
|
Load OTR private key on connect, gen command checks if already generated
|
2014-01-11 15:48:22 +00:00 |
|
James Booth
|
df8c7dedc1
|
Implemented message encryption, session started with whitspace tags on first message
|
2014-01-10 21:57:38 +00:00 |
|
James Booth
|
e294a6db92
|
Added "/otr fp" to show users fingerprint
|
2014-01-10 20:20:38 +00:00 |
|
James Booth
|
1b5254010e
|
Show users fingerprint after generating key
|
2014-01-10 20:12:22 +00:00 |
|
James Booth
|
9fb8281656
|
Use data home for otr keys and fingerprints files
|
2014-01-10 19:50:59 +00:00 |
|
James Booth
|
84f1c4b96f
|
WIP - OTR support
|
2014-01-10 00:08:49 +00:00 |
|
Jasper van Bourgognie
|
f1bd350567
|
Check for res_query, then for __res_query in libresolv
|
2014-01-09 21:39:01 +01:00 |
|
James Booth
|
98b1b96e59
|
Fixed win_handle_error_message
|
2014-01-08 22:20:05 +00:00 |
|
James Booth
|
49deb932e6
|
Merge branch 'master' into otr
|
2014-01-08 20:50:00 +00:00 |
|
James Booth
|
bd79b97101
|
Merge branch 'master' into plugins
Conflicts:
src/ui/core.c
|
2014-01-08 20:47:17 +00:00 |
|
James Booth
|
4cc4461c0f
|
Removed handle error message function from ProfWin
|
2014-01-08 20:27:18 +00:00 |
|
James Booth
|
d99f1536ec
|
Removed print message function from ProfWin
|
2014-01-08 20:11:53 +00:00 |
|
James Booth
|
71356967ab
|
Added clean.sh to gitignore
|
2014-01-08 19:54:28 +00:00 |
|
James Booth
|
6581db36a3
|
Added --enable-plugins to configure.ac
Allow users to disable all plugins by calling "./configure --disable-plugins"
|
2014-01-08 00:19:00 +00:00 |
|
James Booth
|
f1596e2957
|
Added --enable-c-plugins to configure.ac
|
2014-01-07 23:58:47 +00:00 |
|
James Booth
|
9588bb0eaf
|
Added enable-lua-plugins to configure.ac
|
2014-01-07 22:22:02 +00:00 |
|
James Booth
|
981c8eb656
|
Added --enable-python-plugins to configure.ac
|
2014-01-07 22:18:41 +00:00 |
|
James Booth
|
a33ca6238d
|
Added --enable-ruby-plugins option to configure.ac
|
2014-01-07 22:12:08 +00:00 |
|
James Booth
|
62d4360863
|
Grouped plugins in configure.ac
|
2014-01-07 21:56:19 +00:00 |
|
James Booth
|
d3071bcdcc
|
Moved plugins in configure.ac
|
2014-01-07 21:52:54 +00:00 |
|
James Booth
|
1a85e6cf24
|
Merge branch 'master' into plugins
Conflicts:
src/profanity.c
src/profanity.h
src/xmpp/connection.c
|
2014-01-06 00:08:06 +00:00 |
|
James Booth
|
0776c574b6
|
Merge branch 'master' into otr
|
2014-01-05 23:58:10 +00:00 |
|
James Booth
|
db973457d0
|
Refactored roster add/update
|
2014-01-05 23:54:29 +00:00 |
|
James Booth
|
76484665fd
|
Removed prof_handle group functions
|
2014-01-05 23:24:48 +00:00 |
|
James Booth
|
1d716e48ad
|
Removed roster_list dependency on xmpp module
|
2014-01-05 23:08:11 +00:00 |
|
James Booth
|
06ce95f68a
|
Refactored roster_change_name
|
2014-01-05 22:55:04 +00:00 |
|
James Booth
|
ef920971e0
|
Removed unused function prototype
|
2014-01-05 22:03:51 +00:00 |
|
James Booth
|
7802e668b5
|
Removed unused function prototype
|
2014-01-05 22:01:39 +00:00 |
|
James Booth
|
468e80fe30
|
Removed prof_handle_disconnect
|
2014-01-05 22:00:15 +00:00 |
|
James Booth
|
922230acf5
|
Removed unused function prototype
|
2014-01-05 21:57:15 +00:00 |
|