summaryrefslogtreecommitdiff
path: root/src/command/StickerCommands.cxx
AgeCommit message (Expand)Author
2020-02-16[clang-tidy] add ending namespace commentsRosen Penev
2020-02-01*: use `auto`Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-04-25sticker/Database: wrap in class StickerDatabaseMax Kellermann
2019-04-24sticker/*: rename source files, drop "Sticker" prefixMax Kellermann
2019-04-24sticker/Database: return Sticker by valueMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31command/sticker: return ACK_ERROR_NO_EXIST for "no such sticker"Max Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-08-09command/sticker, sticker/song: embed struct sticker_song_find_data in namespaceMax Kellermann
2017-02-25Client: add method GetPartition(), make partition privateMax Kellermann
2017-02-24SongPrint: remove Storage::MapToRelativeUTF8() callMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-10-27lib/sqlite, sticker: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-26Instance: add GetDatabaseOrThrow()Max Kellermann
2016-03-19db/Interface: GetSong() throws exception on errorMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-08-14client, command: use StringIsEqual()Max Kellermann
2015-08-13command: pass Response object to command callbacksMax Kellermann
2015-08-12client/Response: new Client wrapper class for writing responsesMax Kellermann
2015-08-11command/Request: new struct wrapping ConstBuffer<const char *>Max Kellermann
2015-08-11command/{Queue,Other}: eliminate local "bool" variableMax Kellermann
2015-01-28StickerDatabase: convert the struct name to upper caseMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-12sticker/Match: add inequality operatorsMax Kellermann
2014-12-12sticker/Match: add operator "EQUALS"Max Kellermann
2014-12-12sticker/Song: add enum StickerOperator to sticker_song_find()Max Kellermann
2014-12-12sticker/Database: use the Error libraryMax Kellermann
2014-12-08command: use ConstBuffer<const char *> for argument listMax Kellermann
2014-06-16command: make argc unsignedMax Kellermann
2014-02-19DatabasePlugin: split headerMax Kellermann
2014-02-19StickerCommands: include cleanupMax Kellermann
2014-02-04Instance: add Database attributeMax Kellermann
2014-02-04db/Simple: remove unused function db_get_directory()Max Kellermann
2014-02-04SongSticker: add Database reference parameterMax Kellermann
2014-01-29sticker: don't use classes Directory and SongMax Kellermann
2014-01-24Database*: move to db/Max Kellermann
2014-01-24Sticker*: move to sticker/Max Kellermann
2014-01-19LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-08SongSticker: use Song referencesMax Kellermann
2013-11-28include cleanup using iwyuMax Kellermann
2013-10-30*: update copyright year to 2013Max Kellermann
2013-10-20*Commands: move to src/command/Max Kellermann