about summary refs log tree commit diff stats
path: root/src/tools/parser.c
Commit message (Expand)AuthorAgeFilesLines
* Simplified autocompleters and command historyJames Booth2015-01-161-2/+2
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Free tokens when 0 supplied an 0 min, parse_args_with_freetextJames Booth2014-06-171-0/+1
* Added common.h to parser.cJames Booth2014-05-221-0/+2
* Fixed cppcheck warningsJames Booth2014-04-261-2/+1
* Simplified parse_options to take first option as argumentJames Booth2014-04-151-4/+4
* Simplified parse_options to take gchar**James Booth2014-04-151-1/+12
* Refactored cmd_join to use parse_optionsJames Booth2014-04-141-2/+2
* Check for duplicate options in option parserJames Booth2014-04-141-2/+19
* Added parse_optionsJames Booth2014-04-141-0/+40
* Command argument parsers set result argumentJames Booth2014-04-091-4/+10
* Updated copyrightJames Booth2014-03-091-1/+1
* Moved free in parse_args_with_freetextJames Booth2013-09-231-2/+2
* Fixed memory leak in parse_args_with_freetextJames Booth2013-09-231-2/+2
* Fix quoted nicknames in /group addJames Booth2013-08-271-1/+1
* Fix freetext arguments with quotesJames Booth2013-07-201-5/+5
* Remaining parser function unicode compatibleJames Booth2013-07-141-30/+29
* Added parser testsJames Booth2013-07-141-2/+0
* Implemented parse_args_with_freetext with unicode compatibilityJames Booth2013-07-141-20/+26
* Implemented parse_args with unicode compatibilityJames Booth2013-07-141-4/+17
* Handle unicode chars in command parserJames Booth2013-07-121-9/+14
* Removed if clause in parserJames Booth2013-07-111-2/+0
* Moved functions to parser.c, moved parser to toolsJames Booth2013-07-111-0/+349
n259' href='#n259'>259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337