about summary refs log tree commit diff stats
path: root/src/config/scripts.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJames Booth2018-01-211-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Move all filepath handling to files.cJames Booth2016-07-241-25/+16
* Move xgd functionsJames Booth2016-07-241-4/+4
* Add config/files.cJames Booth2016-07-241-0/+1
* Tidy headersJames Booth2016-07-241-1/+1
* Moved window_list.cJames Booth2016-07-241-1/+1
* Move event timeout to connection moduleJames Booth2016-07-241-1/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Rename command sourcesJames Booth2016-05-221-1/+1
* Rename jabber_ functionsJames Booth2016-05-061-1/+1
* Tidy xmpp headersJames Booth2016-05-041-0/+1
* Updated copyrightJames Booth2016-02-141-1/+1
* Implemented /script showJames Booth2015-10-171-1/+39
* Implemented /script listJames Booth2015-10-171-0/+26
* Add ability to script commands after connectJames Booth2015-10-151-0/+106
f='#n186'>186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270