Limnoria/src
Valentin Lorentz 8b2cbbc583 Use a monotonic time for registry cache.
So an old cache does not take precedence over a newly set value.
I noticed this bug because of the time going backward in tests
because of the time.time mock introduced in
dcf55cf6de, but this may happen
in production systems too.

Also adds another deprecation warning for python < 3.3.
2019-10-05 22:29:11 +02:00
..
drivers Fix MITM warning. 2018-10-06 08:13:10 +02:00
utils ChannelLogger + Karka + all DB plugins: Sanitize channel names when used in filenames. 2019-09-06 20:42:13 +02:00
__init__.py utils: Remove dependency on parent package. 2015-08-30 17:33:39 +02:00
ansi.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
callbacks.py Set msg.channel in ReplyIrcProxy and NestedCommandsIrcProxy. 2019-09-08 21:35:35 +02:00
cdb.py Remove need for 2to3. 2015-08-11 16:50:23 +02:00
commands.py only raise in commands.process() when a raise was wrapped (#1370) 2019-09-18 20:27:02 +02:00
conf.py Services: Add support for network-specific password. 2019-08-25 14:08:11 +02:00
dbi.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
dynamicScope.py Continue accelerating the 2to3 step (remove fix_raise). 2014-01-20 15:43:55 +01:00
gpg.py Remove overly complicated code. 2017-09-19 00:34:25 +02:00
httpserver.py Don't mutate server list while iterating on it. 2019-09-15 08:02:10 +02:00
i18n.py Add fallback for interpreters which do not support __slots__ for str subclasses. 2016-02-20 13:35:40 +01:00
ircdb.py Only clear users db if the filename is set. 2019-09-28 10:33:54 +02:00
irclib.py Don't temporarily set msg.channel to invalid values. 2019-09-20 21:25:32 +02:00
ircmsgs.py Merge branch 'netconf-and-ircmsgs-channel' into testing 2019-09-14 12:10:47 +02:00
ircutils.py Strip statusmsg chars in core to determine the actual channel. 2019-08-24 14:52:59 +02:00
log.py Add support for Python 3.8/nightly. 2019-01-06 18:08:15 +01:00
plugin.py Fix case-insensitive plugin loading if a plugin is in two directories. 2017-01-22 21:22:39 +01:00
plugins Add a symlink supybot pointing to src/ + move locales/ to src/ 2019-01-02 14:29:32 +01:00
questions.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
registry.py Use a monotonic time for registry cache. 2019-10-05 22:29:11 +02:00
schedule.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
shlex.py Remove need for 2to3. 2015-08-11 16:50:23 +02:00
test.py Use a monotonic time for registry cache. 2019-10-05 22:29:11 +02:00
unpreserve.py Revert "Deduplicate (de)serialization code shared by UsersDictionary and ChannelsDictionary." 2019-09-28 10:33:10 +02:00
world.py Added docstring for getIrc() 2018-03-26 13:40:15 +04:30