Daniel Folkinshteyn
8c3304c520
Services: fix problem with some channels being mixed up between networks on startup, when noJoinsUntilIdentified is true.
...
When noJoinsUntilIdentified config is true, the bot holds join messages in a 'waitingJoins' list, and processes them
once nickserv identification comes through. The problem was that when the bot is configured to join multiple networks,
join messages from different networks would get appended to the same list, without any differentiation by which message
belongs to which network. Thus, if there are messages waiting for multiple networks, it would often be the case that
whichever network got identification done first, would 'pick up' other network's join messages.
This fix stores the network name along with the join messages in the list, and has each network pick out only its own
join messages.
Conflicts:
src/version.py
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
Conflicts:
plugins/Services/plugin.py
2011-12-13 18:07:22 +01:00
James McCoy
7e05510faa
Only use ircmsg.whois's mask argument if it's non-empty.
...
Closes: Sf#3121298
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2011-12-13 18:06:31 +01:00
James McCoy
b8c43dc5cc
Perform all received* IrcMsg tagging in one spot.
...
This also fixes a long-standing failing Misc test since it was relying on the
receivedAt tag.
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2011-12-13 18:06:26 +01:00
James McCoy
f0233c370f
Prevent nesting of Misc.tell
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2011-12-13 18:05:21 +01:00
James McCoy
d1df9e8306
Use socket.inet_aton for isIPV4 since Windows doesn't (always?) have inet_pton
...
Closes: Sf#3430008
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
Conflicts:
src/utils/net.py
2011-12-13 18:05:14 +01:00
Valentin Lorentz
78accda006
Since: Fix traceback.
2011-12-03 20:55:25 +01:00
Valentin Lorentz
f1852f2e2b
Seen: Fix error message ('You must be in') for @since.
2011-12-03 12:45:07 +01:00
Valentin Lorentz
0caf7dba5b
Fix network registration (SASL password should not be set up on registration).
2011-12-03 12:36:16 +01:00
Daniel Folkinshteyn
a98b2df392
core: make sure owner is never ignored. also simplify the logic flow in ignore checking.
...
Thanks m4v for the patch!
2011-11-26 19:09:19 +01:00
skizzhg
6d1cf739ab
Games: Update l10n-it.
2011-11-21 19:43:56 +01:00
Valentin Lorentz
8787b366cc
Scheduler: Fix typo in l10n-fr.
2011-11-19 22:45:12 +01:00
Valentin Lorentz
05b32b467f
Services: Fix traceback on NickServ notice.
2011-11-15 06:29:36 +01:00
Valentin Lorentz
6a4a7b00cf
Merge pull request #274 from Mkaysi/mkaysi
...
Topic: add l10n-fi.
2011-11-14 12:50:32 -08:00
Mika Suomalainen
0f3c2f5b35
Topic: add l10n-fi
2011-11-14 18:36:08 +02:00
Mika Suomalainen
8413a657c9
Topic: continue partial l10n-fi.
...
It's still partial.
2011-11-14 09:00:37 +02:00
Valentin Lorentz
7bb41fe6ec
Merge pull request #272 from fbesser/fbesser
...
german translations
2011-11-13 10:20:13 -08:00
Florian Besser
e41e5ca171
Services: Add l10n-de
2011-11-13 19:04:13 +01:00
Florian Besser
663308cb63
Channel: Fix l10n-de
2011-11-13 19:03:42 +01:00
Florian Besser
15fee0b118
Seen: Fix l10n-de
2011-11-13 18:08:24 +01:00
Valentin Lorentz
dbb3e9c203
Debug: Fix import.
2011-11-13 16:34:01 +01:00
Florian Besser
ce20d8efd0
Channel: Update l10n-de
2011-11-12 23:06:18 +01:00
Valentin Lorentz
b5187ea31d
Fix commit b23480b9
again.
2011-11-12 00:39:08 +01:00
Valentin Lorentz
efd158da58
Fix commit b23480b9
. Closes GH-267.
2011-11-11 23:50:55 +01:00
Valentin Lorentz
348d1bd99c
Fix typo (lamda => lambda).
2011-11-11 19:56:20 +01:00
Valentin Lorentz
f232eaac6f
Merge pull request #268 from fbesser/fbesser
...
german translations
2011-11-11 02:10:35 -08:00
Florian Besser
6c32f85ed7
Status: Add l10n-de
2011-11-11 11:04:59 +01:00
Florian Besser
572e081160
Todo: Add l10n-de
2011-11-11 11:03:27 +01:00
Florian Besser
c562158784
Games: Add l10n-de
2011-11-11 10:39:31 +01:00
Florian Besser
566904e916
Seen: Add l10n-de
2011-11-11 02:43:26 +01:00
Florian Besser
7c1800edaf
PluginDownloader: Add l10n-de
2011-11-11 02:43:26 +01:00
Florian Besser
2aa6e5fd49
User: Fix l10n-de
2011-11-11 02:43:26 +01:00
Valentin Lorentz
cf8126223b
Google: Apply gholms's patch to fix @calc match.
2011-11-09 10:04:53 +01:00
skizzhg
a93750bad7
Admin: Update l10n-it.
2011-11-07 19:40:04 +01:00
Valentin Lorentz
7ad9788a49
Merge branch 'testing' of github.com:ProgVal/Limnoria into testing
2011-11-07 19:39:59 +01:00
Tanner
ae64f667a7
Success: Added a description to READEME.txt
2011-11-06 21:27:39 +08:00
Tanner
819d21263b
ShrinkUrl: Added a description to README.txt
2011-11-06 21:26:55 +08:00
Tanner
a913f4cf25
Web: Added a description to README.txt
2011-11-06 21:26:55 +08:00
Tanner
08c2bbb1b7
Services: Added a description to README.txt
2011-11-06 21:26:55 +08:00
Tanner
752eaabce3
Seen: Added a description to README.txt
2011-11-06 21:26:55 +08:00
Tanner
0ebe41f0eb
Todo: Added a description to READEME.txt
2011-11-06 21:26:55 +08:00
Tanner
a921b7fd4d
Topic: Added a description to READEME.txt
2011-11-06 21:26:54 +08:00
Tanner
25b3a8aa70
Success: Added a description to READEME.txt
2011-11-06 21:26:54 +08:00
Tanner
4e9c76bf8b
Scheduler: Added a description to README.txt
2011-11-06 21:26:54 +08:00
nyuszika7h
99de7b2347
Time: Add l10n-hu.
2011-11-06 21:25:11 +08:00
nyuszika7h
1c6ff67cee
RSS: Fix l10n-hu.
2011-11-06 21:25:10 +08:00
Valentin Lorentz
dc593832f5
Merge pull request #264 from fbesser/fbesser
...
some new german translations
2011-11-04 11:02:55 -07:00
Florian Besser
d965daa1a2
User: Update l10n-de
2011-11-04 19:00:09 +01:00
Florian Besser
2ff43a48c7
Owner: Update l10n-de
2011-11-04 18:59:37 +01:00
Florian Besser
f32c65b526
Misc: Update l10n-de
2011-11-04 18:58:59 +01:00
Florian Besser
60b627e6bb
NickCapture: Add l10n-de
2011-11-04 18:58:14 +01:00