about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Handle NULL saved_statusJames Booth2016-07-271-1/+5
|
* Copy curr_status and free original in session.cJames Booth2016-07-271-1/+2
|
* Use g_strndup in c_api.cJames Booth2016-07-271-2/+2
|
* Remove copied char* in groupchat_log_chatJames Booth2016-07-261-9/+7
|
* Tidy rosterwin memory handlingJames Booth2016-07-251-10/+20
|
* Rename rooms vars in _send_room_presenceJames Booth2016-07-251-8/+6
|
* Free rooms list in sv_ev_login_account_successJames Booth2016-07-251-2/+3
|
* Unreference GDateTimeJames Booth2016-07-251-0/+1
|
* Free ProfAccountJames Booth2016-07-253-1/+5
|
* Fix memory leaksJames Booth2016-07-252-1/+3
|
* Fix memory leaksJames Booth2016-07-252-2/+5
|
* Decrement reference count on python hook args objectsJames Booth2016-07-251-23/+39
|
* Use Py_RETURN_NONEJames Booth2016-07-251-56/+56
|
* Fix indentation in http_upload.cDominik Heidler2016-07-251-1/+1
|
* Remove unused function prototypeJames Booth2016-07-251-3/+0
|
* Store GTimeZone in statusbarJames Booth2016-07-251-2/+5
| | | | fixes #785
* Free pgpdirJames Booth2016-07-251-0/+1
|
* Free old hash table on wins_tidyJames Booth2016-07-251-2/+3
|
* Free python_str_or_unicode_to_string resultsJames Booth2016-07-256-9/+28
|
* Free icon dir path nameJames Booth2016-07-251-0/+1
|
* Remove debug on plugin win createJames Booth2016-07-242-2/+0
|
* Move all filepath handling to files.cJames Booth2016-07-2418-244/+172
|
* Move xgd functionsJames Booth2016-07-2416-50/+54
|
* Move window functions to window_list.cJames Booth2016-07-243-88/+88
|
* Move resource conversionsJames Booth2016-07-246-77/+78
|
* Add config/files.cJames Booth2016-07-2418-87/+185
|
* Move autoaway checkJames Booth2016-07-243-139/+147
|
* Tidy headersJames Booth2016-07-2473-222/+240
|
* Moved window_list.cJames Booth2016-07-2416-16/+16
|
* Moved tray.cJames Booth2016-07-244-4/+4
|
* Moved roster_list.cJames Booth2016-07-2417-17/+17
|
* Moved resource.cJames Booth2016-07-245-7/+7
|
* Moved muc.cJames Booth2016-07-2413-13/+13
|
* Moved jid.cJames Booth2016-07-2410-10/+10
|
* Moved contact.cJames Booth2016-07-2413-13/+13
|
* Make header defines consistentJames Booth2016-07-2433-60/+75
|
* Moved chat_state.cJames Booth2016-07-246-4/+4
|
* Moved chat_session.cJames Booth2016-07-2412-12/+12
|
* Move event timeout to connection moduleJames Booth2016-07-246-13/+13
|
* Moved chat state handling code to chat_state.cJames Booth2016-07-246-42/+45
|
* Reorder headersJames Booth2016-07-241-2/+2
|
* Add /plugins python_version commandJames Booth2016-07-245-5/+26
|
* Python plugins: Free string valuesJames Booth2016-07-241-2/+57
|
* Merge branch 'master' into python3James Booth2016-07-24133-135/+136
|\ | | | | | | | | Conflicts: .gitignore
| * Add missing includeJames Booth2016-07-241-0/+1
| |
| * Update GPL link in headersJames Booth2016-07-24133-133/+133
| |
| * Updated GPL URLPete Maynard2016-07-212-2/+2
| |
* | Allow str and unicode in python apiJames Booth2016-07-243-155/+222
| |
* | Check for win callback hash before removingJames Booth2016-07-211-6/+8
| |
* | Tidy python3 conditional codeJames Booth2016-07-193-272/+76
| |