about summary refs log tree commit diff stats
path: root/src/event
Commit message (Expand)AuthorAgeFilesLines
...
* Fix compileJames Booth2017-01-161-1/+1
* Remove status from cl_ev_presence_sendJames Booth2017-01-153-7/+12
* Allow clearing account resourceJames Booth2016-11-221-4/+10
* Fix typoJames Booth2016-10-291-1/+1
* Add win_printJames Booth2016-10-151-1/+1
* Use win_printf_line instead of win_printlnJames Booth2016-10-151-1/+1
* Fix missing paramsJames Booth2016-09-031-2/+2
* Add missed argumentDmitry Podgorny2016-09-021-7/+7
* Add sv_ev_bookmark_autojoinJames Booth2016-08-282-0/+23
* Send receipt request only when receiver supports featureJames Booth2016-08-181-5/+22
* Free rooms list in sv_ev_login_account_successJames Booth2016-07-251-2/+3
* Tidy headersJames Booth2016-07-242-8/+11
* Moved window_list.cJames Booth2016-07-242-2/+2
* Moved roster_list.cJames Booth2016-07-242-2/+2
* Moved muc.cJames Booth2016-07-241-1/+1
* Make header defines consistentJames Booth2016-07-242-4/+4
* Moved chat_session.cJames Booth2016-07-242-2/+2
* Moved chat state handling code to chat_state.cJames Booth2016-07-241-0/+2
* Update GPL link in headersJames Booth2016-07-244-4/+4
* Option to bookmark room invitesJames Booth2016-05-231-1/+7
* 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
href='#n52'>52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142