about summary refs log tree commit diff stats
path: root/src/log.h
Commit message (Expand)AuthorAgeFilesLines
* Updated copyrightJames Booth2016-02-141-1/+1
* Applied coding style to src/James Booth2015-10-261-6/+5
* Use consistent style for pointersMichael Vetter2015-10-211-17/+17
* Pass delay timestamp to all incoming chat eventsJames Booth2015-09-081-4/+3
* WIP fix for #516, needs memory cleanupJames Booth2015-06-291-1/+1
* log: Introduced stderr log handlerDmitry Podgorny2015-06-231-0/+4
* Added PGP logging preferencesJames Booth2015-06-211-0/+2
* Move common chat logging code to log.cJames Booth2015-03-151-2/+8
* Updated copyrightJames Booth2015-02-101-1/+1
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Fixed memleak in chat log historyJames Booth2014-06-271-1/+1
* Added /log where commandJames Booth2014-04-131-0/+1
* Added /log shared settingJames Booth2014-04-131-0/+1
* Updated copyrightJames Booth2014-03-091-1/+1
* Moved handle_login_account_success to server_eventsJames Booth2014-01-051-0/+2
* Added groupchat logsJames Booth2013-05-051-0/+4
* Removed log function to log.cJames Booth2013-02-031-0/+1
* Joined log and chat_log modulesJames Booth2013-01-281-0/+11
* Updated copyrightJames Booth2013-01-111-1/+1
* Removed trailing whitespace from src and testsJames Booth2012-10-211-3/+3
* Fixed vargs strings in logJames Booth2012-09-091-1/+1
* Tidied all includesJames Booth2012-08-261-2/+0
* Refactored logJames Booth2012-08-261-7/+7
* Customisable logging levelsJames Booth2012-08-191-1/+2
* Basic log levels settingsJames Booth2012-08-191-2/+11
* Removed extern for logJames Booth2012-08-191-3/+0
* Added autobuild toolsJames Booth2012-07-011-0/+39
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 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493