about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Move autoaway checkJames Booth2016-07-244-139/+149
|
* Tidy headersJames Booth2016-07-2473-222/+240
|
* Moved window_list.cJames Booth2016-07-2418-19/+19
|
* Moved tray.cJames Booth2016-07-245-6/+6
|
* Moved roster_list.cJames Booth2016-07-2422-23/+23
|
* Moved resource.cJames Booth2016-07-246-9/+9
|
* Moved muc.cJames Booth2016-07-2418-19/+19
|
* Moved jid.cJames Booth2016-07-2412-14/+14
|
* Moved contact.cJames Booth2016-07-2417-18/+18
|
* Make header defines consistentJames Booth2016-07-2433-60/+75
|
* Moved chat_state.cJames Booth2016-07-247-6/+6
|
* Moved chat_session.cJames Booth2016-07-2418-22/+22
|
* Move event timeout to connection moduleJames Booth2016-07-247-14/+14
|
* 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
|
* Include python plugins by default in buildJames Booth2016-07-242-8/+3
|
* Merge branch 'master' into python3James Booth2016-07-24135-137/+137
|\ | | | | | | | | Conflicts: .gitignore
| * Add missing includeJames Booth2016-07-241-0/+1
| |
| * Update GPL link in headersJames Booth2016-07-24133-133/+133
| |
| * Merge remote-tracking branch 'origin/master'James Booth2016-07-243-3/+3
| |\
| | * Merge pull request #826 from PMaynard/gpl-urlJames Booth2016-07-243-3/+3
| | |\ | | | | | | | | Updated GPL URL
| | | * Updated GPL URLPete Maynard2016-07-213-3/+3
| | |/
| * / Update gitignoreJames Booth2016-07-241-0/+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
| |
* | Update gitignoreJames Booth2016-07-191-0/+4
| |
* | Comment python version arg in configure-debugJames Booth2016-07-191-2/+2
| |
* | Use python3 in configure-debugJames Booth2016-07-191-2/+2
| |
* | Tidy python3 conditional codeJames Booth2016-07-194-274/+78
| |
* | Add python_init_prof()James Booth2016-07-183-13/+16
| |
* | Merge branch 'master' into python3James Booth2016-07-182-3/+4
|\|
| * capabilities: use free instead of g_freeJames Booth2016-07-181-2/+2
| |
| * Use g_path_get_basename when installing pluginJames Booth2016-07-181-1/+2
| |
* | Fix prof module init for python3James Booth2016-07-185-29/+52
| |
* | Added PYTHON3 defineJames Booth2016-07-144-3/+168
|/
* Fix plugin install outputJames Booth2016-07-131-1/+1
|
* Remove redundant plugin dir functionJames Booth2016-07-131-16/+4
|
* Free memory when plugin windows closedJames Booth2016-07-132-0/+4
|
* Add /plugins install commandJames Booth2016-07-127-106/+218
|
* Remove plugin window on /closeJames Booth2016-07-1211-7/+28
|
* Check for plugin win before creatingJames Booth2016-07-125-19/+31
|
* Allow reloading all plugins with /plugin reloadJames Booth2016-07-104-10/+33
|
* Add /plugin reload commandJames Booth2016-07-105-2/+55
|
* Remove string allocation for conflistsJames Booth2016-07-101-3/+3
|
* Store python modules on loadJames Booth2016-07-091-9/+13
|
* Reaload python module if previous loaded on /plugin loadJames Booth2016-07-091-2/+14
|
* Plugin unload remove cmd_acs and close windowJames Booth2016-07-057-7/+75
|
* Revert "Move adding plugins commands to autocompleters"James Booth2016-07-052-4/+3
| | | | This reverts commit 97f79970252a06a1583ca1e1c8b22111720ddf94.