Commit graph

31 commits

Author SHA1 Message Date
Griatch
e49993fbb5 Create columnize (no ansi support at this point) 2018-08-10 10:13:05 +02:00
Griatch
a954f9c723 Merge and fix conflicts with develop 2018-07-21 14:34:26 +02:00
Griatch
63cae2b187 Merge branch 'master' into develop 2018-07-21 14:14:43 +02:00
Griatch
27875ba04d Fix to redirect default at_first_login msg to right session 2018-07-21 14:13:58 +02:00
Griatch
d71b281b56 Merge with develop branch, resolve conflicts 2018-05-09 17:39:10 +02:00
Griatch
6ac027beac Merge branch 'master' into develop 2018-03-31 12:42:26 +02:00
Griatch
60606898f8 Fix of output handling in msg() when text is None 2018-03-31 12:40:57 +02:00
Griatch
a5af4f556a Fix merge conflicts 2018-03-17 23:31:16 +01:00
Griatch
f7ce9cc896 Merge branch 'master' into develop 2018-03-17 23:29:27 +01:00
Griatch
6783d5faa0 Remove a boolean check to make numpy arrays work better with .msg() 2018-03-11 10:24:27 +01:00
Griatch
70a81a939c OLC systen. Create olc_storage mechanism 2018-03-03 18:52:12 +01:00
Griatch
495078a49d Resolve master merge conflicts 2018-02-08 21:10:23 +01:00
Griatch
2e1ca526c6 Be more lenient with iterables sent to msg(text=..)
This will enforce that the text argument must either
be a string or a tuple.
2018-02-08 20:35:00 +01:00
Griatch
ca9d13bb45 Merge branch 'master' into develop 2018-02-03 16:18:54 +01:00
Griatch
3b7648ec0e Correct bugs in lock-handling, add more unit tests 2018-02-03 01:17:52 +01:00
Griatch
4376058ee9 Merge branch 'master' into develop 2018-01-27 14:20:13 +01:00
Griatch
728f933d6d Update nicks to properly handle account-nicks in e.g. pages 2018-01-09 20:38:06 +01:00
Griatch
4507c7aa2d Merge branch 'master' into develop 2017-11-11 01:02:26 +01:00
Moonpatroller
c202084123 adding accounts tests 2017-10-28 22:02:09 -07:00
AmberFennek
fe6be5069a Text corrections in comments and strings 2017-10-16 15:13:53 -04:00
Griatch
b51c94e65c Move noidletimeout default lock setting to the right place 2017-10-02 23:45:07 +02:00
Griatch
fb773a9e75 Cleanup of at_msg_receive/send hooks 2017-09-21 09:50:20 +02:00
Griatch
f47d15acf8 Correctly rename at_message_send/receive to at_msg_send/receive in accounts. Resolves #1439. 2017-09-21 09:32:00 +02:00
Griatch
604b36fb4e Fix traceback from public channel with chars and ircbot. Expand msg from_obj to accept lists. Resolves #1397. 2017-09-10 18:27:53 +02:00
Griatch
ea87eef218 Fix bug, set no-idle locks on bots 2017-08-20 23:36:36 +02:00
Griatch
72e3498785 Change idle-timeout lock to 'noidletimeout' and add default lock to new Accounts 2017-08-20 23:24:19 +02:00
Griatch
8a2e362b7c Make IDLE_TIMEOUT avoidable with account-lock.
Resolves #701. Check the Account-lock 'no_idle_disconnect before kicking an idle
session. This also means superusers will never be kicked. Move the
idle task to the Server to avoid lock imports in Portal. Make the
'lock' command also able to target Accounts. Also some other fixes.
2017-08-20 23:11:33 +02:00
Griatch
b278337172 Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
Griatch
f45bd4921d Re-add player-migrations, renamed to account-migrations 2017-07-09 10:39:03 +02:00
Griatch
5590ee2258 Rename all instances of Player->Account. 2017-07-07 23:47:21 +02:00
Griatch
ee0e9cc053 First step with both account+player at the same time, copying player to account. 2017-07-05 08:30:06 +02:00