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

1686 Commits

Author SHA1 Message Date
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
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
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
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
James Booth
dd7aa76528 Attempted fix for #236, no check for KEY_CODE_YES on unicode char 127 (delete) 2013-09-08 16:14:26 +01:00
James Booth
a12085a3cc Added room message and private message received hooks 2013-09-05 23:26:52 +01:00
James Booth
017517e70e Tidied configure.ac
Still needs to get correct flags from system
2013-09-05 22:19:10 +01:00
James Booth
bed44a842f Merge branch 'master' into plugins 2013-09-04 23:18:29 +01:00
James Booth
ff8bb1bbbe Proper fix for #235 2013-09-04 23:14:35 +01:00
James Booth
81518d110a Fixed broken test build 2013-09-04 22:49:46 +01:00
James Booth
afa0c839a4 Merge branch 'master' into plugins 2013-09-04 22:46:03 +01:00
James Booth
cbdb426343 Fix for issue #235, check for KEY_CODE_YES 2013-09-04 22:07:28 +01:00
James Booth
107c0b9b15 Moved shutdown hook, so disconnect hook runs first 2013-09-03 22:51:02 +01:00
James Booth
e094e3d052 Added prof_on_disconnect hook 2013-09-03 22:43:53 +01:00
James Booth
b068d84722 Added call to plugins_on_shutdown hook 2013-09-03 22:22:51 +01:00
James Booth
7c27060e73 Added prof_on_shutdown hook 2013-09-03 22:14:09 +01:00
James Booth
54ea41d5b6 Added /plugins command to list installed plugins 2013-09-01 23:27:10 +01:00
James Booth
5a4446dfac Added log calls to API 2013-09-01 22:42:13 +01:00
James Booth
1ed339f82b Free plugins on shutdown 2013-09-01 22:05:28 +01:00
James Booth
913fcde3ae Added shutdown functions for plugins langs 2013-09-01 20:44:05 +01:00
James Booth
3159824789 Use XDG_DATA for plugins location
Removed plugins, now kept in separate reposutory profanity-plugins
2013-09-01 16:57:40 +01:00
James Booth
667fcafe06 Log info when loading plugins 2013-09-01 16:12:27 +01:00
James Booth
e6adae14c0 Merge branch 'master' into plugins 2013-09-01 03:32:00 +01:00
James Booth
308e412ea3 Build libprofanity and link with c plugin 2013-09-01 03:26:17 +01:00
James Booth
343cc0a64c Fixed F key bindings 2013-08-31 23:00:46 +01:00
James Booth
102dd8cbf3 Attempt at adding libtool to create plugin library 2013-08-31 22:49:35 +01:00
James Booth
8b6286dc47 Log chat after plugin hooks 2013-08-31 22:06:41 +01:00
James Booth
d6ad5735cb Added on_message_send hook 2013-08-31 21:11:28 +01:00
James Booth
17013d1a05 on_message_received hook may return new message 2013-08-31 20:39:15 +01:00
James Booth
c5e39e0f54 Added account_name and fulljid to on_connect hook 2013-08-31 15:43:04 +01:00
James Booth
6db8fe848c Added ChatStart.rb and ascii.py plugins 2013-08-31 15:16:05 +01:00