1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00
Commit Graph

1921 Commits

Author SHA1 Message Date
James Booth
b738e8f363 Moved free in parse_args_with_freetext
issue #226
2013-09-23 01:19:54 +01:00
James Booth
25b274b8d1 Fixed memory leaks in chat logs
issue #226
2013-09-23 01:05:07 +01:00
James Booth
cb507497b6 Fixed memory leak in parse_args_with_freetext
issue #226
2013-09-23 00:09:30 +01:00
James Booth
e7159aca30 Fixed memory leak in accounts_get_account
issue #226
2013-09-23 00:09:20 +01:00
James Booth
9ea85475fe Fixed memory leak in _cmd_connect
issue #226
2013-09-23 00:09:05 +01:00
James Booth
e3e1341c9a Fixed memory leak in accounts_get_account
issue #226
2013-09-23 00:08:50 +01:00
James Booth
927af868c7 Use stack rather than heap for autcomplete_param_with_func
issue #226
2013-09-23 00:05:50 +01:00
James Booth
426b669c35 Added configure-debug script 2013-09-22 22:43:13 +01:00
James Booth
ab5eadc559 Fix nickname change conflicts
fixes #242
2013-09-22 14:47:17 +01:00
James Booth
0f514093a8 Merge branch 'master' into plugins 2013-09-22 01:28:43 +01:00
James Booth
d70245c887 Fixe rejoining room after nickname conflict
fixes #241
2013-09-22 01:26:40 +01:00
James Booth
d0c8ed462d Add error handler only once
fixes #240
2013-09-22 00:19:11 +01:00
James Booth
9a01e01e05 Added before message displayed hook to c plugins 2013-09-19 23:58:14 +01:00
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
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
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