James Booth
|
c09d932b06
|
Merge branch 'master' into plugins
|
2013-09-23 01:39:04 +01:00 |
|
James Booth
|
ce3b99f577
|
Fixed memory leak in groupchat logging
issue #226
|
2013-09-23 01:37:57 +01:00 |
|
James Booth
|
70452c1194
|
Fixed memory leak in _cmd_join
issue #226
|
2013-09-23 01:34:35 +01:00 |
|
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
|
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
|
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
|
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
|
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
|
228f9b4293
|
Use AX_PYTHON_DEVEL and AX_RUBY_DEVEL
|
2013-09-14 02:38:40 +01:00 |
|
James Booth
|
0f011439fa
|
Allow compile without python plugin support
|
2013-09-14 01:28:35 +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 |
|