about summary refs log tree commit diff stats
path: root/src/event/client_events.h
Commit message (Expand)AuthorAgeFilesLines
* xep-0308: Implement LMC for outgoing MUC messagesMichael Vetter2020-02-141-0/+1
* xep-0308: Implement `/correct` to correct the last send messageMichael Vetter2020-02-101-0/+1
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Remove status from cl_ev_presence_sendJames Booth2017-01-151-1/+1
* Make header defines consistentJames Booth2016-07-241-2/+2
* Moved chat state handling code to chat_state.cJames Booth2016-07-241-0/+2
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-3/+3
* Updated copyrightJames Booth2016-02-141-1/+1
* Add cl_ev_disconnectJames Booth2016-01-031-0/+2
* Applied coding style to src/event/James Booth2015-10-251-5/+5
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-181-1/+1
* Include last activity in initial presenceJames Booth2015-09-271-2/+2
* Added cl_ev_presence_sendJames Booth2015-05-071-0/+2
* Added ui_ev_new_private_win to ui eventsJames Booth2015-05-041-1/+1
* cl_ev_send_muc_msg takes ProfMucWin as argJames Booth2015-05-041-1/+1
* Return result on OTR message sendingJames Booth2015-04-291-1/+1
* Added ui events moduleJames Booth2015-04-281-3/+0
* Renamed event functionsJames Booth2015-04-281-7/+7
* Tidied account loginJames Booth2015-04-231-2/+2
* Moved login events to client events moduleJames Booth2015-04-221-0/+3
* Moved new chat win events to client events moduleJames Booth2015-04-211-0/+3
* Moved all message sending to client events moduleJames Booth2015-04-211-1/+3
* Added client_events module, reuse message sending code for all commandsJames Booth2015-04-191-0/+40
12 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 494 495 496 497 498 499 500 501 502 503