Commit graph

15 commits

Author SHA1 Message Date
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
3b7648ec0e Correct bugs in lock-handling, add more unit tests 2018-02-03 01:17:52 +01:00
Griatch
728f933d6d Update nicks to properly handle account-nicks in e.g. pages 2018-01-09 20:38:06 +01:00
Moonpatroller
c202084123 adding accounts tests 2017-10-28 22:02:09 -07: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