1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00
Commit Graph

2126 Commits

Author SHA1 Message Date
James Booth
6caa57aa0c Removed lua debug 2013-09-19 23:53:04 +01:00
James Booth
c545522cfa Check for unicode responses in python hooks 2013-09-19 23:50:03 +01:00
James Booth
543c37ae17 Convert unicode result to UTF-8 string 2013-09-19 23:32:06 +01:00
James Booth
18a8be8935 Added before_message_displayed hook 2013-09-19 22:10:11 +01:00
James Booth
d38e2e73c2 Merge branch 'master' into plugins 2013-09-17 02:09:45 +01:00
James Booth
4aa05f65be Merge branch 'master' into otr 2013-09-17 02:08:56 +01:00
James Booth
892a9953b4 Removed FORCE target from Makefile.am 2013-09-17 02:08:33 +01:00
James Booth
cd816b94c2 Merge branch 'master' into plugins
Conflicts:
	.gitignore
	Makefile.am
	src/main.c
	src/profanity.c
	src/ui/console.c
	src/ui/core.c
	src/xmpp/capabilities.c
	src/xmpp/iq.c
2013-09-17 02:06:43 +01:00
James Booth
cab2e3cfe4 Merge branch 'master' into otr
Conflicts:
	.gitignore
	Makefile.am
2013-09-17 01:34:57 +01:00
James Booth
ee8ff948bf Use git revision in development strings 2013-09-17 01:28:35 +01:00
James Booth
90d5df9ef7 Added gitversion.c to gitignore 2013-09-17 01:12:43 +01:00
James Booth
a15dbdf7ff Force git revision update on make 2013-09-17 01:11:38 +01:00
James Booth
6b852a2f0f Include git revision with -v output 2013-09-17 01:08:12 +01:00
James Booth
d782b00711 Added git branch and revision to development builds 2013-09-17 00:59:37 +01:00
James Booth
b8621befc9 Pop Lua stack when hooks not found 2013-09-16 23:16:50 +01:00
James Booth
d1ccfb148b Check for Lua hooks before calling 2013-09-15 22:17:32 +01:00
James Booth
aa13586bc7 Added Lua to language names lookup 2013-09-15 21:49:20 +01:00
James Booth
7ed1fc2d9c Removed AX_LUA calls until fixed 2013-09-15 21:34:57 +01:00
James Booth
d386b7c609 Lua window callback 2013-09-15 21:25:31 +01:00
James Booth
0884f3480d Lua timed callbacks 2013-09-15 20:54:20 +01:00
James Booth
939b84ad18 Fixed register lua command 2013-09-15 20:28:23 +01:00
James Booth
e1f17861fd Started Lua command callbacks 2013-09-15 18:38:08 +01:00
James Booth
ab1c140935 Remaining Lua window api 2013-09-15 17:19:31 +01:00
James Booth
06a6dcc137 Lua win_exists 2013-09-15 16:50:00 +01:00
James Booth
e731c61480 Lua get_get_current_recipient 2013-09-15 16:45:38 +01:00
James Booth
d90b15779e Lua send line 2013-09-15 16:32:14 +01:00
James Booth
13b945ae11 Lua notify api 2013-09-15 16:30:10 +01:00
James Booth
32f39ef6fd Lua shutdown hook and logging api 2013-09-15 16:13:56 +01:00
James Booth
c4fcfb77cc Lua message send hooks 2013-09-15 16:05:46 +01:00
James Booth
942f2c0a9d Lua received room and private message hooks 2013-09-15 15:51:39 +01:00
James Booth
170601b85b Lua on_message_received 2013-09-15 15:41:35 +01:00
James Booth
672b60e9f3 Lua prof_init hook 2013-09-15 15:12:36 +01:00
James Booth
5da3026546 Added basic empty lua api and hooks 2013-09-15 13:51:23 +01:00
James Booth
6788197a6b Allow compile without Python or Ruby 2013-09-14 03:25:12 +01:00
James Booth
228f9b4293 Use AX_PYTHON_DEVEL and AX_RUBY_DEVEL 2013-09-14 02:38:40 +01:00
James Booth
77a2deeda2 Fixed indents in Makefile.am 2013-09-14 01:33:13 +01:00
James Booth
0f011439fa Allow compile without python plugin support 2013-09-14 01:28:35 +01:00
James Booth
5762d951d6 Added Python LD_FLAGS 2013-09-14 00:23:50 +01:00
James Booth
6d610eee97 Autoconf change to check system's python dev flags 2013-09-13 23:22:28 +01:00
James Booth
e90ba5747b Merge branch 'master' into otr 2013-09-13 16:32:22 +01:00
James Booth
d5c8a126b1 Merge branch 'master' into plugins 2013-09-13 16:32:09 +01:00
James Booth
e9361f834a Check for KEY_CODE_YES before sending typing notifications
fixes #239
2013-09-13 16:29:26 +01:00
James Booth
97f42d515e Merge branch 'master' into otr 2013-09-13 00:23:11 +01:00
James Booth
0510bdda2f Merge branch 'master' into plugins 2013-09-13 00:21:56 +01:00
James Booth
df14a46d48 Allow users to set default muc service and nickname per account
See #238

Conflicts:

	src/config/accounts.c
2013-09-12 23:34:30 +01:00
James Booth
adf44fbf9a Merge branch 'master' into otr 2013-09-09 08:26:10 +01:00
James Booth
e9a3164164 Merge branch 'master' into plugins 2013-09-09 08:25:53 +01:00
James Booth
e639f4cea6 Added window handling api 2013-09-09 01:24:05 +01:00
James Booth
e657ec94ba Added on_room_message_send hook 2013-09-08 18:59:21 +01:00
James Booth
0fd91d58ab Added on_private_message_send hook 2013-09-08 18:44:12 +01:00