about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in tinyurlJames Booth2012-07-291-16/+22
* Changed help on tiny urlsJames Booth2012-07-291-1/+1
* Validate tinyurlJames Booth2012-07-293-27/+24
* Fixed num commandsJames Booth2012-07-291-2/+2
* Added tiny commandJames Booth2012-07-283-4/+42
* Simple tinyurl testJames Booth2012-07-281-0/+5
* Added tinyurl moduleJames Booth2012-07-282-0/+108
* Function signatures across linesJames Booth2012-07-2418-203/+393
* Removed @ from log file namesJames Booth2012-07-232-3/+9
* Close logs on exitJames Booth2012-07-231-9/+9
* Increased version, chat logging in prefs outputJames Booth2012-07-221-0/+5
* Added chlog preference for chat loggingJames Booth2012-07-225-13/+47
* Created log dir for each loginJames Booth2012-07-221-6/+12
* Basic chat log per userJames Booth2012-07-223-15/+44
* Formatting of jids in chat logJames Booth2012-07-221-2/+8
* Added datetime to chat loggingJames Booth2012-07-221-1/+10
* Flush after chat log writesJames Booth2012-07-221-7/+8
* Added simple chat logJames Booth2012-07-224-0/+91
* Command line args and welcome messageJames Booth2012-07-202-14/+44
* Added prefs to helpJames Booth2012-07-191-0/+1
* Added prefs commandJames Booth2012-07-193-1/+43
* Log location ~/.profanity/log/profanity.logJames Booth2012-07-194-7/+20
* Config file location ~/.profanity/configJames Booth2012-07-192-5/+2
* Config file location ~/.config/profanity/configJames Booth2012-07-191-1/+1
* Create config directoryJames Booth2012-07-193-0/+31
* Updated helpJames Booth2012-07-181-22/+22
* Set usernames to lowercase before logging inJames Booth2012-07-181-2/+4
* Username now hidden when entering passwordJames Booth2012-07-091-0/+4
* Fixed delete when going off left side of screenJames Booth2012-07-093-4/+18
* Merge branch 'master' into buildJames Booth2012-07-081-34/+81
* Merge branch 'master' into buildJames Booth2012-07-041-1/+7
* Desktop notifications only if libnotify installedJames Booth2012-07-021-0/+10
* Added autobuild toolsJames Booth2012-07-0130-0/+4056
'#n275'>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 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477