about summary refs log tree commit diff stats
path: root/src/event
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant tls secured functionJames Booth2016-05-062-2/+2
* Move connection fulljid functionJames Booth2016-05-062-3/+3
* Rename jabber_ functionsJames Booth2016-05-062-8/+8
* Define stanza's attributes as const char*Dmitry Podgorny2016-04-272-2/+2
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-262-12/+12
* Free mentions listJames Booth2016-04-071-0/+2
* Added whole word matches for room mentionJames Booth2016-04-071-4/+12
* Added mention match preferencesJames Booth2016-04-031-4/+2
* Added prof_strstr functionJames Booth2016-04-031-9/+5
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-312-35/+35
* Added plugins presence hooksJames Booth2016-03-301-0/+3
* Update roster count on carbonsJames Booth2016-03-221-0/+1
* Add PGP decryption for incoming/outgoing carbonsJames Booth2016-03-222-20/+38
* Removed plugin hook call for MUC historyJames Booth2016-02-181-4/+1
* Fix call to plugins_post_chat_message_sendJames Booth2016-02-161-3/+12
* Merge branch 'master' into plugins-cJames Booth2016-02-144-4/+4
|\
| * Updated copyrightJames Booth2016-02-144-4/+4
* | Added C plugin code from plugins branchJames Booth2016-02-142-65/+103
|/
* Fix memory leaksJames Booth2016-02-141-0/+1
* Highlight room trigger termsJames Booth2016-02-131-1/+1
* Don't show notification reminders for messages the user does not want notific...James Booth2016-02-041-23/+15
* Tidy notify_room_message()James Booth2016-02-041-15/+4
* Handle self leaving room in private winsJames Booth2016-02-031-0/+2
* Handle occupant nick change in private winsJames Booth2016-02-021-0/+2
* Handle occupant kicked/banned in private chat winsJames Booth2016-02-021-0/+16
* Show message in private windows when user offlineJames Booth2016-02-022-2/+22
* Colour private chats by presence in roster panelJames Booth2016-01-311-0/+7
* Added themes for roster room mention and triggersJames Booth2016-01-251-0/+7
* Show console messages for room mention and triggersJames Booth2016-01-241-7/+6
* Tidy handling room mention and room triggersJames Booth2016-01-241-7/+18
* Added private chat to roster roomsJames Booth2016-01-241-0/+1
* Added roster contact themesJames Booth2016-01-141-0/+4
* End OTR sessions on lost server connectionJames Booth2016-01-081-0/+17
* Destroy roster after updating UI in server disconnectJames Booth2016-01-081-1/+1
* Merge branch 'master' into roster-structJames Booth2016-01-051-2/+2
|\
| * Call UI disconnect functions before disconnecting with /disconnectJames Booth2016-01-051-2/+2
* | Added roster struct, create and destroy roster on connect/disconnectJames Booth2016-01-052-4/+5
|/
* Add cl_ev_disconnectJames Booth2016-01-033-0/+23
* Fixed compilation without libotrJames Booth2016-01-031-0/+2
* End OTR session when recipient goes offlineJames Booth2016-01-031-0/+6
* Sort roster roomsJames Booth2016-01-021-2/+2
* Show rooms in roster panelJames Booth2016-01-021-0/+4
* Added /console commandJames Booth2015-12-291-0/+1
* Added console MUC message preferenceJames Booth2015-12-291-1/+6
* Don't compile pgp code with --disable-pgpDmitry Podgorny2015-12-211-0/+2
* Added cons_show_incoming_room_message()James Booth2015-12-201-5/+58
* Fixed PGP error messageJames Booth2015-12-191-1/+1
* Show PGP error stringsJames Booth2015-12-151-3/+13
* Moved sending of initial presence to sv_ev_roster_receivedJames Booth2015-12-141-0/+31
* Allow /quit during TLS certificate verification promptJames Booth2015-11-101-7/+16
a id='n574' href='#n574'>574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638