Commit Graph
72 Commits
Author SHA1 Message Date
Shikhir Arora 82d9728b5d Temporary fix for GIF cache 2017-11-07 10:18:36 -05:00
Shikhir AroraandGitHub 43d8f1997a Update QuoteCommands.cs 2017-04-02 15:57:56 -04:00
Shikhir AroraandGitHub c214eb0faf Merge pull request #18 from Kwoth/dev
Aliased commands now do take extra parameters while aliased
2017-04-02 15:51:34 -04:00
Shikhir AroraandGitHub 34b4884ec4 Update ResponseStrings.Designer.cs 2017-04-02 15:49:43 -04:00
Shikhir AroraandGitHub a4d78dfc0d Update ResponseStrings.resx 2017-04-02 15:48:17 -04:00
Shikhir AroraandGitHub 44e8939a5b Update CommandStrings.Designer.cs 2017-04-02 15:46:30 -04:00
Shikhir AroraandGitHub 80c1c141b7 Update CommandStrings.resx 2017-04-02 15:44:15 -04:00
Shikhir AroraandGitHub d256d520e4 Add quote ID search 2017-04-02 15:43:02 -04:00
Shikhir Arora 78a3f1dc85 Merge branch 'Kwoth-dev' into delete 2017-04-02 15:39:37 -04:00
Shikhir Arora 529343ceb6 Fix RepeatSong/RepeatPlaylist bug
bug where song would be added to the queue at the last index when repeatplaylist was enabled + repeatsong, as the actionqueue events are not mutually independent
2017-03-26 12:47:51 -04:00
Shikhir Arora 3604f6a247 Add quote ID to output of .qsearch 2017-03-26 12:47:39 -04:00
Shikhir AroraandGitHub f023251170 Update QuoteRepository.cs
updated with syntax from added extensions
2017-03-02 17:26:40 -05:00
Shikhir AroraandGitHub 33faec9649 ContainsNoCase
Extension for Contains() used extensively, here as `ContainsNoCase` for indexOf() with StringComparison type options: 

CurrentCulture, CurrentCultureIgnoreCase, InvariantCulture, InvariantCultureIgnoreCase, Ordinal, OrdinalIgnoreCase

The extension here implements the String.IndexOf Method (String,StringComparison) method: 
https://msdn.microsoft.com/en-us/library/ms224425(v=vs.110).aspx

