Florent Le Coz
|
15780364cf
|
avoid a crash on invalid colors
|
2011-11-07 19:54:12 +01:00 |
|
Florent Le Coz
|
cd16403cb4
|
typo
|
2011-11-07 19:57:16 +01:00 |
|
mathieui
|
153137e5d2
|
Removed "WARNING" debug messages, because they are irrelevant
|
2011-11-07 19:38:37 +01:00 |
|
mathieui
|
70a809a7b4
|
Refresh the RosterInfoTab on got_offline and got_online
|
2011-11-07 19:28:12 +01:00 |
|
Florent Le Coz
|
953783c200
|
Merge branch 'plugins' of https://git.louiz.org/poezio into plugins
|
2011-11-07 15:15:34 +01:00 |
|
mathieui
|
d6b8ca50f2
|
Remove first&last and only use "position" in plugins events
|
2011-11-07 15:09:39 +01:00 |
|
Florent Le Coz
|
41b5497330
|
Merge branch 'plugins' of https://git.louiz.org/poezio into plugins
|
2011-11-07 14:57:13 +01:00 |
|
Florent Le Coz
|
54962e6796
|
Merge branch 'plugins' of /home/louiz/git/poezio into plugins
Conflicts:
src/core.py
|
2011-11-07 19:48:16 +01:00 |
|
Florent Le Coz
|
17e5411d8f
|
use only full color mode when sending messages. Simple color mode should never
be used in any part of the code except inside the input.
|
2011-11-07 19:47:16 +01:00 |
|
Florent Le Coz
|
04f103b9e6
|
Add a function to convert ncurses colors to HTML color code.
|
2011-11-07 19:43:13 +01:00 |
|
mathieui
|
1f3fafe155
|
Add somme triggers
|
2011-11-07 14:45:08 +01:00 |
|
mathieui
|
10fe12086d
|
Fix subscriptions (/add → /accept instead of /add → /accept → /accept)
|
2011-11-07 14:33:37 +01:00 |
|
mathieui
|
78174a6eae
|
Move a space (for perfectionnists)
|
2011-11-07 13:47:23 +01:00 |
|
mathieui
|
452f62ecf4
|
Actually add the events.py file
|
2011-11-07 13:06:57 +01:00 |
|
Florent Le Coz
|
8911f85a42
|
Merge branch 'master' into plugins
Conflicts:
src/core.py
|
2011-11-07 01:02:03 +01:00 |
|
mathieui
|
b7027e5347
|
Super-useful figlet plugin
|
2011-11-06 23:46:35 +01:00 |
|
mathieui
|
961cf5df85
|
New type of events to be used with the plugins
|
2011-11-06 23:46:00 +01:00 |
|
Florent Le Coz
|
1e1d977942
|
Merge branch 'plugins' of http://git.louiz.org/poezio into plugins
|
2011-11-06 21:37:11 +01:00 |
|
Florent Le Coz
|
840acd3bd4
|
Actually use the port option for the port…
|
2011-11-06 21:36:43 +01:00 |
|
mathieui
|
14c05b2dee
|
Make private join/parts work properly
|
2011-11-06 21:22:59 +01:00 |
|
mathieui
|
c3c67b5e0a
|
Code cleanup (unused import, variables, undefined names, etc…)
|
2011-11-06 21:10:09 +01:00 |
|
Florent Le Coz
|
3f4def1037
|
Merge branch 'plugins' of http://git.louiz.org/poezio into plugins
|
2011-11-06 20:42:37 +01:00 |
|
Florent Le Coz
|
46ccf6a966
|
do not catch errors, actually, since there’s a bug in the mpd lib with python3 that makes it impossible to catch.
|
2011-11-06 20:41:42 +01:00 |
|
Florent Le Coz
|
5111f59fb6
|
Merge branch 'plugins' of http://git.louiz.org/poezio into plugins
|
2011-11-06 20:31:49 +01:00 |
|
Florent Le Coz
|
9cdfe38bcc
|
typo
|
2011-11-06 20:31:19 +01:00 |
|
Florent Le Coz
|
8a8284ae06
|
Merge branch 'plugins' of http://git.louiz.org/poezio into plugins
|
2011-11-06 20:30:41 +01:00 |
|
Florent Le Coz
|
d62a3a1b1b
|
mpd plugins now accepts a password and catches some errors.
|
2011-11-06 20:29:46 +01:00 |
|
Florent Le Coz
|
2a9484a680
|
add a mpd plugin
|
2011-11-06 20:25:30 +01:00 |
|
Florent Le Coz
|
6a0ac419c5
|
Merge branch 'master' into plugins
|
2011-11-06 19:24:37 +01:00 |
|
Florent Le Coz
|
0315b05f51
|
Fix the sending of colors in private.
fixes #2287
|
2011-11-06 19:22:20 +01:00 |
|
Florent Le Coz
|
07f9fab401
|
Merge branch 'master' into plugins
Conflicts:
src/core.py
|
2011-11-06 17:54:05 +01:00 |
|
Florent Le Coz
|
7d861ee885
|
Fix another thing related to Room removale
|
2011-11-06 17:31:56 +01:00 |
|
Florent Le Coz
|
700a59df5c
|
Merge branch 'plugins' of http://git.louiz.org/poezio into plugins
|
2011-11-06 17:22:07 +01:00 |
|
Florent Le Coz
|
1a57fcc4fa
|
Actually, no, messages are in _text_buffer
|
2011-11-06 17:20:59 +01:00 |
|
Florent Le Coz
|
aa78a454fb
|
Merge branch 'master' of https://git.louiz.org/poezio
|
2011-11-06 17:11:55 +01:00 |
|
Florent Le Coz
|
200019574d
|
Use threads RLock to avoid crash on simultaneous refresh and resize.
fixes #2180
|
2011-11-06 17:08:40 +01:00 |
|
Florent Le Coz
|
b9c6f08a79
|
Wasn’t that already remove, like, TWICE?
|
2011-11-06 16:50:10 +01:00 |
|
mathieui
|
8b8128c416
|
Fixes #2286 (with /info)
|
2011-11-06 16:27:47 +01:00 |
|
Florent Le Coz
|
1fb1d0e96d
|
Merge branch 'plugins' of http://git.louiz.org/poezio into plugins
|
2011-11-06 16:03:40 +01:00 |
|
Florent Le Coz
|
16854c39fd
|
Remove a tab._room reference in a plugin API.
|
2011-11-06 16:01:14 +01:00 |
|
Florent Le Coz
|
6597d83355
|
Merge branch 'master' into plugins
|
2011-11-06 16:00:41 +01:00 |
|
Florent Le Coz
|
a86504868a
|
Merge branch 'master' into plugins
|
2011-11-06 15:58:09 +01:00 |
|
Florent Le Coz
|
7bf63c51e2
|
Fix a remaining crash from the Room class deletion.
|
2011-11-06 15:57:03 +01:00 |
|
mathieui
|
bf9857b782
|
Fixes mostly #2285 (no more crashes), but as for why we get an iqerror
when trying to get the version from a full jid……
|
2011-11-06 15:46:52 +01:00 |
|
mathieui
|
fc20de76ff
|
Should really fix #2284 and some other tbs
|
2011-11-06 14:38:00 +01:00 |
|
mathieui
|
fbb465a092
|
Fixes #2284
|
2011-11-06 14:18:45 +01:00 |
|
mathieui
|
12850ed062
|
Use Tab.state proxy everywhere, also, use the right color on private
message
|
2011-11-06 03:57:43 +01:00 |
|
Florent Le Coz
|
1a2d7784fe
|
Merge branch 'plugins' of http://git.louiz.org/poezio into plugins
|
2011-11-06 03:41:47 +01:00 |
|
Florent Le Coz
|
d76b37f825
|
Merge branch 'master' into plugins
|
2011-11-06 03:41:00 +01:00 |
|
Florent Le Coz
|
9ff6380149
|
fix variable name, and remove ALL tab._room references.
|
2011-11-06 03:34:39 +01:00 |
|