James Vega
a8736d9a64
Seen: Anchor nick regexp to ensure valid match.
...
When searching for 'st*ke', 'stryker' would incorrectly match, 'stryke' would
be added to the nick set and the subsequent lookup would cause a KeyError.
This is fixed both by anchoring the regexp ('^st.*ke$' instead of 'st.*ke')
and adding searchNick to the nick set instead of the string that matched the
pattern.
Closes: Sf#3377381
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
(cherry picked from commit 0cd4939678e5839c85b57460c7c4b000c8fc1751)
Signed-off-by: Daniel Folkinshteyn <nanotube@users.sourceforge.net>
2011-10-11 11:55:27 -04:00
..
2010-09-02 09:05:52 -04:00
2010-06-25 00:42:02 -04:00
2010-06-03 10:43:31 -04:00
2009-03-11 13:37:27 -04:00
2010-09-08 00:11:28 -04:00
2010-09-02 09:09:29 -04:00
2010-06-15 23:53:15 -04:00
2010-05-12 13:19:01 -04:00
2010-06-03 17:03:39 -04:00
2009-08-26 16:34:12 -04:00
2006-02-11 15:52:51 +00:00
2011-06-27 14:41:49 -04:00
2009-05-07 22:50:32 -04:00
2011-08-14 14:58:11 -04:00
2011-01-24 16:18:01 -05:00
2010-08-05 01:27:38 -04:00
2010-10-10 17:39:08 -04:00
2010-12-01 16:53:08 -05:00
2006-02-11 15:52:51 +00:00
2011-10-11 11:55:16 -04:00
2010-10-10 17:38:44 -04:00
2006-11-13 20:27:23 +00:00
2010-04-29 20:20:36 -04:00
2010-10-10 17:36:23 -04:00
2009-05-18 00:44:59 -04:00
2010-08-19 20:12:07 -04:00
2011-08-12 16:30:46 -04:00
2010-08-02 17:51:17 -04:00
2010-01-10 20:17:10 -05:00
2006-02-11 15:52:51 +00:00
2006-02-11 15:52:51 +00:00
2009-11-04 22:54:46 -05:00
2011-08-12 18:13:27 -04:00
2010-10-10 17:39:40 -04:00
2010-04-21 16:38:25 -04:00
2006-02-11 15:52:51 +00:00
2009-03-11 13:37:24 -04:00
2006-02-11 15:52:51 +00:00
2010-04-21 01:24:13 -04:00
2010-01-28 08:14:44 -05:00
2010-03-22 01:06:02 -04:00
2011-08-15 13:45:07 -04:00
2010-09-04 01:25:57 -04:00
2011-10-11 11:55:27 -04:00
2011-08-08 18:45:02 -04:00
2010-07-11 23:05:39 -04:00
2010-08-06 14:48:21 -04:00
2011-08-12 16:38:36 -04:00
2009-05-07 22:52:16 -04:00
2009-05-11 12:16:28 -04:00
2011-08-12 18:13:27 -04:00
2011-01-25 01:26:42 -05:00
2010-10-10 17:42:26 -04:00
2010-01-28 08:14:44 -05:00
2010-09-02 09:08:21 -04:00
2010-07-11 23:06:03 -04:00
2011-06-13 16:42:57 -04:00
2011-08-12 18:13:27 -04:00