Allows clean access to this method as `ContainsNoCase(string, StringComparison.TYPE)`
2017-03-02 17:21:03 -05:00
Shikhir Arora 6059ea3dc0 Merge remote-tracking branch 'Kwoth/dev' into dev 2017-03-02 14:45:24 -05:00
Shikhir AroraandGitHub c7e694fc1d Update QuoteCommands.cs 2017-03-02 11:24:37 -05:00
Shikhir AroraandGitHub f4870c4678 Update QuoteRepository.cs 2017-03-02 11:22:07 -05:00
Shikhir AroraandGitHub 1418297958 Update QuoteRepository.cs 2017-03-02 05:20:12 -05:00
Shikhir AroraandGitHub 97b314d611 Update QuoteRepository.cs
whoops xD
2017-03-02 04:44:49 -05:00
Shikhir AroraandGitHub 0a55c6f09c Update QuoteRepository.cs
syntax cleanup
2017-03-02 04:09:12 -05:00
Shikhir AroraandGitHub 72de465c34 Update QuoteRepository.cs
handle all standard cases (matches text that contains the exact, upper, or lowercase forms of the input text to search)
2017-03-02 03:57:39 -05:00
Shikhir AroraandGitHub 6773d1e86d See 9344c1b498 2017-03-02 03:49:53 -05:00
Shikhir AroraandGitHub b3080f193f Update QuoteRepository.cs 2017-03-02 03:49:34 -05:00
Shikhir AroraandGitHub e2f855a729 Support for embeds in .qsearch output + case
- Support for embeds in .qsearch output results
- Search can be case insensitive (changes made 011b951a29)
- Output shows keyword in lowercase as it's easier to read (line 104)
- Minor syntax cleanups
2017-03-02 03:46:10 -05:00
Shikhir AroraandGitHub 9344c1b498 Support for embeds in .qsearch output
- Support for embeds in .qsearch output results
- Search can be case insensitive (changes made 011b951a29)
- Output shows keyword in lowercase as it's easier to read (line 104)
- Minor syntax cleanups
2017-03-02 03:41:33 -05:00
Shikhir AroraandGitHub 011b951a29 Update QuoteRepository.cs 2017-03-02 03:29:27 -05:00
Shikhir Arora 4dda0a24d7 Merge remote-tracking branch 'Kwoth/dev' into dev 2017-03-02 01:47:53 -05:00
Shikhir Arora 080ffcce57 Merge remote-tracking branch 'Kwoth/dev' into dev 2017-02-25 21:09:57 -05:00
Shikhir Arora 0a9241a5d2 Merge remote-tracking branch 'Kwoth/dev' into dev 2017-02-20 12:22:32 -05:00
Shikhir Arora dac66b4543 Revert "Add .qsearch "
This reverts commit 0b593094be.
2017-02-17 20:17:39 -05:00
Shikhir Arora 261fdfc367 Revert ".qsearch"
This reverts commit 8fe883dd89.
2017-02-17 20:15:00 -05:00
Shikhir Arora 7c730b7f22 Revert "Update Commands List.md"
This reverts commit 842b2778bf.
2017-02-17 20:14:54 -05:00
Shikhir AroraandGitHub c9b28aeaf1 update for .qsearch desc 2017-02-17 20:03:40 -05:00
Shikhir AroraandGitHub 71ef6d4500 Update description for .qsearch 2017-02-17 20:02:48 -05:00
Shikhir AroraandGitHub 8fe883dd89 .qsearch
add qsearch
2017-02-17 20:01:45 -05:00
Shikhir AroraandGitHub 842b2778bf Update Commands List.md 2017-02-17 20:00:56 -05:00
Shikhir AroraandGitHub 0b593094be Add .qsearch
Add .qsearch to README
2017-02-17 19:58:20 -05:00
Shikhir Arora 9600319c3b Merge remote-tracking branch 'Kwoth/dev' into dev 2017-02-17 19:53:03 -05:00
Shikhir Arora 5bfdeb07a3 Merge remote-tracking branch 'origin/dev' into dev 2017-02-17 17:14:30 -05:00
Shikhir Arora 8ab9b57c7d Merge remote-tracking branch 'Kwoth/dev' into dev 2017-02-17 17:14:22 -05:00
Shikhir AroraandGitHub a878aa8fa3 remove alias ... 2017-02-17 17:13:43 -05:00
Shikhir AroraandGitHub 244e05bd89 Update CommandStrings.Designer.cs
remove alias ...
2017-02-17 17:13:06 -05:00
Shikhir Arora 021298b5fe Merge remote-tracking branch 'Kwoth/dev' into dev 2017-02-16 18:04:28 -05:00
Shikhir Arora 3cfad1fdbb Merge remote-tracking branch 'Kwoth/dev' into dev 2017-02-16 15:50:13 -05:00
Shikhir Arora 3e571fbf3a Merge remote-tracking branch 'Kwoth/dev' into dev 2017-02-16 15:16:34 -05:00
Shikhir Arora 99417b5779 Merge remote-tracking branch 'Kwoth/dev' into dev 2017-02-16 11:51:58 -05:00
Shikhir Arora 1b81f01b05 Merge remote-tracking branch 'Kwoth/dev' into dev 2017-02-16 10:59:35 -05:00
Shikhir Arora 96499d0514 Merge remote-tracking branch 'Kwoth/dev' into dev 2017-02-16 08:00:12 -05:00
Shikhir Arora d8481a009d Merge remote-tracking branch 'origin/dev' into dev 2017-02-15 19:57:22 -05:00
Shikhir Arora 7aa86b313b Merge remote-tracking branch 'Kwoth/dev' into dev 2017-02-15 19:56:58 -05:00
Shikhir AroraandGitHub 77f0a3b4ee Update CommandStrings.resx 2017-02-15 07:16:23 -05:00
Shikhir Arora 26e769c6dd Merge remote-tracking branch 'Kwoth/dev' into dev
# Conflicts:
#	src/NadekoBot/Resources/CommandStrings.resx
2017-02-15 07:10:31 -05:00
Shikhir AroraandGitHub d704e77124 Update CommandStrings.resx 2017-02-15 07:04:26 -05:00
Shikhir Arora 2a3eaa316a Revert "revert"
This reverts commit 641f26242c.
2017-02-15 06:57:16 -05:00
Shikhir Arora 56a8914423 Revert "matches latest dev"
This reverts commit b5db72fa1a.
2017-02-15 06:57:10 -05:00
Shikhir Arora 73ec3e43a1 Revert "Update"
This reverts commit 0ae08ec556.
2017-02-15 06:57:06 -05:00
Shikhir Arora 317edc2d94 Revert "revert"
This reverts commit 641f26242c.
2017-02-15 06:56:53 -05:00
Shikhir AroraandGitHub 641f26242c revert 2017-02-15 06:24:23 -05:00
Shikhir AroraandGitHub 0ae08ec556 Update 2017-02-15 06:20:19 -05:00
Shikhir AroraandGitHub b5db72fa1a matches latest dev 2017-02-15 06:18:58 -05:00
Shikhir AroraandGitHub 672bb565e8 Update QuoteRepository.cs 2017-02-13 23:44:50 -05:00
Shikhir AroraandGitHub f067985402 Update CommandStrings.Designer.cs 2017-02-13 23:44:09 -05:00
Shikhir AroraandGitHub c4e228f276 Update QuoteCommands.cs 2017-02-13 23:43:35 -05:00
Shikhir AroraandGitHub 9b773f4ea4 Update CommandStrings.resx 2017-02-13 22:51:57 -05:00
Shikhir AroraandGitHub 90d31fc266 Add quote search command by keyword and text
Add quote search command by keyword and text
2017-02-13 22:42:10 -05:00
Shikhir AroraandGitHub 599463e912 Add searchquote command
Add searchquote command
2017-02-13 22:39:39 -05:00
Shikhir AroraandGitHub 9d84dfbe90 Update CommandStrings.Designer.cs 2017-02-13 22:38:08 -05:00
Shikhir AroraandGitHub 7a03c277cf Add quote search by keyword and text
Add quote search by keyword and text
2017-02-13 22:32:39 -05:00
Shikhir AroraandGitHub 921f3a6d6c Update QuoteRepository.cs
Add quote search by keyword and text
2017-02-13 22:32:16 -05:00
Shikhir AroraandGitHub 283fc2c216 Update IQuoteRepository.cs 2017-02-13 22:31:20 -05:00
Shikhir AroraandGitHub 91a0ee31af Add quote search by keyword and text command
Quote search by keyword and text
2017-02-13 22:30:16 -05:00
Shikhir AroraandGitHub b2ee4f8e66 Update GoogleApiService.cs 2017-01-11 05:14:39 -05:00
Shikhir AroraandGitHub b0d1b89ef2 Update GoogleApiService.cs 2017-01-11 05:01:17 -05:00