Florent Le Coz
dcd29c636f
Change how colors are handled. With \x19x etc
...
Should work like before and be a little lighter on the RA
2011-03-29 12:44:19 +02:00
Florent Le Coz
a2abc116e5
Jump the space on /message JID blabla command
2011-03-27 14:40:29 +02:00
Florent Le Coz
2d81b7407b
Alt+J
2011-03-20 03:32:48 +01:00
Florent Le Coz
902cfd9056
Little mistake
2011-03-20 02:44:51 +01:00
Florent Le Coz
56cbdaacb6
Alt+x where x is a number
2011-03-20 02:42:29 +01:00
Florent Le Coz
cba3adcced
Command connect, to reconnect if needed. Fixed #1149
2011-03-20 01:46:44 +01:00
Florent Le Coz
6e14fce61f
/version <jid> command
2011-03-15 23:40:54 +01:00
Florent Le Coz
e06b8baa52
Remove the avail command, since /ava[TAB] is even shorter than that.
2011-03-13 14:22:20 +01:00
Emmanuel Gil Peyrot
e178924c1f
Remove the /show command and map /away, /avail, etc. to /status.
2011-03-11 22:10:37 +01:00
Florent Le Coz
1a2252b3e5
Have a single TextWin in common for each tab, reducing the needed memory, and simplifying its resize (F7 and F8 stuff)
2011-03-08 04:20:46 +01:00
Florent Le Coz
8f48c5ede7
Inputs are garbage collected, making MucListTab collectable.
...
Memory improvement issues.
2011-03-07 21:41:13 +01:00
Florent Le Coz
b6a5ed7286
very little cleanup
2011-03-07 20:11:47 +01:00
Florent Le Coz
83fbf8dae1
Move a lot of muc-only-related stuff insid the MucTab class
...
instead of core.
May break some stuff, maybe
2011-03-05 22:39:35 +01:00
Florent Le Coz
fb40ac54fc
Kind of big cleanup.
...
Core and Connection classes are now used as singletons, we do not need to pass them to each Tab and Win. This remove a lot of arguments to varius methods.
2011-03-05 21:42:56 +01:00
Florent Le Coz
9c291d1368
fixed #2117 Fix tracebacks: remove traceback handler.
2011-03-03 03:43:48 +01:00
Florent Le Coz
40426cb715
Avoid a blink at startup with a stupid hack…
2011-03-03 03:24:04 +01:00
Florent Le Coz
8be400792a
Fix a tb when receiving the first private message of a conversation
2011-02-25 00:38:34 +01:00
Florent Le Coz
001a20c91a
Display chatstates in the user list in MucTabs
2011-02-24 21:56:16 +01:00
Florent Le Coz
cccbad13d5
end and handle chatstates in privateconversations
2011-02-24 21:39:49 +01:00
Florent Le Coz
3f41cc8967
Refresh the tab when we receive a chat state
2011-02-24 20:31:34 +01:00
Florent Le Coz
1d2bb35f3b
Pass the message too
2011-02-24 20:16:35 +01:00
Florent Le Coz
138b17cdb3
In normal conversations: Send composing and active chat states
...
and display the state of the remote contact
2011-02-24 20:02:18 +01:00
Florent Le Coz
8aede04f5b
Fix the info_win of the InfoTab (anon mode)
2011-02-16 02:54:02 +01:00
Florent Le Coz
b707696b46
Ctrl+Shift+left and right switch to the previous/next tab
2011-02-15 20:44:31 +01:00
Florent Le Coz
83e52d55f2
/message command. Fixed #2106
2011-02-15 16:22:25 +01:00
Florent Le Coz
68c468b1a9
Remove the resize timer etc, because the resize process
...
is waaaaaay faster now.
2011-02-15 15:27:30 +01:00
Florent Le Coz
68f784e5c2
Make the resize faster by resizing each tab
...
only at its next refresh
2011-02-15 15:20:34 +01:00
Florent Le Coz
ac99467965
Make the tab collectable by remove self references when closing
...
them.
2011-02-13 22:28:35 +01:00
Florent Le Coz
6ed087a65c
Fix /list completion (complete the servers only)
2011-02-10 16:18:17 +01:00
Florent Le Coz
30f9f2b055
Fix the /help command with commands of the current tab
2011-02-10 16:15:33 +01:00
Florent Le Coz
ffcf65ec43
/help completion
2011-02-10 16:13:28 +01:00
Florent Le Coz
ad7e9b749d
/win completion and fix the return values of other completions
2011-02-10 16:08:17 +01:00
Florent Le Coz
23fa745629
/show completion
2011-02-10 13:05:37 +01:00
Florent Le Coz
3dbb6590d3
Make the shell split do a normal split if the syntax is wrong
2011-02-10 12:39:15 +01:00
Florent Le Coz
d31f1390ad
update version to 0.7.5-dev and remove some debug
2011-02-09 20:42:57 +01:00
Florent Le Coz
399434c1ae
get_tab_by_name is safer now, by passing the type of the tab we want.
...
This avoid confusion between various tabs having an identical name (which
should not happen anyway…)
2011-01-26 23:43:07 +01:00
Florent Le Coz
b89a10bd05
Fix a traceback occuring when an (unknown) tab has a name corresponding to an existant MucTab.
2011-01-26 23:32:41 +01:00
Florent Le Coz
41e29926eb
Properly consider the size of the window on data-form tab
2011-01-26 05:01:16 +01:00
Florent Le Coz
f9cf0ac76d
/status also changes your presence in MUCs
2011-01-24 17:02:46 +01:00
Florent Le Coz
4a84691228
Handle correctly the banning of a muc participant
...
Fixed #2112
2011-01-23 23:01:53 +01:00
Florent Le Coz
333b80b5df
/status command. fixed #2110
2011-01-23 22:49:58 +01:00
Florent Le Coz
7c531eeec1
Fix on_user_join issue, and displays the jid if available on /info
2011-01-21 19:39:41 +01:00
Florent Le Coz
1b995e4bf0
Data form support.
...
supported yet:
text-single, text-private, list-single, boolean
The interface is really ugly, but, well, it works
2011-01-21 04:46:21 +01:00
Florent Le Coz
33c69df12b
/info command (to see user's affiliation, role, etc)
2011-01-17 16:25:15 +01:00
Florent Le Coz
1fe6160cfc
/join @server.tld now works. fixed #2038
2011-01-17 15:54:11 +01:00
Florent Le Coz
6154872444
/win's arg can be a part of the tab's name
2011-01-17 12:17:37 +01:00
Florent Le Coz
c94be4761a
Restaure the display of the kick's reason if available
2011-01-13 22:02:35 +01:00
Florent Le Coz
7994507bc3
Fix /bookmark command on non-MUC tabs
2011-01-13 20:34:17 +01:00
Florent Le Coz
b10fd0d229
Update CHANGELOG and s/codingteam.net/dev.louiz.org/
2011-01-12 21:23:03 +01:00
Florent Le Coz
9237f79490
Have a notification when someone wants to suscribe to your presence
2011-01-12 20:37:28 +01:00