summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a personal READMEHEADmasterPaul W. Frields2012-03-031-0/+30
|
* Use LDFLAGS from python-config as wellorigin/masterPaul W. Frields2012-03-021-0/+3
|
* Fix build for irssi-0.8.15 on Fedora 16Paul W. Frields2012-03-024-4/+24
|
* Patch to build against 0.8.15Paul W. Frields2012-03-027-30/+20
| | | | | For more information, refer to: http://sector-5.net/archives/irssi-python-for-irssi-0-8-15/
* newsChristopher Davis2007-02-281-0/+1
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4430 dbcabf3a-b0e7-0310-adc4-f8d773084564
* scripts and READMEChristopher Davis2006-08-276-23/+37
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4324 dbcabf3a-b0e7-0310-adc4-f8d773084564
* made minor changes to loaderChristopher Davis2006-08-215-208/+82
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4323 dbcabf3a-b0e7-0310-adc4-f8d773084564
* added more scriptsChristopher Davis2006-08-186-1/+151
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4319 dbcabf3a-b0e7-0310-adc4-f8d773084564
* test2Christopher Davis2006-08-1710-180/+198
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4318 dbcabf3a-b0e7-0310-adc4-f8d773084564
* test1Christopher Davis2006-08-1543-0/+845
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4317 dbcabf3a-b0e7-0310-adc4-f8d773084564
* wops forgot thisChristopher Davis2006-08-151-0/+2
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4316 dbcabf3a-b0e7-0310-adc4-f8d773084564
* fixing up for test1Christopher Davis2006-08-1542-325/+152
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4315 dbcabf3a-b0e7-0310-adc4-f8d773084564
* added docs dirChristopher Davis2006-08-151-0/+2594
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4314 dbcabf3a-b0e7-0310-adc4-f8d773084564
* adding autotool stuffChristopher Davis2006-08-1417-74/+737
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4313 dbcabf3a-b0e7-0310-adc4-f8d773084564
* directory structure changeChristopher Davis2006-08-1296-0/+0
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4312 dbcabf3a-b0e7-0310-adc4-f8d773084564
* added support for constantsChristopher Davis2006-08-1212-176/+101
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4311 dbcabf3a-b0e7-0310-adc4-f8d773084564
* added function headers to documentation of module and all objects.Christopher Davis2006-08-1030-464/+1407
| | | | | | | | added MainWindow object git-svn-id: http://svn.irssi.org/repos/irssi-python@4310 dbcabf3a-b0e7-0310-adc4-f8d773084564
* got statusbar working, needs a bit more testingChristopher Davis2006-07-2613-13/+351
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4301 dbcabf3a-b0e7-0310-adc4-f8d773084564
* working on status barsChristopher Davis2006-07-242-0/+137
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4299 dbcabf3a-b0e7-0310-adc4-f8d773084564
* finished up themes. time for textui stuffChristopher Davis2006-07-148-15/+313
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4297 dbcabf3a-b0e7-0310-adc4-f8d773084564
* worked on formats. working on themes now; testing adding functions and ↵Christopher Davis2006-07-0321-234/+1310
| | | | | | methods to objects git-svn-id: http://svn.irssi.org/repos/irssi-python@4295 dbcabf3a-b0e7-0310-adc4-f8d773084564
* added support for timeouts/IO sourcesChristopher Davis2006-06-2810-27/+437
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4294 dbcabf3a-b0e7-0310-adc4-f8d773084564
* working on new provision for constants and changed sig2code scriptChristopher Davis2006-06-269-309/+393
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4292 dbcabf3a-b0e7-0310-adc4-f8d773084564
* worked more on signals. added signal emit, signal register, Christopher Davis2006-06-258-56/+499
| | | | | | | | | unregister, cmd unbind, signal remove. Needs testing. Need to find a better way of dealing with constants, too. git-svn-id: http://svn.irssi.org/repos/irssi-python@4291 dbcabf3a-b0e7-0310-adc4-f8d773084564
* Worked more on signal handler. Got variable signalsChristopher Davis2006-06-245-58/+122
| | | | | | | | | | working (IE: event *) Still need to get signal emit, register, unregister, cmd unbind, sig remove and a few others. git-svn-id: http://svn.irssi.org/repos/irssi-python@4290 dbcabf3a-b0e7-0310-adc4-f8d773084564
* Began work on signal handler/map system. It seems to be working;Christopher Davis2006-06-2311-87/+866
| | | | | | | | | | | | | however, events with varying <cmd> text aren't handled because it does a straight lookup in the hashtable with the signal name to locate the argument list. Will need to change the system to accomodate the <cmd> events. The basics for reference arg support is there but not well tested. git-svn-id: http://svn.irssi.org/repos/irssi-python@4289 dbcabf3a-b0e7-0310-adc4-f8d773084564
* added some objectsChristopher Davis2006-06-216-25/+191
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4288 dbcabf3a-b0e7-0310-adc4-f8d773084564
* Added a lot of object wrappers. Most are untested.Christopher Davis2006-06-2127-98/+1838
| | | | | | | | | | | | Will finish up the rest of the object wrappers perhaps tonight or tomorrow. Signal handling will need to be addressed ASAP. There are quite a lot of other global module functions remaining to be wraped, as well. git-svn-id: http://svn.irssi.org/repos/irssi-python@4286 dbcabf3a-b0e7-0310-adc4-f8d773084564
* initial importChristopher Davis2006-06-1968-0/+8950
| | | | git-svn-id: http://svn.irssi.org/repos/irssi-python@4282 dbcabf3a-b0e7-0310-adc4-f8d773084564
* git-svn-id: http://svn.irssi.org/repos/irssi-python@4280 ↵Geert2006-06-190-0/+0
dbcabf3a-b0e7-0310-adc4-f8d773084564