Commit graph

2866 commits

Author SHA1 Message Date
Griatch
55a3be0e83 Fixed deletion of aliases. Resolves #490. 2014-04-06 10:28:14 +02:00
Griatch
8046679980 Fixed a missed update to the search functionality that now should use db_tagtype rather than the old and hackish category-prefix solution. Resolves #497. 2014-04-06 10:21:06 +02:00
Griatch
87d621bcbc Changed variable_from_module to no longer return a random entry but all variables from a module. Added random_string_from_module to support the CONNECTION_SCREEN. Also fixed a bug in the connection_screen handling that occationally (randomly) would return an empty entry. 2014-04-06 09:40:05 +02:00
Griatch
f9c47e7945 Fixed a bug in removing tags from TagHandler. 2014-03-31 07:31:48 +02:00
Griatch
bb7b73b7c2 Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
Griatch
440afe6928 Further tweaks to unit test systems 2014-03-15 14:06:28 +01:00
Griatch
67c4896a53 More refactoring of the unittest system 2014-03-15 08:03:44 +01:00
Griatch
7571e3606d Some cleanups of the unittests. 2014-03-15 07:37:02 +01:00
Griatch
cafbb43f7a Fixed a bug in dbserialize when handling nested tuples. 2014-03-11 23:24:22 +01:00
Kelketek Rritaa
0a7734c3d5 Added tests for ANSIString, and fixed some bugs for it along the way. 2014-03-09 20:43:36 +01:00
Griatch
f349716e09 Removing some rebug output. 2014-03-09 20:26:42 +01:00
Griatch
021dca4ba7 evtable and evform supports ansi, with some limitations due to wrap not being supported by ANSIString at this point. 2014-03-09 20:23:14 +01:00
Griatch
1886d455da Fixed unicode output of evtable, should allow for ansi colors now. 2014-03-09 20:23:14 +01:00
Griatch
28fc4c96bb Added debug for testing ANSIString with evtable 2014-03-09 20:23:14 +01:00
Griatch
b80baca8e1 Fixed error in removing ansi-escapes. 2014-03-09 20:23:14 +01:00
Griatch
13dc71e02e Changed parser.strip_ansi to parser.strip_raw_codes for contexual clarity. 2014-03-09 20:23:14 +01:00
Griatch
96f26098d1 Fixed comm-related unittest failures 2014-03-09 20:23:14 +01:00
Griatch
1a65d12b2c Fixed a bug in strip_ansi that caused issues all over. 2014-03-09 20:23:14 +01:00
Griatch
ef89099319 Changed .join to ANSIString().join 2014-03-09 20:23:14 +01:00
Kelketek Rritaa
f0130d8384 Added tests for ANSIString, and fixed some bugs for it along the way. 2014-03-09 20:23:14 +01:00
Griatch
ef8755581c optimized ansi parsing a bit as well as did some general cleanup. 2014-03-09 20:22:48 +01:00
Griatch
2aa9ef9997 Fixed so bots cannot idle timeout. 2014-03-09 20:22:48 +01:00
Kelketek Rritaa
04eb057419 Fixed regression where reconverted ANSIStrings would lose all codes.
Made slices append trailing color codes.
2014-03-09 20:22:48 +01:00
Griatch
2b4bfb4433 Changed bot update time 2014-03-09 20:22:48 +01:00
Griatch
44a5a2702d Prepared evtable for changed ANSIString 2014-03-09 20:22:48 +01:00
Griatch
2edea1eace Changed the default login screen to change with settings.SERVERNAME. 2014-03-08 23:10:26 +01:00
Griatch
84dae72dfb Run migrations. Removed all references to ExternalChannelConnection. 2014-03-08 12:11:34 +01:00
Griatch
43b0b1c164 Fixed minor issue with bots executing commands 2014-03-08 11:42:35 +01:00
Griatch
4aa1bfc52d Started making a crop addition to evtable 2014-03-08 11:42:35 +01:00
Griatch
460392f495 Some implementations of EvTable. Probably needs to add a crop-function to evtable. 2014-03-08 11:42:35 +01:00
Griatch
2dbe2938ae Some more work on imc2, still no clear way to test it. 2014-03-08 11:42:35 +01:00
Griatch
84f5c4dca5 Implemented untested IMC2 in the new system. 2014-03-08 11:42:35 +01:00
Griatch
97991a2238 Implemented RSS feed reader along with updated rss2chan command. 2014-03-08 11:42:35 +01:00
Griatch
c0417def6d Starting to convert RSS to new system 2014-03-08 11:41:24 +01:00
Griatch
fc89923fa8 Added a keepalive for the bot to survive IDLE_TIMEOUTs. 2014-03-08 11:41:24 +01:00
Griatch
f126d30b36 More cleanup of irc bot code, including having it cleanly disconnect from irc channel when destroyed. 2014-03-08 11:41:24 +01:00
Griatch
7bde8afe66 Added maxwidth argument to evtable, for restricting upper width of table, but allowing it to resize if narrower. 2014-03-08 11:41:24 +01:00
Griatch
0d071ec75f Updating the irc2chan command 2014-03-08 11:41:24 +01:00
Griatch
ab6dcc605d Got the IRC bot working with the new mechanism. 2014-03-08 11:41:24 +01:00
Griatch
6c45d76b56 Made irc bot connect, but scripthandler lookup is causing traceback when searching for a player) 2014-03-08 11:41:24 +01:00
Griatch
8b52591c2f Run Migrations. Added player field to script model in order to allow Players to be scripted in the same way Objects can. 2014-03-08 11:41:23 +01:00
Griatch
75ef743297 Made a first version of command IRC2Chan, server starts but no more testing yet. 2014-03-08 11:41:23 +01:00
Griatch
2108506a8a Added new IRC protocol implementation. Not tested yet. 2014-03-08 11:41:23 +01:00
Griatch
2ae5d56928 Continued work on the bots. 2014-03-08 11:41:23 +01:00
Griatch
54586d0261 Added Tag,Attribute parent to ev.py. 2014-03-08 11:41:23 +01:00
Griatch
f9eece9749 Started implementing the Bot functionality. 2014-03-08 11:41:23 +01:00
Griatch
3f1a461e29 Moved irc/imc2/rss to portal location. No changes done yet. 2014-03-08 11:41:23 +01:00
Griatch
077f44980a Added a new server_connect() method to portalsessionhandler, in preparation for shifting irc/imc2/rss into the portal. 2014-03-08 11:41:23 +01:00
Griatch
59328c9d43 Run migration. Removed PlayerChannelConnection model 2014-03-08 11:41:23 +01:00
Griatch
2b1cb1c6ce Run migrations. Migrated channels to use m2m field rather than the ChannelPlayerConnection model. 2014-03-08 11:41:23 +01:00